Compare commits

..

1 commit

Author SHA1 Message Date
Sivin Varghese
98c289dc3e
chore: Fixes issue showing the CSAT error message (#6136)
Approved by Muhsin
2022-12-28 12:49:11 +05:30
14 changed files with 43 additions and 43 deletions

View file

@ -1,24 +1,24 @@
{ {
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Indlæser Editor...", "LOADING_EDITOR": "Loading Editor...",
"HEADER_BTN_TXT": "Add Bot Configuration", "HEADER_BTN_TXT": "Add Bot Configuration",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent bots allows you to automate the conversations</p>", "SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent bots allows you to automate the conversations</p>",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot navn", "LABEL": "Bot Name",
"PLACEHOLDER": "Giv din bot et navn", "PLACEHOLDER": "Give your bot a name",
"ERROR": "Bot navn er påkrævet" "ERROR": "Bot name is required"
}, },
"DESCRIPTION": { "DESCRIPTION": {
"LABEL": "Bot beskrivelse", "LABEL": "Bot Description",
"PLACEHOLDER": "Hvad gør denne bot?" "PLACEHOLDER": "What does this bot do?"
}, },
"BOT_CONFIG": { "BOT_CONFIG": {
"ERROR": "Please enter your CSML bot configuration above", "ERROR": "Please enter your CSML bot configuration above",
"API_ERROR": "Your CSML configuration is invalid, please fix it and try again." "API_ERROR": "Your CSML configuration is invalid, please fix it and try again."
}, },
"SUBMIT": "Bekræft og gem" "SUBMIT": "Validate and save"
}, },
"BOT_CONFIGURATION": { "BOT_CONFIGURATION": {
"TITLE": "Select an agent bot", "TITLE": "Select an agent bot",
@ -26,7 +26,7 @@
"SUBMIT": "Opdater", "SUBMIT": "Opdater",
"SUCCESS_MESSAGE": "Successfully updated the agent bot", "SUCCESS_MESSAGE": "Successfully updated the agent bot",
"ERROR_MESSAGE": "Could not update the agent bot, please try again later", "ERROR_MESSAGE": "Could not update the agent bot, please try again later",
"SELECT_PLACEHOLDER": "Vælg bot" "SELECT_PLACEHOLDER": "Select Bot"
}, },
"ADD": { "ADD": {
"TITLE": "Configure new bot", "TITLE": "Configure new bot",
@ -43,7 +43,7 @@
}, },
"DELETE": { "DELETE": {
"BUTTON_TEXT": "Slet", "BUTTON_TEXT": "Slet",
"TITLE": "Slet bot", "TITLE": "Delete Bot",
"SUBMIT": "Slet", "SUBMIT": "Slet",
"CANCEL_BUTTON_TEXT": "Annuller", "CANCEL_BUTTON_TEXT": "Annuller",
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible",

View file

@ -32,7 +32,7 @@
"TEAM_SELECT_LABEL": "Vælg Team", "TEAM_SELECT_LABEL": "Vælg Team",
"NONE": "Ingen", "NONE": "Ingen",
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
"ASSIGN_SELECTED_TEAMS": "Tildel det valgte team", "ASSIGN_SELECTED_TEAMS": "Assign selected team",
"ASSIGN_SUCCESFUL": "Teams assiged successfully", "ASSIGN_SUCCESFUL": "Teams assiged successfully",
"ASSIGN_FAILED": "Failed to assign team, please try again" "ASSIGN_FAILED": "Failed to assign team, please try again"
} }

View file

@ -42,8 +42,8 @@
"RATING_TITLE": "Bedømmelse", "RATING_TITLE": "Bedømmelse",
"FEEDBACK_TITLE": "Tilbagemelding", "FEEDBACK_TITLE": "Tilbagemelding",
"CARD": { "CARD": {
"SHOW_LABELS": "Vis etiketter", "SHOW_LABELS": "Show labels",
"HIDE_LABELS": "Skjul etiketter" "HIDE_LABELS": "Hide labels"
}, },
"HEADER": { "HEADER": {
"RESOLVE_ACTION": "Løs", "RESOLVE_ACTION": "Løs",
@ -68,7 +68,7 @@
"CARD_CONTEXT_MENU": { "CARD_CONTEXT_MENU": {
"PENDING": "Markér som afventende", "PENDING": "Markér som afventende",
"RESOLVED": "Marker som løst", "RESOLVED": "Marker som løst",
"MARK_AS_UNREAD": "Marker som ulæst", "MARK_AS_UNREAD": "Mark as unread",
"REOPEN": "Genåbn samtale", "REOPEN": "Genåbn samtale",
"SNOOZE": { "SNOOZE": {
"TITLE": "Udsæt", "TITLE": "Udsæt",

View file

@ -1,6 +1,6 @@
{ {
"EMOJI": { "EMOJI": {
"PLACEHOLDER": "Søg emojis", "PLACEHOLDER": "Search emojis",
"NOT_FOUND": "Ingen emoji matcher din søgning" "NOT_FOUND": "No emoji match your search"
} }
} }

View file

@ -55,7 +55,7 @@
"ENTER_TO_SELECT": "Tryk enter for at vælge", "ENTER_TO_SELECT": "Tryk enter for at vælge",
"ENTER_TO_REMOVE": "Tryk enter for at fjerne", "ENTER_TO_REMOVE": "Tryk enter for at fjerne",
"SELECT_ONE": "Vælg en", "SELECT_ONE": "Vælg en",
"SELECT": "Vælg" "SELECT": "Select"
} }
}, },
"NOTIFICATIONS_PAGE": { "NOTIFICATIONS_PAGE": {
@ -139,6 +139,6 @@
} }
}, },
"DASHBOARD_APPS": { "DASHBOARD_APPS": {
"LOADING_MESSAGE": "Indlæser Dashboard App..." "LOADING_MESSAGE": "Loading Dashboard App..."
} }
} }

View file

@ -218,7 +218,7 @@
"LABEL": "Tilpasset Domæne", "LABEL": "Tilpasset Domæne",
"PLACEHOLDER": "Portal brugerdefineret domæne", "PLACEHOLDER": "Portal brugerdefineret domæne",
"HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: https://example.com", "HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: https://example.com",
"ERROR": "Indtast et gyldigt domæne URL" "ERROR": "Enter a valid domain URL"
}, },
"HOME_PAGE_LINK": { "HOME_PAGE_LINK": {
"LABEL": "Link Til Hjemmeside", "LABEL": "Link Til Hjemmeside",

View file

@ -239,9 +239,9 @@
}, },
"API_CALLBACK": { "API_CALLBACK": {
"TITLE": "Callback URL", "TITLE": "Callback URL",
"SUBTITLE": "Du skal konfigurere dit webhook URL og verifikations token, i Facebook Developer portal med værdierne vist nedenfor.", "SUBTITLE": "You have to configure the webhook URL and the verification token in the Facebook Developer portal with the values shown below.",
"WEBHOOK_URL": "Webhook URL", "WEBHOOK_URL": "Webhook URL",
"WEBHOOK_VERIFICATION_TOKEN": "Webhook verifikations token" "WEBHOOK_VERIFICATION_TOKEN": "Webhook Verification Token"
}, },
"SUBMIT_BUTTON": "Opret WhatsApp Kanal", "SUBMIT_BUTTON": "Opret WhatsApp Kanal",
"API": { "API": {
@ -421,7 +421,7 @@
"PRE_CHAT_FORM": "Pre Chat Form", "PRE_CHAT_FORM": "Pre Chat Form",
"BUSINESS_HOURS": "Forretningstider", "BUSINESS_HOURS": "Forretningstider",
"WIDGET_BUILDER": "Widget Builder", "WIDGET_BUILDER": "Widget Builder",
"BOT_CONFIGURATION": "Bot konfiguration" "BOT_CONFIGURATION": "Bot Configuration"
}, },
"SETTINGS": "Indstillinger", "SETTINGS": "Indstillinger",
"FEATURES": { "FEATURES": {

View file

@ -2,7 +2,7 @@
"MACROS": { "MACROS": {
"HEADER": "Macros", "HEADER": "Macros",
"HEADER_BTN_TXT": "Add a new macro", "HEADER_BTN_TXT": "Add a new macro",
"HEADER_BTN_TXT_SAVE": "Gem macro", "HEADER_BTN_TXT_SAVE": "Save macro",
"LOADING": "Fetching macros", "LOADING": "Fetching macros",
"SIDEBAR_TXT": "<p><b>Macros</b><p>A macro is a set of saved actions that help customer service agents easily complete tasks. The agents can define a set of actions like tagging a conversation with a label, sending an email transcript, updating a custom attribute, etc., and they can run these actions in a single click. When the agents run the macro, the actions would be performed sequentially in the order they are defined. Macros improve productivity and increase consistency in actions. </p><p>A macro can be helpful in 2 ways. </p><p><b>As an agent assist:</b> If an agent performs a set of actions multiple times, they can save it as a macro and execute all the actions together using a single click.</p><p><b>As an option to onboard a team member:</b> Every agent has to perform many different checks/actions during each conversation. Onboarding a new support team member will be easy if pre-defined macros are available on the account. Instead of describing each step in detail, the manager/team lead can point to the macros used in different scenarios.</p>", "SIDEBAR_TXT": "<p><b>Macros</b><p>A macro is a set of saved actions that help customer service agents easily complete tasks. The agents can define a set of actions like tagging a conversation with a label, sending an email transcript, updating a custom attribute, etc., and they can run these actions in a single click. When the agents run the macro, the actions would be performed sequentially in the order they are defined. Macros improve productivity and increase consistency in actions. </p><p>A macro can be helpful in 2 ways. </p><p><b>As an agent assist:</b> If an agent performs a set of actions multiple times, they can save it as a macro and execute all the actions together using a single click.</p><p><b>As an option to onboard a team member:</b> Every agent has to perform many different checks/actions during each conversation. Onboarding a new support team member will be easy if pre-defined macros are available on the account. Instead of describing each step in detail, the manager/team lead can point to the macros used in different scenarios.</p>",
"ERROR": "Something went wrong. Please try again", "ERROR": "Something went wrong. Please try again",
@ -26,9 +26,9 @@
"LIST": { "LIST": {
"TABLE_HEADER": [ "TABLE_HEADER": [
"Navn", "Navn",
"Oprettet af", "Created by",
"Last updated by", "Last updated by",
"Synlighed" "Visibility"
], ],
"404": "No macros found" "404": "No macros found"
}, },
@ -64,7 +64,7 @@
"DESCRIPTION": "This macro is available publicly for all agents in this account." "DESCRIPTION": "This macro is available publicly for all agents in this account."
}, },
"PERSONAL": { "PERSONAL": {
"LABEL": "Privat", "LABEL": "Private",
"DESCRIPTION": "This macro will be private to you and not be available to others." "DESCRIPTION": "This macro will be private to you and not be available to others."
} }
} }

View file

@ -20,9 +20,9 @@
"NOTE": "Din e-mailadresse er din identitet og bruges til at logge ind." "NOTE": "Din e-mailadresse er din identitet og bruges til at logge ind."
}, },
"SEND_MESSAGE": { "SEND_MESSAGE": {
"TITLE": "Genvejstast til at sende beskeder", "TITLE": "Hotkey to send messages",
"NOTE": "You can select a hotkey (either Enter or Cmd/Ctrl+Enter) based on your preference of writing.", "NOTE": "You can select a hotkey (either Enter or Cmd/Ctrl+Enter) based on your preference of writing.",
"UPDATE_SUCCESS": "Dine indstillinger er blevet opdateret", "UPDATE_SUCCESS": "Your settings have been updated successfully",
"CARD": { "CARD": {
"ENTER_KEY": { "ENTER_KEY": {
"HEADING": "Enter (↵)", "HEADING": "Enter (↵)",
@ -162,7 +162,7 @@
"UPLOADING": "Uploader..." "UPLOADING": "Uploader..."
}, },
"LOCATION_BUBBLE": { "LOCATION_BUBBLE": {
"SEE_ON_MAP": "Se på kort" "SEE_ON_MAP": "See on map"
}, },
"FORM_BUBBLE": { "FORM_BUBBLE": {
"SUBMIT": "Send" "SUBMIT": "Send"

View file

@ -2,13 +2,13 @@
"REGISTER": { "REGISTER": {
"TRY_WOOT": "Registrer en konto", "TRY_WOOT": "Registrer en konto",
"TITLE": "Registrer", "TITLE": "Registrer",
"TESTIMONIAL_HEADER": "Alt, hvad der skal til, er blot et skridt for at komme videre", "TESTIMONIAL_HEADER": "All it takes is one step to move forward",
"TESTIMONIAL_CONTENT": "Du er et skridt fra at engagere dine kunder, fastholde dem og finde nye kunder.", "TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.",
"TERMS_ACCEPT": "Ved at tilmelde dig, accepterer du vores <a href=\"https://www.chatwoot.com/terms\">T & C</a> og <a href=\"https://www.chatwoot.com/privacy-policy\">Privatlivspolitik</a>", "TERMS_ACCEPT": "Ved at tilmelde dig, accepterer du vores <a href=\"https://www.chatwoot.com/terms\">T & C</a> og <a href=\"https://www.chatwoot.com/privacy-policy\">Privatlivspolitik</a>",
"COMPANY_NAME": { "COMPANY_NAME": {
"LABEL": "Firmanavn", "LABEL": "Company name",
"PLACEHOLDER": "Indtast dit firmanavn, fx: Wayne Enterprises", "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
"ERROR": "Firmanavn er for kort" "ERROR": "Company name is too short"
}, },
"FULL_NAME": { "FULL_NAME": {
"LABEL": "Fulde navn", "LABEL": "Fulde navn",
@ -18,7 +18,7 @@
"EMAIL": { "EMAIL": {
"LABEL": "Arbejde e-mail", "LABEL": "Arbejde e-mail",
"PLACEHOLDER": "Indtast din arbejdsmailadresse fx: bruce@wayne.enterprises", "PLACEHOLDER": "Indtast din arbejdsmailadresse fx: bruce@wayne.enterprises",
"ERROR": "Indtast venligst en gyldig arbejdsmail" "ERROR": "Please enter a valid work email address"
}, },
"PASSWORD": { "PASSWORD": {
"LABEL": "Adgangskode", "LABEL": "Adgangskode",

View file

@ -2,11 +2,11 @@
"REGISTER": { "REGISTER": {
"TRY_WOOT": "Registrar una cuenta", "TRY_WOOT": "Registrar una cuenta",
"TITLE": "Registrarse", "TITLE": "Registrarse",
"TESTIMONIAL_HEADER": "Todo lo que se necesita es un paso adelante", "TESTIMONIAL_HEADER": "All it takes is one step to move forward",
"TESTIMONIAL_CONTENT": "Usted está a un paso de involucrar a sus clientes, conservarlos y encontrar nuevos.", "TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.",
"TERMS_ACCEPT": "Al registrarte, aceptas nuestra <a href=\"https://www.chatwoot.com/terms\">T & C</a> y nuestra <a href=\"https://www.chatwoot.com/privacy-policy\">política de privacidad</a>", "TERMS_ACCEPT": "Al registrarte, aceptas nuestra <a href=\"https://www.chatwoot.com/terms\">T & C</a> y nuestra <a href=\"https://www.chatwoot.com/privacy-policy\">política de privacidad</a>",
"COMPANY_NAME": { "COMPANY_NAME": {
"LABEL": "Nombre de la empresa", "LABEL": "Company name",
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
"ERROR": "Company name is too short" "ERROR": "Company name is too short"
}, },

View file

@ -174,7 +174,7 @@ export default {
feedback_message: this.feedbackMessage, feedback_message: this.feedbackMessage,
}; };
} catch (error) { } catch (error) {
const errorMessage = error?.response?.data?.message; const errorMessage = error?.response?.data?.error;
this.errorMessage = errorMessage || this.$t('SURVEY.API.ERROR_MESSAGE'); this.errorMessage = errorMessage || this.$t('SURVEY.API.ERROR_MESSAGE');
} finally { } finally {
this.isUpdating = false; this.isUpdating = false;

View file

@ -74,8 +74,8 @@
} }
}, },
"EMOJI": { "EMOJI": {
"PLACEHOLDER": "Søg efter emojis", "PLACEHOLDER": "Search emojis",
"NOT_FOUND": "Ingen emoji matcher din søgning" "NOT_FOUND": "No emoji match your search"
}, },
"CSAT": { "CSAT": {
"TITLE": "Bedøm din samtale", "TITLE": "Bedøm din samtale",

View file

@ -153,7 +153,7 @@ da:
search: search:
search_placeholder: Search for article by title or body... search_placeholder: Search for article by title or body...
empty_placeholder: Ingen resultater fundet. empty_placeholder: Ingen resultater fundet.
loading_placeholder: Søger... loading_placeholder: Searching...
results_title: Søgeresultater results_title: Search results
hero: hero:
sub_title: Søg efter artiklerne her eller gennemse kategorierne nedenfor. sub_title: Search for the articles here or browse the categories below.