chore: Update translations (#9946)

This commit is contained in:
Chatwoot Bot
2024-08-16 14:06:32 +05:30
committed by GitHub
parent f38101527f
commit bb78639696
903 changed files with 4461 additions and 1860 deletions

View File

@@ -1,101 +1,102 @@
{
"FILTER": {
"TITLE": "Filter conversations",
"SUBTITLE": "Add your filters below and hit 'Apply filters' to cut through the chat clutter.",
"EDIT_CUSTOM_FILTER": "Edit Folder",
"CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your folder.",
"ADD_NEW_FILTER": "Add filter",
"FILTER_DELETE_ERROR": "Oops, looks like we can't save nothing! Please add at least one filter to save it.",
"SUBMIT_BUTTON_LABEL": "Apply filters",
"UPDATE_BUTTON_LABEL": "Update folder",
"CANCEL_BUTTON_LABEL": "Cancel",
"CLEAR_BUTTON_LABEL": "Clear filters",
"FOLDER_LABEL": "Folder Name",
"FOLDER_QUERY_LABEL": "Folder Query",
"EMPTY_VALUE_ERROR": "Value is required.",
"TOOLTIP_LABEL": "Filter conversations",
"TITLE": "Filtriraj razgovore",
"SUBTITLE": "Dodajte svoje filtre ispod i pritisnite 'Primijeni filtre' da biste se probili kroz nered u chatu.",
"EDIT_CUSTOM_FILTER": "Uredi mapu",
"CUSTOM_VIEWS_SUBTITLE": "Dodajte ili uklonite filtre i ažurirajte svoju mapu.",
"ADD_NEW_FILTER": "Dodaj filter",
"FILTER_DELETE_ERROR": "Ups, čini se da ne možemo ništa spremiti! Molimo dodajte barem jedan filter za spremanje.",
"SUBMIT_BUTTON_LABEL": "Primijeni filtre",
"UPDATE_BUTTON_LABEL": "Ažuriraj mapu",
"CANCEL_BUTTON_LABEL": "Odustani",
"CLEAR_BUTTON_LABEL": "Očisti filtre",
"FOLDER_LABEL": "Naziv mape",
"FOLDER_QUERY_LABEL": "Upit mape",
"EMPTY_VALUE_ERROR": "Vrijednost je obavezna.",
"TOOLTIP_LABEL": "Filtriraj razgovore",
"QUERY_DROPDOWN_LABELS": {
"AND": "AND",
"OR": "OR"
"AND": "I",
"OR": "ILI"
},
"INPUT_PLACEHOLDER": "Unesite vrijednost",
"OPERATOR_LABELS": {
"equal_to": "Equal to",
"not_equal_to": "Not equal to",
"contains": "Contains",
"does_not_contain": "Does not contain",
"is_present": "Is present",
"is_not_present": "Is not present",
"is_greater_than": "Is greater than",
"is_less_than": "Is lesser than",
"days_before": "Is x days before",
"equal_to": "Jednako",
"not_equal_to": "Nije jednako",
"contains": "Sadrži",
"does_not_contain": "Ne sadrži",
"is_present": "Prisutno je",
"is_not_present": "Nije prisutno",
"is_greater_than": "Veće je od",
"is_less_than": "Manje je od",
"days_before": "Je x dana prije",
"starts_with": "Počinje s"
},
"ATTRIBUTE_LABELS": {
"TRUE": "True",
"FALSE": "False"
"TRUE": "Istina",
"FALSE": "Neistina"
},
"ATTRIBUTES": {
"STATUS": "Status",
"ASSIGNEE_NAME": "Assignee name",
"INBOX_NAME": "Inbox name",
"TEAM_NAME": "Team name",
"CONVERSATION_IDENTIFIER": "Conversation identifier",
"CAMPAIGN_NAME": "Campaign name",
"LABELS": "Labels",
"BROWSER_LANGUAGE": "Browser language",
"ASSIGNEE_NAME": "Ime dodijeljenog",
"INBOX_NAME": "Naziv sandučića",
"TEAM_NAME": "Naziv tima",
"CONVERSATION_IDENTIFIER": "Identifikator razgovora",
"CAMPAIGN_NAME": "Naziv kampanje",
"LABELS": "Oznake",
"BROWSER_LANGUAGE": "Jezik preglednika",
"PRIORITY": "Prioritet",
"COUNTRY_NAME": "Country name",
"REFERER_LINK": "Referer link",
"CUSTOM_ATTRIBUTE_LIST": "List",
"CUSTOM_ATTRIBUTE_TEXT": "Text",
"CUSTOM_ATTRIBUTE_NUMBER": "Number",
"CUSTOM_ATTRIBUTE_LINK": "Link",
"CUSTOM_ATTRIBUTE_CHECKBOX": "Checkbox",
"COUNTRY_NAME": "Ime zemlje",
"REFERER_LINK": "Povezica preporuke",
"CUSTOM_ATTRIBUTE_LIST": "Popis",
"CUSTOM_ATTRIBUTE_TEXT": "Tekst",
"CUSTOM_ATTRIBUTE_NUMBER": "Broj",
"CUSTOM_ATTRIBUTE_LINK": "Povezica",
"CUSTOM_ATTRIBUTE_CHECKBOX": "Kvačica",
"CREATED_AT": "Kreirano",
"LAST_ACTIVITY": "Zadnja aktivnost"
},
"GROUPS": {
"STANDARD_FILTERS": "Standard filters",
"ADDITIONAL_FILTERS": "Additional filters",
"CUSTOM_ATTRIBUTES": "Custom attributes"
"STANDARD_FILTERS": "Standardni filteri",
"ADDITIONAL_FILTERS": "Dodatni filteri",
"CUSTOM_ATTRIBUTES": "Dodatni atributi"
},
"CUSTOM_VIEWS": {
"ADD": {
"TITLE": "Do you want to save this filter?",
"LABEL": "Name this filter",
"PLACEHOLDER": "Name your filter to refer it later.",
"ERROR_MESSAGE": "Name is required.",
"SAVE_BUTTON": "Save filter",
"CANCEL_BUTTON": "Cancel",
"TITLE": "Želite li spremiti ovaj filteri?",
"LABEL": "Naziv ovog filtera",
"PLACEHOLDER": "Dajte ime ovom filteru da ga se prisjetite kasnije.",
"ERROR_MESSAGE": "Ime je obavezno.",
"SAVE_BUTTON": "Spremi filter",
"CANCEL_BUTTON": "Odustani",
"API_FOLDERS": {
"SUCCESS_MESSAGE": "Folder created successfully.",
"ERROR_MESSAGE": "Error while creating folder."
"SUCCESS_MESSAGE": "Mapa uspješno kreirana.",
"ERROR_MESSAGE": "Greška prilikom brisanja mape."
},
"API_SEGMENTS": {
"SUCCESS_MESSAGE": "Segment created successfully.",
"ERROR_MESSAGE": "Error while creating segment."
"SUCCESS_MESSAGE": "Segment uspješno kreiran.",
"ERROR_MESSAGE": "Greška prilikom kreiranja segmenta."
}
},
"EDIT": {
"EDIT_BUTTON": "Edit folder"
"EDIT_BUTTON": "Uredi folder"
},
"DELETE": {
"DELETE_BUTTON": "Delete filter",
"DELETE_BUTTON": "Izbriši filter",
"MODAL": {
"CONFIRM": {
"TITLE": "Confirm deletion",
"MESSAGE": "Are you sure to delete the filter ",
"YES": "Yes, delete",
"NO": "No, keep it"
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Jeste li sigurno da želite izbrisati filter?",
"YES": "Da, izbriši",
"NO": "Ne, zadrži"
}
},
"API_FOLDERS": {
"SUCCESS_MESSAGE": "Folder deleted successfully.",
"ERROR_MESSAGE": "Error while deleting folder."
"SUCCESS_MESSAGE": "Folder uspješno izbrisan.",
"ERROR_MESSAGE": "Greška prilikom brisanja mape."
},
"API_SEGMENTS": {
"SUCCESS_MESSAGE": "Segment deleted successfully.",
"ERROR_MESSAGE": "Error while deleting segment."
"SUCCESS_MESSAGE": "Segment uspješno izbrisan.",
"ERROR_MESSAGE": "Greška prilikom brisanja segmenta."
}
}
}

View File

@@ -1,73 +1,73 @@
{
"AGENT_BOTS": {
"HEADER": "Botovi",
"LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>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.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>",
"LOADING_EDITOR": "Otvaranje Editora...",
"HEADER_BTN_TXT": "Dodaj konfiguraciju Bota",
"SIDEBAR_TXT": "<p><b>Agentski Botovi</b> <p>Agentski Botovi su kao najčudesniji članovi vašeg tima. Oni mogu riješiti male stvari, tako da se možete usredotočiti na stvari koje su važne. Isprobajte ih.</p> <p> Možete upravljati svojim botovima s ove stranice ili stvoriti nove pomoću gumba 'Dodaj konfiguraciju bota'.</p> <p> Otvorite <a href=\"https:/ /www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Priručnik o agentskim botovima</a> u drugoj kartici za pomoć.</p>",
"CSML_BOT_EDITOR": {
"NAME": {
"LABEL": "Bot name",
"PLACEHOLDER": "Name your bot.",
"LABEL": "Naziv Bota",
"PLACEHOLDER": "Naziv Bota.",
"ERROR": "Potrebno je unijeti ime Bota."
},
"DESCRIPTION": {
"LABEL": "Bot description",
"LABEL": "Opis Bota",
"PLACEHOLDER": "Što ovaj Bot radi?"
},
"BOT_CONFIG": {
"ERROR": "Unesi iznad svoju CSML bot konfiguraciju.",
"API_ERROR": "Your CSML configuration is invalid. Please fix it and try again."
"API_ERROR": "Unesena CSML konfiguracija nije ispravna, molimo ispravite i ponovno unesite."
},
"SUBMIT": "Validacija i pohrana"
},
"BOT_CONFIGURATION": {
"TITLE": "Izaberi agentskog bota",
"DESC": "Assign an Agent Bot to your inbox. They can handle initial conversations and transfer them to a live agent when necessary.",
"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": "Disconnect bot",
"DISCONNECT": "Isključi Bota",
"SUCCESS_MESSAGE": "Uspješno ažuriran agentski bot.",
"DISCONNECTED_SUCCESS_MESSAGE": "Uspješno isključen agentski bot.",
"ERROR_MESSAGE": "Could not update the agent bot. Please try again.",
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot. Please try again.",
"SELECT_PLACEHOLDER": "Select 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": "Konfiguriraj novog bota",
"CANCEL_BUTTON_TEXT": "Odustani",
"API": {
"SUCCESS_MESSAGE": "Uspješno dodan Bot.",
"ERROR_MESSAGE": "Could not add bot. Please try again later."
"ERROR_MESSAGE": "Nije moguće dodati bota, molimo pokušajte kasnije."
}
},
"LIST": {
"404": "No bots found. You can create a bot by clicking the 'Configure new bot' button ↗",
"LOADING": "Fetching bots...",
"TYPE": "Bot type"
"404": "Nije pronađen nijedan Bot, možeš kreirati Bota koristeći gumb 'Konfiguriraj novog bota' ↗",
"LOADING": "Dohvat Botova...",
"TYPE": "Vrsta Bota"
},
"DELETE": {
"BUTTON_TEXT": "Izbriši",
"TITLE": "Delete bot",
"TITLE": "Izbriši Bota",
"SUBMIT": "Izbriši",
"CANCEL_BUTTON_TEXT": "Odustani",
"DESCRIPTION": "Jeste li sigurni da želite izbrisati ovog bota? Akciju nije moguće poništiti.",
"API": {
"SUCCESS_MESSAGE": "Bot uspješno izbrisan.",
"ERROR_MESSAGE": "Could not delete bot. Please try again."
"ERROR_MESSAGE": "Nije moguće izbrisati bota, molimo pokušajte ponovno."
}
},
"EDIT": {
"BUTTON_TEXT": "Uredi",
"LOADING": "Fetching bots...",
"TITLE": "Edit bot",
"LOADING": "Dohvat Botova...",
"TITLE": "Uredi Bota",
"CANCEL_BUTTON_TEXT": "Odustani",
"API": {
"SUCCESS_MESSAGE": "Bot uspješno izbrisan.",
"ERROR_MESSAGE": "Could not update bot. Please try again."
"ERROR_MESSAGE": "Nije moguće ažurirati bota, molimo pokušajte ponovno."
}
},
"TYPES": {
"WEBHOOK": "Webhook bot",
"CSML": "CSML bot"
"WEBHOOK": "Webhook Bot",
"CSML": "CSML Bot"
}
}
}

View File

@@ -1,9 +1,10 @@
{
"AGENT_MGMT": {
"HEADER": "Agents",
"HEADER_BTN_TXT": "Add Agent",
"LOADING": "Fetching Agent List",
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
"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"
@@ -12,66 +13,66 @@
"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": "Name",
"EMAIL": "EMAIL",
"NAME": "Ime",
"EMAIL": "E-pošta",
"STATUS": "Status",
"ACTIONS": "Actions",
"VERIFIED": "Verified",
"VERIFICATION_PENDING": "Verification Pending"
"ACTIONS": "Radnje",
"VERIFIED": "Potvrđen",
"VERIFICATION_PENDING": "Potvrda na čekanju"
},
"ADD": {
"TITLE": "Add agent to your team",
"TITLE": "Dodaj agenta u svoj tim",
"DESC": "You can add people who will be able to handle support for your inboxes.",
"CANCEL_BUTTON_TEXT": "Cancel",
"CANCEL_BUTTON_TEXT": "Odustani",
"FORM": {
"NAME": {
"LABEL": "Agent Name",
"LABEL": "Ime agenta",
"PLACEHOLDER": "Please enter a name of the agent"
},
"AGENT_TYPE": {
"LABEL": "Role",
"LABEL": "Uloga",
"PLACEHOLDER": "Please select a role",
"ERROR": "Role is required"
},
"EMAIL": {
"LABEL": "Email Address",
"LABEL": "Adresa e-pošte",
"PLACEHOLDER": "Please enter an email address of the agent"
},
"SUBMIT": "Add Agent"
"SUBMIT": "Dodaj agenta"
},
"API": {
"SUCCESS_MESSAGE": "Agent added successfully",
"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": "Delete",
"BUTTON_TEXT": "Izbriši",
"API": {
"SUCCESS_MESSAGE": "Agent deleted successfully",
"SUCCESS_MESSAGE": "Agent uspješno izbrisan",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure to delete ",
"YES": "Yes, Delete ",
"NO": "No, Keep "
"YES": "Da, izbriši",
"NO": "Ne, zadrži"
}
},
"EDIT": {
"TITLE": "Edit agent",
"TITLE": "Uredi agenta",
"FORM": {
"NAME": {
"LABEL": "Agent Name",
"LABEL": "Ime agenta",
"PLACEHOLDER": "Please enter a name of the agent"
},
"AGENT_TYPE": {
"LABEL": "Role",
"PLACEHOLDER": "Please select a role",
"ERROR": "Role is required"
"LABEL": "Uloga",
"PLACEHOLDER": "Molimo odaberite ulogu",
"ERROR": "Potrebno je unijeti ulogu"
},
"EMAIL": {
"LABEL": "Email Address",
"LABEL": "Adresa e-pošte",
"PLACEHOLDER": "Please enter an email address of the agent"
},
"AGENT_AVAILABILITY": {
@@ -79,16 +80,16 @@
"PLACEHOLDER": "Izaberi status raspoloživosti",
"ERROR": "Potrebna je raspoloživost"
},
"SUBMIT": "Edit Agent"
"SUBMIT": "Uredi agenta"
},
"BUTTON_TEXT": "Edit",
"CANCEL_BUTTON_TEXT": "Cancel",
"BUTTON_TEXT": "Uredi",
"CANCEL_BUTTON_TEXT": "Odustani",
"API": {
"SUCCESS_MESSAGE": "Agent updated successfully",
"SUCCESS_MESSAGE": "Agent uspješno ažuriran",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
"PASSWORD_RESET": {
"ADMIN_RESET_BUTTON": "Reset Password",
"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"

View File

@@ -7,7 +7,7 @@
"ADD": {
"TITLE": "Add Custom Attribute",
"SUBMIT": "Create",
"CANCEL_BUTTON_TEXT": "Cancel",
"CANCEL_BUTTON_TEXT": "Odustani",
"FORM": {
"NAME": {
"LABEL": "Display Name",
@@ -58,7 +58,7 @@
}
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "Izbriši",
"API": {
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
@@ -68,7 +68,7 @@
"PLACE_HOLDER": "Please type {attributeName} to confirm",
"MESSAGE": "Deleting will remove the custom attribute",
"YES": "Delete ",
"NO": "Cancel"
"NO": "Odustani"
}
},
"EDIT": {
@@ -92,14 +92,14 @@
},
"LIST": {
"TABLE_HEADER": [
"Name",
"Ime",
"Description",
"Type",
"Key"
],
"BUTTONS": {
"EDIT": "Edit",
"DELETE": "Delete"
"EDIT": "Uredi",
"DELETE": "Izbriši"
},
"EMPTY_RESULT": {
"404": "There are no custom attributes created",

View File

@@ -3,6 +3,8 @@
"HEADER": "Audit Logovi",
"HEADER_BTN_TXT": "Dodaj Audit Logove",
"LOADING": "Dohvat Audit Logova",
"DESCRIPTION": "Audit Logs maintain a record of activities in your account, allowing you to track and audit your account, team, or services.",
"LEARN_MORE": "Learn more about audit logs",
"SEARCH_404": "Ne postoji rezultat za zadano pretraživanje",
"SIDEBAR_TXT": "<p><b>Audit Logovi</b> </p><p> Audit Logovi su tragovi događaja i akcija u Chatwoot sustavu. </p>",
"LIST": {
@@ -29,7 +31,8 @@
"ADD": "%{agentName} invited %{invitee} to the account as an %{role}",
"EDIT": {
"SELF": "%{agentName} changed their %{attributes} to %{values}",
"OTHER": "%{agentName} changed %{attributes} of %{user} to %{values}"
"OTHER": "%{agentName} changed %{attributes} of %{user} to %{values}",
"DELETED": "%{agentName} changed %{attributes} of a deleted user to %{values}"
}
},
"INBOX": {

View File

@@ -7,7 +7,7 @@
"ADD": {
"TITLE": "Add Automation Rule",
"SUBMIT": "Create",
"CANCEL_BUTTON_TEXT": "Cancel",
"CANCEL_BUTTON_TEXT": "Odustani",
"FORM": {
"NAME": {
"LABEL": "Rule Name",
@@ -28,7 +28,7 @@
"LABEL": "Conditions"
},
"ACTIONS": {
"LABEL": "Actions"
"LABEL": "Radnje"
}
},
"CONDITION_BUTTON_LABEL": "Add Condition",
@@ -40,7 +40,7 @@
},
"LIST": {
"TABLE_HEADER": [
"Name",
"Ime",
"Description",
"Active",
"Created on"
@@ -49,13 +49,13 @@
},
"DELETE": {
"TITLE": "Delete Automation Rule",
"SUBMIT": "Delete",
"CANCEL_BUTTON_TEXT": "Cancel",
"SUBMIT": "Izbriši",
"CANCEL_BUTTON_TEXT": "Odustani",
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure to delete ",
"YES": "Yes, Delete ",
"NO": "No, Keep "
"YES": "Da, izbriši",
"NO": "Ne, zadrži"
},
"API": {
"SUCCESS_MESSAGE": "Automation rule deleted successfully",
@@ -65,7 +65,7 @@
"EDIT": {
"TITLE": "Edit Automation Rule",
"SUBMIT": "Update",
"CANCEL_BUTTON_TEXT": "Cancel",
"CANCEL_BUTTON_TEXT": "Odustani",
"API": {
"SUCCESS_MESSAGE": "Automation rule updated successfully",
"ERROR_MESSAGE": "Could not update automation rule, Please try again later"
@@ -79,10 +79,10 @@
}
},
"FORM": {
"EDIT": "Edit",
"EDIT": "Uredi",
"CREATE": "Create",
"DELETE": "Delete",
"CANCEL": "Cancel",
"DELETE": "Izbriši",
"CANCEL": "Odustani",
"RESET_MESSAGE": "Changing event type will reset the conditions and events you have added below"
},
"CONDITION": {
@@ -93,7 +93,9 @@
"ACTION": {
"DELETE_MESSAGE": "You need to have atleast one action to save",
"TEAM_MESSAGE_INPUT_PLACEHOLDER": "Enter your message here",
"TEAM_DROPDOWN_PLACEHOLDER": "Select teams"
"TEAM_DROPDOWN_PLACEHOLDER": "Select teams",
"EMAIL_INPUT_PLACEHOLDER": "Enter email",
"URL_INPUT_PLACEHOLDER": "Enter URL"
},
"TOGGLE": {
"ACTIVATION_TITLE": "Activate Automation Rule",
@@ -113,6 +115,15 @@
"LABEL_UPLOADING": "Prenosim...",
"LABEL_UPLOADED": "Successfully Uploaded",
"LABEL_UPLOAD_FAILED": "Upload Failed"
},
"ERRORS": {
"ATTRIBUTE_KEY_REQUIRED": "Attribute key is required",
"FILTER_OPERATOR_REQUIRED": "Filter operator is required",
"VALUE_REQUIRED": "Value is required",
"VALUE_MUST_BE_BETWEEN_1_AND_998": "Value must be between 1 and 998",
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
}
}
}

View File

@@ -7,6 +7,7 @@
"GO_BACK_LABEL": "Go back",
"ASSIGN_LABEL": "Assign",
"YES": "Yes",
"SEARCH_INPUT_PLACEHOLDER": "Search",
"ASSIGN_AGENT_TOOLTIP": "Assign agent",
"ASSIGN_TEAM_TOOLTIP": "Assign team",
"ASSIGN_SUCCESFUL": "Conversations assigned successfully.",

View File

@@ -9,7 +9,7 @@
"ADD": {
"TITLE": "Create a campaign",
"DESC": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations.",
"CANCEL_BUTTON_TEXT": "Cancel",
"CANCEL_BUTTON_TEXT": "Odustani",
"CREATE_BUTTON_TEXT": "Create",
"FORM": {
"TITLE": {
@@ -63,12 +63,12 @@
}
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "Izbriši",
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure to delete?",
"YES": "Yes, Delete ",
"NO": "No, Keep "
"YES": "Da, izbriši",
"NO": "Ne, zadrži"
},
"API": {
"SUCCESS_MESSAGE": "Campaign deleted successfully",
@@ -99,8 +99,8 @@
},
"BUTTONS": {
"ADD": "Add",
"EDIT": "Edit",
"DELETE": "Delete"
"EDIT": "Uredi",
"DELETE": "Izbriši"
},
"STATUS": {
"ENABLED": "Enabled",

View File

@@ -1,10 +1,11 @@
{
"CANNED_MGMT": {
"HEADER": "Canned Responses",
"LEARN_MORE": "Saznajte više o unaprijed pripremljenim odgovorima",
"DESCRIPTION": "Unaprijed pripremljeni odgovori su već napisani predlošci za odgovore koji vam pomažu da brzo odgovorite na razgovor. Agenti mogu upisati znak '/' nakon kojeg slijedi kratki kod za umetanje unaprijed pripremljenog odgovora tijekom razgovora.",
"HEADER_BTN_TXT": "Add canned response",
"LOADING": "Fetching canned responses...",
"SEARCH_404": "Ne postoji rezultat za zadano pretraživanje.",
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are pre-written reply templates that help you quickly respond to a conversation. To insert a canned response during a chat, agents can type a short code preceded by a '/' character. </p><p> You can manage your canned responses from this page or create new ones using the \"Add canned response\" button.</p><p>Open the <a target=\"_blank\" href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677501325-how-to-create-saved-reply-templates-with-canned-responses\">Canned Responses handbook</a> in another tab for a helping hand.</p><p>Also, check out the all-new <a href=\"https://www.chatwoot.com/tools/canned-responses-library\" target=\"_blank\">Canned Responses Library</a>.</p>",
"LIST": {
"404": "There are no canned responses available in this account.",
"TITLE": "Manage canned responses",
@@ -12,13 +13,13 @@
"TABLE_HEADER": [
"Short code",
"Content",
"Actions"
"Radnje"
]
},
"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": "Cancel",
"CANCEL_BUTTON_TEXT": "Odustani",
"FORM": {
"SHORT_CODE": {
"LABEL": "Short code",
@@ -39,7 +40,7 @@
},
"EDIT": {
"TITLE": "Edit canned response",
"CANCEL_BUTTON_TEXT": "Cancel",
"CANCEL_BUTTON_TEXT": "Odustani",
"FORM": {
"SHORT_CODE": {
"LABEL": "Short code",
@@ -53,14 +54,14 @@
},
"SUBMIT": "Submit"
},
"BUTTON_TEXT": "Edit",
"BUTTON_TEXT": "Uredi",
"API": {
"SUCCESS_MESSAGE": "Canned response is updated successfully.",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
}
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "Izbriši",
"API": {
"SUCCESS_MESSAGE": "Canned response deleted successfully.",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"

View File

@@ -1,7 +1,7 @@
{
"CONTACT_PANEL": {
"NOT_AVAILABLE": "Not Available",
"EMAIL_ADDRESS": "Email Address",
"EMAIL_ADDRESS": "Adresa e-pošte",
"PHONE_NUMBER": "Phone number",
"IDENTIFIER": "Identifier",
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
@@ -44,7 +44,7 @@
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
"SEND_TRANSCRIPT": "Send Transcript",
"EDIT_LABEL": "Edit",
"EDIT_LABEL": "Uredi",
"SIDEBAR_SECTIONS": {
"CUSTOM_ATTRIBUTES": "Custom Attributes",
"CONTACT_LABELS": "Contact Labels",
@@ -70,7 +70,7 @@
"FORM": {
"LABEL": "CSV File",
"SUBMIT": "Import",
"CANCEL": "Cancel"
"CANCEL": "Odustani"
},
"SUCCESS_MESSAGE": "You will be notified via email when the import is complete.",
"ERROR_MESSAGE": "There was an error, please try again"
@@ -91,7 +91,7 @@
},
"DELETE_NOTE": {
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you want sure to delete this note?",
"YES": "Yes, Delete it",
"NO": "No, Keep it"
@@ -102,7 +102,7 @@
"TITLE": "Delete contact",
"DESC": "Delete contact details",
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure to delete ",
"YES": "Yes, Delete",
"NO": "No, Keep"
@@ -115,7 +115,7 @@
"CONTACT_FORM": {
"FORM": {
"SUBMIT": "Submit",
"CANCEL": "Cancel",
"CANCEL": "Odustani",
"AVATAR": {
"LABEL": "Contact Avatar"
},
@@ -129,7 +129,7 @@
},
"EMAIL_ADDRESS": {
"PLACEHOLDER": "Enter the email address of the contact",
"LABEL": "Email Address",
"LABEL": "Adresa e-pošte",
"DUPLICATE": "This email address is in use for another contact.",
"ERROR": "Please enter a valid email address."
},
@@ -217,7 +217,7 @@
"HELP_TEXT": "Drag and drop files here or choose files to attach"
},
"SUBMIT": "Send message",
"CANCEL": "Cancel",
"CANCEL": "Odustani",
"SUCCESS_MESSAGE": "Message sent!",
"GO_TO_CONVERSATION": "View",
"ERROR_MESSAGE": "Couldn't send! try again"
@@ -229,15 +229,15 @@
"SEARCH_BUTTON": "Search",
"SEARCH_INPUT_PLACEHOLDER": "Search for contacts",
"FILTER_CONTACTS": "Filter",
"FILTER_CONTACTS_SAVE": "Save filter",
"FILTER_CONTACTS_DELETE": "Delete filter",
"FILTER_CONTACTS_SAVE": "Spremi filter",
"FILTER_CONTACTS_DELETE": "Izbriši filter",
"FILTER_CONTACTS_EDIT": "Edit segment",
"LIST": {
"LOADING_MESSAGE": "Loading contacts...",
"404": "No contacts matches your search 🔍",
"NO_CONTACTS": "There are no available contacts",
"TABLE_HEADER": {
"NAME": "Name",
"NAME": "Ime",
"PHONE_NUMBER": "Phone Number",
"CONVERSATIONS": "Conversations",
"LAST_ACTIVITY": "Last Activity",
@@ -246,7 +246,7 @@
"CITY": "City",
"SOCIAL_PROFILES": "Social Profiles",
"COMPANY": "Company",
"EMAIL_ADDRESS": "Email Address"
"EMAIL_ADDRESS": "Adresa e-pošte"
},
"VIEW_DETAILS": "View details"
}
@@ -311,7 +311,7 @@
},
"FORM": {
"CREATE": "Add attribute",
"CANCEL": "Cancel",
"CANCEL": "Odustani",
"NAME": {
"LABEL": "Custom attribute name",
"PLACEHOLDER": "Eg: shopify id",
@@ -375,12 +375,15 @@
},
"FORM": {
"SUBMIT": " Merge contacts",
"CANCEL": "Cancel",
"CANCEL": "Odustani",
"CHILD_CONTACT": {
"ERROR": "Select a child contact to merge"
},
"SUCCESS_MESSAGE": "Contact merged successfully",
"ERROR_MESSAGE": "Could not merge contacts, try again!"
},
"DROPDOWN_ITEM": {
"ID": "(ID: {identifier})"
}
}
}

View File

@@ -9,39 +9,39 @@
"FILTER_DELETE_ERROR": "You should have atleast one filter to save",
"SUBMIT_BUTTON_LABEL": "Submit",
"UPDATE_BUTTON_LABEL": "Update Segment",
"CANCEL_BUTTON_LABEL": "Cancel",
"CANCEL_BUTTON_LABEL": "Odustani",
"CLEAR_BUTTON_LABEL": "Clear Filters",
"EMPTY_VALUE_ERROR": "Value is required",
"SEGMENT_LABEL": "Segment Name",
"SEGMENT_QUERY_LABEL": "Segment Query",
"TOOLTIP_LABEL": "Filter contacts",
"QUERY_DROPDOWN_LABELS": {
"AND": "AND",
"OR": "OR"
"AND": "I",
"OR": "ILI"
},
"OPERATOR_LABELS": {
"equal_to": "Equal to",
"not_equal_to": "Not equal to",
"contains": "Contains",
"does_not_contain": "Does not contain",
"is_present": "Is present",
"is_not_present": "Is not present",
"is_greater_than": "Is greater than",
"equal_to": "Jednako",
"not_equal_to": "Nije jednako",
"contains": "Sadrži",
"does_not_contain": "Ne sadrži",
"is_present": "Prisutno je",
"is_not_present": "Nije prisutno",
"is_greater_than": "Veće je od",
"is_lesser_than": "Is lesser than",
"days_before": "Is x days before"
"days_before": "Je x dana prije"
},
"ATTRIBUTES": {
"NAME": "Name",
"NAME": "Ime",
"EMAIL": "Email",
"PHONE_NUMBER": "Phone number",
"IDENTIFIER": "Identifier",
"CITY": "City",
"COUNTRY": "Country",
"CUSTOM_ATTRIBUTE_LIST": "List",
"CUSTOM_ATTRIBUTE_TEXT": "Text",
"CUSTOM_ATTRIBUTE_NUMBER": "Number",
"CUSTOM_ATTRIBUTE_LINK": "Link",
"CUSTOM_ATTRIBUTE_CHECKBOX": "Checkbox",
"CUSTOM_ATTRIBUTE_LIST": "Popis",
"CUSTOM_ATTRIBUTE_TEXT": "Tekst",
"CUSTOM_ATTRIBUTE_NUMBER": "Broj",
"CUSTOM_ATTRIBUTE_LINK": "Povezica",
"CUSTOM_ATTRIBUTE_CHECKBOX": "Kvačica",
"CREATED_AT": "Created At",
"LAST_ACTIVITY": "Last Activity",
"REFERER_LINK": "Referrer link",

View File

@@ -142,14 +142,15 @@
"MSG_INPUT": "Shift + enter for new line. Start with '/' to select a Canned Response.",
"PRIVATE_MSG_INPUT": "Shift + enter for new line. This will be visible only to Agents",
"MESSAGE_SIGNATURE_NOT_CONFIGURED": "Message signature is not configured, please configure it in profile settings.",
"CLICK_HERE": "Click here to update"
"CLICK_HERE": "Click here to update",
"WHATSAPP_TEMPLATES": "Whatsapp Predlošci"
},
"REPLYBOX": {
"REPLY": "Reply",
"PRIVATE_NOTE": "Private Note",
"SEND": "Send",
"CREATE": "Add Note",
"INSERT_READ_MORE": "Read more",
"INSERT_READ_MORE": "Pročitaj više",
"DISMISS_REPLY": "Dismiss reply",
"REPLYING_TO": "Replying to:",
"TIP_FORMAT_ICON": "Show rich text editor",
@@ -181,7 +182,7 @@
"MESSAGE": "You have {undefinedVariablesCount} undefined variables in your message: {undefinedVariables}. Would you like to send the message anyway?",
"CONFIRM": {
"YES": "Send",
"CANCEL": "Cancel"
"CANCEL": "Odustani"
}
}
},
@@ -201,13 +202,13 @@
"TRY_AGAIN": "retry",
"ASSIGNMENT": {
"SELECT_AGENT": "Select Agent",
"REMOVE": "Remove",
"REMOVE": "Izbriši",
"ASSIGN": "Assign"
},
"CONTEXT_MENU": {
"COPY": "Copy",
"REPLY_TO": "Reply to this message",
"DELETE": "Delete",
"DELETE": "Izbriši",
"CREATE_A_CANNED_RESPONSE": "Add to canned responses",
"TRANSLATE": "Translate",
"COPY_PERMALINK": "Copy link to the message",
@@ -215,8 +216,8 @@
"DELETE_CONFIRMATION": {
"TITLE": "Are you sure you want to delete this message?",
"MESSAGE": "You cannot undo this action",
"DELETE": "Delete",
"CANCEL": "Cancel"
"DELETE": "Izbriši",
"CANCEL": "Odustani"
}
}
},
@@ -224,7 +225,7 @@
"TITLE": "Send conversation transcript",
"DESC": "Send a copy of the conversation transcript to the specified email address",
"SUBMIT": "Submit",
"CANCEL": "Cancel",
"CANCEL": "Odustani",
"SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully",
"SEND_EMAIL_ERROR": "There was an error, please try again",
"FORM": {

View File

@@ -1,5 +1,9 @@
{
"GENERAL": {
"SHOWING_RESULTS": "Showing {firstIndex}-{lastIndex} of {totalCount} items"
"SHOWING_RESULTS": "Showing {firstIndex}-{lastIndex} of {totalCount} items",
"PHONE_INPUT": {
"PLACEHOLDER": "Search",
"EMPTY_STATE": "Nisu pronađeni rezultati"
}
}
}

View File

@@ -76,7 +76,7 @@
"LOADING_MESSAGE": "Loading notifications...",
"404": "No Notifications",
"TABLE_HEADER": [
"Name",
"Ime",
"Phone Number",
"Conversations",
"Last Contacted"

View File

@@ -4,16 +4,16 @@
"FILTER": "Filter by",
"SORT": "Sort by",
"LOCALE": "Locale",
"SETTINGS_BUTTON": "Settings",
"SETTINGS_BUTTON": "Postavke",
"NEW_BUTTON": "New Article",
"DROPDOWN_OPTIONS": {
"PUBLISHED": "Published",
"DRAFT": "Draft",
"ARCHIVED": "Archived"
"DRAFT": "Skica",
"ARCHIVED": "Arhivirano"
},
"TITLES": {
"ALL_ARTICLES": "All Articles",
"MINE": "My Articles",
"ALL_ARTICLES": "Svi članci",
"MINE": "Moji članci",
"DRAFT": "Draft Articles",
"ARCHIVED": "Archived Articles"
},
@@ -25,10 +25,10 @@
}
},
"EDIT_HEADER": {
"ALL_ARTICLES": "All Articles",
"PUBLISH_BUTTON": "Publish",
"ALL_ARTICLES": "Svi članci",
"PUBLISH_BUTTON": "Objavi",
"MOVE_TO_ARCHIVE_BUTTON": "Move to archived",
"PREVIEW": "Preview",
"PREVIEW": "Pretpregled",
"ADD_TRANSLATION": "Add translation",
"OPEN_SIDEBAR": "Open sidebar",
"CLOSE_SIDEBAR": "Close sidebar",
@@ -37,7 +37,7 @@
},
"ARTICLE_EDITOR": {
"IMAGE_UPLOAD": {
"TITLE": "Upload image",
"TITLE": "Prenesi sliku",
"UPLOADING": "Prenosim...",
"SUCCESS": "Image uploaded successfully",
"ERROR": "Error while uploading image",
@@ -106,7 +106,7 @@
"TITLE": "Portals",
"PORTAL_SETTINGS": "Portal settings",
"SUBTITLE": "You have multiple portals and can have different locales for each portal.",
"CANCEL_BUTTON_LABEL": "Cancel",
"CANCEL_BUTTON_LABEL": "Odustani",
"CHOOSE_LOCALE_BUTTON": "Choose Locale"
},
"PORTAL_SETTINGS": {
@@ -116,12 +116,12 @@
"ADD": "Add locale",
"VISIT": "Visit site",
"SETTINGS": "Settings",
"DELETE": "Delete"
"DELETE": "Izbriši"
},
"PORTAL_CONFIG": {
"TITLE": "Portal Configurations",
"ITEMS": {
"NAME": "Name",
"NAME": "Ime",
"DOMAIN": "Custom domain",
"SLUG": "Slug",
"TITLE": "Portal title",
@@ -137,7 +137,7 @@
"ARTICLE_COUNT": "No. of articles",
"CATEGORIES": "No. of categories",
"SWAP": "Swap",
"DELETE": "Delete",
"DELETE": "Izbriši",
"DEFAULT_LOCALE": "Default"
}
}
@@ -173,7 +173,7 @@
"TITLE": "Categories in",
"NEW_CATEGORY": "New category",
"TABLE": {
"NAME": "Name",
"NAME": "Ime",
"DESCRIPTION": "Description",
"LOCALE": "Locale",
"ARTICLE_COUNT": "No. of articles",
@@ -181,7 +181,7 @@
"EDIT": "Edit category",
"DELETE": "Delete category"
},
"EMPTY_TEXT": "No categories found"
"EMPTY_TEXT": "Nisu pronađene kategorije"
}
},
"EDIT_BASIC_INFO": {
@@ -236,7 +236,7 @@
"IMAGE_DELETE_ERROR": "Error while deleting logo"
},
"NAME": {
"LABEL": "Name",
"LABEL": "Ime",
"PLACEHOLDER": "Portal name",
"HELP_TEXT": "The name will be used in the public facing portal internally.",
"ERROR": "Name is required"
@@ -292,7 +292,7 @@
},
"BUTTONS": {
"CREATE": "Create locale",
"CANCEL": "Cancel"
"CANCEL": "Odustani"
},
"API": {
"SUCCESS_MESSAGE": "Locale added successfully",
@@ -351,7 +351,7 @@
"DELETE_ARTICLE": {
"MODAL": {
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure to delete the article?",
"YES": "Yes, Delete",
"NO": "No, Keep it"
@@ -377,7 +377,7 @@
"PORTAL": "Portal",
"LOCALE": "Locale",
"NAME": {
"LABEL": "Name",
"LABEL": "Ime",
"PLACEHOLDER": "Category name",
"HELP_TEXT": "The category name and icon will be used in the public facing portal to categorize articles.",
"ERROR": "Name is required"
@@ -395,7 +395,7 @@
},
"BUTTONS": {
"CREATE": "Create category",
"CANCEL": "Cancel"
"CANCEL": "Odustani"
},
"API": {
"SUCCESS_MESSAGE": "Category created successfully",
@@ -408,7 +408,7 @@
"PORTAL": "Portal",
"LOCALE": "Locale",
"NAME": {
"LABEL": "Name",
"LABEL": "Ime",
"PLACEHOLDER": "Category name",
"HELP_TEXT": "The category name and icon will be used in the public facing portal to categorize articles.",
"ERROR": "Name is required"
@@ -426,7 +426,7 @@
},
"BUTTONS": {
"CREATE": "Update category",
"CANCEL": "Cancel"
"CANCEL": "Odustani"
},
"API": {
"SUCCESS_MESSAGE": "Category updated successfully",
@@ -481,6 +481,7 @@
"DESCRIPTION": "Use the portal as a headless CMS with third party front-end frameworks using our APIs."
}
}
}
},
"LOADING": "Loading..."
}
}

View File

@@ -345,7 +345,7 @@
"DESC": "Chatwoot supports live-chat widgets, Facebook Messenger, Twitter profiles, WhatsApp, Emails, etc., as channels. If you want to build a custom channel, you can create it using the API channel. To get started, choose one of the channels below."
},
"AGENTS": {
"TITLE": "Agents",
"TITLE": "Agenti",
"DESC": "Here you can add agents to manage your newly created inbox. Only these selected agents will have access to your inbox. Agents which are not part of this inbox will not be able to see or respond to messages in this inbox when they login. <br> <b>PS:</b> As an administrator, if you need access to all inboxes, you should add yourself as agent to all inboxes that you create.",
"VALIDATION_ERROR": "Add at least one agent to your new Inbox",
"PICK_AGENTS": "Pick agents for the inbox"
@@ -413,7 +413,7 @@
"FOR_EG": "For eg:",
"FRIENDLY": {
"TITLE": "Prijateljski",
"FROM": "from",
"FROM": "od",
"SUBTITLE": "Add the name of the agent who sent the reply in the sender name to make it friendly."
},
"PROFESSIONAL": {
@@ -443,14 +443,14 @@
}
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "Izbriši",
"AVATAR_DELETE_BUTTON_TEXT": "Delete Avatar",
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure to delete ",
"PLACE_HOLDER": "Please type {inboxName} to confirm",
"YES": "Yes, Delete ",
"NO": "No, Keep "
"YES": "Da, izbriši",
"NO": "Ne, zadrži"
},
"API": {
"SUCCESS_MESSAGE": "Inbox deleted successfully",
@@ -480,7 +480,7 @@
"SETTINGS_POPUP": {
"MESSENGER_HEADING": "Messenger Script",
"MESSENGER_SUB_HEAD": "Place this button inside your body tag",
"INBOX_AGENTS": "Agents",
"INBOX_AGENTS": "Agenti",
"INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox",
"AGENT_ASSIGNMENT": "Conversation Assignment",
"AGENT_ASSIGNMENT_SUB_TEXT": "Update conversation assignment settings",
@@ -686,9 +686,9 @@
"WIDGET_BUBBLE_POSITION_LABEL": "Widget Bubble Position",
"WIDGET_BUBBLE_TYPE_LABEL": "Widget Bubble Type",
"WIDGET_BUBBLE_LAUNCHER_TITLE": {
"DEFAULT": "Chat with us",
"DEFAULT": "Čavrljajte s nama",
"LABEL": "Widget Bubble Launcher Title",
"PLACE_HOLDER": "Chat with us"
"PLACE_HOLDER": "Čavrljajte s nama"
},
"UPDATE": {
"BUTTON_TEXT": "Update Widget Settings",
@@ -698,7 +698,7 @@
}
},
"WIDGET_VIEW_OPTION": {
"PREVIEW": "Preview",
"PREVIEW": "Pretpregled",
"SCRIPT": "Script"
},
"WIDGET_BUBBLE_POSITION": {
@@ -715,13 +715,13 @@
"CHAT": "Chat"
},
"REPLY_TIME": {
"IN_A_FEW_MINUTES": "Typically replies in a few minutes",
"IN_A_FEW_HOURS": "Typically replies in a few hours",
"IN_A_DAY": "Typically replies in a day"
"IN_A_FEW_MINUTES": "Obično odgovara za nekoliko minuta",
"IN_A_FEW_HOURS": "Obično odgovara za nekoliko sati",
"IN_A_DAY": "Obično odgovara u roku jednog dana"
},
"FOOTER": {
"START_CONVERSATION_BUTTON_TEXT": "Start Conversation",
"CHAT_INPUT_PLACEHOLDER": "Type your message"
"START_CONVERSATION_BUTTON_TEXT": "Započnite razgovor",
"CHAT_INPUT_PLACEHOLDER": "Unesite svoju poruku"
},
"BODY": {
"TEAM_AVAILABILITY": {
@@ -731,7 +731,7 @@
"USER_MESSAGE": "Hi",
"AGENT_MESSAGE": "Hello"
},
"BRANDING_TEXT": "Powered by Chatwoot",
"BRANDING_TEXT": "Pokreće Chatwoot",
"SCRIPT_SETTINGS": "\n window.chatwootSettings = {options};"
},
"EMAIL_PROVIDERS": {

View File

@@ -22,7 +22,7 @@
"INBOX": "Yes, Delete",
"ACCOUNT": "Yes, Disconnect"
},
"CANCEL_BUTTON_TEXT": "Cancel",
"CANCEL_BUTTON_TEXT": "Odustani",
"API": {
"SUCCESS_MESSAGE": "Hook deleted successfully",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
@@ -32,7 +32,7 @@
"FETCHING": "Fetching integration hooks",
"INBOX": "Inbox",
"DELETE": {
"BUTTON_TEXT": "Delete"
"BUTTON_TEXT": "Izbriši"
}
},
"ADD": {
@@ -42,7 +42,7 @@
"PLACEHOLDER": "Select Inbox"
},
"SUBMIT": "Create",
"CANCEL": "Cancel"
"CANCEL": "Odustani"
},
"API": {
"SUCCESS_MESSAGE": "Integration hook added successfully",

View File

@@ -4,10 +4,16 @@
"DESCRIPTION": "Chatwoot integrates with multiple tools and services to improve your team's efficiency. Explore the list below to configure your favorite apps.",
"LEARN_MORE": "Learn more about integrations",
"LOADING": "Fetching integrations",
"CAPTAIN": {
"DISABLED": "Captain is not enabled on your account.",
"CLICK_HERE_TO_CONFIGURE": "Click here to configure",
"LOADING_CONSOLE": "Loading Captain Console...",
"FAILED_TO_LOAD_CONSOLE": "Failed to load Captain Console. Please refresh and try again."
},
"WEBHOOK": {
"SUBSCRIBED_EVENTS": "Subscribed Events",
"FORM": {
"CANCEL": "Cancel",
"CANCEL": "Odustani",
"DESC": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. Please enter a valid URL to configure a callback.",
"SUBSCRIPTIONS": {
"LABEL": "Events",
@@ -42,11 +48,11 @@
"TITLE": "Manage webhooks",
"TABLE_HEADER": [
"Webhook endpoint",
"Actions"
"Radnje"
]
},
"EDIT": {
"BUTTON_TEXT": "Edit",
"BUTTON_TEXT": "Uredi",
"TITLE": "Edit webhook",
"API": {
"SUCCESS_MESSAGE": "Webhook configuration updated successfully",
@@ -54,7 +60,7 @@
}
},
"ADD": {
"CANCEL": "Cancel",
"CANCEL": "Odustani",
"TITLE": "Add new webhook",
"API": {
"SUCCESS_MESSAGE": "Webhook configuration added successfully",
@@ -62,15 +68,15 @@
}
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "Izbriši",
"API": {
"SUCCESS_MESSAGE": "Webhook deleted successfully",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure to delete the webhook? (%{webhookURL})",
"YES": "Yes, Delete ",
"YES": "Da, izbriši",
"NO": "No, Keep it"
}
}
@@ -133,7 +139,7 @@
"DESC": "Bring advanced AI features to your dashboard with OpenAI's GPT models. To begin, enter the API key from your OpenAI account.",
"KEY_PLACEHOLDER": "Enter your OpenAI API key",
"BUTTONS": {
"NEED_HELP": "Need help?",
"NEED_HELP": "Trebate pomoć?",
"DISMISS": "Dismiss",
"FINISH": "Finish Setup"
},
@@ -159,7 +165,7 @@
"GENERATE_ERROR": "Došlo je do greške tijekom procesiranja sadržaja, molim pokušajte ponovno"
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "Izbriši",
"API": {
"SUCCESS_MESSAGE": "Integration deleted successfully"
}
@@ -177,14 +183,14 @@
"404": "There are no dashboard apps configured on this account yet",
"LOADING": "Fetching dashboard apps...",
"TABLE_HEADER": [
"Name",
"Ime",
"Endpoint"
],
"EDIT_TOOLTIP": "Edit app",
"DELETE_TOOLTIP": "Delete app"
},
"FORM": {
"TITLE_LABEL": "Name",
"TITLE_LABEL": "Ime",
"TITLE_PLACEHOLDER": "Enter a name for your dashboard app",
"TITLE_ERROR": "A name for the dashboard app is required",
"URL_LABEL": "Endpoint",
@@ -194,14 +200,14 @@
"CREATE": {
"HEADER": "Add a new dashboard app",
"FORM_SUBMIT": "Submit",
"FORM_CANCEL": "Cancel",
"FORM_CANCEL": "Odustani",
"API_SUCCESS": "Dashboard app configured successfully",
"API_ERROR": "We couldn't create an app. Please try again later"
},
"UPDATE": {
"HEADER": "Edit dashboard app",
"FORM_SUBMIT": "Update",
"FORM_CANCEL": "Cancel",
"FORM_CANCEL": "Odustani",
"API_SUCCESS": "Dashboard app updated successfully",
"API_ERROR": "We couldn't update the app. Please try again later"
},
@@ -222,7 +228,7 @@
"LINK": {
"SEARCH": "Search issues",
"SELECT": "Select issue",
"TITLE": "Link",
"TITLE": "Povezica",
"EMPTY_LIST": "No linear issues found",
"LOADING": "Loading",
"ERROR": "There was an error fetching the linear issues, please try again",
@@ -244,7 +250,7 @@
"PLACEHOLDER": "Enter description"
},
"TEAM": {
"LABEL": "Team",
"LABEL": "Tim",
"PLACEHOLDER": "Select team",
"SEARCH": "Search team",
"REQUIRED_ERROR": "Team is required"

View File

@@ -3,14 +3,15 @@
"HEADER": "Labels",
"HEADER_BTN_TXT": "Add label",
"LOADING": "Fetching labels",
"DESCRIPTION": "Labels help you categorize and prioritize conversations and leads. You can assign a label to a conversation or contact using the side panel.",
"LEARN_MORE": "Learn more about labels",
"SEARCH_404": "There are no items matching this query",
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
"LIST": {
"404": "There are no labels available in this account.",
"TITLE": "Manage labels",
"DESC": "Labels let you group the conversations together.",
"TABLE_HEADER": [
"Name",
"Ime",
"Description",
"Color"
]
@@ -33,10 +34,10 @@
"SHOW_ON_SIDEBAR": {
"LABEL": "Show label on sidebar"
},
"EDIT": "Edit",
"EDIT": "Uredi",
"CREATE": "Create",
"DELETE": "Delete",
"CANCEL": "Cancel"
"DELETE": "Izbriši",
"CANCEL": "Odustani"
},
"SUGGESTIONS": {
"TOOLTIP": {
@@ -49,7 +50,8 @@
"DISMISS": "Dismiss",
"ADD_SELECTED_LABELS": "Add selected labels",
"ADD_SELECTED_LABEL": "Add selected label",
"ADD_ALL_LABELS": "Add all labels"
"ADD_ALL_LABELS": "Add all labels",
"SUGGESTED_LABELS": "Suggested labels"
},
"ADD": {
"TITLE": "Add label",
@@ -67,16 +69,16 @@
}
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "Izbriši",
"API": {
"SUCCESS_MESSAGE": "Label deleted successfully",
"ERROR_MESSAGE": "There was an error, please try again"
},
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure to delete ",
"YES": "Yes, Delete ",
"NO": "No, Keep "
"YES": "Da, izbriši",
"NO": "Ne, zadrži"
}
}
}

View File

@@ -15,7 +15,7 @@
"ERROR": "Name is required for creating a macro"
},
"ACTIONS": {
"LABEL": "Actions"
"LABEL": "Radnje"
}
},
"API": {
@@ -25,7 +25,7 @@
},
"LIST": {
"TABLE_HEADER": [
"Name",
"Ime",
"Created by",
"Last updated by",
"Visibility"
@@ -73,6 +73,15 @@
"BUTTON_TOOLTIP": "Execute",
"PREVIEW": "Preview Macro",
"EXECUTED_SUCCESSFULLY": "Macro executed successfully"
},
"ERRORS": {
"ATTRIBUTE_KEY_REQUIRED": "Attribute key is required",
"FILTER_OPERATOR_REQUIRED": "Filter operator is required",
"VALUE_REQUIRED": "Value is required",
"VALUE_MUST_BE_BETWEEN_1_AND_998": "Value must be between 1 and 998",
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
}
}
}

View File

@@ -467,7 +467,7 @@
}
},
"OVERVIEW_REPORTS": {
"HEADER": "Overview",
"HEADER": "Pregled",
"LIVE": "Live",
"ACCOUNT_CONVERSATIONS": {
"HEADER": "Open Conversations",
@@ -481,7 +481,8 @@
"HEADER": "Conversation Traffic",
"NO_CONVERSATIONS": "No conversations",
"CONVERSATION": "%{count} conversation",
"CONVERSATIONS": "%{count} conversations"
"CONVERSATIONS": "%{count} conversations",
"DOWNLOAD_REPORT": "Download report"
},
"AGENT_CONVERSATIONS": {
"HEADER": "Conversations by agents",
@@ -517,7 +518,7 @@
"DOWNLOAD_SLA_REPORTS": "Download SLA reports",
"DOWNLOAD_FAILED": "Failed to download SLA Reports",
"DROPDOWN": {
"ADD_FIlTER": "Add filter",
"ADD_FIlTER": "Dodaj filter",
"CLEAR_ALL": "Clear all",
"CLEAR_FILTER": "Clear filter",
"EMPTY_LIST": "Nisu pronađeni rezultati",
@@ -534,8 +535,9 @@
"INBOXES": "Inbox",
"AGENTS": "Agent",
"LABELS": "Label",
"TEAMS": "Team"
"TEAMS": "Tim"
},
"WITH": "with",
"METRICS": {
"HIT_RATE": {
"LABEL": "Hit Rate",

View File

@@ -1,17 +1,17 @@
{
"RESET_PASSWORD": {
"TITLE": "Reset Password",
"DESCRIPTION": "Enter the email address you use to log in to Chatwoot to get the password reset instructions.",
"GO_BACK_TO_LOGIN": "If you want to go back to the login page,",
"TITLE": "Reset lozinke",
"DESCRIPTION": "Unesite email adresu koju koristite za prijavu na Chatwoot kako biste dobili instrukcije za resetiranje lozinke.",
"GO_BACK_TO_LOGIN": "Ako se želite vratiti na stranicu za prijavu,",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Please enter your email",
"ERROR": "Please enter a valid email"
"PLACEHOLDER": "Molimo, unesite e-mail.",
"ERROR": "Molimo, unesite validan e-mail."
},
"API": {
"SUCCESS_MESSAGE": "Password reset link has been sent to your email",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"SUCCESS_MESSAGE": "Link za reset lozinke je poslan na zadani e-mail.",
"ERROR_MESSAGE": "Nije uspjelo spajanje na Woot server. Molimo pokušajte ponovno."
},
"SUBMIT": "Submit"
"SUBMIT": "Pošalji"
}
}

View File

@@ -1,25 +1,26 @@
{
"SEARCH": {
"TABS": {
"ALL": "All",
"CONTACTS": "Contacts",
"CONVERSATIONS": "Conversations",
"MESSAGES": "Messages"
"ALL": "Sve",
"CONTACTS": "Kontakti",
"CONVERSATIONS": "Razgovori",
"MESSAGES": "Poruke"
},
"SECTION": {
"CONTACTS": "Contacts",
"CONVERSATIONS": "Conversations",
"MESSAGES": "Messages"
"CONTACTS": "Kontakti",
"CONVERSATIONS": "Razgovori",
"MESSAGES": "Poruke"
},
"EMPTY_STATE": "No %{item} found for query '%{query}'",
"EMPTY_STATE_FULL": "No results found for query '%{query}'",
"PLACEHOLDER_KEYBINDING": "/ to focus",
"INPUT_PLACEHOLDER": "Search messages, contacts or conversations",
"EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.",
"SEARCHING_DATA": "Tražim",
"EMPTY_STATE": "Pronađeno %{item} za traženi pojam '%{query}'",
"EMPTY_STATE_FULL": "Ništa nije pronađeno za traženi pojam '%{query}'",
"PLACEHOLDER_KEYBINDING": "/ za fokusiranje",
"INPUT_PLACEHOLDER": "Unesi 3 ili više znakova za pretragu",
"EMPTY_STATE_DEFAULT": "Traži po conversation id, e-mail, broj telefona, poruke za bolje rezultate pretrage. ",
"BOT_LABEL": "Bot",
"READ_MORE": "Read more",
"WROTE": "wrote:",
"FROM": "from",
"READ_MORE": "Pročitaj više",
"WROTE": "napisao/la:",
"FROM": "od",
"EMAIL": "email"
}
}

View File

@@ -1,23 +1,23 @@
{
"SET_NEW_PASSWORD": {
"TITLE": "Set New Password",
"TITLE": "Postavi novu lozinku",
"PASSWORD": {
"LABEL": "Password",
"PLACEHOLDER": "Password",
"ERROR": "Password is too short"
"LABEL": "Lozinka",
"PLACEHOLDER": "Lozinka",
"ERROR": "Lozinka je prekratka."
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm Password",
"PLACEHOLDER": "Confirm Password",
"ERROR": "Passwords do not match"
"LABEL": "Potvrdi lozinku",
"PLACEHOLDER": "Potvrdi lozinku",
"ERROR": "Lozinke se ne poklapaju."
},
"API": {
"SUCCESS_MESSAGE": "Successfully changed the password",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"SUCCESS_MESSAGE": "Lozinka je uspješno promijenjena.",
"ERROR_MESSAGE": "Nije uspjelo spajanje na Woot server. Molimo pokušajte ponovno."
},
"CAPTCHA": {
"ERROR": "Verification expired. Please solve captcha again."
"ERROR": "Potvrda istekla. Molimo ponovno riješite captcha."
},
"SUBMIT": "Submit"
"SUBMIT": "Pošalji"
}
}

View File

@@ -1,23 +1,23 @@
{
"PROFILE_SETTINGS": {
"LINK": "Profile Settings",
"TITLE": "Profile Settings",
"BTN_TEXT": "Update Profile",
"DELETE_AVATAR": "Delete Avatar",
"LINK": "Postavke profila",
"TITLE": "Postavke profila",
"BTN_TEXT": "Ažuriraj profil",
"DELETE_AVATAR": "Izbriši avatar",
"AVATAR_DELETE_SUCCESS": "Avatar has been deleted successfully",
"AVATAR_DELETE_FAILED": "There is an error while deleting avatar, please try again",
"UPDATE_SUCCESS": "Your profile has been updated successfully",
"PASSWORD_UPDATE_SUCCESS": "Your password has been changed successfully",
"AFTER_EMAIL_CHANGED": "Your profile has been updated successfully, please login again as your login credentials are changed",
"FORM": {
"PICTURE": "Profile Picture",
"AVATAR": "Profile Image",
"PICTURE": "Profilna slika",
"AVATAR": "Profilna slika",
"ERROR": "Please fix form errors",
"REMOVE_IMAGE": "Remove",
"UPLOAD_IMAGE": "Upload image",
"UPDATE_IMAGE": "Update image",
"REMOVE_IMAGE": "Izbriši",
"UPLOAD_IMAGE": "Prenesi sliku",
"UPDATE_IMAGE": "Ažuriraj sliku",
"PROFILE_SECTION": {
"TITLE": "Profile",
"TITLE": "Profil",
"NOTE": "Your email address is your identity and is used to log in."
},
"SEND_MESSAGE": {
@@ -51,31 +51,31 @@
"PLACEHOLDER": "Insert your personal message signature here."
},
"PASSWORD_SECTION": {
"TITLE": "Password",
"TITLE": "Lozinka",
"NOTE": "Updating your password would reset your logins in multiple devices.",
"BTN_TEXT": "Change password"
"BTN_TEXT": "Promijeni lozinku"
},
"ACCESS_TOKEN": {
"TITLE": "Access Token",
"TITLE": "Pristupni token",
"NOTE": "This token can be used if you are building an API based integration",
"COPY": "Copy"
"COPY": "Kopiraj"
},
"AUDIO_NOTIFICATIONS_SECTION": {
"TITLE": "Audio Notifications",
"TITLE": "Audio obavijesti",
"NOTE": "Enable audio notifications in dashboard for new messages and conversations.",
"ALERT_TYPES": {
"NONE": "Nijedno",
"MINE": "Assigned",
"ALL": "All"
"MINE": "Dodijeljeno",
"ALL": "Sve"
},
"ALERT_TYPE": {
"TITLE": "Alert events for conversations:",
"NONE": "None",
"ASSIGNED": "Assigned Conversations",
"ALL_CONVERSATIONS": "All Conversations"
"NONE": "Nijedno",
"ASSIGNED": "Dodijeljeni razgovori",
"ALL_CONVERSATIONS": "Svi razgovori"
},
"DEFAULT_TONE": {
"TITLE": "Alert tone:"
"TITLE": "Ton obavještenja:"
},
"CONDITIONS": {
"TITLE": "Alert conditions:",
@@ -131,7 +131,7 @@
"SLA_MISSED_RESOLUTION": "Send push notifications when a conversation misses resolution SLA"
},
"PROFILE_IMAGE": {
"LABEL": "Profile Image"
"LABEL": "Profilna slika"
},
"NAME": {
"LABEL": "Your full name",
@@ -180,7 +180,7 @@
"CHANGE_ACCOUNTS": "Switch Account",
"CONTACT_SUPPORT": "Contact Support",
"SELECTOR_SUBTITLE": "Select an account from the following list",
"PROFILE_SETTINGS": "Profile Settings",
"PROFILE_SETTINGS": "Postavke profila",
"KEYBOARD_SHORTCUTS": "Keyboard Shortcuts",
"APPEARANCE": "Change Appearance",
"SUPER_ADMIN_CONSOLE": "Super Admin Console",
@@ -232,22 +232,23 @@
"INBOX_VIEW": "Inbox View",
"CONVERSATIONS": "Conversations",
"INBOX": "Inbox",
"ALL_CONVERSATIONS": "All Conversations",
"ALL_CONVERSATIONS": "Svi razgovori",
"MENTIONED_CONVERSATIONS": "Mentions",
"PARTICIPATING_CONVERSATIONS": "Participating",
"UNATTENDED_CONVERSATIONS": "Unattended",
"REPORTS": "Reports",
"SETTINGS": "Settings",
"CONTACTS": "Contacts",
"CAPTAIN": "Captain",
"HOME": "Home",
"AGENTS": "Agents",
"AGENTS": "Agenti",
"AGENT_BOTS": "Botovi",
"AUDIT_LOGS": "Audit Logovi",
"INBOXES": "Inboxes",
"NOTIFICATIONS": "Notifications",
"CANNED_RESPONSES": "Canned Responses",
"INTEGRATIONS": "Integrations",
"PROFILE_SETTINGS": "Profile Settings",
"PROFILE_SETTINGS": "Postavke profila",
"ACCOUNT_SETTINGS": "Account Settings",
"APPLICATIONS": "Applications",
"LABELS": "Labels",
@@ -270,70 +271,70 @@
"ONE_OFF": "One off",
"REPORTS_SLA": "SLA",
"REPORTS_BOT": "Bot",
"REPORTS_AGENT": "Agents",
"REPORTS_AGENT": "Agenti",
"REPORTS_LABEL": "Labels",
"REPORTS_INBOX": "Inbox",
"REPORTS_TEAM": "Team",
"SET_AVAILABILITY_TITLE": "Set yourself as",
"REPORTS_TEAM": "Tim",
"SET_AVAILABILITY_TITLE": "Postavi sebe kao",
"SLA": "SLA",
"BETA": "Beta",
"REPORTS_OVERVIEW": "Overview",
"REPORTS_OVERVIEW": "Pregled",
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
"HELP_CENTER": {
"TITLE": "Centar za pomoć",
"ALL_ARTICLES": "All Articles",
"MY_ARTICLES": "My Articles",
"DRAFT": "Draft",
"ARCHIVED": "Archived",
"ALL_ARTICLES": "Svi članci",
"MY_ARTICLES": "Moji članci",
"DRAFT": "Skica",
"ARCHIVED": "Arhivirano",
"CATEGORY": "Kategorija",
"SETTINGS": "Settings",
"CATEGORY_EMPTY_MESSAGE": "No categories found"
"SETTINGS": "Postavke",
"CATEGORY_EMPTY_MESSAGE": "Nisu pronađene kategorije"
},
"SET_AUTO_OFFLINE": {
"TEXT": "Mark offline automatically",
"INFO_TEXT": "Let the system automatically mark you offline when you aren't using the app or dashboard."
},
"DOCS": "Read docs"
"DOCS": "Pročitaj članke"
},
"BILLING_SETTINGS": {
"TITLE": "Billing",
"TITLE": "Naplata",
"CURRENT_PLAN": {
"TITLE": "Current Plan",
"TITLE": "Trenutni plan",
"PLAN_NOTE": "You are currently subscribed to the **%{plan}** plan with **%{quantity}** licenses"
},
"MANAGE_SUBSCRIPTION": {
"TITLE": "Manage your subscription",
"TITLE": "Upravljanje pretplatom",
"DESCRIPTION": "View your previous invoices, edit your billing details, or cancel your subscription.",
"BUTTON_TXT": "Go to the billing portal"
},
"CHAT_WITH_US": {
"TITLE": "Need help?",
"TITLE": "Trebate pomoć?",
"DESCRIPTION": "Do you face any issues in billing? We are here to help.",
"BUTTON_TXT": "Chat with us"
"BUTTON_TXT": "Čavrljajte s nama"
},
"NO_BILLING_USER": "Your billing account is being configured. Please refresh the page and try again."
},
"CREATE_ACCOUNT": {
"NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.",
"NEW_ACCOUNT": "New Account",
"SELECTOR_SUBTITLE": "Create a new account",
"NEW_ACCOUNT": "Novi račun",
"SELECTOR_SUBTITLE": "Kreirajte novi račun",
"API": {
"SUCCESS_MESSAGE": "Account created successfully",
"EXIST_MESSAGE": "Account already exists",
"SUCCESS_MESSAGE": "Račun uspješno kreiran",
"EXIST_MESSAGE": "Račun već postoji",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
"FORM": {
"NAME": {
"LABEL": "Company Name",
"LABEL": "Naziv tvrtke",
"PLACEHOLDER": "Wayne Enterprises"
},
"SUBMIT": "Submit"
"SUBMIT": "Pošalji"
}
},
"KEYBOARD_SHORTCUTS": {
"TOGGLE_MODAL": "View all shortcuts",
"TOGGLE_MODAL": "Vidi sve skraćenice",
"TITLE": {
"OPEN_CONVERSATION": "Open conversation",
"OPEN_CONVERSATION": "Otvori razgovor",
"RESOLVE_AND_NEXT": "Resolve and move to next",
"NAVIGATE_DROPDOWN": "Navigate dropdown items",
"RESOLVE_CONVERSATION": "Resolve Conversation",
@@ -343,7 +344,7 @@
"TOGGLE_SIDEBAR": "Toggle Sidebar",
"GO_TO_REPORTS_SIDEBAR": "Go to Reports sidebar",
"MOVE_TO_NEXT_TAB": "Move to next tab in conversation list",
"GO_TO_SETTINGS": "Go to Settings",
"GO_TO_SETTINGS": "Idi na postavke",
"SWITCH_TO_PRIVATE_NOTE": "Switch to Private Note",
"SWITCH_TO_REPLY": "Switch to Reply",
"TOGGLE_SNOOZE_DROPDOWN": "Toggle snooze dropdown"

View File

@@ -90,10 +90,10 @@
"ERROR_MESSAGE": "There was an error, please try again"
},
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure you want to delete ",
"YES": "Yes, Delete ",
"NO": "No, Keep "
"YES": "Da, izbriši",
"NO": "Ne, zadrži"
}
},
"EVENTS": {

View File

@@ -2,10 +2,13 @@
"TEAMS_SETTINGS": {
"NEW_TEAM": "Create new team",
"HEADER": "Teams",
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> An agent can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
"LOADING": "Fetching teams",
"DESCRIPTION": "Teams allow you to organize agents into groups based on their responsibilities. An agent can belong to multiple teams. When working collaboratively, you can assign conversations to specific teams.",
"LEARN_MORE": "Learn more about teams",
"LIST": {
"404": "There are no teams created on this account.",
"EDIT_TEAM": "Edit team"
"EDIT_TEAM": "Edit team",
"NONE": "Nijedno"
},
"CREATE_FLOW": {
"CREATE": {
@@ -69,7 +72,7 @@
},
"AGENTS": {
"AGENT": "AGENT",
"EMAIL": "EMAIL",
"EMAIL": "E-pošta",
"BUTTON_TEXT": "Add agents",
"ADD_AGENTS": "Adding Agents to your Team...",
"SELECT": "select",
@@ -91,17 +94,17 @@
"BUTTON_TEXT": "Finish"
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "Izbriši",
"API": {
"SUCCESS_MESSAGE": "Team deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the team. Try again."
},
"CONFIRM": {
"TITLE": "Are you sure want to delete - %{teamName}",
"TITLE": "Are you sure you want to delete the team?",
"PLACE_HOLDER": "Please type {teamName} to confirm",
"MESSAGE": "Deleting the team will remove the team assignment from the conversations assigned to this team.",
"YES": "Delete ",
"NO": "Cancel"
"NO": "Odustani"
}
},
"SETTINGS": "Settings",