From 7ecbdda4ff80130c4583625bff7adcca55c2555e Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Sat, 24 Dec 2022 02:09:00 +0530 Subject: [PATCH] New translations agentBots.json (Danish) --- .../dashboard/i18n/locale/da/agentBots.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/da/agentBots.json b/app/javascript/dashboard/i18n/locale/da/agentBots.json index 6136c4df0..93e3329f2 100644 --- a/app/javascript/dashboard/i18n/locale/da/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/da/agentBots.json @@ -1,24 +1,24 @@ { "AGENT_BOTS": { "HEADER": "Bots", - "LOADING_EDITOR": "Loading Editor...", + "LOADING_EDITOR": "Indlæser Editor...", "HEADER_BTN_TXT": "Add Bot Configuration", "SIDEBAR_TXT": "

Agent Bots

Agent bots allows you to automate the conversations

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