Files
leadchat/app/javascript/dashboard/i18n/locale/sr/attributesMgmt.json
Sojan Jose da12a39321 chore: New translation updates (#5001)
New translation updates
2022-07-11 19:14:37 +02:00

100 lines
3.4 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"ATTRIBUTES_MGMT": {
"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": "Dodaj prilagođeni atribut",
"SUBMIT": "Kreiraj",
"CANCEL_BUTTON_TEXT": "Otkaži",
"FORM": {
"NAME": {
"LABEL": "Ime za prikaz",
"PLACEHOLDER": "Unesite ime za prikaz prilagođenog atributa",
"ERROR": "Ime je neophodno"
},
"DESC": {
"LABEL": "Opis",
"PLACEHOLDER": "Unesite opis prilagođenog atributa",
"ERROR": "Opis je neophodan"
},
"MODEL": {
"LABEL": "Primenjujese na",
"PLACEHOLDER": "Molim izaberite jedno",
"ERROR": "Model je neophodan"
},
"TYPE": {
"LABEL": "Tip",
"PLACEHOLDER": "MOlim izaberite tip",
"ERROR": "Tip je neophodan",
"LIST": {
"LABEL": "Lista vrednosti",
"PLACEHOLDER": "Molim unesite vrednost i pritisnite taster Enter",
"ERROR": "Mora da sadrži barem jednu vrednost"
}
},
"KEY": {
"LABEL": "Ključ",
"PLACEHOLDER": "Unesite ključ prilagođenog atributa",
"ERROR": "Ključ je neophodan",
"IN_VALID": "Neispravan ključ"
}
},
"API": {
"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": "Prilagođeni atribut je uspešno obrisan.",
"ERROR_MESSAGE": "NIje bilo moguće obrisati prilagođeni atribut. Pokušajte ponovo."
},
"CONFIRM": {
"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": "Uredite prilagođeni atribut",
"UPDATE_BUTTON_TEXT": "Izmeni",
"TYPE": {
"LIST": {
"LABEL": "Lista vrednosti",
"PLACEHOLDER": "Molim unesite vrednosti i pritisnite taster Enter"
}
},
"API": {
"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": "Prilagođeni atributi",
"CONVERSATION": "Razgovor",
"CONTACT": "Kontakt"
},
"LIST": {
"TABLE_HEADER": [
"Ime",
"Opis",
"Tip",
"Ključ"
],
"BUTTONS": {
"EDIT": "Uredi",
"DELETE": "Izbriši"
},
"EMPTY_RESULT": {
"404": "Nema kreiranih prilagođenih atributa",
"NOT_FOUND": "Nema podešenih prilagođenih atributa"
}
}
}
}