From 50d4d596266eb32fab55aec6d085689390bbcd50 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Fri, 10 Mar 2023 17:18:00 +0100 Subject: [PATCH] [Web] update de-de + en-gb lang --- data/web/lang/lang.de-de.json | 5 +++++ data/web/lang/lang.en-gb.json | 6 ++++++ data/web/templates/admin/tab-config-customize.twig | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/data/web/lang/lang.de-de.json b/data/web/lang/lang.de-de.json index ddadfac63..3813871ce 100644 --- a/data/web/lang/lang.de-de.json +++ b/data/web/lang/lang.de-de.json @@ -138,6 +138,7 @@ "api_info": "Die API befindet sich noch in Entwicklung, die Dokumentation kann unter /api abgerufen werden.", "api_key": "API-Key", "api_skip_ip_check": "IP-Check für API nicht ausführen", + "app_hide": "Für Login verstecken", "app_links": "App-Links", "app_name": "App-Name", "apps_name": "\"mailcow Apps\" Name", @@ -1146,6 +1147,7 @@ "apple_connection_profile_mailonly": "Dieses Verbindungsprofil beinhaltet IMAP- und SMTP-Konfigurationen für ein Apple-Gerät.", "apple_connection_profile_with_app_password": "Es wird ein neues App-Passwort erzeugt und in das Profil eingefügt, damit bei der Einrichtung kein Passwort eingegeben werden muss. Geben Sie das Profil nicht weiter, da es einen vollständigen Zugriff auf Ihr Postfach ermöglicht.", "attribute": "Attribut", + "authentication": "Authentifizierung", "change_password": "Passwort ändern", "change_password_hint_app_passwords": "Ihre Mailbox hat %d App-Passwörter, die nicht geändert werden. Um diese zu verwalten, gehen Sie bitte zum App-Passwörter-Tab.", "clear_recent_successful_connections": "Alle erfolgreichen Verbindungen bereinigen", @@ -1199,9 +1201,11 @@ "no_last_login": "Keine letzte UI-Anmeldung gespeichert", "no_record": "Kein Eintrag", "open_webmail_sso": "In Webmail einloggen", + "overview": "Übersicht", "password": "Passwort", "password_now": "Aktuelles Passwort (Änderungen bestätigen)", "password_repeat": "Passwort (Wiederholung)", + "protocols": "Protokolle", "pushover_evaluate_x_prio": "Hohe Priorität eskalieren [X-Priority: 1]", "pushover_info": "Push-Benachrichtungen werden angewendet auf alle nicht-Spam Nachrichten zugestellt an %s, einschließlich Alias-Adressen (shared, non-shared, tagged).", "pushover_only_x_prio": "Nur Mail mit hoher Priorität berücksichtigen [X-Priority: 1]", @@ -1258,6 +1262,7 @@ "tag_in_subfolder": "In Unterordner", "tag_in_subject": "In Betreff", "text": "Text", + "tfa_info": "Zwei-Faktor-Authentifizierung hilft dabei, Ihr Konto zu schützen. Wenn Sie sie aktivieren, benötigen Sie möglicherweise App-Passwörter, um sich bei Apps oder Diensten anzumelden, die die Zwei-Faktor-Authentifizierung nicht unterstützen (z.B. Mailclients).", "title": "Title", "tls_enforce_in": "TLS eingehend erzwingen", "tls_enforce_out": "TLS ausgehend erzwingen", diff --git a/data/web/lang/lang.en-gb.json b/data/web/lang/lang.en-gb.json index ec97d0aef..851b98aa1 100644 --- a/data/web/lang/lang.en-gb.json +++ b/data/web/lang/lang.en-gb.json @@ -142,6 +142,7 @@ "api_read_only": "Read-Only Access", "api_read_write": "Read-Write Access", "api_skip_ip_check": "Skip IP check for API", + "app_hide": "Hide for login", "app_links": "App links", "app_name": "App name", "apps_name": "\"mailcow Apps\" name", @@ -349,6 +350,7 @@ "unchanged_if_empty": "If unchanged leave blank", "upload": "Upload", "username": "Username", + "user_link": "User-Link", "validate_license_now": "Validate GUID against license server", "verify": "Verify", "yes": "✓" @@ -1153,6 +1155,7 @@ "apple_connection_profile_mailonly": "This connection profile includes IMAP and SMTP configuration parameters for an Apple device.", "apple_connection_profile_with_app_password": "A new app password is generated and added to the profile so that no password needs to be entered when setting up your device. Please do not share the file as it grants full access to your mailbox.", "attribute": "Attribute", + "authentication": "Authentication", "change_password": "Change password", "change_password_hint_app_passwords": "Your account has %d app passwords that will not be changed. To manage these, go to the App passwords tab.", "clear_recent_successful_connections": "Clear seen successful connections", @@ -1207,9 +1210,11 @@ "no_record": "No record", "open_logs": "Open logs", "open_webmail_sso": "Login to webmail", + "overview": "Overview", "password": "Password", "password_now": "Current password (confirm changes)", "password_repeat": "Password (repeat)", + "protocols": "Protocols", "pushover_evaluate_x_prio": "Escalate high priority mail [X-Priority: 1]", "pushover_info": "Push notification settings will apply to all clean (non-spam) mail delivered to %s including aliases (shared, non-shared, tagged).", "pushover_only_x_prio": "Only consider high priority mail [X-Priority: 1]", @@ -1276,6 +1281,7 @@ "tag_in_subfolder": "In subfolder", "tag_in_subject": "In subject", "text": "Text", + "tfa_info": "Two-factor authentication helps protect your account. If you enable it, you may need app passwords to log in to apps or services that don't support two-factor authentication (e.g. Mailclients).", "title": "Title", "tls_enforce_in": "Enforce TLS incoming", "tls_enforce_out": "Enforce TLS outgoing", diff --git a/data/web/templates/admin/tab-config-customize.twig b/data/web/templates/admin/tab-config-customize.twig index 93da2bfdb..c2071c399 100644 --- a/data/web/templates/admin/tab-config-customize.twig +++ b/data/web/templates/admin/tab-config-customize.twig @@ -59,7 +59,7 @@ {{ lang.admin.app_name }} {{ lang.admin.link }} {{ lang.admin.user_link }} - {{ lang.admin.app_hide }} + {{ lang.admin.app_hide }}   {% for row in app_links %}