Fix broken translation key
This commit is contained in:
parent
dc41288ec1
commit
fca4b93002
5 changed files with 5 additions and 5 deletions
|
@ -567,7 +567,7 @@
|
|||
"username": "Benutzername",
|
||||
"logout": "Abmelden",
|
||||
"confirmEmailSuccess": "Du hast deine E-Mail erfolgreich bestätigt! Du kannst dich jetzt anmelden.",
|
||||
"restPasswordSuccess": "Prüfe deinen Posteingang! Du solltest eine E-Mail mit Anweisungen zum Zurücksetzen deines Passworts erhalten haben.",
|
||||
"resetPasswordSuccess": "Prüfe deinen Posteingang! Du solltest eine E-Mail mit Anweisungen zum Zurücksetzen deines Passworts erhalten haben.",
|
||||
"resetPasswordAction": "Mir einen Link zum Zurücksetzen des Passworts senden",
|
||||
"resetPassword": "Dein Passwort zurücksetzen",
|
||||
"passwordRepeat": "Gib dein Passwort erneut ein"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"passwordPlaceholder": "e.g. •••••••••••",
|
||||
"resetPassword": "Reset your password",
|
||||
"resetPasswordAction": "Send me a password reset link",
|
||||
"restPasswordSuccess": "Check your inbox! You should have an e-mail with instructions on how to reset your password.",
|
||||
"resetPasswordSuccess": "Check your inbox! You should have an e-mail with instructions on how to reset your password.",
|
||||
"passwordsDontMatch": "Passwords don't match",
|
||||
"confirmEmailSuccess": "You successfully confirmed your email! You can log in now.",
|
||||
"totpTitle": "Two Factor Authentication Code",
|
||||
|
|
|
@ -683,7 +683,7 @@
|
|||
"totpTitle": "Code d’authentification à deux facteurs",
|
||||
"confirmEmailSuccess": "Tu as bien confirmé ton adresse courriel ! Tu peux te connecter maintenant.",
|
||||
"passwordsDontMatch": "Les mots de passe ne correspondent pas",
|
||||
"restPasswordSuccess": "Vérifie ta boîte de réception ! Tu devrais recevoir un courriel contenant des instructions sur la manière de réinitialiser ton mot de passe.",
|
||||
"resetPasswordSuccess": "Vérifie ta boîte de réception ! Tu devrais recevoir un courriel contenant des instructions sur la manière de réinitialiser ton mot de passe.",
|
||||
"resetPasswordAction": "M’envoyer un lien de réinitialisation du mot de passe",
|
||||
"resetPassword": "Réinitialiser ton mot de passe",
|
||||
"passwordPlaceholder": "p. ex. •••••••••••",
|
||||
|
|
|
@ -622,7 +622,7 @@
|
|||
"loginWith": "",
|
||||
"resetPasswordAction": "",
|
||||
"confirmEmailSuccess": "",
|
||||
"restPasswordSuccess": "",
|
||||
"resetPasswordSuccess": "",
|
||||
"usernameEmail": "",
|
||||
"username": ""
|
||||
}
|
||||
|
|
|
@ -293,7 +293,7 @@
|
|||
"passwordPlaceholder": "",
|
||||
"usernamePlaceholder": "",
|
||||
"emailPlaceholder": "",
|
||||
"restPasswordSuccess": ""
|
||||
"resetPasswordSuccess": ""
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
|
|
Loading…
Reference in a new issue