07a422219a
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
85 lines
4.2 KiB
JSON
85 lines
4.2 KiB
JSON
{
|
|
"INTEGRATION_SETTINGS": {
|
|
"HEADER": "連携",
|
|
"WEBHOOK": {
|
|
"TITLE": "Webhook",
|
|
"CONFIGURE": "設定",
|
|
"HEADER": "Webhookの設定",
|
|
"HEADER_BTN_TXT": "新しいWebhookを追加",
|
|
"LOADING": "添付されたWebhookを取得しています",
|
|
"SEARCH_404": "検索内容(クエリ)に一致する項目はありませんでした",
|
|
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>Webhooks は、すべてのアカウントで定義可能なHTTP コールバックです。これらは、メッセージの作成などChatwoot上でのイベントをきっかけに実行されます。このアカウントでは、1つ以上のwebhookが作成できます。 <br /><br /> <b>webhook</b>を作成するには、<b>webhookを作成</b>ボタンをクリックしてください。また、作成した webhook を削除ボタンを押して削除することもできます。</p>",
|
|
"LIST": {
|
|
"404": "このアカウントに紐付けされたWebフックはありません。",
|
|
"TITLE": "Webhookの管理",
|
|
"TABLE_HEADER": [
|
|
"Webhookエンドポイント",
|
|
"操作"
|
|
]
|
|
},
|
|
"EDIT": {
|
|
"BUTTON_TEXT": "編集",
|
|
"TITLE": "Edit webhook",
|
|
"CANCEL": "キャンセル",
|
|
"DESC": "Webhookイベントは、Chatwootアカウントで何が起こっているかについてのリアルタイムの情報を提供します。コールバックを設定するには有効なURLを入力してください。",
|
|
"FORM": {
|
|
"END_POINT": {
|
|
"LABEL": "Webhook URL",
|
|
"PLACEHOLDER": "例: https://example/api/webhook",
|
|
"ERROR": "有効な URL を入力してください"
|
|
},
|
|
"SUBMIT": "Edit webhook"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook URL updated successfully",
|
|
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
|
|
}
|
|
},
|
|
"ADD": {
|
|
"CANCEL": "キャンセル",
|
|
"TITLE": "新しいWebhookを追加",
|
|
"DESC": "Webhookイベントは、Chatwootアカウントで何が起こっているかについてのリアルタイムの情報を提供します。コールバックを設定するには有効なURLを入力してください。",
|
|
"FORM": {
|
|
"END_POINT": {
|
|
"LABEL": "Webhook URL",
|
|
"PLACEHOLDER": "例: https://example/api/webhook",
|
|
"ERROR": "有効な URL を入力してください"
|
|
},
|
|
"SUBMIT": "Webhookを作成"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhookの追加に成功しました",
|
|
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "削除",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhookの削除に成功しました",
|
|
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
|
|
},
|
|
"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": "接続"
|
|
}
|
|
}
|
|
}
|