2020-08-26 16:03:52 +00:00
{
"INTEGRATION_SETTINGS" : {
2020-09-22 13:46:00 +00:00
"HEADER" : "整合方式" ,
2020-08-26 16:03:52 +00:00
"WEBHOOK" : {
2020-09-22 13:46:00 +00:00
"TITLE" : "回呼接口位址" ,
"CONFIGURE" : "配置" ,
"HEADER" : "Webhook 設定" ,
"HEADER_BTN_TXT" : "建立新的 webhook" ,
2021-09-05 13:42:18 +00:00
"LOADING" : "正在取得已建立的 webhooks" ,
2020-09-22 13:46:00 +00:00
"SEARCH_404" : "没有任何項目符合此查詢" ,
"SIDEBAR_TXT" : "<p><b>Webhooks</b> </p> <p>Webhooks 是 HTTP 回呼,可以為每個帳戶定義的。 他們是由諸如在 Chatwoot 中建立消息等事件所觸發的。您可以為此帳戶建立多個 webhook。 <br /><br /> 建立一個 <b>webhook</b>, 點擊 <b>建立新的 webhook</b> 按鈕。 您也可以通過點擊刪除按鈕刪除任何現有的 webhook。</p>" ,
2020-08-26 16:03:52 +00:00
"LIST" : {
2020-09-22 13:46:00 +00:00
"404" : "此帳戶没有配置 webhooks。" ,
"TITLE" : "管理 webhooks" ,
2020-08-26 16:03:52 +00:00
"TABLE_HEADER" : [
2020-09-22 13:46:00 +00:00
"Webhook 端点" ,
"操作"
2020-08-26 16:03:52 +00:00
]
} ,
2021-06-15 16:45:18 +00:00
"EDIT" : {
"BUTTON_TEXT" : "編輯" ,
"TITLE" : "Edit webhook" ,
"CANCEL" : "取消" ,
"DESC" : "Webhook 事件為您提供了有關 Chatwoot 帳戶中發生的事情的即時資訊。請輸入一個有效的URL來配置回呼。" ,
"FORM" : {
"END_POINT" : {
"LABEL" : "Webhook 網址" ,
"PLACEHOLDER" : "例如: https://example/api/webhook" ,
"ERROR" : "請輸入一個有效的 URL"
} ,
"SUBMIT" : "Edit webhook"
} ,
"API" : {
"SUCCESS_MESSAGE" : "Webhook URL updated successfully" ,
"ERROR_MESSAGE" : "無法連接伺服器,請稍後再試"
}
} ,
2020-08-26 16:03:52 +00:00
"ADD" : {
2020-09-22 13:46:00 +00:00
"CANCEL" : "取消操作" ,
"TITLE" : "建立新的 webhook" ,
"DESC" : "Webhook 事件為您提供了有關 Chatwoot 帳戶中發生的事情的即時資訊。請輸入一個有效的URL來配置回呼。" ,
2020-08-26 16:03:52 +00:00
"FORM" : {
"END_POINT" : {
2020-09-22 13:46:00 +00:00
"LABEL" : "Webhook 網址" ,
"PLACEHOLDER" : "例如: https://example/api/webhook" ,
"ERROR" : "請輸入一個有效的 URL"
2020-08-26 16:03:52 +00:00
} ,
2020-09-22 13:46:00 +00:00
"SUBMIT" : "建立 webhook"
2020-08-26 16:03:52 +00:00
} ,
"API" : {
2021-09-05 13:42:18 +00:00
"SUCCESS_MESSAGE" : "Webhook 新增成功" ,
2020-09-22 13:46:00 +00:00
"ERROR_MESSAGE" : "無法連接伺服器,請稍後再試"
2020-08-26 16:03:52 +00:00
}
} ,
"DELETE" : {
2020-09-22 13:46:00 +00:00
"BUTTON_TEXT" : "刪除" ,
2020-08-26 16:03:52 +00:00
"API" : {
2020-09-22 13:46:00 +00:00
"SUCCESS_MESSAGE" : "Webhook 刪除成功" ,
"ERROR_MESSAGE" : "無法連接伺服器,請稍後再試"
2020-08-26 16:03:52 +00:00
} ,
"CONFIRM" : {
2020-09-22 13:46:00 +00:00
"TITLE" : "確認刪除" ,
"MESSAGE" : "您確定要刪除吗? " ,
"YES" : "是,刪除 " ,
"NO" : "否,保留它"
2020-08-26 16:03:52 +00:00
}
}
} ,
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" : {
2020-09-22 13:46:00 +00:00
"BUTTON_TEXT" : "刪除" ,
2020-08-26 16:03:52 +00:00
"API" : {
2020-09-22 13:46:00 +00:00
"SUCCESS_MESSAGE" : "已成功刪除"
2020-08-26 16:03:52 +00:00
}
} ,
"CONNECT" : {
2020-09-22 13:46:00 +00:00
"BUTTON_TEXT" : "連接"
2020-08-26 16:03:52 +00:00
}
}
}