iachat/app/javascript/dashboard/i18n/locale/ro/login.json
Chatwoot Bot be3c75e858
chore: Update translations (#6999)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-04-28 20:28:03 +05:30

27 lines
845 B
JSON

{
"LOGIN": {
"TITLE": "Conectează-te la Chatwoot",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "example@companyname.com"
},
"PASSWORD": {
"LABEL": "Parola",
"PLACEHOLDER": "Parola"
},
"API": {
"SUCCESS_MESSAGE": "Login successful",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again.",
"UNAUTH": "Username or password is incorrect. Please try again."
},
"OAUTH": {
"GOOGLE_LOGIN": "Autentifica-te cu Google+",
"BUSINESS_ACCOUNTS_ONLY": "Vă rugăm să utilizați adresa de e-mail a companiei pentru a vă autentifica",
"NO_ACCOUNT_FOUND": "Nu am putut găsi un cont pentru adresa ta de e-mail."
},
"FORGOT_PASSWORD": "Ai uitat parola?",
"CREATE_NEW_ACCOUNT": "Creează un cont nou",
"SUBMIT": "Conectează-te"
}
}