Chore: New Crowdin translations (#747)
Brings in new translation files from Crowdin.
This commit is contained in:
20
app/javascript/dashboard/i18n/locale/fr/setNewPassword.json
Normal file
20
app/javascript/dashboard/i18n/locale/fr/setNewPassword.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"SET_NEW_PASSWORD": {
|
||||
"TITLE": "Définir un nouveau mot de passe",
|
||||
"PASSWORD": {
|
||||
"LABEL": "Mot de passe",
|
||||
"PLACEHOLDER": "Mot de passe",
|
||||
"ERROR": "Le mot de passe est trop court"
|
||||
},
|
||||
"CONFIRM_PASSWORD": {
|
||||
"LABEL": "Confirmer le mot de passe",
|
||||
"PLACEHOLDER": "Confirmer le mot de passe",
|
||||
"ERROR": "Les mots de passe ne correspondent pas"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Mot de passe modifié avec succès",
|
||||
"ERROR_MESSAGE": "Impossible de se connecter au serveur Woot, veuillez réessayer plus tard"
|
||||
},
|
||||
"SUBMIT": "Envoyer"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user