Files
leadchat/app/javascript/dashboard/i18n/locale/zh_CN/agentBots.json
Chatwoot Bot fcd40e9636 chore: Update translations (#7887)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-09-12 18:09:47 -07:00

74 lines
2.6 KiB
JSON

{
"AGENT_BOTS": {
"HEADER": "机器人",
"LOADING_EDITOR": "正在加载编辑器...",
"HEADER_BTN_TXT": "添加机器人配置",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent bots allows you to automate the conversations</p>",
"CSML_BOT_EDITOR": {
"NAME": {
"LABEL": "机器人名称",
"PLACEHOLDER": "给你的机器人取一个名字",
"ERROR": "Bot name is required"
},
"DESCRIPTION": {
"LABEL": "Bot Description",
"PLACEHOLDER": "这个机器人的用途是?"
},
"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": "选择一个代理机器人",
"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": "更新",
"DISCONNECT": "Disconnect Bot",
"SUCCESS_MESSAGE": "Successfully updated the agent bot",
"DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot",
"ERROR_MESSAGE": "Could not update the agent bot, please try again later",
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot, please try again later",
"SELECT_PLACEHOLDER": "选择机器人"
},
"ADD": {
"TITLE": "Configure new bot",
"CANCEL_BUTTON_TEXT": "取消",
"API": {
"SUCCESS_MESSAGE": "机器人添加成功",
"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": "机器人类型"
},
"DELETE": {
"BUTTON_TEXT": "删除",
"TITLE": "删除机器人",
"SUBMIT": "删除",
"CANCEL_BUTTON_TEXT": "取消",
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible",
"API": {
"SUCCESS_MESSAGE": "成功删除机器人",
"ERROR_MESSAGE": "不能删除机器人,请重试"
}
},
"EDIT": {
"BUTTON_TEXT": "编辑",
"LOADING": "正在获取机器人...",
"TITLE": "配置机器人",
"CANCEL_BUTTON_TEXT": "取消",
"API": {
"SUCCESS_MESSAGE": "机器人更新成功",
"ERROR_MESSAGE": "不能更新机器人,请稍后重试"
}
},
"TYPES": {
"WEBHOOK": "Webhook 机器人",
"CSML": "CSML 机器人"
}
}
}