2020-08-26 16:03:52 +00:00
{
"INTEGRATION_SETTINGS" : {
"HEADER" : "集成方式" ,
"WEBHOOK" : {
2022-05-09 13:27:05 +00:00
"SUBSCRIBED_EVENTS" : "Subscribed Events" ,
"FORM" : {
"CANCEL" : "取消" ,
"DESC" : "Webhook 事件为您提供了有关Chatwoot 帐户中发生的事情的实时信息。请输入一个有效的URL来配置回调。" ,
"SUBSCRIPTIONS" : {
"LABEL" : "Events" ,
"EVENTS" : {
"CONVERSATION_CREATED" : "Conversation Created" ,
"CONVERSATION_STATUS_CHANGED" : "Conversation Status Changed" ,
"CONVERSATION_UPDATED" : "Conversation Updated" ,
"MESSAGE_CREATED" : "Message created" ,
"MESSAGE_UPDATED" : "Message updated" ,
"WEBWIDGET_TRIGGERED" : "Live chat widget opened by the user"
}
} ,
"END_POINT" : {
"LABEL" : "Webhook 网址" ,
"PLACEHOLDER" : "例如: https://example/api/webhook" ,
"ERROR" : "请输入一个有效的 URL"
} ,
"EDIT_SUBMIT" : "Update webhook" ,
"ADD_SUBMIT" : "创建 webhook"
} ,
2020-08-26 16:03:52 +00:00
"TITLE" : "回调接口地址" ,
"CONFIGURE" : "配置" ,
"HEADER" : "Webhook设置" ,
"HEADER_BTN_TXT" : "添加新的 webhook" ,
"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>" ,
"LIST" : {
"404" : "此帐户没有配置Webhooks。" ,
"TITLE" : "管理 webhooks" ,
"TABLE_HEADER" : [
"Webhook 端点" ,
"操作"
]
} ,
2021-06-15 16:45:18 +00:00
"EDIT" : {
"BUTTON_TEXT" : "编辑" ,
"TITLE" : "Edit webhook" ,
"API" : {
2022-05-09 13:27:05 +00:00
"SUCCESS_MESSAGE" : "Webhook configuration updated successfully" ,
2021-06-15 16:45:18 +00:00
"ERROR_MESSAGE" : "无法连接服务器,请稍后再试"
}
} ,
2020-08-26 16:03:52 +00:00
"ADD" : {
"CANCEL" : "取消操作" ,
"TITLE" : "添加新的 webhook" ,
"API" : {
2022-05-09 13:27:05 +00:00
"SUCCESS_MESSAGE" : "Webhook configuration added successfully" ,
2020-08-26 16:03:52 +00:00
"ERROR_MESSAGE" : "无法连接服务器,请稍后再试"
}
} ,
"DELETE" : {
"BUTTON_TEXT" : "删除" ,
"API" : {
"SUCCESS_MESSAGE" : "Webhook 删除成功" ,
"ERROR_MESSAGE" : "无法连接服务器,请稍后再试"
} ,
"CONFIRM" : {
"TITLE" : "确认删除" ,
2022-05-09 13:27:05 +00:00
"MESSAGE" : "Are you sure to delete the webhook? (%{webhookURL})" ,
2020-08-26 16:03:52 +00:00
"YES" : "是,删除 " ,
"NO" : "否,保留它"
}
}
} ,
2021-06-29 12:42:33 +00:00
"SLACK" : {
"HELP_TEXT" : {
"TITLE" : "Using Slack Integration" ,
"BODY" : "<br/><p>Chatwoot will now sync all the incoming conversations into the <b><i>customer-conversations</i></b> channel inside your slack workplace.</p><p>Replying to a conversation thread in <b><i>customer-conversations</i></b> slack channel will create a response back to the customer through chatwoot.</p><p>Start the replies with <b><i>note:</i></b> to create private notes instead of replies.</p><p>If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.</p><p>When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.</p>"
}
} ,
2020-08-26 16:03:52 +00:00
"DELETE" : {
"BUTTON_TEXT" : "删除" ,
"API" : {
"SUCCESS_MESSAGE" : "集成已成功删除"
}
} ,
"CONNECT" : {
"BUTTON_TEXT" : "连接"
}
}
}