Chore: New Crowdin translations (#747)
Brings in new translation files from Crowdin.
This commit is contained in:
32
app/javascript/dashboard/i18n/locale/fr/signup.json
Normal file
32
app/javascript/dashboard/i18n/locale/fr/signup.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"REGISTER": {
|
||||
"TRY_WOOT": "Créer un compte",
|
||||
"TITLE": "Inscription",
|
||||
"TERMS_ACCEPT": "En vous inscrivant, vous acceptez nos <a href=\"https://www.chatwoot.com/terms\">CGU</a> et notre <a href=\"https://www.chatwoot.com/privacy-policy\">politique de confidentialité</a>",
|
||||
"ACCOUNT_NAME": {
|
||||
"LABEL": "Nom du compte",
|
||||
"PLACEHOLDER": "Entreprises Wayne",
|
||||
"ERROR": "Le nom de compte est trop court"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Courriel",
|
||||
"PLACEHOLDER": "bruce@wayne.entreprises",
|
||||
"ERROR": "L'adresse de courriel est invalide"
|
||||
},
|
||||
"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": "Inscription réussie",
|
||||
"ERROR_MESSAGE": "Impossible de se connecter au serveur Woot, veuillez réessayer plus tard"
|
||||
},
|
||||
"SUBMIT": "Envoyer"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user