chore: New translation updates (#5001)

New translation updates
This commit is contained in:
Sojan Jose
2022-07-11 19:14:37 +02:00
committed by GitHub
parent ce1f69b2bc
commit da12a39321
176 changed files with 3257 additions and 177 deletions

View File

@@ -1,98 +1,98 @@
{
"ATTRIBUTES_MGMT": {
"HEADER": "Custom Attributes",
"HEADER_BTN_TXT": "Add Custom Attribute",
"LOADING": "Fetching custom attributes",
"HEADER": "Prilagođeni atributi",
"HEADER_BTN_TXT": "Dodaj prilagođeni atribut",
"LOADING": "Prikupljanje prilagođenih atributa",
"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>",
"ADD": {
"TITLE": "Add Custom Attribute",
"SUBMIT": "Create",
"TITLE": "Dodaj prilagođeni atribut",
"SUBMIT": "Kreiraj",
"CANCEL_BUTTON_TEXT": "Otkaži",
"FORM": {
"NAME": {
"LABEL": "Display Name",
"PLACEHOLDER": "Enter custom attribute display name",
"ERROR": "Name is required"
"LABEL": "Ime za prikaz",
"PLACEHOLDER": "Unesite ime za prikaz prilagođenog atributa",
"ERROR": "Ime je neophodno"
},
"DESC": {
"LABEL": "Description",
"PLACEHOLDER": "Enter custom attribute description",
"ERROR": "Description is required"
"LABEL": "Opis",
"PLACEHOLDER": "Unesite opis prilagođenog atributa",
"ERROR": "Opis je neophodan"
},
"MODEL": {
"LABEL": "Applies to",
"PLACEHOLDER": "Please select one",
"ERROR": "Model is required"
"LABEL": "Primenjujese na",
"PLACEHOLDER": "Molim izaberite jedno",
"ERROR": "Model je neophodan"
},
"TYPE": {
"LABEL": "Type",
"PLACEHOLDER": "Please select a type",
"ERROR": "Type is required",
"LABEL": "Tip",
"PLACEHOLDER": "MOlim izaberite tip",
"ERROR": "Tip je neophodan",
"LIST": {
"LABEL": "List Values",
"PLACEHOLDER": "Please enter value and press enter key",
"ERROR": "Must have at least one value"
"LABEL": "Lista vrednosti",
"PLACEHOLDER": "Molim unesite vrednost i pritisnite taster Enter",
"ERROR": "Mora da sadrži barem jednu vrednost"
}
},
"KEY": {
"LABEL": "Key",
"PLACEHOLDER": "Enter custom attribute key",
"ERROR": "Key is required",
"IN_VALID": "Invalid key"
"LABEL": "Ključ",
"PLACEHOLDER": "Unesite ključ prilagođenog atributa",
"ERROR": "Ključ je neophodan",
"IN_VALID": "Neispravan ključ"
}
},
"API": {
"SUCCESS_MESSAGE": "Custom Attribute added successfully",
"ERROR_MESSAGE": "Could not able to create a custom attribute, Please try again later"
"SUCCESS_MESSAGE": "Prilagođeni atribut je uspešno dodat",
"ERROR_MESSAGE": "Nije bilo moguće kreirati prilagođeni atribut. Molim Vas pokušajte kasnije"
}
},
"DELETE": {
"BUTTON_TEXT": "Izbriši",
"API": {
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
"SUCCESS_MESSAGE": "Prilagođeni atribut je uspešno obrisan.",
"ERROR_MESSAGE": "NIje bilo moguće obrisati prilagođeni atribut. Pokušajte ponovo."
},
"CONFIRM": {
"TITLE": "Are you sure want to delete - %{attributeName}",
"PLACE_HOLDER": "Please type {attributeName} to confirm",
"MESSAGE": "Deleting will remove the custom attribute",
"YES": "Delete ",
"TITLE": "Da li zaista želite da obrišete - %{attributeName}",
"PLACE_HOLDER": "Molim upišite {attributeName} za potvrdu",
"MESSAGE": "Brisanjem ćete ukloniti prilagođeni atribut",
"YES": "Obriši ",
"NO": "Otkaži"
}
},
"EDIT": {
"TITLE": "Edit Custom Attribute",
"UPDATE_BUTTON_TEXT": "Update",
"TITLE": "Uredite prilagođeni atribut",
"UPDATE_BUTTON_TEXT": "Izmeni",
"TYPE": {
"LIST": {
"LABEL": "List Values",
"PLACEHOLDER": "Please enter values and press enter key"
"LABEL": "Lista vrednosti",
"PLACEHOLDER": "Molim unesite vrednosti i pritisnite taster Enter"
}
},
"API": {
"SUCCESS_MESSAGE": "Custom Attribute updated successfully",
"ERROR_MESSAGE": "There was an error updating custom attribute, please try again"
"SUCCESS_MESSAGE": "Prilagođeni atribut je uspešno izmenjen",
"ERROR_MESSAGE": "Pojavila se greška pri izmeni prilagođenog atributa. Molim pokušajte ponovo"
}
},
"TABS": {
"HEADER": "Custom Attributes",
"CONVERSATION": "Conversation",
"CONTACT": "Contact"
"HEADER": "Prilagođeni atributi",
"CONVERSATION": "Razgovor",
"CONTACT": "Kontakt"
},
"LIST": {
"TABLE_HEADER": [
"Ime",
"Description",
"Type",
"Key"
"Opis",
"Tip",
"Ključ"
],
"BUTTONS": {
"EDIT": "Uredi",
"DELETE": "Izbriši"
},
"EMPTY_RESULT": {
"404": "There are no custom attributes created",
"NOT_FOUND": "There are no custom attributes configured"
"404": "Nema kreiranih prilagođenih atributa",
"NOT_FOUND": "Nema podešenih prilagođenih atributa"
}
}
}