Compare commits

...

13 commits

Author SHA1 Message Date
Sojan Jose
c2b81c30d7 New translations signup.json (Spanish) 2022-12-27 15:50:02 +05:30
Sojan Jose
b391f85aa8 New translations emoji.json (Danish) 2022-12-24 02:09:03 +05:30
Sojan Jose
52541fa807 New translations macros.json (Danish) 2022-12-24 02:09:02 +05:30
Sojan Jose
7ecbdda4ff New translations agentBots.json (Danish) 2022-12-24 02:09:00 +05:30
Sojan Jose
a01aa71efc New translations helpCenter.json (Danish) 2022-12-24 02:08:59 +05:30
Sojan Jose
b0cf09677e New translations bulkActions.json (Danish) 2022-12-24 02:08:58 +05:30
Sojan Jose
b744dccc10 New translations en.yml (Danish) 2022-12-24 02:08:57 +05:30
Sojan Jose
439be33e5e New translations en.json (Danish) 2022-12-24 02:08:56 +05:30
Sojan Jose
4557deda24 New translations signup.json (Danish) 2022-12-24 02:08:55 +05:30
Sojan Jose
4043f791b1 New translations settings.json (Danish) 2022-12-24 02:08:54 +05:30
Sojan Jose
6f2bc8af62 New translations inboxMgmt.json (Danish) 2022-12-24 02:08:53 +05:30
Sojan Jose
7cefd73407 New translations generalSettings.json (Danish) 2022-12-24 02:08:52 +05:30
Sojan Jose
a0080c53be New translations conversation.json (Danish) 2022-12-24 02:08:51 +05:30
13 changed files with 42 additions and 42 deletions

View file

@ -1,24 +1,24 @@
{ {
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Loading Editor...", "LOADING_EDITOR": "Indlæser 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 Name", "LABEL": "Bot navn",
"PLACEHOLDER": "Give your bot a name", "PLACEHOLDER": "Giv din bot et navn",
"ERROR": "Bot name is required" "ERROR": "Bot navn er påkrævet"
}, },
"DESCRIPTION": { "DESCRIPTION": {
"LABEL": "Bot Description", "LABEL": "Bot beskrivelse",
"PLACEHOLDER": "What does this bot do?" "PLACEHOLDER": "Hvad gør denne bot?"
}, },
"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": "Validate and save" "SUBMIT": "Bekræft og gem"
}, },
"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": "Select Bot" "SELECT_PLACEHOLDER": "Vælg bot"
}, },
"ADD": { "ADD": {
"TITLE": "Configure new bot", "TITLE": "Configure new bot",
@ -43,7 +43,7 @@
}, },
"DELETE": { "DELETE": {
"BUTTON_TEXT": "Slet", "BUTTON_TEXT": "Slet",
"TITLE": "Delete Bot", "TITLE": "Slet 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": "Assign selected team", "ASSIGN_SELECTED_TEAMS": "Tildel det valgte 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": "Show labels", "SHOW_LABELS": "Vis etiketter",
"HIDE_LABELS": "Hide labels" "HIDE_LABELS": "Skjul etiketter"
}, },
"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": "Mark as unread", "MARK_AS_UNREAD": "Marker som ulæst",
"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": "Search emojis", "PLACEHOLDER": "Søg emojis",
"NOT_FOUND": "No emoji match your search" "NOT_FOUND": "Ingen emoji matcher din søgning"
} }
} }

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": "Select" "SELECT": "Vælg"
} }
}, },
"NOTIFICATIONS_PAGE": { "NOTIFICATIONS_PAGE": {
@ -139,6 +139,6 @@
} }
}, },
"DASHBOARD_APPS": { "DASHBOARD_APPS": {
"LOADING_MESSAGE": "Loading Dashboard App..." "LOADING_MESSAGE": "Indlæser 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": "Enter a valid domain URL" "ERROR": "Indtast et gyldigt domæne 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": "You have to configure the webhook URL and the verification token in the Facebook Developer portal with the values shown below.", "SUBTITLE": "Du skal konfigurere dit webhook URL og verifikations token, i Facebook Developer portal med værdierne vist nedenfor.",
"WEBHOOK_URL": "Webhook URL", "WEBHOOK_URL": "Webhook URL",
"WEBHOOK_VERIFICATION_TOKEN": "Webhook Verification Token" "WEBHOOK_VERIFICATION_TOKEN": "Webhook verifikations 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 Configuration" "BOT_CONFIGURATION": "Bot konfiguration"
}, },
"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": "Save macro", "HEADER_BTN_TXT_SAVE": "Gem 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",
"Created by", "Oprettet af",
"Last updated by", "Last updated by",
"Visibility" "Synlighed"
], ],
"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": "Private", "LABEL": "Privat",
"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": "Hotkey to send messages", "TITLE": "Genvejstast til at sende beskeder",
"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": "Your settings have been updated successfully", "UPDATE_SUCCESS": "Dine indstillinger er blevet opdateret",
"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": "See on map" "SEE_ON_MAP": "Se på kort"
}, },
"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": "All it takes is one step to move forward", "TESTIMONIAL_HEADER": "Alt, hvad der skal til, er blot et skridt for at komme videre",
"TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.", "TESTIMONIAL_CONTENT": "Du er et skridt fra at engagere dine kunder, fastholde dem og finde nye kunder.",
"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": "Company name", "LABEL": "Firmanavn",
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", "PLACEHOLDER": "Indtast dit firmanavn, fx: Wayne Enterprises",
"ERROR": "Company name is too short" "ERROR": "Firmanavn er for kort"
}, },
"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": "Please enter a valid work email address" "ERROR": "Indtast venligst en gyldig arbejdsmail"
}, },
"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": "All it takes is one step to move forward", "TESTIMONIAL_HEADER": "Todo lo que se necesita es un paso adelante",
"TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.", "TESTIMONIAL_CONTENT": "Usted está a un paso de involucrar a sus clientes, conservarlos y encontrar nuevos.",
"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": "Company name", "LABEL": "Nombre de la empresa",
"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

@ -74,8 +74,8 @@
} }
}, },
"EMOJI": { "EMOJI": {
"PLACEHOLDER": "Search emojis", "PLACEHOLDER": "Søg efter emojis",
"NOT_FOUND": "No emoji match your search" "NOT_FOUND": "Ingen emoji matcher din søgning"
}, },
"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: Searching... loading_placeholder: Søger...
results_title: Search results results_title: Søgeresultater
hero: hero:
sub_title: Search for the articles here or browse the categories below. sub_title: Søg efter artiklerne her eller gennemse kategorierne nedenfor.