Skip to content

Commit c8a90a4

Browse files
German translations + EN PW length requirement (#1123)
1 parent 9e1ec8a commit c8a90a4

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

assets/locales/de/auth.json

+18-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
{
22
"login": {
3-
"INVALID_LOGIN": "E-Mail or Phone not found",
4-
"INVALID_PASSWORD": "Invalid Password",
5-
"ACCOUNT_DISABLED": "This account is disabled"
3+
"INVALID_LOGIN": "Ungültiger Benutzername/E-Mail oder Passwort.",
4+
"INVALID_PASSWORD": "Ungültiges Passwort",
5+
"ACCOUNT_DISABLED": "Dieser Account wurde deaktiviert",
6+
"INVALID_TOTP_CODE": "Ungültiger Zwei-Faktor-Authentifierungs-Code.",
7+
"INVALID_TOTP_SECRET": "Ungültiges Zwei-Faktor-Authentifierungs-Secret"
68
},
79
"register": {
8-
"REGISTRATION_DISABLED": "New user registration is disabled",
9-
"INVITE_ONLY": "You must be invited to register",
10-
"EMAIL_INVALID": "Invalid Email",
11-
"EMAIL_ALREADY_REGISTERED": "Email is already registered",
12-
"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
13-
"CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.",
14-
"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
10+
"REGISTRATION_DISABLED": "Die Registrierung von neuen Benutzern ist deaktiviert",
11+
"INVITE_ONLY": "Du musst eingeladen werden, um dich registrieren zu können",
12+
"EMAIL_INVALID": "Ungültige E-Mail-Adresse",
13+
"EMAIL_ALREADY_REGISTERED": "E-Mail-Adresse ist bereits registriert",
14+
"DATE_OF_BIRTH_UNDERAGE": "Du musst mindestens {{years}} Jahre oder älter sein",
15+
"PASSWORD_REQUIREMENTS_MIN_LENGTH": "Das Passwort muss mindestens {{min}} Zeichen lang sein.",
16+
"CONSENT_REQUIRED": "Du musst den Nutzungsbedingungen und der Datenschutzerklärung zustimmen.",
17+
"USERNAME_TOO_MANY_USERS": "Zu viele Nutzer haben diesen Benutzernamen, bitte probiere einen anderen",
18+
"TOO_MANY_REGISTRATIONS": "Zu viele Registrierungen, bitte versuche es später erneut"
19+
},
20+
"password_reset": {
21+
"EMAIL_DOES_NOT_EXIST": "E-Mail-Adresse existiert nicht.",
22+
"INVALID_TOKEN": "Ungültiger Token."
1523
}
1624
}

assets/locales/en/auth.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"EMAIL_INVALID": "Invalid Email",
1313
"EMAIL_ALREADY_REGISTERED": "Email is already registered",
1414
"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
15+
"PASSWORD_REQUIREMENTS_MIN_LENGTH": "The password must be at least {{min}} characters long.",
1516
"CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.",
1617
"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another",
17-
"GUESTS_DISABLED": "Guest users are disabled",
1818
"TOO_MANY_REGISTRATIONS": "Too many registrations, please try again later"
1919
},
2020
"password_reset": {

assets/locales/ur/auth.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"EMAIL_INVALID": "Invalid Email",
1111
"EMAIL_ALREADY_REGISTERED": "Email is already registered",
1212
"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
13-
"PASSWORD_REQUIREMENTS_MIN_LENGTH": "Must be at least {{min}} characters long.",
14-
"CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.",
13+
"PASSWORD_REQUIREMENTS_MIN_LENGTH": "The password must be at least {{min}} characters long.",
14+
"CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.",
1515
"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
1616
}
1717
}

0 commit comments

Comments
 (0)