104 lines
3.7 KiB
JSON
104 lines
3.7 KiB
JSON
{
|
|
"AGENT_BOTS": {
|
|
"HEADER": "Botovi",
|
|
"LOADING_EDITOR": "Otvaranje Editora...",
|
|
"DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try. You can manage your bots from this page or create new ones using the 'Add Bot' button.",
|
|
"LEARN_MORE": "Learn about agent bots",
|
|
"GLOBAL_BOT": "System bot",
|
|
"GLOBAL_BOT_BADGE": "System",
|
|
"AVATAR": {
|
|
"SUCCESS_DELETE": "Bot avatar deleted successfully",
|
|
"ERROR_DELETE": "Error deleting bot avatar, please try again"
|
|
},
|
|
"BOT_CONFIGURATION": {
|
|
"TITLE": "Izaberi agentskog bota",
|
|
"DESC": "Dodijelite Agent Bot svojoj pristigloj pošti. Oni mogu voditi početne razgovore i prebaciti ih živom agentu kada je to potrebno.",
|
|
"SUBMIT": "Ažuriraj",
|
|
"DISCONNECT": "Isključi Bota",
|
|
"SUCCESS_MESSAGE": "Uspješno ažuriran agentski bot.",
|
|
"DISCONNECTED_SUCCESS_MESSAGE": "Uspješno isključen agentski bot.",
|
|
"ERROR_MESSAGE": "Nije moguće ažurirati agentskog bota, molimo pokušajte ponovno.",
|
|
"DISCONNECTED_ERROR_MESSAGE": "Nije moguće ažurirati agentskog bota, molimo pokušajte ponovno.",
|
|
"SELECT_PLACEHOLDER": "Izaberi Bota"
|
|
},
|
|
"ADD": {
|
|
"TITLE": "Add Bot",
|
|
"CANCEL_BUTTON_TEXT": "Odustani",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Uspješno dodan Bot.",
|
|
"ERROR_MESSAGE": "Nije moguće dodati bota, molimo pokušajte kasnije."
|
|
}
|
|
},
|
|
"LIST": {
|
|
"404": "No bots found. You can create a bot by clicking the 'Add Bot' button.",
|
|
"LOADING": "Dohvat Botova...",
|
|
"TABLE_HEADER": {
|
|
"DETAILS": "Bot Details",
|
|
"URL": "Webhook URL"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Izbriši",
|
|
"TITLE": "Izbriši Bota",
|
|
"CONFIRM": {
|
|
"TITLE": "Potvrdi brisanje",
|
|
"MESSAGE": "Are you sure you want to delete {name}?",
|
|
"YES": "Yes, Delete",
|
|
"NO": "No, Keep"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Bot uspješno izbrisan.",
|
|
"ERROR_MESSAGE": "Nije moguće izbrisati bota, molimo pokušajte ponovno."
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"BUTTON_TEXT": "Uredi",
|
|
"TITLE": "Uredi Bota",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Bot uspješno izbrisan.",
|
|
"ERROR_MESSAGE": "Nije moguće ažurirati bota, molimo pokušajte ponovno."
|
|
}
|
|
},
|
|
"ACCESS_TOKEN": {
|
|
"TITLE": "Pristupni token",
|
|
"DESCRIPTION": "Copy the access token and save it securely",
|
|
"COPY_SUCCESSFUL": "Access token copied to clipboard",
|
|
"RESET_SUCCESS": "Access token regenerated successfully",
|
|
"RESET_ERROR": "Unable to regenerate access token. Please try again"
|
|
},
|
|
"FORM": {
|
|
"AVATAR": {
|
|
"LABEL": "Bot avatar"
|
|
},
|
|
"NAME": {
|
|
"LABEL": "Naziv Bota",
|
|
"PLACEHOLDER": "Enter bot name",
|
|
"REQUIRED": "Potrebno je unijeti ime Bota"
|
|
},
|
|
"DESCRIPTION": {
|
|
"LABEL": "Description",
|
|
"PLACEHOLDER": "Što ovaj Bot radi?"
|
|
},
|
|
"WEBHOOK_URL": {
|
|
"LABEL": "Webhook URL",
|
|
"PLACEHOLDER": "https://example.com/webhook",
|
|
"REQUIRED": "Webhook URL is required"
|
|
},
|
|
"ERRORS": {
|
|
"NAME": "Potrebno je unijeti ime Bota",
|
|
"URL": "Webhook URL is required",
|
|
"VALID_URL": "Please enter a valid URL starting with http:// or https://"
|
|
},
|
|
"CANCEL": "Odustani",
|
|
"CREATE": "Create Bot",
|
|
"UPDATE": "Update Bot"
|
|
},
|
|
"WEBHOOK": {
|
|
"DESCRIPTION": "Configure a webhook bot to integrate with your custom services. The bot will receive and process events from conversations and can respond to them."
|
|
},
|
|
"TYPES": {
|
|
"WEBHOOK": "Webhook Bot"
|
|
}
|
|
}
|
|
}
|