chore: Update translations (#11400)
This commit is contained in:
@@ -2,23 +2,13 @@
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "ボット",
|
||||
"LOADING_EDITOR": "エディターを読み込んでいます...",
|
||||
"DESCRIPTION": "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.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
|
||||
"DESCRIPTION": "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. You can manage your bots from this page or create new ones using the 'Add Bot' button.",
|
||||
"LEARN_MORE": "Learn about agent bots",
|
||||
"CSML_BOT_EDITOR": {
|
||||
"NAME": {
|
||||
"LABEL": "ボット名",
|
||||
"PLACEHOLDER": "ボットに名前を付けてください。",
|
||||
"ERROR": "ボット名は必須です。"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "ボットの説明",
|
||||
"PLACEHOLDER": "このボットは何をしますか?"
|
||||
},
|
||||
"BOT_CONFIG": {
|
||||
"ERROR": "上記にCSMLボット設定を入力してください。",
|
||||
"API_ERROR": "CSML設定が無効です。修正して再試行してください。"
|
||||
},
|
||||
"SUBMIT": "検証して保存"
|
||||
"GLOBAL_BOT": "System bot",
|
||||
"GLOBAL_BOT_BADGE": "システム",
|
||||
"AVATAR": {
|
||||
"SUCCESS_DELETE": "Bot avatar deleted successfully",
|
||||
"ERROR_DELETE": "Error deleting bot avatar, please try again"
|
||||
},
|
||||
"BOT_CONFIGURATION": {
|
||||
"TITLE": "エージェントボットを選択",
|
||||
@@ -32,7 +22,7 @@
|
||||
"SELECT_PLACEHOLDER": "ボットを選択"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "新しいボットを設定",
|
||||
"TITLE": "Add Bot",
|
||||
"CANCEL_BUTTON_TEXT": "キャンセル",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "ボットが正常に追加されました。",
|
||||
@@ -40,16 +30,22 @@
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"404": "ボットが見つかりません。\"新しいボットを設定\" ボタンをクリックしてボットを作成できます↗",
|
||||
"404": "No bots found. You can create a bot by clicking the 'Add Bot' button.",
|
||||
"LOADING": "ボットを取得中...",
|
||||
"TYPE": "ボットタイプ"
|
||||
"TABLE_HEADER": {
|
||||
"DETAILS": "Bot Details",
|
||||
"URL": "Webhook URL"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "削除",
|
||||
"TITLE": "ボットを削除",
|
||||
"SUBMIT": "削除",
|
||||
"CANCEL_BUTTON_TEXT": "キャンセル",
|
||||
"DESCRIPTION": "本当にこのボットを削除しますか?この操作は元に戻せません。",
|
||||
"CONFIRM": {
|
||||
"TITLE": "削除の確認",
|
||||
"MESSAGE": "Are you sure you want to delete {name}?",
|
||||
"YES": "削除する",
|
||||
"NO": "いいえ"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "ボットが正常に削除されました。",
|
||||
"ERROR_MESSAGE": "ボットを削除できませんでした。再試行してください。"
|
||||
@@ -57,17 +53,44 @@
|
||||
},
|
||||
"EDIT": {
|
||||
"BUTTON_TEXT": "編集",
|
||||
"LOADING": "ボットを取得中...",
|
||||
"TITLE": "ボットを編集",
|
||||
"CANCEL_BUTTON_TEXT": "キャンセル",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "ボットが正常に更新されました。",
|
||||
"ERROR_MESSAGE": "ボットを更新できませんでした。再試行してください。"
|
||||
}
|
||||
},
|
||||
"FORM": {
|
||||
"AVATAR": {
|
||||
"LABEL": "Bot avatar"
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "ボット名",
|
||||
"PLACEHOLDER": "Enter bot name",
|
||||
"REQUIRED": "Bot name is required"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "説明",
|
||||
"PLACEHOLDER": "このボットは何をしますか?"
|
||||
},
|
||||
"WEBHOOK_URL": {
|
||||
"LABEL": "Webhook URL",
|
||||
"PLACEHOLDER": "https://example.com/webhook",
|
||||
"REQUIRED": "Webhook URL is required"
|
||||
},
|
||||
"ERRORS": {
|
||||
"NAME": "Bot name is required",
|
||||
"URL": "Webhook URL is required",
|
||||
"VALID_URL": "Please enter a valid URL starting with http:// or https://"
|
||||
},
|
||||
"CANCEL": "キャンセル",
|
||||
"CREATE": "Create Bot",
|
||||
"UPDATE": "Update Bot"
|
||||
},
|
||||
"WEBHOOK": {
|
||||
"DESCRIPTION": "Configure a webhook bot to integrate with your custom services. The bot will receive and process events from conversations and can respond to them."
|
||||
},
|
||||
"TYPES": {
|
||||
"WEBHOOK": "Webhookボット",
|
||||
"CSML": "CSMLボット"
|
||||
"WEBHOOK": "Webhookボット"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user