Chore: Add ro, fr, pt_BR translation files (#827)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose
2020-05-06 14:24:20 +05:30
committed by GitHub
parent c7120e9637
commit 217f33b2b2
86 changed files with 3566 additions and 5 deletions

View File

@@ -0,0 +1,32 @@
{
"REGISTER": {
"TRY_WOOT": "Înregistrați un cont",
"TITLE": "Inregistrare",
"TERMS_ACCEPT": "Prin înregistrare, ești de acord cu politica noastră de confidențialitate <a href=\"https://www.chatwoot.com/terms\">T & C</a> și <a href=\"https://www.chatwoot.com/privacy-policy\"></a>",
"ACCOUNT_NAME": {
"LABEL": "Nume cont",
"PLACEHOLDER": "Wayne Enterprises",
"ERROR": "Nume cont prea scurt"
},
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "bruce@wayne.business",
"ERROR": "Email invalid"
},
"PASSWORD": {
"LABEL": "Parola",
"PLACEHOLDER": "Parola",
"ERROR": "Parola este prea scurta"
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirmă parola",
"PLACEHOLDER": "Confirmă parola",
"ERROR": "Parola nu coincide"
},
"API": {
"SUCCESS_MESSAGE": "Înregistrare cu succes",
"ERROR_MESSAGE": "Nu s-a putut conecta la Woot Server, încercați din nou mai târziu"
},
"SUBMIT": "Trimite"
}
}