78 lines
2.8 KiB
JSON
78 lines
2.8 KiB
JSON
{
|
|
"CANNED_MGMT": {
|
|
"HEADER": "Brzi odgovori",
|
|
"LEARN_MORE": "Learn more about canned responses",
|
|
"DESCRIPTION": "Canned Responses are pre-written reply templates that help you quickly respond to a conversation. Agents can type the '/' character followed by the shortcode to insert a canned response during a conversation. ",
|
|
"HEADER_BTN_TXT": "Add canned response",
|
|
"LOADING": "Fetching canned responses...",
|
|
"SEARCH_404": "Nema stavki koje se poklapaju sa upitom.",
|
|
"LIST": {
|
|
"404": "Ne postoje brzi odgovori u ovom nalogu.",
|
|
"TITLE": "Upravljajte brzim odgovorima",
|
|
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
|
"TABLE_HEADER": {
|
|
"SHORT_CODE": "Short code",
|
|
"CONTENT": "Sadržaj",
|
|
"ACTIONS": "Akcije"
|
|
}
|
|
},
|
|
"ADD": {
|
|
"TITLE": "Add canned response",
|
|
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
|
"CANCEL_BUTTON_TEXT": "Otkaži",
|
|
"FORM": {
|
|
"SHORT_CODE": {
|
|
"LABEL": "Short code",
|
|
"PLACEHOLDER": "Please enter a short code.",
|
|
"ERROR": "Short Code is required."
|
|
},
|
|
"CONTENT": {
|
|
"LABEL": "Poruka",
|
|
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
|
|
"ERROR": "Message is required."
|
|
},
|
|
"SUBMIT": "Pošalji"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Canned response added successfully.",
|
|
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"TITLE": "Edit canned response",
|
|
"CANCEL_BUTTON_TEXT": "Otkaži",
|
|
"FORM": {
|
|
"SHORT_CODE": {
|
|
"LABEL": "Short code",
|
|
"PLACEHOLDER": "Please enter a shortcode.",
|
|
"ERROR": "Short code is required."
|
|
},
|
|
"CONTENT": {
|
|
"LABEL": "Poruka",
|
|
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
|
|
"ERROR": "Poruka je obavezna."
|
|
},
|
|
"SUBMIT": "Pošalji"
|
|
},
|
|
"BUTTON_TEXT": "Uredi",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Canned response is updated successfully.",
|
|
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Obriši",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Canned response deleted successfully.",
|
|
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Potvrdi brisanje",
|
|
"MESSAGE": "Sigurni ste da želite izbrisati ",
|
|
"YES": "Yes, delete ",
|
|
"NO": "No, keep "
|
|
}
|
|
}
|
|
}
|
|
}
|