From d7105d91c9ffb2adabfa4a05accecc215a651fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 30 Aug 2019 11:23:01 +0200 Subject: [PATCH] Updated translations --- .../super-search/super-search.component.html | 8 ++++---- .../reset-password.component.ts | 2 +- client/src/assets/i18n/de.po | 19 ++++++++++++++----- client/src/assets/i18n/template-en.pot | 17 +++++++++++++---- 4 files changed, 32 insertions(+), 14 deletions(-) diff --git a/client/src/app/site/common/components/super-search/super-search.component.html b/client/src/app/site/common/components/super-search/super-search.component.html index 2120330e8..fef81c728 100644 --- a/client/src/app/site/common/components/super-search/super-search.component.html +++ b/client/src/app/site/common/components/super-search/super-search.component.html @@ -19,7 +19,7 @@

- {{ searchResultCount }} {{ (searchResultCount === 1 ? 'result' : 'results') | translate }} + {{ searchResultCount }} {{ searchResultCount === 1 ? ( 'result' | translate ) : ( 'results' | translate ) }}

@@ -36,7 +36,7 @@ {{ result.models.length }} @@ -82,8 +82,8 @@
- No search result found for "{{ searchString }}" - in {{ searchCollection | translate }} + No search result found +  ({{ 'with filter' | translate }} "{{ searchCollection | translate }}").
diff --git a/client/src/app/site/login/components/reset-password/reset-password.component.ts b/client/src/app/site/login/components/reset-password/reset-password.component.ts index f3f705f10..f2eb9df1a 100644 --- a/client/src/app/site/login/components/reset-password/reset-password.component.ts +++ b/client/src/app/site/login/components/reset-password/reset-password.component.ts @@ -30,7 +30,7 @@ export class ResetPasswordComponent extends BaseViewComponent implements OnInit */ public constructor( titleService: Title, - translate: TranslateService, + protected translate: TranslateService, matSnackBar: MatSnackBar, private http: HttpService, formBuilder: FormBuilder, diff --git a/client/src/assets/i18n/de.po b/client/src/assets/i18n/de.po index 3d2bb7acd..adba404a9 100644 --- a/client/src/assets/i18n/de.po +++ b/client/src/assets/i18n/de.po @@ -191,6 +191,9 @@ msgstr "Änderungsanträge" msgid "Amendments can change multiple paragraphs" msgstr "Änderungsanträge können mehrere Absätze ändern" +msgid "An email with a password reset link was send!" +msgstr "Es wurde eine E-Mail mit Link zum Passwort-Zurücksetzen gesendet." + msgid "An unknown error occurred." msgstr "Ein unbekannter Fehler ist aufgetreten." @@ -1517,17 +1520,14 @@ msgstr "Keine Einträge ausgewählte" msgid "No motion block set" msgstr "kein Antragsblock gesetzt" -msgid "No one" -msgstr "Niemand" - msgid "No personal note" msgstr "Keine persönliche Notiz" msgid "No recommendation" msgstr "keine Empfehlung gesetzt" -msgid "No search result found for" -msgstr "Keine Suchergebnisse gefunden für" +msgid "No search result found" +msgstr "Keine Suchergebnisse gefunden" msgid "No statute paragraphs" msgstr "Keine Satzungsabschnitte vorhanden" @@ -2883,6 +2883,12 @@ msgstr "verworfen (nicht zulässig)" msgid "remove group(s)" msgstr "Gruppe(n) entfernen" +msgid "result" +msgstr "Ergebnis" + +msgid "results" +msgstr "Ergebnisse" + msgid "selected" msgstr "ausgewählt" @@ -2907,6 +2913,9 @@ msgstr "nicht erfasst" msgid "unpublished" msgstr "unveröffentlicht" +msgid "with filter" +msgstr "mit Filter" + msgid "with indexedDB" msgstr "mit indexedDB" diff --git a/client/src/assets/i18n/template-en.pot b/client/src/assets/i18n/template-en.pot index e5c36ea03..4b0c92d46 100644 --- a/client/src/assets/i18n/template-en.pot +++ b/client/src/assets/i18n/template-en.pot @@ -177,6 +177,9 @@ msgstr "" msgid "Amendments can change multiple paragraphs" msgstr "" +msgid "An email with a password reset link was send!" +msgstr "" + msgid "An unknown error occurred." msgstr "" @@ -1453,16 +1456,13 @@ msgstr "" msgid "No motion block set" msgstr "" -msgid "No one" -msgstr "" - msgid "No personal note" msgstr "" msgid "No recommendation" msgstr "" -msgid "No search result found for" +msgid "No search result found" msgstr "" msgid "No statute paragraphs" @@ -2756,6 +2756,12 @@ msgstr "" msgid "remove group(s)" msgstr "" +msgid "result" +msgstr "" + +msgid "results" +msgstr "" + msgid "selected" msgstr "" @@ -2780,6 +2786,9 @@ msgstr "" msgid "unpublished" msgstr "" +msgid "with filter" +msgstr "" + msgid "with indexedDB" msgstr ""