Files
clientsflow/research/chatwoot/app/javascript/dashboard/i18n/locale/hr/agentMgmt.json

125 lines
3.9 KiB
JSON

{
"AGENT_MGMT": {
"HEADER": "Agenti",
"HEADER_BTN_TXT": "Dodaj agenta",
"LOADING": "Dohvaćanje popisa agenata",
"DESCRIPTION": "An agent is a member of your customer support team who can view and respond to user messages. The list below shows all the agents in your account.",
"LEARN_MORE": "Learn about user roles",
"AGENT_TYPES": {
"ADMINISTRATOR": "Administrator",
"AGENT": "Agent"
},
"LIST": {
"404": "There are no agents associated to this account",
"TITLE": "Manage agents in your team",
"DESC": "You can add/remove agents to/in your team.",
"NAME": "Ime",
"EMAIL": "E-pošta",
"STATUS": "Status",
"ACTIONS": "Radnje",
"VERIFIED": "Potvrđen",
"VERIFICATION_PENDING": "Potvrda na čekanju",
"AVAILABLE_CUSTOM_ROLE": "Available custom role permissions"
},
"ADD": {
"TITLE": "Dodaj agenta u svoj tim",
"DESC": "You can add people who will be able to handle support for your inboxes.",
"CANCEL_BUTTON_TEXT": "Odustani",
"FORM": {
"NAME": {
"LABEL": "Ime agenta",
"PLACEHOLDER": "Please enter a name of the agent"
},
"AGENT_TYPE": {
"LABEL": "Uloga",
"PLACEHOLDER": "Please select a role",
"ERROR": "Role is required"
},
"EMAIL": {
"LABEL": "Adresa e-pošte",
"PLACEHOLDER": "Please enter an email address of the agent"
},
"SUBMIT": "Dodaj agenta"
},
"API": {
"SUCCESS_MESSAGE": "Uspješno dodan agent",
"EXIST_MESSAGE": "Agent email already in use, Please try another email address",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
}
},
"DELETE": {
"BUTTON_TEXT": "Izbriši",
"API": {
"SUCCESS_MESSAGE": "Agent uspješno izbrisan",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
"CONFIRM": {
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure to delete ",
"YES": "Da, izbriši",
"NO": "Ne, zadrži"
}
},
"EDIT": {
"TITLE": "Uredi agenta",
"FORM": {
"NAME": {
"LABEL": "Ime agenta",
"PLACEHOLDER": "Please enter a name of the agent"
},
"AGENT_TYPE": {
"LABEL": "Uloga",
"PLACEHOLDER": "Molimo odaberite ulogu",
"ERROR": "Potrebno je unijeti ulogu"
},
"EMAIL": {
"LABEL": "Adresa e-pošte",
"PLACEHOLDER": "Please enter an email address of the agent"
},
"AGENT_AVAILABILITY": {
"LABEL": "Raspoloživost",
"PLACEHOLDER": "Izaberi status raspoloživosti",
"ERROR": "Potrebna je raspoloživost"
},
"SUBMIT": "Uredi agenta"
},
"BUTTON_TEXT": "Uredi",
"CANCEL_BUTTON_TEXT": "Odustani",
"API": {
"SUCCESS_MESSAGE": "Agent uspješno ažuriran",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
"PASSWORD_RESET": {
"ADMIN_RESET_BUTTON": "Ponovno postvljanje lozinke",
"ADMIN_SUCCESS_MESSAGE": "An email with reset password instructions has been sent to the agent",
"SUCCESS_MESSAGE": "Agent password reset successfully",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
}
},
"SEARCH": {
"NO_RESULTS": "No results found."
},
"MULTI_SELECTOR": {
"PLACEHOLDER": "None",
"TITLE": {
"AGENT": "Select agent",
"TEAM": "Select team"
},
"LIST": {
"NONE": "Nijedno"
},
"SEARCH": {
"NO_RESULTS": {
"AGENT": "No agents found",
"TEAM": "No teams found"
},
"PLACEHOLDER": {
"AGENT": "Search agents",
"TEAM": "Search teams",
"INPUT": "Pretraga agenata"
}
}
}
}
}