diff --git a/src/i18n/locales/en/chat.json b/src/i18n/locales/en/chat.json index 4df8603..19bf24f 100644 --- a/src/i18n/locales/en/chat.json +++ b/src/i18n/locales/en/chat.json @@ -1,4 +1,7 @@ { + "runError": { + "title": "Model API call error" + }, "gatewayNotRunning": "Gateway Not Running", "gatewayRequired": "The OpenClaw Gateway needs to be running to use chat. It will start automatically, or you can start it from Settings.", "welcome": { diff --git a/src/i18n/locales/ja/chat.json b/src/i18n/locales/ja/chat.json index 5b56b37..adeda41 100644 --- a/src/i18n/locales/ja/chat.json +++ b/src/i18n/locales/ja/chat.json @@ -1,4 +1,7 @@ { + "runError": { + "title": "モデルAPI呼び出しエラー" + }, "gatewayNotRunning": "ゲートウェイが停止中", "gatewayRequired": "チャットを利用するには OpenClaw ゲートウェイが実行されている必要があります。自動的に起動するか、設定から起動できます。", "welcome": { diff --git a/src/i18n/locales/ru/chat.json b/src/i18n/locales/ru/chat.json index 05fda6f..3851fe1 100644 --- a/src/i18n/locales/ru/chat.json +++ b/src/i18n/locales/ru/chat.json @@ -1,4 +1,7 @@ { + "runError": { + "title": "Ошибка вызова API модели" + }, "gatewayNotRunning": "Шлюз не запущен", "gatewayRequired": "Для использования чата требуется запущенный шлюз OpenClaw. Он запустится автоматически, или вы можете запустить его в Настройках.", "welcome": { diff --git a/src/i18n/locales/zh/chat.json b/src/i18n/locales/zh/chat.json index 3e37e46..87fbfd0 100644 --- a/src/i18n/locales/zh/chat.json +++ b/src/i18n/locales/zh/chat.json @@ -1,4 +1,7 @@ { + "runError": { + "title": "模型API调用错误" + }, "gatewayNotRunning": "网关未运行", "gatewayRequired": "OpenClaw 网关需要运行才能使用聊天。它将自动启动,或者您可以从设置中启动。", "welcome": { diff --git a/src/pages/Chat/index.tsx b/src/pages/Chat/index.tsx index ee02b44..0f2f605 100644 --- a/src/pages/Chat/index.tsx +++ b/src/pages/Chat/index.tsx @@ -805,7 +805,7 @@ export function Chat() { {/* Run error callout */} {runError && ( -