mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: add missing i18n translations for input/output in all locales
This commit is contained in:
parent
ef3fd5b20e
commit
a765841d92
17 changed files with 51 additions and 17 deletions
4
webview-ui/src/i18n/locales/ca/chat.json
generated
4
webview-ui/src/i18n/locales/ca/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/de/chat.json
generated
4
webview-ui/src/i18n/locales/de/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/es/chat.json
generated
4
webview-ui/src/i18n/locales/es/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/fr/chat.json
generated
4
webview-ui/src/i18n/locales/fr/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/hi/chat.json
generated
4
webview-ui/src/i18n/locales/hi/chat.json
generated
|
|
@ -139,7 +139,9 @@
|
|||
"failed": "API अनुरोध विफल हुआ",
|
||||
"streaming": "API अनुरोध...",
|
||||
"cancelled": "API अनुरोध रद्द किया गया",
|
||||
"streamingFailed": "API स्ट्रीमिंग विफल हुई"
|
||||
"streamingFailed": "API स्ट्रीमिंग विफल हुई",
|
||||
"input": "Input",
|
||||
"output": "Output"
|
||||
},
|
||||
"checkpoint": {
|
||||
"regular": "चेकपॉइंट",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/id/chat.json
generated
4
webview-ui/src/i18n/locales/id/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/it/chat.json
generated
4
webview-ui/src/i18n/locales/it/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ja/chat.json
generated
4
webview-ui/src/i18n/locales/ja/chat.json
generated
|
|
@ -139,7 +139,9 @@
|
|||
"failed": "APIリクエスト失敗",
|
||||
"streaming": "APIリクエスト...",
|
||||
"cancelled": "APIリクエストキャンセル",
|
||||
"streamingFailed": "APIストリーミング失敗"
|
||||
"streamingFailed": "APIストリーミング失敗",
|
||||
"input": "Input",
|
||||
"output": "Output"
|
||||
},
|
||||
"checkpoint": {
|
||||
"regular": "チェックポイント",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ko/chat.json
generated
4
webview-ui/src/i18n/locales/ko/chat.json
generated
|
|
@ -139,7 +139,9 @@
|
|||
"failed": "API 요청 실패",
|
||||
"streaming": "API 요청...",
|
||||
"cancelled": "API 요청 취소됨",
|
||||
"streamingFailed": "API 스트리밍 실패"
|
||||
"streamingFailed": "API 스트리밍 실패",
|
||||
"input": "Input",
|
||||
"output": "Output"
|
||||
},
|
||||
"checkpoint": {
|
||||
"regular": "체크포인트",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/nl/chat.json
generated
4
webview-ui/src/i18n/locales/nl/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/pl/chat.json
generated
4
webview-ui/src/i18n/locales/pl/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/pt-BR/chat.json
generated
4
webview-ui/src/i18n/locales/pt-BR/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ru/chat.json
generated
4
webview-ui/src/i18n/locales/ru/chat.json
generated
|
|
@ -134,7 +134,9 @@
|
|||
"failed": "API-запрос не выполнен",
|
||||
"streaming": "API-запрос...",
|
||||
"cancelled": "API-запрос отменен",
|
||||
"streamingFailed": "Ошибка потокового API-запроса"
|
||||
"streamingFailed": "Ошибка потокового API-запроса",
|
||||
"input": "Input",
|
||||
"output": "Output"
|
||||
},
|
||||
"checkpoint": {
|
||||
"regular": "Точка сохранения",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/tr/chat.json
generated
4
webview-ui/src/i18n/locales/tr/chat.json
generated
|
|
@ -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ı",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/vi/chat.json
generated
4
webview-ui/src/i18n/locales/vi/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/zh-CN/chat.json
generated
4
webview-ui/src/i18n/locales/zh-CN/chat.json
generated
|
|
@ -139,7 +139,9 @@
|
|||
"failed": "API请求失败",
|
||||
"streaming": "API请求...",
|
||||
"cancelled": "API请求已取消",
|
||||
"streamingFailed": "API流式传输失败"
|
||||
"streamingFailed": "API流式传输失败",
|
||||
"input": "Input",
|
||||
"output": "Output"
|
||||
},
|
||||
"checkpoint": {
|
||||
"regular": "检查点",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/zh-TW/chat.json
generated
4
webview-ui/src/i18n/locales/zh-TW/chat.json
generated
|
|
@ -145,7 +145,9 @@
|
|||
"failed": "API 請求失敗",
|
||||
"streaming": "正在處理 API 請求...",
|
||||
"cancelled": "API 請求已取消",
|
||||
"streamingFailed": "API 串流處理失敗"
|
||||
"streamingFailed": "API 串流處理失敗",
|
||||
"input": "Input",
|
||||
"output": "Output"
|
||||
},
|
||||
"checkpoint": {
|
||||
"regular": "檢查點",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue