chore: New Crowdin updates (#3616)

This commit is contained in:
Sojan Jose
2021-12-19 11:38:02 +05:30
committed by GitHub
parent 6069cd9eba
commit 46d2a8f218
459 changed files with 13000 additions and 2343 deletions

View File

@@ -1,6 +1,6 @@
{
"ATTRIBUTES_MGMT": {
"HEADER": "Custom Attributes",
"HEADER": "Editează atribut personalizat",
"HEADER_BTN_TXT": "Add Custom Attribute",
"LOADING": "Fetching custom attributes",
"SIDEBAR_TXT": "<p><b>Custom Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Custom Attribute, just click on the <b>Add Custom Attribute.</b> You can also edit or delete an existing Custom Attribute by clicking on the Edit or Delete button.</p>",
@@ -10,78 +10,89 @@
"CANCEL_BUTTON_TEXT": "Renunță",
"FORM": {
"NAME": {
"LABEL": "Display Name",
"LABEL": "Nume afișat",
"PLACEHOLDER": "Enter custom attribute display name",
"ERROR": "Name is required"
"ERROR": "Numele este obligatoriu"
},
"DESC": {
"LABEL": "Descriere",
"PLACEHOLDER": "Enter custom attribute description",
"ERROR": "Description is required"
"PLACEHOLDER": "Introduceți descrierea atributului personalizat",
"ERROR": "Descrierea este obligatorie"
},
"MODEL": {
"LABEL": "Applies to",
"PLACEHOLDER": "Please select one",
"ERROR": "Model is required"
"LABEL": "Aplică la",
"PLACEHOLDER": "Vă rugăm să selectaţi un tip",
"ERROR": "Conținutul este obligatoriu"
},
"TYPE": {
"LABEL": "Type",
"LABEL": "Tip",
"PLACEHOLDER": "Vă rugăm să selectaţi un tip",
"ERROR": "Type is required"
"ERROR": "Tipul de agent este obligatoriu",
"LIST": {
"LABEL": "Valori listă",
"PLACEHOLDER": "Vă rugăm să introduceţi valoarea şi apăsaţi tasta enter",
"ERROR": "Trebuie să conțină cel puțin o valoare"
}
},
"KEY": {
"LABEL": "Key",
"PLACEHOLDER": "Enter custom attribute key",
"ERROR": "Key is required",
"IN_VALID": "Invalid key"
"LABEL": "Cheie",
"PLACEHOLDER": "Introduceți cheia atributului personalizat",
"ERROR": "Cheia este obligatorie",
"IN_VALID": "Cheie invalidă"
}
},
"API": {
"SUCCESS_MESSAGE": "Custom Attribute added successfully",
"ERROR_MESSAGE": "Could not able to create a custom attribute, Please try again later"
"SUCCESS_MESSAGE": "Atribut personalizat adăugat cu succes",
"ERROR_MESSAGE": "Nu s-a putut crea un atribut personalizat, încercați din nou mai târziu"
}
},
"DELETE": {
"BUTTON_TEXT": "Şterge",
"API": {
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
"SUCCESS_MESSAGE": "Atribut personalizat șters cu succes.",
"ERROR_MESSAGE": "Nu s-a putut șterge atributul personalizat. Încercați din nou."
},
"CONFIRM": {
"TITLE": "Are you sure want to delete - %{attributeName}",
"PLACE_HOLDER": "Please type {attributeName} to confirm",
"MESSAGE": "Deleting will remove the custom attribute",
"TITLE": "Ești sigur că vrei să ștergi - %{attributeName}",
"PLACE_HOLDER": "Te rugăm să introduci {attributeName} pentru a confirma",
"MESSAGE": "Ștergerea va elimina atributul personalizat",
"YES": "Şterge ",
"NO": "Renunță"
}
},
"EDIT": {
"TITLE": "Edit Custom Attribute",
"TITLE": "Editează atribut personalizat",
"UPDATE_BUTTON_TEXT": "Actualizare",
"TYPE": {
"LIST": {
"LABEL": "Valori listă",
"PLACEHOLDER": "Vă rugăm să introduceţi valoarea şi apăsaţi tasta enter"
}
},
"API": {
"SUCCESS_MESSAGE": "Custom Attribute updated successfully",
"ERROR_MESSAGE": "There was an error updating custom attribute, please try again"
"SUCCESS_MESSAGE": "Atribut personalizat actualizat cu succes",
"ERROR_MESSAGE": "A apărut o eroare la actualizarea atributului personalizat, vă rugăm să încercați din nou"
}
},
"TABS": {
"HEADER": "Custom Attributes",
"CONVERSATION": "Conversation",
"HEADER": "Editează atribut personalizat",
"CONVERSATION": "Conversație",
"CONTACT": "Contact"
},
"LIST": {
"TABLE_HEADER": [
"Nume",
"Descriere",
"Type",
"Key"
"Tip",
"Cheie"
],
"BUTTONS": {
"EDIT": "Editare",
"DELETE": "Şterge"
},
"EMPTY_RESULT": {
"404": "There are no custom attributes created",
"NOT_FOUND": "There are no custom attributes configured"
"404": "Nu exista atribute personalizate create",
"NOT_FOUND": "Nu sunt configurate atribute personalizate"
}
}
}