chore: Update translations for ar, zh (#1172)

This commit is contained in:
Sojan Jose
2020-08-26 21:33:52 +05:30
committed by GitHub
parent 2193de9853
commit ce13efd273
104 changed files with 5904 additions and 368 deletions

View File

@@ -1,63 +1,63 @@
{
"INTEGRATION_SETTINGS": {
"HEADER": "集成方式",
"HEADER": "Integrations",
"WEBHOOK": {
"TITLE": "回调接口地址",
"CONFIGURE": "配置",
"HEADER": "Webhook设置",
"HEADER_BTN_TXT": "添加新的 webhook",
"INTEGRATION_TXT": "Webhook 事件为您提供了有关Chatwoot 帐户中发生的事情的实时信息。 您可以使用 webhooks 将事件传递给您喜欢的 Slack Github。 单击配置来设置您的网络钩子。",
"LOADING": "正在获取已添加的 webhooks",
"SEARCH_404": "没有任何项目符合此查询",
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>Webhooks HTTP 回调,可以为每个账户定义的。 他们是由诸如在Chatwoot 中创建消息等事件所触发的。您可以为此帐户创建多个web钩子。 <br /><br /> 创建一个 <b>webhook</b>, 点击 <b>添加新的 webhook</b> 按钮。 您也可以通过点击删除按钮删除任何现有的网络钩子。</p>",
"TITLE": "Webhook",
"CONFIGURE": "Configure",
"HEADER": "Webhook settings",
"HEADER_BTN_TXT": "Add new webhook",
"INTEGRATION_TXT": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks.",
"LOADING": "Fetching attached webhooks",
"SEARCH_404": "There are no items matching this query",
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>Webhooks are HTTP callbacks which can be defined for every account. They are triggered by events like message creation in Chatwoot. You can create more than one webhook for this account. <br /><br /> For creating a <b>webhook</b>, click on the <b>Add new webhook</b> button. You can also remove any existing webhook by clicking on the Delete button.</p>",
"LIST": {
"404": "此帐户没有配置Webhooks。",
"TITLE": "管理 webhooks",
"DESC": "预设的回复是预定义的回复模板,可以用来快速发送对工单的答复。",
"404": "There are no webhooks configured for this account.",
"TITLE": "Manage webhooks",
"DESC": "Webhooks are predefined reply templates which can be used to quickly send out replies to tickets.",
"TABLE_HEADER": [
"Webhook 端点",
"操作"
"Webhook endpoint",
"Actions"
]
},
"ADD": {
"CANCEL": "取消操作",
"TITLE": "添加新的 webhook",
"DESC": "Webhook 事件为您提供了有关Chatwoot 帐户中发生的事情的实时信息。请输入一个有效的URL来配置回调。",
"CANCEL": "Cancel",
"TITLE": "Add new webhook",
"DESC": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. Please enter a valid URL to configure a callback.",
"FORM": {
"END_POINT": {
"LABEL": "Webhook 网址",
"PLACEHOLDER": "例如:https://example/api/webhook",
"ERROR": "请输入一个有效的 URL"
"LABEL": "Webhook URL",
"PLACEHOLDER": "Example: https://example/api/webhook",
"ERROR": "Please enter a valid URL"
},
"SUBMIT": "创建 webhook"
"SUBMIT": "Create webhook"
},
"API": {
"SUCCESS_MESSAGE": "Webhook 添加成功",
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
"SUCCESS_MESSAGE": "Webhook added successfully",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
}
},
"DELETE": {
"BUTTON_TEXT": "删除",
"BUTTON_TEXT": "Delete",
"API": {
"SUCCESS_MESSAGE": "Webhook 删除成功",
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
"SUCCESS_MESSAGE": "Webhook deleted successfully",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
"CONFIRM": {
"TITLE": "确认删除",
"MESSAGE": "您确定要删除吗? ",
"YES": "是,删除 ",
"NO": "否,保留它"
"TITLE": "Confirm Deletion",
"MESSAGE": "Are you sure to delete ",
"YES": "Yes, Delete ",
"NO": "No, Keep it"
}
}
},
"DELETE": {
"BUTTON_TEXT": "删除",
"BUTTON_TEXT": "Delete",
"API": {
"SUCCESS_MESSAGE": "集成已成功删除"
"SUCCESS_MESSAGE": "Integration deleted successfully"
}
},
"CONNECT": {
"BUTTON_TEXT": "连接"
"BUTTON_TEXT": "Connect"
}
}
}