iachat/app/javascript/dashboard/i18n/locale/fr/login.json
2023-02-27 18:15:34 -08:00

27 lines
869 B
JSON

{
"LOGIN": {
"TITLE": "Se connecter à Chatwoot",
"EMAIL": {
"LABEL": "Courriel",
"PLACEHOLDER": "Courriel ex : quelquun@exemple.com"
},
"PASSWORD": {
"LABEL": "Mot de passe",
"PLACEHOLDER": "Mot de passe"
},
"API": {
"SUCCESS_MESSAGE": "Connexion réussie",
"ERROR_MESSAGE": "Impossible de se connecter au serveur Woot, veuillez réessayer plus tard",
"UNAUTH": "Nom d'utilisateur / Mot de passe incorrect. Veuillez réessayer"
},
"OAUTH": {
"GOOGLE_LOGIN": "Login with Google",
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
},
"FORGOT_PASSWORD": "Mot de passe oublié ?",
"CREATE_NEW_ACCOUNT": "Créer un nouveau compte",
"SUBMIT": "Se connecter"
}
}