iachat/app/javascript/dashboard/i18n/locale/zh_CN/integrationApps.json
Chatwoot Bot cc8c05834a
chore: Update translations (#11077)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2025-03-19 16:48:56 -07:00

63 lines
1.9 KiB
JSON

{
"INTEGRATION_APPS": {
"FETCHING": "正在获取集成",
"NO_HOOK_CONFIGURED": "此账户中未配置任何 {integrationId} 集成。",
"HEADER": "应用程序",
"STATUS": {
"ENABLED": "已启用",
"DISABLED": "已禁用"
},
"CONFIGURE": "配置",
"ADD_BUTTON": "添加一个新钩子",
"DELETE": {
"TITLE": {
"INBOX": "确认删除",
"ACCOUNT": "断开连接"
},
"MESSAGE": {
"INBOX": "确定删除吗?",
"ACCOUNT": "您确定要断开连接吗?"
},
"CONFIRM_BUTTON_TEXT": {
"INBOX": "是,删除",
"ACCOUNT": "是,断开连接"
},
"CANCEL_BUTTON_TEXT": "取消",
"API": {
"SUCCESS_MESSAGE": "钩子成功删除",
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
}
},
"LIST": {
"FETCHING": "正在获取集成",
"INBOX": "收件箱",
"DELETE": {
"BUTTON_TEXT": "删除"
}
},
"ADD": {
"FORM": {
"INBOX": {
"LABEL": "选择收件箱",
"PLACEHOLDER": "选择收件箱"
},
"SUBMIT": "创建",
"CANCEL": "取消"
},
"API": {
"SUCCESS_MESSAGE": "成功添加集成钩子",
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
}
},
"CONNECT": {
"BUTTON_TEXT": "连接"
},
"DISCONNECT": {
"BUTTON_TEXT": "断开连接"
},
"SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
}
}
}