-
-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
German translations + EN PW length requirement
- Loading branch information
1 parent
9e1ec8a
commit 575e5a9
Showing
3 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
{ | ||
"login": { | ||
"INVALID_LOGIN": "E-Mail or Phone not found", | ||
"INVALID_PASSWORD": "Invalid Password", | ||
"ACCOUNT_DISABLED": "This account is disabled" | ||
"INVALID_LOGIN": "Ungültiger Benutzername/E-Mail oder Passwort.", | ||
"INVALID_PASSWORD": "Ungültiges Passwort", | ||
"ACCOUNT_DISABLED": "Dieser Account wurde deaktiviert", | ||
"INVALID_TOTP_CODE": "Ungültiger Zwei-Faktor-Authentifierungs-Code.", | ||
"INVALID_TOTP_SECRET": "Ungültiges Zwei-Faktor-Authentifierungs-Secret" | ||
}, | ||
"register": { | ||
"REGISTRATION_DISABLED": "New user registration is disabled", | ||
"INVITE_ONLY": "You must be invited to register", | ||
"EMAIL_INVALID": "Invalid Email", | ||
"EMAIL_ALREADY_REGISTERED": "Email is already registered", | ||
"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", | ||
"CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.", | ||
"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" | ||
"REGISTRATION_DISABLED": "Die Registrierung von neuen Benutzern ist deaktiviert", | ||
"INVITE_ONLY": "Du musst eingeladen werden, um dich registrieren zu können", | ||
"EMAIL_INVALID": "Ungültige E-Mail-Adresse", | ||
"EMAIL_ALREADY_REGISTERED": "E-Mail-Adresse ist bereits registriert", | ||
"DATE_OF_BIRTH_UNDERAGE": "Du musst mindestens {{years}} Jahre oder älter sein", | ||
"PASSWORD_REQUIREMENTS_MIN_LENGTH": "Das Passwort muss mindestens {{min}} Zeichen lang sein.", | ||
"CONSENT_REQUIRED": "Du musst den Nutzungsbedingungen und der Datenschutzerklärung zustimmen.", | ||
"USERNAME_TOO_MANY_USERS": "Zu viele Nutzer haben diesen Benutzernamen, bitte probiere einen anderen", | ||
"TOO_MANY_REGISTRATIONS": "Zu viele Registrierungen, bitte versuche es später erneut" | ||
}, | ||
"password_reset": { | ||
"EMAIL_DOES_NOT_EXIST": "E-Mail-Adresse existiert nicht.", | ||
"INVALID_TOKEN": "Ungültiger Token." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters