diff --git a/webview-ui/src/i18n/locales/ca/chat.json b/webview-ui/src/i18n/locales/ca/chat.json index 1d20be0c40..52441aad64 100644 --- a/webview-ui/src/i18n/locales/ca/chat.json +++ b/webview-ui/src/i18n/locales/ca/chat.json @@ -139,7 +139,9 @@ "failed": "Sol·licitud API ha fallat", "streaming": "Sol·licitud API...", "cancelled": "Sol·licitud API cancel·lada", - "streamingFailed": "Transmissió API ha fallat" + "streamingFailed": "Transmissió API ha fallat", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Punt de control", diff --git a/webview-ui/src/i18n/locales/de/chat.json b/webview-ui/src/i18n/locales/de/chat.json index 82f1c77fbf..4ca4acebdd 100644 --- a/webview-ui/src/i18n/locales/de/chat.json +++ b/webview-ui/src/i18n/locales/de/chat.json @@ -139,7 +139,9 @@ "failed": "API-Anfrage fehlgeschlagen", "streaming": "API-Anfrage...", "cancelled": "API-Anfrage abgebrochen", - "streamingFailed": "API-Streaming fehlgeschlagen" + "streamingFailed": "API-Streaming fehlgeschlagen", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Checkpoint", diff --git a/webview-ui/src/i18n/locales/es/chat.json b/webview-ui/src/i18n/locales/es/chat.json index e63731b095..dc19be5c93 100644 --- a/webview-ui/src/i18n/locales/es/chat.json +++ b/webview-ui/src/i18n/locales/es/chat.json @@ -139,7 +139,9 @@ "failed": "Solicitud API falló", "streaming": "Solicitud API...", "cancelled": "Solicitud API cancelada", - "streamingFailed": "Transmisión API falló" + "streamingFailed": "Transmisión API falló", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Punto de control", diff --git a/webview-ui/src/i18n/locales/fr/chat.json b/webview-ui/src/i18n/locales/fr/chat.json index 2575489787..acb2f14add 100644 --- a/webview-ui/src/i18n/locales/fr/chat.json +++ b/webview-ui/src/i18n/locales/fr/chat.json @@ -139,7 +139,9 @@ "failed": "Échec de la requête API", "streaming": "Requête API...", "cancelled": "Requête API annulée", - "streamingFailed": "Échec du streaming API" + "streamingFailed": "Échec du streaming API", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Point de contrôle", diff --git a/webview-ui/src/i18n/locales/hi/chat.json b/webview-ui/src/i18n/locales/hi/chat.json index 28fc26fcaf..7e7686d67e 100644 --- a/webview-ui/src/i18n/locales/hi/chat.json +++ b/webview-ui/src/i18n/locales/hi/chat.json @@ -139,7 +139,9 @@ "failed": "API अनुरोध विफल हुआ", "streaming": "API अनुरोध...", "cancelled": "API अनुरोध रद्द किया गया", - "streamingFailed": "API स्ट्रीमिंग विफल हुई" + "streamingFailed": "API स्ट्रीमिंग विफल हुई", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "चेकपॉइंट", diff --git a/webview-ui/src/i18n/locales/id/chat.json b/webview-ui/src/i18n/locales/id/chat.json index 0425a02b8f..3672ed5dbe 100644 --- a/webview-ui/src/i18n/locales/id/chat.json +++ b/webview-ui/src/i18n/locales/id/chat.json @@ -148,7 +148,9 @@ "failed": "Permintaan API Gagal", "streaming": "Permintaan API...", "cancelled": "Permintaan API Dibatalkan", - "streamingFailed": "Streaming API Gagal" + "streamingFailed": "Streaming API Gagal", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Checkpoint", diff --git a/webview-ui/src/i18n/locales/it/chat.json b/webview-ui/src/i18n/locales/it/chat.json index 4dd1270e34..1945a830f6 100644 --- a/webview-ui/src/i18n/locales/it/chat.json +++ b/webview-ui/src/i18n/locales/it/chat.json @@ -142,7 +142,9 @@ "failed": "Richiesta API fallita", "streaming": "Richiesta API...", "cancelled": "Richiesta API annullata", - "streamingFailed": "Streaming API fallito" + "streamingFailed": "Streaming API fallito", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Checkpoint", diff --git a/webview-ui/src/i18n/locales/ja/chat.json b/webview-ui/src/i18n/locales/ja/chat.json index 9a5d47fec8..babcc3af5a 100644 --- a/webview-ui/src/i18n/locales/ja/chat.json +++ b/webview-ui/src/i18n/locales/ja/chat.json @@ -139,7 +139,9 @@ "failed": "APIリクエスト失敗", "streaming": "APIリクエスト...", "cancelled": "APIリクエストキャンセル", - "streamingFailed": "APIストリーミング失敗" + "streamingFailed": "APIストリーミング失敗", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "チェックポイント", diff --git a/webview-ui/src/i18n/locales/ko/chat.json b/webview-ui/src/i18n/locales/ko/chat.json index aaf29243b7..e3fbef0bee 100644 --- a/webview-ui/src/i18n/locales/ko/chat.json +++ b/webview-ui/src/i18n/locales/ko/chat.json @@ -139,7 +139,9 @@ "failed": "API 요청 실패", "streaming": "API 요청...", "cancelled": "API 요청 취소됨", - "streamingFailed": "API 스트리밍 실패" + "streamingFailed": "API 스트리밍 실패", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "체크포인트", diff --git a/webview-ui/src/i18n/locales/nl/chat.json b/webview-ui/src/i18n/locales/nl/chat.json index c6d52fa92e..29ba478208 100644 --- a/webview-ui/src/i18n/locales/nl/chat.json +++ b/webview-ui/src/i18n/locales/nl/chat.json @@ -134,7 +134,9 @@ "failed": "API-verzoek mislukt", "streaming": "API-verzoek...", "cancelled": "API-verzoek geannuleerd", - "streamingFailed": "API-streaming mislukt" + "streamingFailed": "API-streaming mislukt", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Checkpoint", diff --git a/webview-ui/src/i18n/locales/pl/chat.json b/webview-ui/src/i18n/locales/pl/chat.json index 2028cb705b..c06cd29a4b 100644 --- a/webview-ui/src/i18n/locales/pl/chat.json +++ b/webview-ui/src/i18n/locales/pl/chat.json @@ -139,7 +139,9 @@ "failed": "Zapytanie API nie powiodło się", "streaming": "Zapytanie API...", "cancelled": "Zapytanie API anulowane", - "streamingFailed": "Strumieniowanie API nie powiodło się" + "streamingFailed": "Strumieniowanie API nie powiodło się", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Punkt kontrolny", diff --git a/webview-ui/src/i18n/locales/pt-BR/chat.json b/webview-ui/src/i18n/locales/pt-BR/chat.json index 6ee23ca627..4da6b1d3b6 100644 --- a/webview-ui/src/i18n/locales/pt-BR/chat.json +++ b/webview-ui/src/i18n/locales/pt-BR/chat.json @@ -139,7 +139,9 @@ "failed": "Requisição API falhou", "streaming": "Requisição API...", "cancelled": "Requisição API cancelada", - "streamingFailed": "Streaming API falhou" + "streamingFailed": "Streaming API falhou", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Ponto de verificação", diff --git a/webview-ui/src/i18n/locales/ru/chat.json b/webview-ui/src/i18n/locales/ru/chat.json index 6cafe6bac9..c57dd31df4 100644 --- a/webview-ui/src/i18n/locales/ru/chat.json +++ b/webview-ui/src/i18n/locales/ru/chat.json @@ -134,7 +134,9 @@ "failed": "API-запрос не выполнен", "streaming": "API-запрос...", "cancelled": "API-запрос отменен", - "streamingFailed": "Ошибка потокового API-запроса" + "streamingFailed": "Ошибка потокового API-запроса", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Точка сохранения", diff --git a/webview-ui/src/i18n/locales/tr/chat.json b/webview-ui/src/i18n/locales/tr/chat.json index 867acfbc9f..27c8e55279 100644 --- a/webview-ui/src/i18n/locales/tr/chat.json +++ b/webview-ui/src/i18n/locales/tr/chat.json @@ -139,7 +139,9 @@ "failed": "API İsteği Başarısız", "streaming": "API İsteği...", "cancelled": "API İsteği İptal Edildi", - "streamingFailed": "API Akışı Başarısız" + "streamingFailed": "API Akışı Başarısız", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Kontrol Noktası", diff --git a/webview-ui/src/i18n/locales/vi/chat.json b/webview-ui/src/i18n/locales/vi/chat.json index ef8e951aac..91047f148e 100644 --- a/webview-ui/src/i18n/locales/vi/chat.json +++ b/webview-ui/src/i18n/locales/vi/chat.json @@ -139,7 +139,9 @@ "failed": "Yêu cầu API thất bại", "streaming": "Yêu cầu API...", "cancelled": "Yêu cầu API đã hủy", - "streamingFailed": "Streaming API thất bại" + "streamingFailed": "Streaming API thất bại", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "Điểm kiểm tra", diff --git a/webview-ui/src/i18n/locales/zh-CN/chat.json b/webview-ui/src/i18n/locales/zh-CN/chat.json index 1e430200a1..4306a4cb36 100644 --- a/webview-ui/src/i18n/locales/zh-CN/chat.json +++ b/webview-ui/src/i18n/locales/zh-CN/chat.json @@ -139,7 +139,9 @@ "failed": "API请求失败", "streaming": "API请求...", "cancelled": "API请求已取消", - "streamingFailed": "API流式传输失败" + "streamingFailed": "API流式传输失败", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "检查点", diff --git a/webview-ui/src/i18n/locales/zh-TW/chat.json b/webview-ui/src/i18n/locales/zh-TW/chat.json index f5183d65a9..d58561abea 100644 --- a/webview-ui/src/i18n/locales/zh-TW/chat.json +++ b/webview-ui/src/i18n/locales/zh-TW/chat.json @@ -145,7 +145,9 @@ "failed": "API 請求失敗", "streaming": "正在處理 API 請求...", "cancelled": "API 請求已取消", - "streamingFailed": "API 串流處理失敗" + "streamingFailed": "API 串流處理失敗", + "input": "Input", + "output": "Output" }, "checkpoint": { "regular": "檢查點",