chore: Update translations from Crowdin (#5883)
This commit is contained in:
@@ -1,5 +1,70 @@
|
||||
{
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Bots"
|
||||
"HEADER": "Bots",
|
||||
"LOADING_EDITOR": "Loading Editor...",
|
||||
"HEADER_BTN_TXT": "Add Bot Configuration",
|
||||
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent bots allows you to automate the conversations</p>",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user