diff --git a/internal/server/locales/de/portal.json b/internal/server/locales/de/portal.json index a67e508f0..bc7995099 100644 --- a/internal/server/locales/de/portal.json +++ b/internal/server/locales/de/portal.json @@ -5,6 +5,7 @@ "Access your profile information": "Zugriff auf Ihren Anzeigenamen", "An email has been sent to your address to complete the process": "Es wurde eine E-Mail an Ihre Adresse geschickt, um den Vorgang abzuschließen.", "Authenticated": "Authentifiziert", + "Automatically refresh these permissions without user interaction": "Diese Berechtigungen automatisch ohne Benutzerinteraktion aktualisieren", "Cancel": "Abbrechen", "Client ID": "Client-ID: {{client_id}}", "Consent Request": "Zustimmungsanfrage", @@ -23,7 +24,7 @@ "Lost your device?": "Haben Sie Ihr Gerät verloren?", "Methods": "Verfahren", "Must be at least {{len}} characters in length": "Muss mindestens {{len}} Zeichen lang sein", - "Must have at least one UPPERCASE letter": "Muss mindestens einen UPPERCASE Brief haben", + "Must have at least one UPPERCASE letter": "Muss mindestens einen Großbuchstaben haben", "Must have at least one lowercase letter": "Muss mindestens einen Kleinbuchstaben haben", "Must have at least one number": "Muss mindestens eine Zahl haben", "Must have at least one special character": "Muss mindestens ein Sonderzeichen haben", diff --git a/internal/server/locales/fr/portal.json b/internal/server/locales/fr/portal.json index dc1db73bc..8df78625f 100644 --- a/internal/server/locales/fr/portal.json +++ b/internal/server/locales/fr/portal.json @@ -5,6 +5,7 @@ "Access your profile information": "Accéder aux informations de votre profil", "An email has been sent to your address to complete the process": "Un mail a été envoyé à votre adresse pour compléter le processus.", "Authenticated": "Authentifié", + "Automatically refresh these permissions without user interaction": "Actualiser automatiquement ces permissions sans interaction utilisateur", "Cancel": "Annuler", "Client ID": "Identifiant client : {{client_id}}", "Consent Request": "Demande de consentement", diff --git a/internal/server/locales/zh-CN/portal.json b/internal/server/locales/zh-CN/portal.json index 4b61b592a..12feb2584 100644 --- a/internal/server/locales/zh-CN/portal.json +++ b/internal/server/locales/zh-CN/portal.json @@ -5,6 +5,7 @@ "Access your profile information": "访问您的个人资料信息", "An email has been sent to your address to complete the process": "一封电子邮件已经发送到您的地址来完成该进程。", "Authenticated": "已认证", + "Automatically refresh these permissions without user interaction": "在不通知您的情况下访问以上数据", "Cancel": "取消", "Client ID": "客户端 ID: {{client_id}}", "Consent Request": "同意请求",