chore: Update translations from Crowdin (#10686)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
@@ -1,73 +1,73 @@
|
||||
{
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Bots",
|
||||
"LOADING_EDITOR": "Loading editor...",
|
||||
"HEADER_BTN_TXT": "Add bot configuration",
|
||||
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>",
|
||||
"HEADER": "ボット",
|
||||
"LOADING_EDITOR": "エディターを読み込んでいます...",
|
||||
"HEADER_BTN_TXT": "ボット設定を追加",
|
||||
"SIDEBAR_TXT": "<p><b>エージェントボット</b> <p>エージェントボットは、あなたのチームの中で最も優れたメンバーのような存在です。些細なことを処理してくれるので、大事なことに集中できます。ぜひ試してみてください。</p> <p>このページでボットを管理するか、「ボット設定を追加」ボタンを使って新しいボットを作成できます。</p> <p> <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">エージェントボットハンドブック</a> を別のタブで開いてサポートを得ることもできます。</p>",
|
||||
"CSML_BOT_EDITOR": {
|
||||
"NAME": {
|
||||
"LABEL": "Bot name",
|
||||
"PLACEHOLDER": "Name your bot.",
|
||||
"ERROR": "Bot name is required."
|
||||
"LABEL": "ボット名",
|
||||
"PLACEHOLDER": "ボットに名前を付けてください。",
|
||||
"ERROR": "ボット名は必須です。"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Bot description",
|
||||
"PLACEHOLDER": "What does this bot do?"
|
||||
"LABEL": "ボットの説明",
|
||||
"PLACEHOLDER": "このボットは何をしますか?"
|
||||
},
|
||||
"BOT_CONFIG": {
|
||||
"ERROR": "Please enter your CSML bot configuration above.",
|
||||
"API_ERROR": "Your CSML configuration is invalid. Please fix it and try again."
|
||||
"ERROR": "上記にCSMLボット設定を入力してください。",
|
||||
"API_ERROR": "CSML設定が無効です。修正して再試行してください。"
|
||||
},
|
||||
"SUBMIT": "Validate and save"
|
||||
"SUBMIT": "検証して保存"
|
||||
},
|
||||
"BOT_CONFIGURATION": {
|
||||
"TITLE": "Select an agent bot",
|
||||
"DESC": "Assign an Agent Bot to your inbox. They can handle initial conversations and transfer them to a live agent when necessary.",
|
||||
"TITLE": "エージェントボットを選択",
|
||||
"DESC": "エージェントボットを受信トレイに割り当てます。初期の会話を処理し、必要に応じてライブエージェントに転送することができます。",
|
||||
"SUBMIT": "更新",
|
||||
"DISCONNECT": "Disconnect bot",
|
||||
"SUCCESS_MESSAGE": "Successfully updated the agent bot.",
|
||||
"DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot.",
|
||||
"ERROR_MESSAGE": "Could not update the agent bot. Please try again.",
|
||||
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot. Please try again.",
|
||||
"SELECT_PLACEHOLDER": "Select bot"
|
||||
"DISCONNECT": "ボットを切断",
|
||||
"SUCCESS_MESSAGE": "エージェントボットが正常に更新されました。",
|
||||
"DISCONNECTED_SUCCESS_MESSAGE": "エージェントボットが正常に切断されました。",
|
||||
"ERROR_MESSAGE": "エージェントボットを更新できませんでした。再試行してください。",
|
||||
"DISCONNECTED_ERROR_MESSAGE": "エージェントボットを切断できませんでした。再試行してください。",
|
||||
"SELECT_PLACEHOLDER": "ボットを選択"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Configure new bot",
|
||||
"TITLE": "新しいボットを設定",
|
||||
"CANCEL_BUTTON_TEXT": "キャンセル",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot added successfully.",
|
||||
"ERROR_MESSAGE": "Could not add bot. Please try again later."
|
||||
"SUCCESS_MESSAGE": "ボットが正常に追加されました。",
|
||||
"ERROR_MESSAGE": "ボットを追加できませんでした。後でもう一度お試しください。"
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"404": "No bots found. You can create a bot by clicking the 'Configure new bot' button ↗",
|
||||
"LOADING": "Fetching bots...",
|
||||
"TYPE": "Bot type"
|
||||
"404": "ボットが見つかりません。\"新しいボットを設定\" ボタンをクリックしてボットを作成できます↗",
|
||||
"LOADING": "ボットを取得中...",
|
||||
"TYPE": "ボットタイプ"
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "削除",
|
||||
"TITLE": "Delete bot",
|
||||
"TITLE": "ボットを削除",
|
||||
"SUBMIT": "削除",
|
||||
"CANCEL_BUTTON_TEXT": "キャンセル",
|
||||
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible.",
|
||||
"DESCRIPTION": "本当にこのボットを削除しますか?この操作は元に戻せません。",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot deleted successfully.",
|
||||
"ERROR_MESSAGE": "Could not delete bot. Please try again."
|
||||
"SUCCESS_MESSAGE": "ボットが正常に削除されました。",
|
||||
"ERROR_MESSAGE": "ボットを削除できませんでした。再試行してください。"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"BUTTON_TEXT": "編集",
|
||||
"LOADING": "Fetching bots...",
|
||||
"TITLE": "Edit bot",
|
||||
"LOADING": "ボットを取得中...",
|
||||
"TITLE": "ボットを編集",
|
||||
"CANCEL_BUTTON_TEXT": "キャンセル",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot updated successfully.",
|
||||
"ERROR_MESSAGE": "Could not update bot. Please try again."
|
||||
"SUCCESS_MESSAGE": "ボットが正常に更新されました。",
|
||||
"ERROR_MESSAGE": "ボットを更新できませんでした。再試行してください。"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
"WEBHOOK": "Webhook bot",
|
||||
"CSML": "CSML bot"
|
||||
"WEBHOOK": "Webhookボット",
|
||||
"CSML": "CSMLボット"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user