Chatwoot/app/javascript/dashboard/i18n/locale/zh_TW/integrations.json

86 lines
3.5 KiB
JSON
Raw Normal View History

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