chore: Update translations from Crowdin (#5663)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Bots"
|
||||
}
|
||||
}
|
||||
@@ -2,9 +2,11 @@
|
||||
"BULK_ACTION": {
|
||||
"CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected",
|
||||
"AGENT_SELECT_LABEL": "选择代理",
|
||||
"ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to",
|
||||
"ASSIGN_CONFIRMATION_LABEL": "Are you sure to assign %{conversationCount} %{conversationLabel} to",
|
||||
"UNASSIGN_CONFIRMATION_LABEL": "Are you sure to unassign %{conversationCount} %{conversationLabel}?",
|
||||
"GO_BACK_LABEL": "返回",
|
||||
"ASSIGN_LABEL": "分配",
|
||||
"YES": "是",
|
||||
"ASSIGN_AGENT_TOOLTIP": "分配客服代表",
|
||||
"ASSIGN_SUCCESFUL": "对话分配成功",
|
||||
"ASSIGN_FAILED": "无法分配对话,请重新尝试",
|
||||
|
||||
@@ -306,7 +306,7 @@
|
||||
"PUBLISH_ARTICLE": {
|
||||
"API": {
|
||||
"ERROR": "Error while publishing article",
|
||||
"SUCCESS": "Article publishied successfully"
|
||||
"SUCCESS": "Article published successfully"
|
||||
}
|
||||
},
|
||||
"ARCHIVE_ARTICLE": {
|
||||
|
||||
@@ -239,7 +239,9 @@
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "回调地址",
|
||||
"SUBTITLE": "You have to configure the webhook URL in facebook developer portal with the URL mentioned here."
|
||||
"SUBTITLE": "You have to configure the webhook URL and the verification token in the Facebook Developer portal with the values shown below.",
|
||||
"WEBHOOK_URL": "Webhook 网址",
|
||||
"WEBHOOK_VERIFICATION_TOKEN": "Webhook Verification Token"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create WhatsApp Channel",
|
||||
"API": {
|
||||
@@ -357,7 +359,7 @@
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "您的收件箱已准备就绪!",
|
||||
"MESSAGE": "您现在可以通过您的新频道与您的客户联系。快乐支持 ",
|
||||
"MESSAGE": "您现在可以通过您的新频道与您的客户联系。快乐支持",
|
||||
"BUTTON_TEXT": "带我到这里",
|
||||
"MORE_SETTINGS": "More settings",
|
||||
"WEBSITE_SUCCESS": "您已成功完成创建网站频道。复制下面显示的代码并将其粘贴在您的网站上。 下次客户使用实时聊天时,对话将自动出现在您的收件箱中。"
|
||||
|
||||
5
app/javascript/dashboard/i18n/locale/zh_CN/macros.json
Normal file
5
app/javascript/dashboard/i18n/locale/zh_CN/macros.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"MACROS": {
|
||||
"HEADER": "Macros"
|
||||
}
|
||||
}
|
||||
@@ -179,6 +179,7 @@
|
||||
"CONTACTS": "联系人",
|
||||
"HOME": "首页",
|
||||
"AGENTS": "客服代理们",
|
||||
"AGENT_BOTS": "Bots",
|
||||
"INBOXES": "收件箱",
|
||||
"NOTIFICATIONS": "消息通知",
|
||||
"CANNED_RESPONSES": "预设回复",
|
||||
@@ -189,6 +190,7 @@
|
||||
"LABELS": "标签",
|
||||
"CUSTOM_ATTRIBUTES": "自定义属性",
|
||||
"AUTOMATION": "Automation",
|
||||
"MACROS": "Macros",
|
||||
"TEAMS": "Teams",
|
||||
"BILLING": "Billing",
|
||||
"CUSTOM_VIEWS_FOLDER": "Folders",
|
||||
|
||||
Reference in New Issue
Block a user