diff --git a/app/javascript/dashboard/i18n/locale/ar/agentBots.json b/app/javascript/dashboard/i18n/locale/ar/agentBots.json index 708b82173..c5336c9dc 100644 --- a/app/javascript/dashboard/i18n/locale/ar/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ar/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "تحديث", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "إلغاء", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "حذف", + "TITLE": "Delete Bot", + "SUBMIT": "حذف", + "CANCEL_BUTTON_TEXT": "إلغاء", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "تعديل", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "إلغاء", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ar/bulkActions.json b/app/javascript/dashboard/i18n/locale/ar/bulkActions.json index 9bbd113a2..8565ca64c 100644 --- a/app/javascript/dashboard/i18n/locale/ar/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ar/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "تكليف", "YES": "نعم", "ASSIGN_AGENT_TOOLTIP": "إسناد وكيل", + "ASSIGN_TEAM_TOOLTIP": "تعيين فريق", "ASSIGN_SUCCESFUL": "تم تعيين المحادثات بنجاح", "ASSIGN_FAILED": "فشل في تعيين المحادثات، الرجاء المحاولة مرة أخرى", "RESOLVE_SUCCESFUL": "تم تسوية المحادثات بنجاح", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "تعيين التسميات المحددة", "ASSIGN_SUCCESFUL": "تم تعيين التسميات بنجاح", "ASSIGN_FAILED": "فشل في تعيين التسميات ، الرجاء المحاولة مرة أخرى" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "اختيار فريق", + "NONE": "لا شيء", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json index 333db0f35..18dc82b78 100644 --- a/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "الحملات", "PRE_CHAT_FORM": "نموذج ما قبل الدردشة", "BUSINESS_HOURS": "ساعات العمل", - "WIDGET_BUILDER": "منشئ اللايف شات" + "WIDGET_BUILDER": "منشئ اللايف شات", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "الإعدادات", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/bg/agentBots.json b/app/javascript/dashboard/i18n/locale/bg/agentBots.json index 708b82173..ff642b2f0 100644 --- a/app/javascript/dashboard/i18n/locale/bg/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/bg/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Обновяване", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Отмени", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Изтрий", + "TITLE": "Delete Bot", + "SUBMIT": "Изтрий", + "CANCEL_BUTTON_TEXT": "Отмени", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Редактирай", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Отмени", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/bg/bulkActions.json b/app/javascript/dashboard/i18n/locale/bg/bulkActions.json index c42b50013..14e3a206a 100644 --- a/app/javascript/dashboard/i18n/locale/bg/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/bg/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "Нито един", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json index 697ec5f57..df51064fb 100644 --- a/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Settings", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ca/agentBots.json b/app/javascript/dashboard/i18n/locale/ca/agentBots.json index 708b82173..0b9ac51bb 100644 --- a/app/javascript/dashboard/i18n/locale/ca/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ca/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Actualitza", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Cancel·la", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Esborrar", + "TITLE": "Delete Bot", + "SUBMIT": "Esborrar", + "CANCEL_BUTTON_TEXT": "Cancel·la", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Edita", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Cancel·la", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ca/bulkActions.json b/app/javascript/dashboard/i18n/locale/ca/bulkActions.json index 0b02e482a..32af8d54d 100644 --- a/app/javascript/dashboard/i18n/locale/ca/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ca/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assignar", "YES": "Si", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "Ningú", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json index 474e2f388..a2053bcef 100644 --- a/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Configuracions", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/cs/agentBots.json b/app/javascript/dashboard/i18n/locale/cs/agentBots.json index 708b82173..cea785b1f 100644 --- a/app/javascript/dashboard/i18n/locale/cs/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/cs/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Aktualizovat", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Zrušit", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Vymazat", + "TITLE": "Delete Bot", + "SUBMIT": "Vymazat", + "CANCEL_BUTTON_TEXT": "Zrušit", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Upravit", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Zrušit", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/cs/bulkActions.json b/app/javascript/dashboard/i18n/locale/cs/bulkActions.json index 0207f4e41..2f94ea042 100644 --- a/app/javascript/dashboard/i18n/locale/cs/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/cs/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Přiřadit", "YES": "Ano", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Přiřadit tým", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "Nic", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json index cdba3ca77..bf7d7d558 100644 --- a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Kampaně", "PRE_CHAT_FORM": "Formulář před chatem", "BUSINESS_HOURS": "Pracovní doba", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Nastavení", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/da/agentBots.json b/app/javascript/dashboard/i18n/locale/da/agentBots.json index 708b82173..6136c4df0 100644 --- a/app/javascript/dashboard/i18n/locale/da/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/da/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "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" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Annuller", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Slet", + "TITLE": "Delete Bot", + "SUBMIT": "Slet", + "CANCEL_BUTTON_TEXT": "Annuller", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Rediger", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Annuller", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/da/bulkActions.json b/app/javascript/dashboard/i18n/locale/da/bulkActions.json index 69bf09603..0016c9243 100644 --- a/app/javascript/dashboard/i18n/locale/da/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/da/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Tildel", "YES": "Ja", "ASSIGN_AGENT_TOOLTIP": "Tildel Agent", + "ASSIGN_TEAM_TOOLTIP": "Tildel team", "ASSIGN_SUCCESFUL": "Samtaler tildelt", "ASSIGN_FAILED": "Mislykkedes at tildele samtaler, prøv igen", "RESOLVE_SUCCESFUL": "Samtaler løst med succes", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Tildel valgte etiketter", "ASSIGN_SUCCESFUL": "Etiketter tildelt med succes", "ASSIGN_FAILED": "Kunne ikke tildele etiketter. Prøv igen" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Vælg Team", + "NONE": "Ingen", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json index 17e1af98b..dbbb9123a 100644 --- a/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Kampagner", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Forretningstider", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Indstillinger", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/de/agentBots.json b/app/javascript/dashboard/i18n/locale/de/agentBots.json index 708b82173..63d3b1d72 100644 --- a/app/javascript/dashboard/i18n/locale/de/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/de/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Aktualisieren", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Stornieren", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Löschen", + "TITLE": "Delete Bot", + "SUBMIT": "Löschen", + "CANCEL_BUTTON_TEXT": "Stornieren", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Bearbeiten", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Stornieren", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/de/bulkActions.json b/app/javascript/dashboard/i18n/locale/de/bulkActions.json index 0934f68ed..927260de6 100644 --- a/app/javascript/dashboard/i18n/locale/de/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/de/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Zuordnen", "YES": "Ja", "ASSIGN_AGENT_TOOLTIP": "Agent zuweisen", + "ASSIGN_TEAM_TOOLTIP": "Team zuweisen", "ASSIGN_SUCCESFUL": "Konversationen erfolgreich zugewiesen", "ASSIGN_FAILED": "Konversationen konnten nicht zugewiesen werden. Bitte versuchen Sie es erneut", "RESOLVE_SUCCESFUL": "Konversationen erfolgreich gelöst", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Ausgewählte Labels zuweisen", "ASSIGN_SUCCESFUL": "Labels erfolgreich zugewiesen", "ASSIGN_FAILED": "Label konnten nicht zugewiesen werden. Bitte versuchen Sie es erneut" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Team auswählen", + "NONE": "Keine", + "NO_TEAMS_AVAILABLE": "Es wurden noch keine Teams zu diesem Konto hinzugefügt.", + "ASSIGN_SELECTED_TEAMS": "Ausgewähltes Team zuweisen", + "ASSIGN_SUCCESFUL": "Teams erfolgreich zugewiesen", + "ASSIGN_FAILED": "Team konnte nicht zugewiesen werden. Bitte versuche es erneut" } } } diff --git a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json index af98b2415..bbde7d2d9 100644 --- a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Kampagnen", "PRE_CHAT_FORM": "Pre-Chat-Formular", "BUSINESS_HOURS": "Öffnungszeiten", - "WIDGET_BUILDER": "Widget-Generator" + "WIDGET_BUILDER": "Widget-Generator", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Einstellungen", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/el/agentBots.json b/app/javascript/dashboard/i18n/locale/el/agentBots.json index 708b82173..dd65e9c8b 100644 --- a/app/javascript/dashboard/i18n/locale/el/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/el/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Φόρτωση Επεξεργαστή...", + "HEADER_BTN_TXT": "Προσθήκη Ρυθμίσεων Bot", + "SIDEBAR_TXT": "Agent Bots
Τα Agent bots σας επιτρέπουν να αυτοματοποιήσετε τις συνομιλίες
", + "CSML_BOT_EDITOR": { + "NAME": { + "LABEL": "Όνομα Bot", + "PLACEHOLDER": "Δώστε στο bot σας ένα όνομα", + "ERROR": "Το Όνομα Bot είναι απαραίτητο" + }, + "DESCRIPTION": { + "LABEL": "Περιγραφή Bot", + "PLACEHOLDER": "Τι κάνει αυτό το bot?" + }, + "BOT_CONFIG": { + "ERROR": "Παρακαλώ εισάγετε την διαμόρφωση του CSML bot παραπάνω", + "API_ERROR": "Η ρύθμιση παραμέτρων CSML δεν είναι έγκυρη, παρακαλώ διορθώστε την και προσπαθήστε ξανά." + }, + "SUBMIT": "Επαλήθευση και αποθήκευση" + }, + "BOT_CONFIGURATION": { + "TITLE": "Επιλέξτε ενός Agent Bot", + "DESC": "Μπορείτε να ορίσετε ένα agent bot από τη λίστα σε αυτά τα εισερχόμενα. Το bot μπορεί αρχικά να χειριστεί τη συνομιλία και να την μεταφέρει σε έναν πράκτορα όταν χρειάζεται.", + "SUBMIT": "Ενημέρωση", + "SUCCESS_MESSAGE": "Επιτυχής ενημέρωση του agent bot", + "ERROR_MESSAGE": "Δεν ήταν δυνατή η ενημέρωση του agent bot, δοκιμάστε ξανά αργότερα", + "SELECT_PLACEHOLDER": "Επιλογή Bot" + }, + "ADD": { + "TITLE": "Ρύθμιση νέου bot", + "CANCEL_BUTTON_TEXT": "Άκυρο", + "API": { + "SUCCESS_MESSAGE": "Το bot προστέθηκε επιτυχώς", + "ERROR_MESSAGE": "Δεν ήταν δυνατή η προσθήκη bot, παρακαλώ προσπαθήστε ξανά αργότερα" + } + }, + "LIST": { + "404": "Δεν βρέθηκαν bots, μπορείτε να δημιουργήσετε ένα bot κάνοντας κλικ στο κουμπί 'Ρύθμιση νέου Bot' ↗", + "LOADING": "Λήψη Bots...", + "TYPE": "Τύπος Bot" + }, + "DELETE": { + "BUTTON_TEXT": "Διαγραφή", + "TITLE": "Διαγραφή Bot", + "SUBMIT": "Διαγραφή", + "CANCEL_BUTTON_TEXT": "Άκυρο", + "DESCRIPTION": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το bot? Αυτή η ενέργεια είναι μη αναστρέψιμη", + "API": { + "SUCCESS_MESSAGE": "Το bot διαγράφηκε επιτυχώς", + "ERROR_MESSAGE": "Δεν ήταν δυνατή η διαγραφή του bot, παρακαλώ προσπαθήστε ξανά αργότερα" + } + }, + "EDIT": { + "BUTTON_TEXT": "Επεξεργασία", + "LOADING": "Λήψη Bots...", + "TITLE": "Επεξεργασία Bot", + "CANCEL_BUTTON_TEXT": "Άκυρο", + "API": { + "SUCCESS_MESSAGE": "Το bot ενημερώθηκε επιτυχώς", + "ERROR_MESSAGE": "Δεν ήταν δυνατή η ενημέρωση του bot, παρακαλώ προσπαθήστε ξανά αργότερα" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/el/bulkActions.json b/app/javascript/dashboard/i18n/locale/el/bulkActions.json index 1593857a6..3ff1be400 100644 --- a/app/javascript/dashboard/i18n/locale/el/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/el/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Αντιστοίχιση", "YES": "Ναι", "ASSIGN_AGENT_TOOLTIP": "Ανάθεση σε πράκτορα", + "ASSIGN_TEAM_TOOLTIP": "Ανάθεση ομάδας", "ASSIGN_SUCCESFUL": "Οι σινομιλίες αντιστοιχήθηκαν επιτυχώς", "ASSIGN_FAILED": "Αποτυχία στην αντιστοίχιση σινομιλιών, παρακαλώ δοκιμάστε αργότερα", "RESOLVE_SUCCESFUL": "Οι σινομιλίες επιλύθηκαν επιτυχώς", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Ανάθεση επιλεγμένων ετικετών", "ASSIGN_SUCCESFUL": "Επιτυχής ανάθεση ετικετών", "ASSIGN_FAILED": "Αποτυχία στην ανάθεση ετικετών, παρακαλώ δοκιμάστε αργότερα" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Επιλογή Ομάδας", + "NONE": "Κανένα", + "NO_TEAMS_AVAILABLE": "Δεν έχουν προστεθεί ομάδες σε αυτόν τον λογαριασμό ακόμα.", + "ASSIGN_SELECTED_TEAMS": "Ανάθεση επιλεγμένης ομάδας", + "ASSIGN_SUCCESFUL": "Επιτυχής ανάθεση σε ομάδα", + "ASSIGN_FAILED": "Αδυναμία αντιστοίχισης ομάδας. Παρακαλώ δοκιμάστε ξανά" } } } diff --git a/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json index 07baaba4b..43851cc62 100644 --- a/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Καμπάνιες", "PRE_CHAT_FORM": "Φόρμα Προ-Συνομιλίας", "BUSINESS_HOURS": "Ώρες Εργασίας", - "WIDGET_BUILDER": "Δημιουργός Widget" + "WIDGET_BUILDER": "Δημιουργός Widget", + "BOT_CONFIGURATION": "Ρυθμίσεις Bot" }, "SETTINGS": "Ρυθμίσεις", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/es/agentBots.json b/app/javascript/dashboard/i18n/locale/es/agentBots.json index 708b82173..2860e7a2c 100644 --- a/app/javascript/dashboard/i18n/locale/es/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/es/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Actualizar", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Cancelar", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Eliminar", + "TITLE": "Delete Bot", + "SUBMIT": "Eliminar", + "CANCEL_BUTTON_TEXT": "Cancelar", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Editar", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Cancelar", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/es/bulkActions.json b/app/javascript/dashboard/i18n/locale/es/bulkActions.json index aac75b846..bec6ad6a3 100644 --- a/app/javascript/dashboard/i18n/locale/es/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/es/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Asignar", "YES": "Si", "ASSIGN_AGENT_TOOLTIP": "Asignar agente", + "ASSIGN_TEAM_TOOLTIP": "Asignar equipo", "ASSIGN_SUCCESFUL": "Conversaciones asignadas con éxito", "ASSIGN_FAILED": "Error al asignar conversaciones, inténtelo de nuevo", "RESOLVE_SUCCESFUL": "Conversaciones resueltas con éxito", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Asignar etiquetas seleccionadas", "ASSIGN_SUCCESFUL": "Etiquetas asignadas correctamente", "ASSIGN_FAILED": "Error al asignar etiquetas, inténtalo de nuevo" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Seleccionar equipo", + "NONE": "Ninguna", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json index cf2f3f16c..0c9501822 100644 --- a/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campañas", "PRE_CHAT_FORM": "Pre-formulario de chat", "BUSINESS_HOURS": "Horarios", - "WIDGET_BUILDER": "Constructor de Widget" + "WIDGET_BUILDER": "Constructor de Widget", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Ajustes", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/fa/agentBots.json b/app/javascript/dashboard/i18n/locale/fa/agentBots.json index 7b3473fe1..5ef1dc056 100644 --- a/app/javascript/dashboard/i18n/locale/fa/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/fa/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "رباتها" + "HEADER": "رباتها", + "LOADING_EDITOR": "در حال بارگیری ویرایشگر...", + "HEADER_BTN_TXT": "افرودن پیکربندی ربات", + "SIDEBAR_TXT": "رباتهای عامل
رباتهای عامل به شما امکان میدهند گفتگوها را خودکار کنید
", + "CSML_BOT_EDITOR": { + "NAME": { + "LABEL": "نام ربات", + "PLACEHOLDER": "برای ربات خود یک نام مشخص کنید", + "ERROR": "نام ربات الزامی است" + }, + "DESCRIPTION": { + "LABEL": "توضیحات ربات", + "PLACEHOLDER": "این ربات چه کاری انجام میدهد؟" + }, + "BOT_CONFIG": { + "ERROR": "لطفا پیکربندی ربات CSML خود را در بالا وارد کنید", + "API_ERROR": "پیکربندی CSML شما نامعتبر است، لطفا آن را اصلاح کنید و دوباره امتحان کنید." + }, + "SUBMIT": "اعتبارسنجی و ذخیره کنید" + }, + "BOT_CONFIGURATION": { + "TITLE": "انتخاب یک ربات عامل", + "DESC": "میتوانید یک ربات عامل را از فهرست در این صندوق ورودی تنظیم کنید. ربات در ابتدا میتواند گفتگو را مدیریت کند و در صورت نیاز آن را به یک نماینده منتقل کند.", + "SUBMIT": "اعمال شود", + "SUCCESS_MESSAGE": "ربات عامل با موفقیت بهروز شد", + "ERROR_MESSAGE": "ربات عامل بهروزرسانی نشد، لطفا بعدا دوباره امتحان کنید", + "SELECT_PLACEHOLDER": "انتخاب ربات" + }, + "ADD": { + "TITLE": "پیکربندی ربات جدید", + "CANCEL_BUTTON_TEXT": "انصراف", + "API": { + "SUCCESS_MESSAGE": "ربات با موفقیت اضافه شد", + "ERROR_MESSAGE": "ربات اضافه نشد، لطفا بعدا دوباره امتحان کنید" + } + }, + "LIST": { + "404": "هیچ روباتی یافت نشد، میتوانید با کلیک کردن روی دکمه «پیکربندی ربات جدید» یک ربات ایجاد کنید ↗", + "LOADING": "در حال گرفتن رباتها...", + "TYPE": "نوع ربات" + }, + "DELETE": { + "BUTTON_TEXT": "حذف", + "TITLE": "حذف ربات", + "SUBMIT": "حذف", + "CANCEL_BUTTON_TEXT": "انصراف", + "DESCRIPTION": "آیا مطمئن هستید که میخواهید این ربات را حذف کنید؟ این عمل برگشتناپذیر است", + "API": { + "SUCCESS_MESSAGE": "ربات با موفقیت حذف شد", + "ERROR_MESSAGE": "نمیتوان ربات را حذف کرد، لطفا بعدا دوباره امتحان کنید" + } + }, + "EDIT": { + "BUTTON_TEXT": "ویرایش", + "LOADING": "در حال گرفتن رباتها...", + "TITLE": "ویرایش ربات", + "CANCEL_BUTTON_TEXT": "انصراف", + "API": { + "SUCCESS_MESSAGE": "ربات با موفقیت بهروز شد", + "ERROR_MESSAGE": "ربات بهروزرسانی نشد، لطفا بعدا دوباره امتحان کنید" + } + }, + "TYPES": { + "WEBHOOK": "وبهوک ربات", + "CSML": "ربات CSML" + } } } diff --git a/app/javascript/dashboard/i18n/locale/fa/bulkActions.json b/app/javascript/dashboard/i18n/locale/fa/bulkActions.json index 4d9a00887..76b7415ad 100644 --- a/app/javascript/dashboard/i18n/locale/fa/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/fa/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "اختصاص دادن", "YES": "بله", "ASSIGN_AGENT_TOOLTIP": "تعیین ایجنت", + "ASSIGN_TEAM_TOOLTIP": "تیم را تعیین کنید", "ASSIGN_SUCCESFUL": "گفتگو با موفقیت اختصاص داده شده", "ASSIGN_FAILED": "گفتگو اختصاص داده نشد، لطفا دوباره امتحان کنید", "RESOLVE_SUCCESFUL": "گفتگو با موفقیت حل شد", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "اختصاص برچسبهای انتخاب شده", "ASSIGN_SUCCESFUL": "برچسبها با موفقیت اختصاص یافتند", "ASSIGN_FAILED": "اختصاص برچسبها به صورت موفق انجام نشد، لطفا دوباره امتحان کنید" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "تیم را انتخاب کنید", + "NONE": "هیچکدام", + "NO_TEAMS_AVAILABLE": "هنوز هیچ تیمی به این حساب کاربری اضافه نشده است.", + "ASSIGN_SELECTED_TEAMS": "اختصاص تیم انتخاب شده", + "ASSIGN_SUCCESFUL": "تیمها با موفقیت اختصاص یافتند", + "ASSIGN_FAILED": "اختصاص تیم با موفقیت انجام نشد، لطفا دوباره امتحان کنید" } } } diff --git a/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json index d2ec71df9..eeb696f70 100644 --- a/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "کمپین ها", "PRE_CHAT_FORM": "فرم پیش چت", "BUSINESS_HOURS": "ساعت کاری", - "WIDGET_BUILDER": "سازنده ابزارک" + "WIDGET_BUILDER": "سازنده ابزارک", + "BOT_CONFIGURATION": "پیکربندی ربات" }, "SETTINGS": "تنظیمات", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/fa/macros.json b/app/javascript/dashboard/i18n/locale/fa/macros.json index 86f08a977..ff97a08ae 100644 --- a/app/javascript/dashboard/i18n/locale/fa/macros.json +++ b/app/javascript/dashboard/i18n/locale/fa/macros.json @@ -4,9 +4,9 @@ "HEADER_BTN_TXT": "افزودن ماکرو جدید", "HEADER_BTN_TXT_SAVE": "ذخیره ماکرو", "LOADING": "در حال گرفتن ماکروها", - "SIDEBAR_TXT": "Macros
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.
A macro can be helpful in 2 ways.
As an agent assist: 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.
As an option to onboard a team member: 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.
", + "SIDEBAR_TXT": "ماکروها
یک ماکرو مجموعه ای از اقدامات ذخیره شده است که به نمایندگی های خدمات مشتری کمک می کند تا وظایف را به راحتی انجام دهند. نمایندگان می توانند مجموعه ای از اقدامات مانند برچسب گذاری یک مکالمه با برچسب، ارسال متن ایمیل، به روز رسانی یک ویژگی سفارشی و غیره را تعریف کنند و می توانند این اقدامات را با یک کلیک اجرا کنند. هنگامی که عامل ها ماکرو را اجرا می کنند، اقدامات به ترتیب به ترتیبی که تعریف شده اند انجام می شوند. ماکروها بهره وری را بهبود می بخشند و ثبات در اقدامات را افزایش می دهند.
یک ماکرو از دو جهت می تواند مفید باشد.
بهعنوان کمک عامل: اگر یک عامل مجموعهای از اقدامات را چندین بار انجام دهد، میتواند آن را بهعنوان یک ماکرو ذخیره کند و همه اقدامات را با هم با یک کلیک انجام دهد. p>
بهعنوان گزینهای برای حضور در یک عضو تیم: هر نماینده باید در طول هر مکالمه، بررسیها/عملکردهای مختلفی را انجام دهد. در صورتی که ماکروهای از پیش تعریف شده در حساب موجود باشد، ورود به یک عضو تیم پشتیبانی جدید آسان خواهد بود. به جای توصیف هر مرحله با جزئیات، مدیر/سرپرست تیم میتواند به ماکروهای مورد استفاده در سناریوهای مختلف اشاره کند.
", "ERROR": "مشکلی پیش آمد. لطفا دوباره تلاش کنید", - "ORDER_INFO": "Macros will run in the order you add your actions. You can rearrange them by dragging them by the handle beside each node.", + "ORDER_INFO": "ماکروها به ترتیبی که اقدامات خود را اضافه می کنید اجرا می شوند. می توانید با کشیدن آنها توسط دسته کنار هر گره آنها را دوباره مرتب کنید.", "ADD": { "FORM": { "NAME": { @@ -28,7 +28,7 @@ "نام", "ايجاد شده توسط", "آخرین بهروزرسانی توسط", - "Visibility" + "دید" ], "404": "هیچ ماکروی یافت نشد" }, @@ -52,20 +52,20 @@ } }, "EDITOR": { - "START_FLOW": "Start Flow", - "END_FLOW": "End Flow", + "START_FLOW": "جریان را شروع کنید", + "END_FLOW": "پایان جریان", "LOADING": "در حال گرفتن ماکرو", - "ADD_BTN_TOOLTIP": "Add new action", - "DELETE_BTN_TOOLTIP": "Delete Action", + "ADD_BTN_TOOLTIP": "افزودن اقدام جدید", + "DELETE_BTN_TOOLTIP": "حذف اکشن", "VISIBILITY": { - "LABEL": "Macro Visibility", + "LABEL": "دید ماکرو", "GLOBAL": { "LABEL": "عمومی", - "DESCRIPTION": "This macro is available publicly for all agents in this account." + "DESCRIPTION": "این ماکرو به صورت عمومی برای همه نمایندگان این حساب در دسترس است." }, "PERSONAL": { "LABEL": "خصوصی", - "DESCRIPTION": "This macro will be private to you and not be available to others." + "DESCRIPTION": "این ماکرو برای شما خصوصی خواهد بود و برای دیگران در دسترس نخواهد بود." } } }, diff --git a/app/javascript/dashboard/i18n/locale/fi/agentBots.json b/app/javascript/dashboard/i18n/locale/fi/agentBots.json index 708b82173..99a95e359 100644 --- a/app/javascript/dashboard/i18n/locale/fi/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/fi/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Päivitä", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Peruuta", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Poista", + "TITLE": "Delete Bot", + "SUBMIT": "Poista", + "CANCEL_BUTTON_TEXT": "Peruuta", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Muokkaa", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Peruuta", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/fi/bulkActions.json b/app/javascript/dashboard/i18n/locale/fi/bulkActions.json index 9db1cd3fd..bac3cf627 100644 --- a/app/javascript/dashboard/i18n/locale/fi/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/fi/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Delegoi", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "None", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json index e99f251d6..8db899a29 100644 --- a/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Asetukset", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/fr/agentBots.json b/app/javascript/dashboard/i18n/locale/fr/agentBots.json index 708b82173..6064bb2cc 100644 --- a/app/javascript/dashboard/i18n/locale/fr/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/fr/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Mettre à jour", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Annuler", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Supprimer", + "TITLE": "Delete Bot", + "SUBMIT": "Supprimer", + "CANCEL_BUTTON_TEXT": "Annuler", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Modifier", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Annuler", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/fr/bulkActions.json b/app/javascript/dashboard/i18n/locale/fr/bulkActions.json index bee42ca54..312319094 100644 --- a/app/javascript/dashboard/i18n/locale/fr/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/fr/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assigner", "YES": "Oui", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Choisis une équipe", + "NONE": "Aucun", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json index ff92c8ff9..c445c08fb 100644 --- a/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campagnes", "PRE_CHAT_FORM": "Formulaire avant chat", "BUSINESS_HOURS": "Heures de bureau", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Paramètres", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/he/agentBots.json b/app/javascript/dashboard/i18n/locale/he/agentBots.json index fb1a82e2c..0bc6670b3 100644 --- a/app/javascript/dashboard/i18n/locale/he/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/he/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "בוטים" + "HEADER": "בוטים", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "עדכן", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "ביטול", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "מחק", + "TITLE": "Delete Bot", + "SUBMIT": "מחק", + "CANCEL_BUTTON_TEXT": "ביטול", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "ערוך", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "ביטול", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/he/bulkActions.json b/app/javascript/dashboard/i18n/locale/he/bulkActions.json index 841b38977..60ed657c0 100644 --- a/app/javascript/dashboard/i18n/locale/he/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/he/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "שייך", "YES": "כן", "ASSIGN_AGENT_TOOLTIP": "שייך סוכן", + "ASSIGN_TEAM_TOOLTIP": "שייך צוות", "ASSIGN_SUCCESFUL": "שיוך בוצע בהצלחה", "ASSIGN_FAILED": "שיוך נכשל, נסה שנית", "RESOLVE_SUCCESFUL": "שיחה טופלה בהצלחה", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "שייך תוויות נבחרות", "ASSIGN_SUCCESFUL": "תוויות שוייכו בהצלחה", "ASSIGN_FAILED": "שיוך תוויות נכשל, נסה שנית" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "כלום", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json index 1b04432f9..de36a4fc5 100644 --- a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "קמפיין", "PRE_CHAT_FORM": "טופס צ'אט מקדים", "BUSINESS_HOURS": "שעות פעילות", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "הגדרות", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/hi/agentBots.json b/app/javascript/dashboard/i18n/locale/hi/agentBots.json index 708b82173..67ee3ef6f 100644 --- a/app/javascript/dashboard/i18n/locale/hi/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/hi/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Update", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Cancel", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Delete", + "TITLE": "Delete Bot", + "SUBMIT": "Delete", + "CANCEL_BUTTON_TEXT": "Cancel", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Edit", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Cancel", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/hi/bulkActions.json b/app/javascript/dashboard/i18n/locale/hi/bulkActions.json index c42b50013..d5145f1bb 100644 --- a/app/javascript/dashboard/i18n/locale/hi/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/hi/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "None", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json index f9f97ea36..b624cce11 100644 --- a/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Settings", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/hu/agentBots.json b/app/javascript/dashboard/i18n/locale/hu/agentBots.json index 708b82173..a0166194a 100644 --- a/app/javascript/dashboard/i18n/locale/hu/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/hu/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Frissítés", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Mégse", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Törlés", + "TITLE": "Delete Bot", + "SUBMIT": "Törlés", + "CANCEL_BUTTON_TEXT": "Mégse", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Szerkesztés", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Mégse", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/hu/bulkActions.json b/app/javascript/dashboard/i18n/locale/hu/bulkActions.json index 9a1e44390..9c0269dfa 100644 --- a/app/javascript/dashboard/i18n/locale/hu/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/hu/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Hozzárendelés", "YES": "Igen", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "Nincs", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json index 18d104ffb..d6efeba93 100644 --- a/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Chat előtti űrlap", "BUSINESS_HOURS": "Nyitvatartás", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Beállítások", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/id/agentBots.json b/app/javascript/dashboard/i18n/locale/id/agentBots.json index 708b82173..f39e1a89f 100644 --- a/app/javascript/dashboard/i18n/locale/id/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/id/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Perbarui", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Batalkan", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Hapus", + "TITLE": "Delete Bot", + "SUBMIT": "Hapus", + "CANCEL_BUTTON_TEXT": "Batalkan", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Edit", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Batalkan", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/id/bulkActions.json b/app/javascript/dashboard/i18n/locale/id/bulkActions.json index 7c3f6c2dc..549a4db9e 100644 --- a/app/javascript/dashboard/i18n/locale/id/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/id/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Tugaskan", "YES": "Ya", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Pilih Tim", + "NONE": "Tidak ada", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json index 97b54fbe9..f194e02ab 100644 --- a/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Kampanye", "PRE_CHAT_FORM": "Formulir Pra Obrolan", "BUSINESS_HOURS": "Jam Kerja", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Pengaturan", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/is/agentBots.json b/app/javascript/dashboard/i18n/locale/is/agentBots.json index 708b82173..aba78be01 100644 --- a/app/javascript/dashboard/i18n/locale/is/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/is/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Update", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Hætta við", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Eyða", + "TITLE": "Delete Bot", + "SUBMIT": "Eyða", + "CANCEL_BUTTON_TEXT": "Hætta við", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Breyta", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Hætta við", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/is/bulkActions.json b/app/javascript/dashboard/i18n/locale/is/bulkActions.json index 9e4bca88d..0b3fae3e2 100644 --- a/app/javascript/dashboard/i18n/locale/is/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/is/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Ekki tókst að úthluta samtölum, vinsamlegast reyndu aftur", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "None", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json index 055fe47bc..0513d2865 100644 --- a/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Settings", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/it/agentBots.json b/app/javascript/dashboard/i18n/locale/it/agentBots.json index 708b82173..c86aa1cfa 100644 --- a/app/javascript/dashboard/i18n/locale/it/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/it/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Aggiorna", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "annulla", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Elimina", + "TITLE": "Delete Bot", + "SUBMIT": "Elimina", + "CANCEL_BUTTON_TEXT": "annulla", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Modifica", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "annulla", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/it/bulkActions.json b/app/javascript/dashboard/i18n/locale/it/bulkActions.json index 20d4e7190..3905d46ab 100644 --- a/app/javascript/dashboard/i18n/locale/it/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/it/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assegna", "YES": "Sì", "ASSIGN_AGENT_TOOLTIP": "Assegna agente", + "ASSIGN_TEAM_TOOLTIP": "Assegna team", "ASSIGN_SUCCESFUL": "Conversazioni assegnate correttamente", "ASSIGN_FAILED": "Assegnazione delle conversazioni non riuscita, riprova", "RESOLVE_SUCCESFUL": "Conversazioni risolte correttamente", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assegna etichette selezeionate", "ASSIGN_SUCCESFUL": "Etichette assegnate correttamente", "ASSIGN_FAILED": "Impossibile assegnare le etichette, riprova" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Seleziona team", + "NONE": "Nessuno", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json index eadce20a4..0730e9dc7 100644 --- a/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campagne", "PRE_CHAT_FORM": "Modulo pre-chat", "BUSINESS_HOURS": "Ore di lavoro", - "WIDGET_BUILDER": "Costruttore Widget" + "WIDGET_BUILDER": "Costruttore Widget", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Impostazioni", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ja/agentBots.json b/app/javascript/dashboard/i18n/locale/ja/agentBots.json index 708b82173..903e96186 100644 --- a/app/javascript/dashboard/i18n/locale/ja/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ja/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "更新", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "キャンセル", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "削除", + "TITLE": "Delete Bot", + "SUBMIT": "削除", + "CANCEL_BUTTON_TEXT": "キャンセル", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "編集", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "キャンセル", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ja/bulkActions.json b/app/javascript/dashboard/i18n/locale/ja/bulkActions.json index c42b50013..d57b7165d 100644 --- a/app/javascript/dashboard/i18n/locale/ja/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ja/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "チームを割り当てる", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "該当なし", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json index 24b9c58be..75c6160e3 100644 --- a/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "設定", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ka/agentBots.json b/app/javascript/dashboard/i18n/locale/ka/agentBots.json index 708b82173..67ee3ef6f 100644 --- a/app/javascript/dashboard/i18n/locale/ka/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ka/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Update", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Cancel", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Delete", + "TITLE": "Delete Bot", + "SUBMIT": "Delete", + "CANCEL_BUTTON_TEXT": "Cancel", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Edit", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Cancel", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ka/bulkActions.json b/app/javascript/dashboard/i18n/locale/ka/bulkActions.json index c42b50013..d5145f1bb 100644 --- a/app/javascript/dashboard/i18n/locale/ka/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ka/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "None", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json index f9f97ea36..b624cce11 100644 --- a/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Settings", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ko/agentBots.json b/app/javascript/dashboard/i18n/locale/ko/agentBots.json index fe5077720..92029e6ec 100644 --- a/app/javascript/dashboard/i18n/locale/ko/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ko/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "봇" + "HEADER": "봇", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "업데이트", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "취소", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "삭제", + "TITLE": "Delete Bot", + "SUBMIT": "삭제", + "CANCEL_BUTTON_TEXT": "취소", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "수정", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "취소", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ko/bulkActions.json b/app/javascript/dashboard/i18n/locale/ko/bulkActions.json index 386a02d35..4a60f3493 100644 --- a/app/javascript/dashboard/i18n/locale/ko/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ko/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "할당하다", "YES": "예", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "팀 선택하기", + "NONE": "없음", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json index e2c228ae1..fa1587acd 100644 --- a/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "대화 전 설문", "BUSINESS_HOURS": "영업시간", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "설정", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/lt/agentBots.json b/app/javascript/dashboard/i18n/locale/lt/agentBots.json index 708b82173..67ee3ef6f 100644 --- a/app/javascript/dashboard/i18n/locale/lt/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/lt/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Update", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Cancel", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Delete", + "TITLE": "Delete Bot", + "SUBMIT": "Delete", + "CANCEL_BUTTON_TEXT": "Cancel", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Edit", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Cancel", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/lt/bulkActions.json b/app/javascript/dashboard/i18n/locale/lt/bulkActions.json index c42b50013..d5145f1bb 100644 --- a/app/javascript/dashboard/i18n/locale/lt/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/lt/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "None", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json index f9f97ea36..b624cce11 100644 --- a/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Settings", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/lv/agentBots.json b/app/javascript/dashboard/i18n/locale/lv/agentBots.json index 708b82173..6782bd22e 100644 --- a/app/javascript/dashboard/i18n/locale/lv/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/lv/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Notiek Redaktora Ielāde...", + "HEADER_BTN_TXT": "Pievienot Robota Konfigurāciju", + "SIDEBAR_TXT": "Aģenti Roboti
Aģenti roboti ļauj automatizēt sarunas
", + "CSML_BOT_EDITOR": { + "NAME": { + "LABEL": "Robota Nosaukums", + "PLACEHOLDER": "Piešķiriet savam robotam nosaukumu", + "ERROR": "Jānorāda robota nosaukums" + }, + "DESCRIPTION": { + "LABEL": "Robota Apraksts", + "PLACEHOLDER": "Ko dara šis robots?" + }, + "BOT_CONFIG": { + "ERROR": "Lūdzu, ievadiet sava robota CSML konfigurāciju", + "API_ERROR": "Jūsu CSML konfigurācija nav pareiza. Lūdzu, izlabojiet to un mēģiniet vēlreiz." + }, + "SUBMIT": "Apstiprināt un saglabāt" + }, + "BOT_CONFIGURATION": { + "TITLE": "Izvēlieties aģentu robotu", + "DESC": "Jūs varat piesaistīt šai iesūtnei aģentu robotu, no saraksta. Robots sākotnēji var apstrādāt sarunu un nepieciešamības gadījumā pārsūtīt to aģentam.", + "SUBMIT": "Atjaunināt", + "SUCCESS_MESSAGE": "Aģents robots ir veiksmīgi atjaunināts", + "ERROR_MESSAGE": "Nevarēja atjaunināt aģentu robotu. Lūdzu, vēlāk mēģiniet vēlreiz", + "SELECT_PLACEHOLDER": "Izvēlieties Robotu" + }, + "ADD": { + "TITLE": "Konfigurēt jaunu robotu", + "CANCEL_BUTTON_TEXT": "Atcelt", + "API": { + "SUCCESS_MESSAGE": "Robots ir veiksmīgi pievienots", + "ERROR_MESSAGE": "Nevarēja pievienot robotu. Lūdzu, vēlāk mēģiniet vēlreiz" + } + }, + "LIST": { + "404": "Robots nav atrasts. Jūs varat izveidot robotu, noklikšķinot uz pogas 'Konfigurēt jaunu robotu' ↗", + "LOADING": "Notiek robotu iegūšana...", + "TYPE": "Robota Tips" + }, + "DELETE": { + "BUTTON_TEXT": "Dzēst", + "TITLE": "Dzēst Robotu", + "SUBMIT": "Dzēst", + "CANCEL_BUTTON_TEXT": "Atcelt", + "DESCRIPTION": "Vai tiešām vēlaties dzēst šo robotu? Šī darbība ir neatgriezeniska", + "API": { + "SUCCESS_MESSAGE": "Robots ir veiksmīgi izdzēsts", + "ERROR_MESSAGE": "Nevarēja izdzēst robotu. Lūdzu, vēlāk mēģiniet vēlreiz" + } + }, + "EDIT": { + "BUTTON_TEXT": "Rediģēt", + "LOADING": "Notiek robotu iegūšana...", + "TITLE": "Rediģēt Robotu", + "CANCEL_BUTTON_TEXT": "Atcelt", + "API": { + "SUCCESS_MESSAGE": "Robots ir veiksmīgi atjaunināts", + "ERROR_MESSAGE": "Nevarēja atjaunināt robotu. Lūdzu, vēlāk mēģiniet vēlreiz" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Robots", + "CSML": "CSML Robots" + } } } diff --git a/app/javascript/dashboard/i18n/locale/lv/bulkActions.json b/app/javascript/dashboard/i18n/locale/lv/bulkActions.json index 0180ed0d7..810948d55 100644 --- a/app/javascript/dashboard/i18n/locale/lv/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/lv/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Piešķirt", "YES": "Jā", "ASSIGN_AGENT_TOOLTIP": "Piešķirt Aģentu", + "ASSIGN_TEAM_TOOLTIP": "Piešķirt komandu", "ASSIGN_SUCCESFUL": "Sarunas ir veiksmīgi piešķirtas", "ASSIGN_FAILED": "Neizdevās piešķirt sarunas. Lūdzu, mēģiniet vēlreiz", "RESOLVE_SUCCESFUL": "Sarunas ir veiksmīgi atrisinātas", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Piešķirt izvēlētās etiķetes", "ASSIGN_SUCCESFUL": "Etiķetes ir veiksmīgi piešķirtas", "ASSIGN_FAILED": "Neizdevās piešķirt etiķetes. Lūdzu, mēģiniet vēlreiz" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Izvēlieties Komandu", + "NONE": "Nav", + "NO_TEAMS_AVAILABLE": "Šim kontam vēl nav pievienota neviena komanda.", + "ASSIGN_SELECTED_TEAMS": "Piešķirt izvēlēto komandu", + "ASSIGN_SUCCESFUL": "Komandas ir veiksmīgi piešķirtas", + "ASSIGN_FAILED": "Neizdevās piešķirt komandu. Lūdzu, mēģiniet vēlreiz" } } } diff --git a/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json index f62035e3c..9f38e6c49 100644 --- a/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Kampaņas", "PRE_CHAT_FORM": "Pirms-Tērzēšanas Veidlapa", "BUSINESS_HOURS": "Darba Laiks", - "WIDGET_BUILDER": "Logrīku Veidotājs" + "WIDGET_BUILDER": "Logrīku Veidotājs", + "BOT_CONFIGURATION": "Robota Konfigurācija" }, "SETTINGS": "Iestatījumi", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ml/agentBots.json b/app/javascript/dashboard/i18n/locale/ml/agentBots.json index 708b82173..c46747959 100644 --- a/app/javascript/dashboard/i18n/locale/ml/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ml/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "അപ്ഡേറ്റ്", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "റദ്ദാക്കുക", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "ഇല്ലാതാക്കുക", + "TITLE": "Delete Bot", + "SUBMIT": "ഇല്ലാതാക്കുക", + "CANCEL_BUTTON_TEXT": "റദ്ദാക്കുക", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "എഡിറ്റുചെയ്യുക", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "റദ്ദാക്കുക", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ml/bulkActions.json b/app/javascript/dashboard/i18n/locale/ml/bulkActions.json index f077081df..b5ce8d74b 100644 --- a/app/javascript/dashboard/i18n/locale/ml/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ml/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "നിയോഗിക്കുക", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "ടീം തിരഞ്ഞെടുക്കുക", + "NONE": "ഒന്നുമില്ല", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json index a85db6de6..5dbaacccc 100644 --- a/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "പ്രചാരണങ്ങൾ", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "ക്രമീകരണങ്ങൾ", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ms/agentBots.json b/app/javascript/dashboard/i18n/locale/ms/agentBots.json index 708b82173..aa9d08cfa 100644 --- a/app/javascript/dashboard/i18n/locale/ms/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ms/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Update", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Batalkan", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Padamkan", + "TITLE": "Delete Bot", + "SUBMIT": "Padamkan", + "CANCEL_BUTTON_TEXT": "Batalkan", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Edit", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Batalkan", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ms/bulkActions.json b/app/javascript/dashboard/i18n/locale/ms/bulkActions.json index c42b50013..b80a3e242 100644 --- a/app/javascript/dashboard/i18n/locale/ms/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ms/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "Tiada", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json index f4503577b..80bf42d23 100644 --- a/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Settings", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ne/agentBots.json b/app/javascript/dashboard/i18n/locale/ne/agentBots.json index 708b82173..67ee3ef6f 100644 --- a/app/javascript/dashboard/i18n/locale/ne/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ne/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Update", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Cancel", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Delete", + "TITLE": "Delete Bot", + "SUBMIT": "Delete", + "CANCEL_BUTTON_TEXT": "Cancel", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Edit", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Cancel", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ne/bulkActions.json b/app/javascript/dashboard/i18n/locale/ne/bulkActions.json index c42b50013..d5145f1bb 100644 --- a/app/javascript/dashboard/i18n/locale/ne/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ne/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "None", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json index dc7a6a4a6..86c50895f 100644 --- a/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Settings", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/nl/agentBots.json b/app/javascript/dashboard/i18n/locale/nl/agentBots.json index 708b82173..1b6e45426 100644 --- a/app/javascript/dashboard/i18n/locale/nl/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/nl/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Vernieuwen", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Annuleren", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Verwijderen", + "TITLE": "Delete Bot", + "SUBMIT": "Verwijderen", + "CANCEL_BUTTON_TEXT": "Annuleren", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Bewerken", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Annuleren", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/nl/bulkActions.json b/app/javascript/dashboard/i18n/locale/nl/bulkActions.json index c42b50013..1e5b06850 100644 --- a/app/javascript/dashboard/i18n/locale/nl/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/nl/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Selecteer team", + "NONE": "Geen", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json index 49faf6426..fc1c27a25 100644 --- a/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Instellingen", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/no/agentBots.json b/app/javascript/dashboard/i18n/locale/no/agentBots.json index 708b82173..1876fe5a0 100644 --- a/app/javascript/dashboard/i18n/locale/no/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/no/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Oppdater", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Avbryt", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Slett", + "TITLE": "Delete Bot", + "SUBMIT": "Slett", + "CANCEL_BUTTON_TEXT": "Avbryt", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Rediger", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Avbryt", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/no/bulkActions.json b/app/javascript/dashboard/i18n/locale/no/bulkActions.json index 30a9f2b35..7c7fe8eee 100644 --- a/app/javascript/dashboard/i18n/locale/no/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/no/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Tildel", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "None", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json index bc8d24e1e..2910c00d3 100644 --- a/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Innstillinger", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/pl/agentBots.json b/app/javascript/dashboard/i18n/locale/pl/agentBots.json index 708b82173..daba1655c 100644 --- a/app/javascript/dashboard/i18n/locale/pl/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/pl/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Aktualizuj", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Anuluj", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Usuń", + "TITLE": "Delete Bot", + "SUBMIT": "Usuń", + "CANCEL_BUTTON_TEXT": "Anuluj", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Edytuj", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Anuluj", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/pl/bulkActions.json b/app/javascript/dashboard/i18n/locale/pl/bulkActions.json index d2911a884..023153543 100644 --- a/app/javascript/dashboard/i18n/locale/pl/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/pl/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Przypisz", "YES": "Tak", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Wybierz zespół", + "NONE": "Brak", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json index c8e9b003f..ff85473f8 100644 --- a/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Kampania", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Godziny pracy", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Ustawienia", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/pt/agentBots.json b/app/javascript/dashboard/i18n/locale/pt/agentBots.json index 708b82173..af18643f2 100644 --- a/app/javascript/dashboard/i18n/locale/pt/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/pt/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Atualização", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "cancelar", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "excluir", + "TITLE": "Delete Bot", + "SUBMIT": "excluir", + "CANCEL_BUTTON_TEXT": "cancelar", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Alterar", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "cancelar", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/pt/bulkActions.json b/app/javascript/dashboard/i18n/locale/pt/bulkActions.json index 170641040..ba756826a 100644 --- a/app/javascript/dashboard/i18n/locale/pt/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/pt/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Atribuir", "YES": "Sim", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Escolher Equipa", + "NONE": "Nenhuma", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json index b02e9f9e8..874307f8e 100644 --- a/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campanhas", "PRE_CHAT_FORM": "Formulário pré-chat", "BUSINESS_HOURS": "Horário comercial", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Confirgurações", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/agentBots.json b/app/javascript/dashboard/i18n/locale/pt_BR/agentBots.json index 708b82173..58052ba3b 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Carregando Editor...", + "HEADER_BTN_TXT": "Adicionar configuração do Bot", + "SIDEBAR_TXT": "Bots de Agente
Bots de agente permitem que você automatize as conversas
", + "CSML_BOT_EDITOR": { + "NAME": { + "LABEL": "Nome do Bot", + "PLACEHOLDER": "Dê um nome ao seu bot", + "ERROR": "O nome do bot é obrigatório" + }, + "DESCRIPTION": { + "LABEL": "Descrição do Bot", + "PLACEHOLDER": "O que esse bot faz?" + }, + "BOT_CONFIG": { + "ERROR": "Por favor, insira a configuração CSML do bot acima", + "API_ERROR": "Sua configuração CSML é inválida, por favor corrija-a e tente novamente." + }, + "SUBMIT": "Validar e salvar" + }, + "BOT_CONFIGURATION": { + "TITLE": "Selecione um bot de agente", + "DESC": "Você pode definir um bot de agente da lista para esta caixa de entrada. O bot pode inicialmente lidar com a conversa e transferi-la para um agente quando necessário.", + "SUBMIT": "Atualizar", + "SUCCESS_MESSAGE": "Agente de bot atualizado com sucesso", + "ERROR_MESSAGE": "Não foi possível atualizar o bot de agente, por favor tente novamente mais tarde", + "SELECT_PLACEHOLDER": "Selecionar Bot" + }, + "ADD": { + "TITLE": "Configurar novo bot", + "CANCEL_BUTTON_TEXT": "Cancelar", + "API": { + "SUCCESS_MESSAGE": "Bot adicionado com sucesso", + "ERROR_MESSAGE": "Não foi possível adicionar o bot! Por favor, tente novamente mais tarde" + } + }, + "LIST": { + "404": "Nenhum bot encontrado. Você pode criar um bot clicando no botão 'Configurar novo bot' ↗", + "LOADING": "Buscando Bots...", + "TYPE": "Tipo de Bot" + }, + "DELETE": { + "BUTTON_TEXT": "Excluir", + "TITLE": "Excluir Bot", + "SUBMIT": "Excluir", + "CANCEL_BUTTON_TEXT": "Cancelar", + "DESCRIPTION": "Tem certeza que deseja excluir este bot? Esta ação é irreversível", + "API": { + "SUCCESS_MESSAGE": "Bot excluído com sucesso", + "ERROR_MESSAGE": "Não foi possível excluir o bot, por favor tente novamente mais tarde" + } + }, + "EDIT": { + "BUTTON_TEXT": "Alterar", + "LOADING": "Buscando Bots...", + "TITLE": "Editar Bot", + "CANCEL_BUTTON_TEXT": "Cancelar", + "API": { + "SUCCESS_MESSAGE": "Bot atualizado com sucesso", + "ERROR_MESSAGE": "Não foi possível atualizar o bot, por favor tente novamente mais tarde" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/bulkActions.json b/app/javascript/dashboard/i18n/locale/pt_BR/bulkActions.json index caf0ed3df..864c32091 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Atribua", "YES": "Sim", "ASSIGN_AGENT_TOOLTIP": "Atribuir Agente", + "ASSIGN_TEAM_TOOLTIP": "Atribuir equipe", "ASSIGN_SUCCESFUL": "Conversas atribuídas com sucesso", "ASSIGN_FAILED": "Falha ao atribuir conversas, por favor, tente novamente", "RESOLVE_SUCCESFUL": "Conversas resolvidas com sucesso", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Atribuir rótulos selecionados", "ASSIGN_SUCCESFUL": "Rótulos atribuídos com sucesso", "ASSIGN_FAILED": "Falha ao atribuir rótulos, por favor, tente novamente" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Selecionar time", + "NONE": "Nenhuma", + "NO_TEAMS_AVAILABLE": "Ainda não há equipes adicionadas a esta conta ainda.", + "ASSIGN_SELECTED_TEAMS": "Atribuir equipe selecionada", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json index 198111aa8..69fce3940 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campanhas", "PRE_CHAT_FORM": "Formulário Chat Pré", "BUSINESS_HOURS": "Horário de funcionamento", - "WIDGET_BUILDER": "Construtor de Widget" + "WIDGET_BUILDER": "Construtor de Widget", + "BOT_CONFIGURATION": "Configuração do Bot" }, "SETTINGS": "Confirgurações", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ro/agentBots.json b/app/javascript/dashboard/i18n/locale/ro/agentBots.json index 708b82173..fadaea456 100644 --- a/app/javascript/dashboard/i18n/locale/ro/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ro/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Boți", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Actualizare", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Renunță", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Şterge", + "TITLE": "Delete Bot", + "SUBMIT": "Şterge", + "CANCEL_BUTTON_TEXT": "Renunță", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Editare", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Renunță", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/automation.json b/app/javascript/dashboard/i18n/locale/ro/automation.json index 643ebfb83..a9fbdfd89 100644 --- a/app/javascript/dashboard/i18n/locale/ro/automation.json +++ b/app/javascript/dashboard/i18n/locale/ro/automation.json @@ -87,13 +87,13 @@ }, "CONDITION": { "DELETE_MESSAGE": "Trebuie să aveți atleast o condiție pentru a salva", - "CONTACT_CUSTOM_ATTR_LABEL": "Contact Custom Attributes", - "CONVERSATION_CUSTOM_ATTR_LABEL": "Conversation Custom Attributes" + "CONTACT_CUSTOM_ATTR_LABEL": "Atribute de contact personalizate", + "CONVERSATION_CUSTOM_ATTR_LABEL": "Atribute personalizate pentru conversație" }, "ACTION": { "DELETE_MESSAGE": "Trebuie să aveți atleast o acțiune pentru a salva", - "TEAM_MESSAGE_INPUT_PLACEHOLDER": "Enter your message here", - "TEAM_DROPDOWN_PLACEHOLDER": "Select teams" + "TEAM_MESSAGE_INPUT_PLACEHOLDER": "Introduceți mesajul aici", + "TEAM_DROPDOWN_PLACEHOLDER": "Selectați echipe" }, "TOGGLE": { "ACTIVATION_TITLE": "Activați regula de automatizare", @@ -108,11 +108,11 @@ "CANCEL_LABEL": "Nu" }, "ATTACHMENT": { - "UPLOAD_ERROR": "Could not upload attachment, Please try again", - "LABEL_IDLE": "Upload Attachment", + "UPLOAD_ERROR": "Nu s-a putut încărca atașamentul, încercați din nou", + "LABEL_IDLE": "Fişier ataşat", "LABEL_UPLOADING": "Încărcare...", - "LABEL_UPLOADED": "Successfully Uploaded", - "LABEL_UPLOAD_FAILED": "Upload Failed" + "LABEL_UPLOADED": "Încărcare reușită", + "LABEL_UPLOAD_FAILED": "Încărcare eșuată" } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/bulkActions.json b/app/javascript/dashboard/i18n/locale/ro/bulkActions.json index 120090d04..53892db64 100644 --- a/app/javascript/dashboard/i18n/locale/ro/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ro/bulkActions.json @@ -1,31 +1,40 @@ { "BULK_ACTION": { - "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", + "CONVERSATIONS_SELECTED": "%{conversationCount} conversații selectate", "AGENT_SELECT_LABEL": "Selectează agent", - "ASSIGN_CONFIRMATION_LABEL": "Are you sure to assign %{conversationCount} %{conversationLabel} to", - "UNASSIGN_CONFIRMATION_LABEL": "Are you sure to unassign %{conversationCount} %{conversationLabel}?", - "GO_BACK_LABEL": "Go back", + "ASSIGN_CONFIRMATION_LABEL": "Sigur doriți să atribuiți %{conversationCount} %{conversationLabel} la", + "UNASSIGN_CONFIRMATION_LABEL": "Sigur doriți să anulați atribuirea a %{conversationCount} %{conversationLabel}?", + "GO_BACK_LABEL": "Mergeți înapoi", "ASSIGN_LABEL": "Atribuiți", "YES": "Da", - "ASSIGN_AGENT_TOOLTIP": "Assign Agent", - "ASSIGN_SUCCESFUL": "Conversations assigned successfully", - "ASSIGN_FAILED": "Failed to assign conversations, please try again", - "RESOLVE_SUCCESFUL": "Conversations resolved successfully", - "RESOLVE_FAILED": "Failed to resolve conversations, please try again", - "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", - "AGENT_LIST_LOADING": "Loading Agents", + "ASSIGN_AGENT_TOOLTIP": "Atribuiți agent", + "ASSIGN_TEAM_TOOLTIP": "Atribuiți echipă", + "ASSIGN_SUCCESFUL": "Conversațiile au fost atribuite", + "ASSIGN_FAILED": "Nu s-au putut atribui conversațiile, încercați din nou", + "RESOLVE_SUCCESFUL": "Conversațiile au fost rezolvate", + "RESOLVE_FAILED": "Nu s-au putut rezolva conversațiile, încercați din nou", + "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversațiile vizibile pe această pagină sunt doar selectate.", + "AGENT_LIST_LOADING": "Se încarcă agenții", "UPDATE": { - "CHANGE_STATUS": "Change status", - "SNOOZE_UNTIL_NEXT_REPLY": "Snooze until next reply", - "UPDATE_SUCCESFUL": "Conversation status updated successfully.", - "UPDATE_FAILED": "Failed to update conversations, please try again" + "CHANGE_STATUS": "Schimbați statusul", + "SNOOZE_UNTIL_NEXT_REPLY": "Amânați până la următorul răspuns", + "UPDATE_SUCCESFUL": "Statusul conversației a fost actualizat.", + "UPDATE_FAILED": "Nu s-au putut actualiza conversațiile, încercați din nou" }, "LABELS": { - "ASSIGN_LABELS": "Assign Labels", - "NO_LABELS_FOUND": "No labels found for", - "ASSIGN_SELECTED_LABELS": "Assign selected labels", - "ASSIGN_SUCCESFUL": "Labels assigned successfully", - "ASSIGN_FAILED": "Failed to assign labels, please try again" + "ASSIGN_LABELS": "Atribuiți etichete", + "NO_LABELS_FOUND": "Nu s-au găsit etichete pentru", + "ASSIGN_SELECTED_LABELS": "Atribuiți etichetele selectate", + "ASSIGN_SUCCESFUL": "Etichete atribuite cu succes", + "ASSIGN_FAILED": "Nu s-au putut atribui etichetele, încercați din nou" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Selectați echipa", + "NONE": "Nimic", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/contact.json b/app/javascript/dashboard/i18n/locale/ro/contact.json index e4f7bbd68..a50ee2f39 100644 --- a/app/javascript/dashboard/i18n/locale/ro/contact.json +++ b/app/javascript/dashboard/i18n/locale/ro/contact.json @@ -152,8 +152,8 @@ }, "DELETE_AVATAR": { "API": { - "SUCCESS_MESSAGE": "Contact avatar deleted successfully", - "ERROR_MESSAGE": "Could not delete the contact avatar. Please try again later." + "SUCCESS_MESSAGE": "Avatar de contact șters cu succes", + "ERROR_MESSAGE": "Avatarul de contact nu a putut fi șters. Vă rugăm să încercați din nou mai târziu." } }, "SUCCESS_MESSAGE": "Contact salvat cu succes", diff --git a/app/javascript/dashboard/i18n/locale/ro/contactFilters.json b/app/javascript/dashboard/i18n/locale/ro/contactFilters.json index f632f44fa..5e101dee6 100644 --- a/app/javascript/dashboard/i18n/locale/ro/contactFilters.json +++ b/app/javascript/dashboard/i18n/locale/ro/contactFilters.json @@ -39,7 +39,7 @@ "CUSTOM_ATTRIBUTE_CHECKBOX": "Căsuță de bifat", "CREATED_AT": "Creat la", "LAST_ACTIVITY": "Ultima activitate", - "REFERER_LINK": "Referrer link" + "REFERER_LINK": "Link de referință" }, "GROUPS": { "STANDARD_FILTERS": "Filtre standard", diff --git a/app/javascript/dashboard/i18n/locale/ro/conversation.json b/app/javascript/dashboard/i18n/locale/ro/conversation.json index bd0299f33..0ab7e63f6 100644 --- a/app/javascript/dashboard/i18n/locale/ro/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ro/conversation.json @@ -2,9 +2,9 @@ "CONVERSATION": { "SELECT_A_CONVERSATION": "Vă rugăm să selectați o conversație din panoul din stânga", "CSAT_REPLY_MESSAGE": "Vă rugăm să evaluați conversația", - "404": "Sorry, we cannot find the conversation. Please try again", - "SWITCH_VIEW_LAYOUT": "Switch the layout", - "DASHBOARD_APP_TAB_MESSAGES": "Messages", + "404": "Ne pare rău, nu am putut găsi conversația. Vă rugăm să încercați din nou", + "SWITCH_VIEW_LAYOUT": "Schimbă aspectul", + "DASHBOARD_APP_TAB_MESSAGES": "Mesaje", "UNVERIFIED_SESSION": "Identitatea acestui utilizator nu este verificată", "NO_MESSAGE_1": "Uh oh! Se pare că nu există niciun mesaj de la clienți în căsuța poștală.", "NO_MESSAGE_2": " pentru a trimite un mesaj către pagina ta!", @@ -34,7 +34,7 @@ "REPLYING_TO": "Răspundeți la:", "REMOVE_SELECTION": "Elimină selecția", "DOWNLOAD": "Descărcare", - "UNKNOWN_FILE_TYPE": "Unknown File", + "UNKNOWN_FILE_TYPE": "Fișier necunoscut", "UPLOADING_ATTACHMENTS": "Se încarcă atașamentele...", "SUCCESS_DELETE_MESSAGE": "Mesaj şters cu succes", "FAIL_DELETE_MESSSAGE": "Mesajul nu a putut fi șters! Încercați din nou", @@ -63,30 +63,30 @@ }, "CARD_CONTEXT_MENU": { "PENDING": "Marchează ca în așteptare", - "RESOLVED": "Mark as resolved", + "RESOLVED": "Marcați ca rezolvat", "REOPEN": "Redeschiderea conversației", "SNOOZE": { - "TITLE": "Snooze", + "TITLE": "Amânați", "NEXT_REPLY": "Până la următorul răspuns", "TOMORROW": "Până mâine", "NEXT_WEEK": "Până săptămâna viitoare" }, - "ASSIGN_AGENT": "Assign agent", - "ASSIGN_LABEL": "Assign label", - "AGENTS_LOADING": "Loading agents...", - "ASSIGN_TEAM": "Assign team", + "ASSIGN_AGENT": "Atribuiți agent", + "ASSIGN_LABEL": "Atribuiți eticheta", + "AGENTS_LOADING": "Se încarcă agenții...", + "ASSIGN_TEAM": "Atribuiți echipă", "API": { "AGENT_ASSIGNMENT": { - "SUCCESFUL": "Conversation id %{conversationId} assigned to \"%{agentName}\"", - "FAILED": "Couldn't assign agent. Please try again." + "SUCCESFUL": "Id conversație %{conversationId} atribuit la \"%{agentName}\"", + "FAILED": "Nu s-a putut atribui agentul. Vă rugăm încercați din nou." }, "LABEL_ASSIGNMENT": { - "SUCCESFUL": "Assigned label #%{labelName} to conversation id %{conversationId}", - "FAILED": "Couldn't assign label. Please try again." + "SUCCESFUL": "Etichetă atribuită #%{labelName} la conversația cu id %{conversationId}", + "FAILED": "Nu s-a putut atribui eticheta. Vă rugăm încercați din nou." }, "TEAM_ASSIGNMENT": { - "SUCCESFUL": "Assigned team \"%{team}\" to conversation id %{conversationId}", - "FAILED": "Couldn't assign team. Please try again." + "SUCCESFUL": "Echipa atribuită #%{team} la conversația cu id %{conversationId}", + "FAILED": "Nu s-a putut atribui echipa. Vă rugăm să încercaţi din nou." } } }, @@ -131,13 +131,13 @@ }, "VISIBLE_TO_AGENTS": "Notă privată: vizibilă doar pentru tine și echipa ta", "CHANGE_STATUS": "Stare conversație schimbată", - "CHANGE_STATUS_FAILED": "Conversation status change failed", + "CHANGE_STATUS_FAILED": "Schimbarea stării conversației a eșuat", "CHANGE_AGENT": "Persoana căreia i-a fost ateribuită conversația a fost schimbată", - "CHANGE_AGENT_FAILED": "Assignee change failed", - "ASSIGN_LABEL_SUCCESFUL": "Label assigned successfully", - "ASSIGN_LABEL_FAILED": "Label assignment failed", + "CHANGE_AGENT_FAILED": "Schimbarea agentului a eșuat", + "ASSIGN_LABEL_SUCCESFUL": "Etichetă atribuită cu succes", + "ASSIGN_LABEL_FAILED": "Atribuirea etichetei a eșuat", "CHANGE_TEAM": "Echipa de conversație schimbată", - "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_SUPPORTED_FILE_UPLOAD_SIZE} MB attachment limit", + "FILE_SIZE_LIMIT": "Fișierul depășește limita de {MAXIMUM_SUPPORTED_FILE_UPLOAD_SIZE} MB", "MESSAGE_ERROR": "Mesajul nu poate fi trimis, te rugăm să încerci din nou mai târziu", "SENT_BY": "Trimis de:", "BOT": "Bot", @@ -151,7 +151,7 @@ "CONTEXT_MENU": { "COPY": "Copiază", "DELETE": "Şterge", - "CREATE_A_CANNED_RESPONSE": "Add to canned responses" + "CREATE_A_CANNED_RESPONSE": "Adaugați la răspunsuri predefinite" } }, "EMAIL_TRANSCRIPT": { @@ -209,7 +209,7 @@ "CONVERSATION_INFO": "Informații despre conversație", "CONTACT_ATTRIBUTES": "Atribute Contacte", "PREVIOUS_CONVERSATION": "Conversații anterioare", - "MACROS": "Macros" + "MACROS": "Macrocomenzi" } }, "CONVERSATION_CUSTOM_ATTRIBUTES": { diff --git a/app/javascript/dashboard/i18n/locale/ro/generalSettings.json b/app/javascript/dashboard/i18n/locale/ro/generalSettings.json index 42334138a..faa871847 100644 --- a/app/javascript/dashboard/i18n/locale/ro/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ro/generalSettings.json @@ -55,7 +55,7 @@ "ENTER_TO_SELECT": "Apăsați enter pentru a selecta", "ENTER_TO_REMOVE": "Introduceți numele complet al persoanei de contact", "SELECT_ONE": "Alege una", - "SELECT": "Select" + "SELECT": "Selectați" } }, "NOTIFICATIONS_PAGE": { @@ -109,7 +109,7 @@ "GO_TO_CONVERSATION_DASHBOARD": "Accesați Tabloul de bord conversație", "GO_TO_CONTACTS_DASHBOARD": "Accesați Tabloul de bord persoane de contact", "GO_TO_REPORTS_OVERVIEW": "Accesați Prezentare generală a rapoartelor", - "GO_TO_CONVERSATION_REPORTS": "Go to Conversation Reports", + "GO_TO_CONVERSATION_REPORTS": "Accesați Rapoartele conversațiilor", "GO_TO_AGENT_REPORTS": "Accesați povestea Instagram", "GO_TO_LABEL_REPORTS": "Accesați Etichetarea rapoartelor", "GO_TO_INBOX_REPORTS": "Accesați Rapoarte Inbox", @@ -139,6 +139,6 @@ } }, "DASHBOARD_APPS": { - "LOADING_MESSAGE": "Loading Dashboard App..." + "LOADING_MESSAGE": "Se încarcă aplicația Dashboard..." } } diff --git a/app/javascript/dashboard/i18n/locale/ro/helpCenter.json b/app/javascript/dashboard/i18n/locale/ro/helpCenter.json index 1f3fe21c5..fed8f58e9 100644 --- a/app/javascript/dashboard/i18n/locale/ro/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ro/helpCenter.json @@ -1,409 +1,409 @@ { "HELP_CENTER": { "HEADER": { - "FILTER": "Filter by", - "SORT": "Sort by", + "FILTER": "Filtrați după", + "SORT": "Sortați după", "SETTINGS_BUTTON": "Setări", - "NEW_BUTTON": "New Article", + "NEW_BUTTON": "Articol nou", "DROPDOWN_OPTIONS": { - "PUBLISHED": "Published", - "DRAFT": "Draft", - "ARCHIVED": "Archived" + "PUBLISHED": "Publicat", + "DRAFT": "Ciornă", + "ARCHIVED": "Arhivat" }, "TITLES": { - "ALL_ARTICLES": "All Articles", - "MINE": "My Articles", - "DRAFT": "Draft Articles", - "ARCHIVED": "Archived Articles" + "ALL_ARTICLES": "Toate articolele", + "MINE": "Articolele mele", + "DRAFT": "Ciorne", + "ARCHIVED": "Articole arhivate" } }, "EDIT_HEADER": { - "ALL_ARTICLES": "All Articles", - "PUBLISH_BUTTON": "Publish", - "MOVE_TO_ARCHIVE_BUTTON": "Move to archived", - "PREVIEW": "Preview", - "ADD_TRANSLATION": "Add translation", - "OPEN_SIDEBAR": "Open sidebar", - "CLOSE_SIDEBAR": "Close sidebar", - "SAVING": "Saving...", - "SAVED": "Saved" + "ALL_ARTICLES": "Toate articolele", + "PUBLISH_BUTTON": "Publicați", + "MOVE_TO_ARCHIVE_BUTTON": "Mutați în arhivă", + "PREVIEW": "Previzualizați", + "ADD_TRANSLATION": "Adăugați traducere", + "OPEN_SIDEBAR": "Deschideți bara laterală", + "CLOSE_SIDEBAR": "Închideți bara laterală", + "SAVING": "Se salvează...", + "SAVED": "Salvat" }, "ARTICLE_SETTINGS": { - "TITLE": "Article Settings", + "TITLE": "Setări articol", "FORM": { "CATEGORY": { - "LABEL": "Category", - "TITLE": "Select category", - "PLACEHOLDER": "Select category", - "NO_RESULT": "No category found", - "SEARCH_PLACEHOLDER": "Search category" + "LABEL": "Categorie", + "TITLE": "Selectați categoria", + "PLACEHOLDER": "Selectați categoria", + "NO_RESULT": "Nicio categorie găsită", + "SEARCH_PLACEHOLDER": "Căutare categorie" }, "AUTHOR": { - "LABEL": "Author", - "TITLE": "Select author", - "PLACEHOLDER": "Select author", - "NO_RESULT": "No authors found", - "SEARCH_PLACEHOLDER": "Search author" + "LABEL": "Autor", + "TITLE": "Selectați autorul", + "PLACEHOLDER": "Selectați autorul", + "NO_RESULT": "Nu s-au găsit autori", + "SEARCH_PLACEHOLDER": "Căutare autor" }, "META_TITLE": { - "LABEL": "Meta title", - "PLACEHOLDER": "Add a meta title" + "LABEL": "Titlu meta", + "PLACEHOLDER": "Adaugați un titlu meta" }, "META_DESCRIPTION": { - "LABEL": "Meta description", - "PLACEHOLDER": "Add your meta description for better SEO results..." + "LABEL": "Descriere meta", + "PLACEHOLDER": "Adăugați descrierea meta pentru rezultate SEO mai bune..." }, "META_TAGS": { - "LABEL": "Meta tags", - "PLACEHOLDER": "Add meta tags separated by comma..." + "LABEL": "Etichete meta", + "PLACEHOLDER": "Adăugați etichete meta separate prin virgulă..." } }, "BUTTONS": { - "ARCHIVE": "Archive article", - "DELETE": "Delete article" + "ARCHIVE": "Arhivați articolul", + "DELETE": "Ștergeți articolul" } }, "PORTAL": { - "HEADER": "Portals", - "DEFAULT": "Default", - "NEW_BUTTON": "New Portal", + "HEADER": "Portaluri", + "DEFAULT": "Implicit", + "NEW_BUTTON": "Portal nou", "ACTIVE_BADGE": "activ", - "CHOOSE_LOCALE_LABEL": "Choose a locale", - "LOADING_MESSAGE": "Loading portals...", - "ARTICLES_LABEL": "articles", - "NO_PORTALS_MESSAGE": "There are no available portals", - "ADD_NEW_LOCALE": "Add a new locale", + "CHOOSE_LOCALE_LABEL": "Alegeți o limbă", + "LOADING_MESSAGE": "Se încarcă portalurile...", + "ARTICLES_LABEL": "articole", + "NO_PORTALS_MESSAGE": "Nu există portaluri disponibile", + "ADD_NEW_LOCALE": "Adaugați o nouă limba", "POPOVER": { - "TITLE": "Portals", - "PORTAL_SETTINGS": "Portal settings", - "SUBTITLE": "You have multiple portals and can have different locales for each portal.", + "TITLE": "Portaluri", + "PORTAL_SETTINGS": "Setări portal", + "SUBTITLE": "Aveți mai multe portaluri și puteți avea limbi diferite pentru fiecare portal.", "CANCEL_BUTTON_LABEL": "Renunță", - "CHOOSE_LOCALE_BUTTON": "Choose Locale" + "CHOOSE_LOCALE_BUTTON": "Alegeți limba" }, "PORTAL_SETTINGS": { "LIST_ITEM": { "HEADER": { - "COUNT_LABEL": "articles", - "ADD": "Add locale", - "VISIT": "Visit site", + "COUNT_LABEL": "articole", + "ADD": "Adaugă limba", + "VISIT": "Vizitați site-ul", "SETTINGS": "Setări", "DELETE": "Şterge" }, "PORTAL_CONFIG": { - "TITLE": "Portal Configurations", + "TITLE": "Configurații portal", "ITEMS": { "NAME": "Nume", - "DOMAIN": "Custom domain", + "DOMAIN": "Domeniu personalizat", "SLUG": "Slug", - "TITLE": "Portal title", - "THEME": "Theme color", - "SUB_TEXT": "Portal sub text" + "TITLE": "Titlu portal", + "THEME": "Culoare temă", + "SUB_TEXT": "Subtext portal" } }, "AVAILABLE_LOCALES": { - "TITLE": "Available locales", + "TITLE": "Limbi disponibile", "TABLE": { - "NAME": "Locale name", - "CODE": "Locale code", - "ARTICLE_COUNT": "No. of articles", - "CATEGORIES": "No. of categories", - "SWAP": "Swap", + "NAME": "Nume limbă", + "CODE": "Cod limbă", + "ARTICLE_COUNT": "Nr. articole", + "CATEGORIES": "Nr. categorii", + "SWAP": "Schimbă", "DELETE": "Şterge", - "DEFAULT_LOCALE": "Default" + "DEFAULT_LOCALE": "Implicit" } } }, "DELETE_PORTAL": { - "TITLE": "Delete portal", - "MESSAGE": "Are you sure you want to delete this portal", - "YES": "Yes, delete portal", - "NO": "No, keep portal", + "TITLE": "Ştergeţi portalul", + "MESSAGE": "Sigur doriți să ștergeți acest portal", + "YES": "Da, șterge portalul", + "NO": "Nu, păstrează portalul", "API": { - "DELETE_SUCCESS": "Portal deleted successfully", - "DELETE_ERROR": "Error while deleting portal" + "DELETE_SUCCESS": "Portalul a fost sters", + "DELETE_ERROR": "Eroare la ștergerea portalului" } } }, "EDIT": { - "HEADER_TEXT": "Edit portal", + "HEADER_TEXT": "Editare portal", "TABS": { "BASIC_SETTINGS": { - "TITLE": "Basic information" + "TITLE": "Informaţii de bază" }, "CUSTOMIZATION_SETTINGS": { - "TITLE": "Portal customization" + "TITLE": "Personalizare portal" }, "CATEGORY_SETTINGS": { - "TITLE": "Categories" + "TITLE": "Categorii" }, "LOCALE_SETTINGS": { - "TITLE": "Locales" + "TITLE": "Limbi" } }, "CATEGORIES": { - "TITLE": "Categories in", - "NEW_CATEGORY": "New category", + "TITLE": "Categorii în", + "NEW_CATEGORY": "Categorie nouă", "TABLE": { "NAME": "Nume", "DESCRIPTION": "Descriere", - "LOCALE": "Locale", - "ARTICLE_COUNT": "No. of articles", + "LOCALE": "Limbă", + "ARTICLE_COUNT": "Nr. articole", "ACTION_BUTTON": { - "EDIT": "Edit category", - "DELETE": "Delete category" + "EDIT": "Editare categorie", + "DELETE": "Ștergere categorie" }, - "EMPTY_TEXT": "No categories found" + "EMPTY_TEXT": "Nu au fost găsite categorii" } }, "EDIT_BASIC_INFO": { - "BUTTON_TEXT": "Update basic settings" + "BUTTON_TEXT": "Actualizați setările de bază" } }, "ADD": { "CREATE_FLOW": [ { - "title": "Help center information", + "title": "Informații centru de asistență", "route": "new_portal_information", - "body": "Basic information about portal", - "CREATE_BASIC_SETTING_BUTTON": "Create portal basic settings" + "body": "Informații de bază despre portal", + "CREATE_BASIC_SETTING_BUTTON": "Creează setări de bază portal" }, { - "title": "Help center customization", + "title": "Personalizare centru de asistență", "route": "portal_customization", - "body": "Customize portal", - "UPDATE_PORTAL_BUTTON": "Update portal settings" + "body": "Personalizați portalul", + "UPDATE_PORTAL_BUTTON": "Actualizați setările portalului" }, { "title": "Voila! 🎉", "route": "portal_finish", - "body": "You're all set!", + "body": "Totul este pregătit!", "FINISH": "Finalizează" } ], "CREATE_FLOW_PAGE": { "BACK_BUTTON": "Înapoi", "BASIC_SETTINGS_PAGE": { - "HEADER": "Create Portal", - "TITLE": "Help center information", - "CREATE_BASIC_SETTING_BUTTON": "Create portal basic settings" + "HEADER": "Creează Portal", + "TITLE": "Informații centru de asistență", + "CREATE_BASIC_SETTING_BUTTON": "Creează setări de bază portal" }, "CUSTOMIZATION_PAGE": { - "HEADER": "Portal customisation", - "TITLE": "Help center customization", - "UPDATE_PORTAL_BUTTON": "Update portal settings" + "HEADER": "Personalizare portal", + "TITLE": "Personalizare centru de asistență", + "UPDATE_PORTAL_BUTTON": "Actualizați setările portalului" }, "FINISH_PAGE": { - "TITLE": "Voila!🎉 You're all set up!", - "MESSAGE": "You can now see this created portal on your all portals page.", - "FINISH": "Go to all portals page" + "TITLE": "Voila!🎉 Totul este pregătit!", + "MESSAGE": "Puteți vedea acum acest portal creat pe pagina de portaluri.", + "FINISH": "Mergeți la toate pagina portalurilor" } }, "LOGO": { "LABEL": "Logo", - "UPLOAD_BUTTON": "Upload logo", - "HELP_TEXT": "This logo will be displayed on the portal header." + "UPLOAD_BUTTON": "Încărcaţi logo", + "HELP_TEXT": "Acest logo va fi afișat in antetul portalului." }, "NAME": { "LABEL": "Nume", - "PLACEHOLDER": "Portal name", - "HELP_TEXT": "The name will be used in the public facing portal internally.", + "PLACEHOLDER": "Nume portal", + "HELP_TEXT": "Denumirea va fi utilizată la nivel intern în portalul public.", "ERROR": "Numele este obligatoriu" }, "SLUG": { "LABEL": "Slug", - "PLACEHOLDER": "Portal slug for urls", - "ERROR": "Slug is required" + "PLACEHOLDER": "Slug-ul portalului pentru url-uri", + "ERROR": "Slug-ul este necesar" }, "DOMAIN": { - "LABEL": "Custom Domain", - "PLACEHOLDER": "Portal custom domain", - "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" + "LABEL": "Domeniu personalizat", + "PLACEHOLDER": "Domeniu personalizat portal", + "HELP_TEXT": "Adaugați doar dacă dorești să folosiți un domeniu personalizat pentru portalurile dvs. De exemplu: https://example.com", + "ERROR": "Introduceți o adresă URL validă" }, "HOME_PAGE_LINK": { - "LABEL": "Home Page Link", - "PLACEHOLDER": "Portal home page link", - "HELP_TEXT": "The link used to return from the portal to the home page. Eg: https://example.com", - "ERROR": "Enter a valid home page URL" + "LABEL": "Link pagină de pornire", + "PLACEHOLDER": "Link pagină portal", + "HELP_TEXT": "Link-ul folosit pentru a reveni din portal pe pagina principală. De exemplu: https://example.com", + "ERROR": "Introduceți un URL valid pentru pagina principală" }, "THEME_COLOR": { - "LABEL": "Portal theme color", - "HELP_TEXT": "This color will show as the theme color for the portal." + "LABEL": "Culoare temă portal", + "HELP_TEXT": "Această culoare va fi afișată ca culoare temă pentru portal." }, "PAGE_TITLE": { - "LABEL": "Page Title", - "PLACEHOLDER": "Portal page title", - "HELP_TEXT": "The page title will be used in the public facing portal.", - "ERROR": "Page title is required" + "LABEL": "Titlu pagină", + "PLACEHOLDER": "Titlu pagină portal", + "HELP_TEXT": "Titlul paginii va fi utilizat în portalul destinat publicului.", + "ERROR": "Titlul paginii este obligatoriu" }, "HEADER_TEXT": { - "LABEL": "Header Text", - "PLACEHOLDER": "Portal header text", - "HELP_TEXT": "The Portal header text will be used in the public facing portal.", - "ERROR": "Portal header text is required" + "LABEL": "Text antet", + "PLACEHOLDER": "Text antet portal", + "HELP_TEXT": "Textul din antetul portalului va fi utilizat în portalul public.", + "ERROR": "Textul antetului portalului este obligatoriu" }, "API": { - "SUCCESS_MESSAGE_FOR_BASIC": "Portal created successfully.", - "ERROR_MESSAGE_FOR_BASIC": "Couldn't create the portal. Try again.", - "SUCCESS_MESSAGE_FOR_UPDATE": "Portal updated successfully.", - "ERROR_MESSAGE_FOR_UPDATE": "Couldn't update the portal. Try again." + "SUCCESS_MESSAGE_FOR_BASIC": "Portalul a fost creat.", + "ERROR_MESSAGE_FOR_BASIC": "Portalul nu a putut fi creat. Încercați din nou.", + "SUCCESS_MESSAGE_FOR_UPDATE": "Portalul a fost actualizat.", + "ERROR_MESSAGE_FOR_UPDATE": "Portalul nu a putut fi actualizat. Încercați din nou." } }, "ADD_LOCALE": { - "TITLE": "Add a new locale", - "SUB_TITLE": "This adds a new locale to your available translation list.", + "TITLE": "Adaugați o nouă limba", + "SUB_TITLE": "Aceasta adaugă o nouă limbă în lista dvs de traduceri disponibile.", "PORTAL": "Portal", "LOCALE": { - "LABEL": "Locale", - "PLACEHOLDER": "Choose a locale", - "ERROR": "Locale is required" + "LABEL": "Limbă", + "PLACEHOLDER": "Alegeți o limbă", + "ERROR": "Limba este obligatorie" }, "BUTTONS": { - "CREATE": "Create locale", + "CREATE": "Creează limba", "CANCEL": "Renunță" }, "API": { - "SUCCESS_MESSAGE": "Locale added successfully", - "ERROR_MESSAGE": "Unable to add locale. Try again." + "SUCCESS_MESSAGE": "Limbă adăugata cu succes", + "ERROR_MESSAGE": "Nu se poate adăuga limba. Încercați din nou." } }, "CHANGE_DEFAULT_LOCALE": { "API": { - "SUCCESS_MESSAGE": "Default locale updated successfully", - "ERROR_MESSAGE": "Unable to update default locale. Try again." + "SUCCESS_MESSAGE": "Limba implicită a fost actualizată", + "ERROR_MESSAGE": "Nu se poate actualiza limba implicită. Încercați din nou." } }, "DELETE_LOCALE": { "API": { - "SUCCESS_MESSAGE": "Locale removed from portal successfully", - "ERROR_MESSAGE": "Unable to remove locale from portal. Try again." + "SUCCESS_MESSAGE": "Limbă ștearsă din portal cu succes", + "ERROR_MESSAGE": "Nu s-a putut elimina limba din portal. Încercați din nou." } } }, "TABLE": { - "LOADING_MESSAGE": "Loading articles...", - "404": "No articles matches your search 🔍", - "NO_ARTICLES": "There are no available articles", + "LOADING_MESSAGE": "Se încarcă articolele...", + "404": "Nici un articol nu corespunde căutării tale 🔍", + "NO_ARTICLES": "Nu există articole disponibile", "HEADERS": { "TITLE": "Titlu", - "CATEGORY": "Category", - "READ_COUNT": "Read count", + "CATEGORY": "Categorie", + "READ_COUNT": "Contor citire", "STATUS": "Status", - "LAST_EDITED": "Last edited" + "LAST_EDITED": "Ultima modificare" }, "COLUMNS": { - "BY": "by" + "BY": "de" } }, "EDIT_ARTICLE": { - "LOADING": "Loading article...", - "TITLE_PLACEHOLDER": "Article title goes here", - "CONTENT_PLACEHOLDER": "Write your article here", + "LOADING": "Se încarcă articolul...", + "TITLE_PLACEHOLDER": "Titlul articolului este introdus aici", + "CONTENT_PLACEHOLDER": "Scrieți articolul aici", "API": { - "ERROR": "Error while saving article" + "ERROR": "Eroare la salvarea articolului" } }, "PUBLISH_ARTICLE": { "API": { - "ERROR": "Error while publishing article", - "SUCCESS": "Article published successfully" + "ERROR": "Eroare la publicarea articolului", + "SUCCESS": "Articolul a fost publicat" } }, "ARCHIVE_ARTICLE": { "API": { - "ERROR": "Error while archiving article", - "SUCCESS": "Article archived successfully" + "ERROR": "Eroare la arhivarea articolului", + "SUCCESS": "Articolul a fost arhivat" } }, "DELETE_ARTICLE": { "MODAL": { "CONFIRM": { "TITLE": "Confirmă ștergerea", - "MESSAGE": "Are you sure to delete the article?", + "MESSAGE": "Sigur doriți să ștergeți articolul?", "YES": "Da, șterge", "NO": "Nu, păstreaza" } }, "API": { - "SUCCESS_MESSAGE": "Article deleted successfully", - "ERROR_MESSAGE": "Error while deleting article" + "SUCCESS_MESSAGE": "Articolul a fost şters", + "ERROR_MESSAGE": "Eroare la ștergerea articolului" } }, "CREATE_ARTICLE": { - "ERROR_MESSAGE": "Please add the article heading and content then only you can update the settings" + "ERROR_MESSAGE": "Vă rugăm să adăugați titlul articolului și conținutul pentru a putea actualiza setările" }, "SIDEBAR": { "SEARCH": { - "PLACEHOLDER": "Search for articles" + "PLACEHOLDER": "Căutați articole" } }, "CATEGORY": { "ADD": { - "TITLE": "Create a category", - "SUB_TITLE": "The category will be used in the public facing portal to categorize articles.", + "TITLE": "Creați o categorie", + "SUB_TITLE": "Categoria va fi folosită în portalul public pentru a clasifica articolele.", "PORTAL": "Portal", - "LOCALE": "Locale", + "LOCALE": "Limbă", "NAME": { "LABEL": "Nume", - "PLACEHOLDER": "Category name", - "HELP_TEXT": "The category name will be used in the public facing portal to categorize articles.", + "PLACEHOLDER": "Nume categorie", + "HELP_TEXT": "Numele categoriei va fi folosit în portalul public pentru a clasifica articolele.", "ERROR": "Numele este obligatoriu" }, "SLUG": { "LABEL": "Slug", - "PLACEHOLDER": "Category slug for urls", + "PLACEHOLDER": "Slug-ul categoriei pentru url-uri", "HELP_TEXT": "app.chatwoot.com/hc/my-portal/en-US/categories/my-slug", - "ERROR": "Slug is required" + "ERROR": "Slug-ul este obligatoriu" }, "DESCRIPTION": { "LABEL": "Descriere", - "PLACEHOLDER": "Give a short description about the category.", + "PLACEHOLDER": "Oferiți o scurtă descriere pentru categorie.", "ERROR": "Descrierea este obligatorie" }, "BUTTONS": { - "CREATE": "Create category", + "CREATE": "Creați categoria", "CANCEL": "Renunță" }, "API": { - "SUCCESS_MESSAGE": "Category created successfully", - "ERROR_MESSAGE": "Unable to create category" + "SUCCESS_MESSAGE": "Categoria a fost creată", + "ERROR_MESSAGE": "Nu s-a putut crea categoria" } }, "EDIT": { - "TITLE": "Edit a category", - "SUB_TITLE": "Editing a category will update the category in the public facing portal.", + "TITLE": "Editați o categorie", + "SUB_TITLE": "Editarea unei categorii va actualiza categoria în portalul public.", "PORTAL": "Portal", - "LOCALE": "Locale", + "LOCALE": "Limbă", "NAME": { "LABEL": "Nume", - "PLACEHOLDER": "Category name", - "HELP_TEXT": "The category name will be used in the public facing portal to categorize articles.", + "PLACEHOLDER": "Nume categorie", + "HELP_TEXT": "Numele categoriei va fi folosit în portalul public pentru a clasifica articolele.", "ERROR": "Numele este obligatoriu" }, "SLUG": { "LABEL": "Slug", - "PLACEHOLDER": "Category slug for urls", + "PLACEHOLDER": "Slug-ul categoriei pentru url-uri", "HELP_TEXT": "app.chatwoot.com/hc/my-portal/en-US/categories/my-slug", - "ERROR": "Slug is required" + "ERROR": "Slug-ul este obligatoriu" }, "DESCRIPTION": { "LABEL": "Descriere", - "PLACEHOLDER": "Give a short description about the category.", + "PLACEHOLDER": "Oferiți o scurtă descriere pentru categorie.", "ERROR": "Descrierea este obligatorie" }, "BUTTONS": { - "CREATE": "Update category", + "CREATE": "Actualizați categoria", "CANCEL": "Renunță" }, "API": { - "SUCCESS_MESSAGE": "Category updated successfully", - "ERROR_MESSAGE": "Unable to update category" + "SUCCESS_MESSAGE": "Categoria a fost actualizată", + "ERROR_MESSAGE": "Nu s-a putut actualiza categoria" } }, "DELETE": { "API": { - "SUCCESS_MESSAGE": "Category deleted successfully", - "ERROR_MESSAGE": "Unable to delete category" + "SUCCESS_MESSAGE": "Categoria a fost ștearsă", + "ERROR_MESSAGE": "Nu s-a putut șterge categoria" } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json index 8327b0b6c..e34ca0532 100644 --- a/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campanii", "PRE_CHAT_FORM": "Formular pre chat", "BUSINESS_HOURS": "Program de lucru", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Setări", "FEATURES": { @@ -624,7 +625,7 @@ } }, "WIDGET_VIEW_OPTION": { - "PREVIEW": "Preview", + "PREVIEW": "Previzualizați", "SCRIPT": "Script" }, "WIDGET_BUBBLE_POSITION": { diff --git a/app/javascript/dashboard/i18n/locale/ro/settings.json b/app/javascript/dashboard/i18n/locale/ro/settings.json index 7d5a4e2f7..b039392d1 100644 --- a/app/javascript/dashboard/i18n/locale/ro/settings.json +++ b/app/javascript/dashboard/i18n/locale/ro/settings.json @@ -182,7 +182,7 @@ "CONTACTS": "Contacte", "HOME": "Acasa", "AGENTS": "Agenți", - "AGENT_BOTS": "Bots", + "AGENT_BOTS": "Boți", "INBOXES": "Căsuțe", "NOTIFICATIONS": "Notificări", "CANNED_RESPONSES": "Răspunsuri predefinite", diff --git a/app/javascript/dashboard/i18n/locale/ru/agentBots.json b/app/javascript/dashboard/i18n/locale/ru/agentBots.json index fd2744775..81ded708e 100644 --- a/app/javascript/dashboard/i18n/locale/ru/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ru/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Боты" + "HEADER": "Боты", + "LOADING_EDITOR": "Загрузка Редактора...", + "HEADER_BTN_TXT": "Добавить конфигурацию бота", + "SIDEBAR_TXT": "Бот Сотрудника
Бот Сотрудника позволяет автоматизировать разговоры
", + "CSML_BOT_EDITOR": { + "NAME": { + "LABEL": "Имя бота", + "PLACEHOLDER": "Дайте имя вашему боту", + "ERROR": "Имя бота обязательно" + }, + "DESCRIPTION": { + "LABEL": "Описание бота", + "PLACEHOLDER": "Что делает этот бот?" + }, + "BOT_CONFIG": { + "ERROR": "Пожалуйста, введите вашу конфигурацию бота CSML", + "API_ERROR": "Ваша CSML конфигурация неверна, пожалуйста, исправьте ее и повторите попытку." + }, + "SUBMIT": "Проверить и сохранить" + }, + "BOT_CONFIGURATION": { + "TITLE": "Выберите бота агента", + "DESC": "Вы можете задать бота агента из списка в этот ящик. Бот изначально может обработать разговор и передать его агенту в случае необходимости.", + "SUBMIT": "Обновить", + "SUCCESS_MESSAGE": "Оператор успешно обновлен ботом", + "ERROR_MESSAGE": "Не удалось обновить бота агента, пожалуйста, повторите попытку позже", + "SELECT_PLACEHOLDER": "Выбрать бота" + }, + "ADD": { + "TITLE": "Настроить нового бота", + "CANCEL_BUTTON_TEXT": "Отменить", + "API": { + "SUCCESS_MESSAGE": "Бот успешно добавлен", + "ERROR_MESSAGE": "Не удалось добавить бота, пожалуйста, повторите попытку позже" + } + }, + "LIST": { + "404": "Бот не найден, вы можете создать бота, нажав кнопку 'Настроить нового бота' ↗", + "LOADING": "Получение ботов...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Удалить", + "TITLE": "Удалить бота", + "SUBMIT": "Удалить", + "CANCEL_BUTTON_TEXT": "Отменить", + "DESCRIPTION": "Вы уверены, что хотите удалить этого бота? Это действие необратимо", + "API": { + "SUCCESS_MESSAGE": "Бот успешно удален", + "ERROR_MESSAGE": "Не удалось удалить бота, пожалуйста, повторите попытку позже" + } + }, + "EDIT": { + "BUTTON_TEXT": "Редактировать", + "LOADING": "Получение ботов...", + "TITLE": "Редактировать бота", + "CANCEL_BUTTON_TEXT": "Отменить", + "API": { + "SUCCESS_MESSAGE": "Бот успешно обновлен", + "ERROR_MESSAGE": "Не удалось обновить бота, пожалуйста, повторите попытку позже" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Бота", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ru/bulkActions.json b/app/javascript/dashboard/i18n/locale/ru/bulkActions.json index 394e4d0f1..331362d0b 100644 --- a/app/javascript/dashboard/i18n/locale/ru/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ru/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Назначить", "YES": "Да", "ASSIGN_AGENT_TOOLTIP": "Назначенный оператор", + "ASSIGN_TEAM_TOOLTIP": "Назначить команду", "ASSIGN_SUCCESFUL": "Беседы успешно назначены", "ASSIGN_FAILED": "Не удалось назначить беседы, попробуйте еще раз", "RESOLVE_SUCCESFUL": "Беседы успешно завершены", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Назначить выбранные метки", "ASSIGN_SUCCESFUL": "Метки успешно назначены", "ASSIGN_FAILED": "Не удалось присвоить метки, пожалуйста, попробуйте снова" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Выберите команду", + "NONE": "Ничего", + "NO_TEAMS_AVAILABLE": "Нет команд, добавленных в этот аккаунт.", + "ASSIGN_SELECTED_TEAMS": "Назначить выбранную команду", + "ASSIGN_SUCCESFUL": "Команды, назначенные успешно", + "ASSIGN_FAILED": "Не удалось назначить команду, попробуйте еще раз" } } } diff --git a/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json index c0acfd728..37258e8f9 100644 --- a/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Кампании", "PRE_CHAT_FORM": "Форма, показываемая перед стартом диалога", "BUSINESS_HOURS": "Время работы", - "WIDGET_BUILDER": "Конструктор виджетов" + "WIDGET_BUILDER": "Конструктор виджетов", + "BOT_CONFIGURATION": "Конфигурация бота" }, "SETTINGS": "Настройки", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/sk/agentBots.json b/app/javascript/dashboard/i18n/locale/sk/agentBots.json index 708b82173..905f46719 100644 --- a/app/javascript/dashboard/i18n/locale/sk/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/sk/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Update", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Zrušiť", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Vymazať", + "TITLE": "Delete Bot", + "SUBMIT": "Vymazať", + "CANCEL_BUTTON_TEXT": "Zrušiť", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Upraviť", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Zrušiť", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/sk/bulkActions.json b/app/javascript/dashboard/i18n/locale/sk/bulkActions.json index 7a296fbcb..7e47759f1 100644 --- a/app/javascript/dashboard/i18n/locale/sk/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/sk/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Áno", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "Žiadne", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json index 9632aebc9..56c537bb2 100644 --- a/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Settings", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/sr/agentBots.json b/app/javascript/dashboard/i18n/locale/sr/agentBots.json index 708b82173..c406f6507 100644 --- a/app/javascript/dashboard/i18n/locale/sr/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/sr/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Primeni", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Otkaži", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Izbriši", + "TITLE": "Delete Bot", + "SUBMIT": "Izbriši", + "CANCEL_BUTTON_TEXT": "Otkaži", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Uredi", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Otkaži", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/sr/bulkActions.json b/app/javascript/dashboard/i18n/locale/sr/bulkActions.json index f0bae941f..9fe343ffa 100644 --- a/app/javascript/dashboard/i18n/locale/sr/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/sr/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Dodeli", "YES": "Da", "ASSIGN_AGENT_TOOLTIP": "Dodeli agenta", + "ASSIGN_TEAM_TOOLTIP": "Dodeli tim", "ASSIGN_SUCCESFUL": "Razgovor je uspešno dodeljen", "ASSIGN_FAILED": "Neuspelo je dodeljivanje razgovora, molim vas pokušajte ponovo", "RESOLVE_SUCCESFUL": "Razgovor je uspešno rešen", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Dodeli izabrane oznake", "ASSIGN_SUCCESFUL": "Oznake su uspešno dodeljene", "ASSIGN_FAILED": "Nije uspelo dodeljivanje oznaka, molim vas pokušajte ponovo" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Izaberi tim", + "NONE": "Niko", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json index ec5b799d8..d00cc6cb6 100644 --- a/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Kampanje", "PRE_CHAT_FORM": "Formular pre ćaskanja", "BUSINESS_HOURS": "Radno vreme", - "WIDGET_BUILDER": "Izgrađivač vidžeta" + "WIDGET_BUILDER": "Izgrađivač vidžeta", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Podešavanja", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/sv/agentBots.json b/app/javascript/dashboard/i18n/locale/sv/agentBots.json index 708b82173..a592c630a 100644 --- a/app/javascript/dashboard/i18n/locale/sv/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/sv/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Uppdatera", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Avbryt", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Radera", + "TITLE": "Delete Bot", + "SUBMIT": "Radera", + "CANCEL_BUTTON_TEXT": "Avbryt", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Redigera", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Avbryt", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/sv/bulkActions.json b/app/javascript/dashboard/i18n/locale/sv/bulkActions.json index 0b9d1d044..b46081860 100644 --- a/app/javascript/dashboard/i18n/locale/sv/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/sv/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Tilldela", "YES": "Ja", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "Inget", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json index 649d2573e..bacf94ad2 100644 --- a/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Kampanjer", "PRE_CHAT_FORM": "Förre chattformulär", "BUSINESS_HOURS": "Affärstimmar", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Inställningar", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ta/agentBots.json b/app/javascript/dashboard/i18n/locale/ta/agentBots.json index 708b82173..84265b9a6 100644 --- a/app/javascript/dashboard/i18n/locale/ta/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ta/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "புதுப்பிப்பு", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "ரத்துசெய்", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Delete", + "TITLE": "Delete Bot", + "SUBMIT": "Delete", + "CANCEL_BUTTON_TEXT": "ரத்துசெய்", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "திருத்து", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "ரத்துசெய்", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ta/bulkActions.json b/app/javascript/dashboard/i18n/locale/ta/bulkActions.json index c42b50013..d5145f1bb 100644 --- a/app/javascript/dashboard/i18n/locale/ta/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ta/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "None", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json index d7cb26153..927f7f924 100644 --- a/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "அமைப்புகள்", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/th/agentBots.json b/app/javascript/dashboard/i18n/locale/th/agentBots.json index 708b82173..483c985be 100644 --- a/app/javascript/dashboard/i18n/locale/th/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/th/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "อัพเดท", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "ยกเลิก", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "ลบ", + "TITLE": "Delete Bot", + "SUBMIT": "ลบ", + "CANCEL_BUTTON_TEXT": "ยกเลิก", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "เเก้ไข", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "ยกเลิก", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/th/bulkActions.json b/app/javascript/dashboard/i18n/locale/th/bulkActions.json index baa206928..c1916ea7f 100644 --- a/app/javascript/dashboard/i18n/locale/th/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/th/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "มอบหมาย", "YES": "ใช่", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "เลือกทีม", + "NONE": "ไม่มี", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json index de6ebd3f2..f668eba53 100644 --- a/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "แคมเปญ", "PRE_CHAT_FORM": "แบบสอบถามก่อนแชท", "BUSINESS_HOURS": "เวลาทำการ", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "ตั้งค่า", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/tr/agentBots.json b/app/javascript/dashboard/i18n/locale/tr/agentBots.json index 708b82173..371a1d1cd 100644 --- a/app/javascript/dashboard/i18n/locale/tr/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/tr/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Güncelleme", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "İptal Et", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Sil", + "TITLE": "Delete Bot", + "SUBMIT": "Sil", + "CANCEL_BUTTON_TEXT": "İptal Et", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Düzenle", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "İptal Et", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/bulkActions.json b/app/javascript/dashboard/i18n/locale/tr/bulkActions.json index b3657ce67..bb28cfde4 100644 --- a/app/javascript/dashboard/i18n/locale/tr/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/tr/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Atama yap", "YES": "Evet", "ASSIGN_AGENT_TOOLTIP": "Temsilci Atama", + "ASSIGN_TEAM_TOOLTIP": "Takım ata", "ASSIGN_SUCCESFUL": "Görüşmeler başarıyla atandı", "ASSIGN_FAILED": "Görüşmeler atanamadı, lütfen tekrar deneyin", "RESOLVE_SUCCESFUL": "Görüşmeler başarıyla çözüldü", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "Hiç", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/contact.json b/app/javascript/dashboard/i18n/locale/tr/contact.json index decd1ec4f..e3f569a89 100644 --- a/app/javascript/dashboard/i18n/locale/tr/contact.json +++ b/app/javascript/dashboard/i18n/locale/tr/contact.json @@ -160,7 +160,7 @@ "ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin" }, "NEW_CONVERSATION": { - "BUTTON_LABEL": "Çatı başla", + "BUTTON_LABEL": "Görüşmeyi Başlatın", "TITLE": "Yeni görüşme", "DESC": "Mesaj göndererek yeni bir görüşme başlatın.", "NO_INBOX": "Bu kişiyle yeni bir görüşme başlatılamadı.", diff --git a/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json index f367ed38f..bb971c7e8 100644 --- a/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json @@ -105,7 +105,7 @@ }, "TWILIO": { "TITLE": "Twilio SMS/WhatsApp Channel", - "DESC": "Integrate Twilio and start supporting your customers via SMS or WhatsApp.", + "DESC": "Twilio'yu entegre edin ve müşterilerinizi SMS veya WhatsApp ile desteklemeye başlayın.", "ACCOUNT_SID": { "LABEL": "Hesap SID'si", "PLACEHOLDER": "Lütfen Twilio Hesabı SID'nizi girin", @@ -147,7 +147,7 @@ }, "SMS": { "TITLE": "SMS Channel", - "DESC": "Start supporting your customers via SMS.", + "DESC": "Müşterilerinizi SMS ile desteklemeye başlayın.", "PROVIDERS": { "LABEL": "API Provider", "TWILIO": "Twilio", @@ -199,7 +199,7 @@ }, "WHATSAPP": { "TITLE": "WhatsApp Channel", - "DESC": "Start supporting your customers via WhatsApp.", + "DESC": "Müşterilerinizi WhatsApp ile desteklemeye başlayın.", "PROVIDERS": { "LABEL": "API Provider", "TWILIO": "Twilio", @@ -287,7 +287,7 @@ }, "LINE_CHANNEL": { "TITLE": "LINE Channel", - "DESC": "Integrate with LINE channel and start supporting your customers.", + "DESC": "LINEi ile entegre edin ve müşterilerinizi desteklemeye başlayın.", "CHANNEL_NAME": { "LABEL": "Kanal ismi", "PLACEHOLDER": "Lütfen bir kanal adı girin", @@ -316,7 +316,7 @@ }, "TELEGRAM_CHANNEL": { "TITLE": "Telegram Channel", - "DESC": "Integrate with Telegram channel and start supporting your customers.", + "DESC": "Telegram ile entegre edin ve müşterilerinizi desteklemeye başlayın.", "BOT_TOKEN": { "LABEL": "Bot Token", "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", @@ -416,7 +416,8 @@ "CAMPAIGN": "Kampanyalar", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Ayarlar", "FEATURES": { @@ -646,7 +647,7 @@ "IN_A_DAY": "Genellikle bir gün içinde yanıtlar" }, "FOOTER": { - "START_CONVERSATION_BUTTON_TEXT": "Çatı başla", + "START_CONVERSATION_BUTTON_TEXT": "Görüşmeyi Başlatın", "CHAT_INPUT_PLACEHOLDER": "Mesajınız" }, "BODY": { diff --git a/app/javascript/dashboard/i18n/locale/uk/agentBots.json b/app/javascript/dashboard/i18n/locale/uk/agentBots.json index 708b82173..8418a403f 100644 --- a/app/javascript/dashboard/i18n/locale/uk/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/uk/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Оновити", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Скасувати", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Видалити", + "TITLE": "Delete Bot", + "SUBMIT": "Видалити", + "CANCEL_BUTTON_TEXT": "Скасувати", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Редагувати", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Скасувати", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/uk/bulkActions.json b/app/javascript/dashboard/i18n/locale/uk/bulkActions.json index e02b3cf87..056323a61 100644 --- a/app/javascript/dashboard/i18n/locale/uk/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/uk/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Призначити", "YES": "Так", "ASSIGN_AGENT_TOOLTIP": "Призначити агента", + "ASSIGN_TEAM_TOOLTIP": "Призначити команду", "ASSIGN_SUCCESFUL": "Розмови успішно призначені", "ASSIGN_FAILED": "Не вдалося призначити розмови, будь ласка, спробуйте ще раз", "RESOLVE_SUCCESFUL": "Розмови успішно закриті", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Призначити вибрані мітки", "ASSIGN_SUCCESFUL": "Мітки додано успішно", "ASSIGN_FAILED": "Не вдалося призначити мітки, будь ласка, спробуйте ще раз" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Оберіть команду", + "NONE": "Нiчого", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json index 7a0eb553e..6cd7d07ec 100644 --- a/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Розсилка", "PRE_CHAT_FORM": "Форма, що показується перед стартом діалогу", "BUSINESS_HOURS": "Робочий час", - "WIDGET_BUILDER": "Конструктор віджетів" + "WIDGET_BUILDER": "Конструктор віджетів", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Налаштування", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ur/agentBots.json b/app/javascript/dashboard/i18n/locale/ur/agentBots.json index 708b82173..6542a7601 100644 --- a/app/javascript/dashboard/i18n/locale/ur/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ur/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Update", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "منسوخ کریں۔", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "حذف کریں۔", + "TITLE": "Delete Bot", + "SUBMIT": "حذف کریں۔", + "CANCEL_BUTTON_TEXT": "منسوخ کریں۔", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "ترمیم", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "منسوخ کریں۔", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ur/bulkActions.json b/app/javascript/dashboard/i18n/locale/ur/bulkActions.json index c42b50013..78f200985 100644 --- a/app/javascript/dashboard/i18n/locale/ur/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ur/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "کوئی نہیں۔", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json index baafed427..46847a3a3 100644 --- a/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Settings", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/agentBots.json b/app/javascript/dashboard/i18n/locale/ur_IN/agentBots.json index 708b82173..67ee3ef6f 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Update", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Cancel", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Delete", + "TITLE": "Delete Bot", + "SUBMIT": "Delete", + "CANCEL_BUTTON_TEXT": "Cancel", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Edit", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Cancel", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/bulkActions.json b/app/javascript/dashboard/i18n/locale/ur_IN/bulkActions.json index c42b50013..d5145f1bb 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Assign", "YES": "Yes", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "None", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json index f9f97ea36..b624cce11 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Settings", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/vi/agentBots.json b/app/javascript/dashboard/i18n/locale/vi/agentBots.json index 708b82173..06809bdeb 100644 --- a/app/javascript/dashboard/i18n/locale/vi/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/vi/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "Cập nhật", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "Huỷ", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "Xoá", + "TITLE": "Delete Bot", + "SUBMIT": "Xoá", + "CANCEL_BUTTON_TEXT": "Huỷ", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "Chỉnh sửa", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "Huỷ", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/vi/bulkActions.json b/app/javascript/dashboard/i18n/locale/vi/bulkActions.json index 9e21d48f3..71c8cf81a 100644 --- a/app/javascript/dashboard/i18n/locale/vi/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/vi/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "Gán", "YES": "Có", "ASSIGN_AGENT_TOOLTIP": "Giao cho tổng đài viên", + "ASSIGN_TEAM_TOOLTIP": "Gán nhóm", "ASSIGN_SUCCESFUL": "Cuộc hội thoại đã được phân công thành công", "ASSIGN_FAILED": "Không thể phân công các cuộc hội thoại, xin vui lòng thử lại", "RESOLVE_SUCCESFUL": "Cuộc hội thoại đã được giải quyết thành công", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Gán các nhãn đã chọn", "ASSIGN_SUCCESFUL": "Các nhãn được gán thành công", "ASSIGN_FAILED": "Không gán được nhãn, vui lòng thử lại" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Chọn nhóm", + "NONE": "Không có", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json index 349762eab..8b5f6289c 100644 --- a/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Chiến dịch", "PRE_CHAT_FORM": "Biểu mẫu trước khi trò chuyện", "BUSINESS_HOURS": "Giờ làm việc", - "WIDGET_BUILDER": "Trình tạo widget" + "WIDGET_BUILDER": "Trình tạo widget", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "Cài đặt", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/agentBots.json b/app/javascript/dashboard/i18n/locale/zh_CN/agentBots.json index 708b82173..09b504c9d 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "更新", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "取消", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "删除", + "TITLE": "Delete Bot", + "SUBMIT": "删除", + "CANCEL_BUTTON_TEXT": "取消", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "编辑", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "取消", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/bulkActions.json b/app/javascript/dashboard/i18n/locale/zh_CN/bulkActions.json index 70ecbfe4f..6df989966 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "分配", "YES": "是", "ASSIGN_AGENT_TOOLTIP": "分配客服代表", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "对话分配成功", "ASSIGN_FAILED": "无法分配对话,请重新尝试", "RESOLVE_SUCCESFUL": "成功将对话标记为已解决", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "分配指定的标签", "ASSIGN_SUCCESFUL": "已成功分配标签", "ASSIGN_FAILED": "无法分配标签,请重新尝试。" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "啥都没有", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json index b696ed16d..32ff58b47 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "设置", "FEATURES": { diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/agentBots.json b/app/javascript/dashboard/i18n/locale/zh_TW/agentBots.json index 708b82173..e66092740 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/agentBots.json @@ -1,5 +1,70 @@ { "AGENT_BOTS": { - "HEADER": "Bots" + "HEADER": "Bots", + "LOADING_EDITOR": "Loading 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" + }, + "DESCRIPTION": { + "LABEL": "Bot Description", + "PLACEHOLDER": "What does this bot do?" + }, + "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" + }, + "BOT_CONFIGURATION": { + "TITLE": "Select an agent bot", + "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "SUBMIT": "更新", + "SUCCESS_MESSAGE": "Successfully updated the agent bot", + "ERROR_MESSAGE": "Could not update the agent bot, please try again later", + "SELECT_PLACEHOLDER": "Select Bot" + }, + "ADD": { + "TITLE": "Configure new bot", + "CANCEL_BUTTON_TEXT": "取消", + "API": { + "SUCCESS_MESSAGE": "Bot added successfully", + "ERROR_MESSAGE": "Could not add bot, Please try again later" + } + }, + "LIST": { + "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", + "LOADING": "Fetching Bots...", + "TYPE": "Bot Type" + }, + "DELETE": { + "BUTTON_TEXT": "刪除", + "TITLE": "Delete Bot", + "SUBMIT": "刪除", + "CANCEL_BUTTON_TEXT": "取消", + "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "API": { + "SUCCESS_MESSAGE": "Bot deleted successfully", + "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + } + }, + "EDIT": { + "BUTTON_TEXT": "編輯", + "LOADING": "Fetching Bots...", + "TITLE": "Edit Bot", + "CANCEL_BUTTON_TEXT": "取消", + "API": { + "SUCCESS_MESSAGE": "Bot updated successfully", + "ERROR_MESSAGE": "Could not update bot, Please try again later" + } + }, + "TYPES": { + "WEBHOOK": "Webhook Bot", + "CSML": "CSML Bot" + } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/bulkActions.json b/app/javascript/dashboard/i18n/locale/zh_TW/bulkActions.json index 3ef9bc1d0..1a5643738 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/bulkActions.json @@ -8,6 +8,7 @@ "ASSIGN_LABEL": "指派", "YES": "是", "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", "RESOLVE_SUCCESFUL": "Conversations resolved successfully", @@ -26,6 +27,14 @@ "ASSIGN_SELECTED_LABELS": "Assign selected labels", "ASSIGN_SUCCESFUL": "Labels assigned successfully", "ASSIGN_FAILED": "Failed to assign labels, please try again" + }, + "TEAMS": { + "TEAM_SELECT_LABEL": "Select Team", + "NONE": "無", + "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", + "ASSIGN_SELECTED_TEAMS": "Assign selected team", + "ASSIGN_SUCCESFUL": "Teams assiged successfully", + "ASSIGN_FAILED": "Failed to assign team, please try again" } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json index ee6a70b36..c084b8a53 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json @@ -416,7 +416,8 @@ "CAMPAIGN": "Campaigns", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "服務時間", - "WIDGET_BUILDER": "Widget Builder" + "WIDGET_BUILDER": "Widget Builder", + "BOT_CONFIGURATION": "Bot Configuration" }, "SETTINGS": "設定", "FEATURES": { diff --git a/app/javascript/widget/i18n/locale/tr.json b/app/javascript/widget/i18n/locale/tr.json index 64dc3ee12..f1b737504 100644 --- a/app/javascript/widget/i18n/locale/tr.json +++ b/app/javascript/widget/i18n/locale/tr.json @@ -24,7 +24,7 @@ "START_CONVERSATION": "Görüşmeyi Başlatın", "END_CONVERSATION": "Görüşmeyi Sonlandır", "CONTINUE_CONVERSATION": "Görüşmeye devam et", - "START_NEW_CONVERSATION": "Yeni çatı başla", + "START_NEW_CONVERSATION": "Yeni Görüşme Başlatın", "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Yeni mesajları gör", "CLOSE_MESSAGES_BUTTON": "Kapat",