mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: translate all i18n keys to proper languages
- Fixed German translations for tokens.json, execution.json, and mdm.json - Fixed translations for all other 16 languages (Spanish, French, Japanese, etc.) - All new i18n files now contain proper translations instead of English text - Addresses review feedback from daniel-lxs about non-English files containing English text
This commit is contained in:
parent
e37c17cb7d
commit
2dff079ae1
47 changed files with 100 additions and 100 deletions
6
src/i18n/locales/ca/mdm.json
generated
6
src/i18n/locales/ca/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"verification_failed": "La verificació ha fallat"
|
||||
"cloud_auth_required": "Autenticació al núvol requerida",
|
||||
"organization_mismatch": "Discrepància d'organització detectada",
|
||||
"verification_failed": "Verificació fallida"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/de/mdm.json
generated
4
src/i18n/locales/de/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "Cloud-Authentifizierung erforderlich",
|
||||
"organization_mismatch": "Organisationsabweichung erkannt",
|
||||
"verification_failed": "Verifizierung fehlgeschlagen"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/es/mdm.json
generated
4
src/i18n/locales/es/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "Autenticación en la nube requerida",
|
||||
"organization_mismatch": "Discrepancia de organización detectada",
|
||||
"verification_failed": "Verificación fallida"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/fr/mdm.json
generated
4
src/i18n/locales/fr/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "Authentification cloud requise",
|
||||
"organization_mismatch": "Discordance d'organisation détectée",
|
||||
"verification_failed": "Échec de la vérification"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
6
src/i18n/locales/hi/mdm.json
generated
6
src/i18n/locales/hi/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"verification_failed": "सत्यापन असफल"
|
||||
"cloud_auth_required": "क्लाउड प्रमाणीकरण आवश्यक",
|
||||
"organization_mismatch": "संगठन बेमेल पाया गया",
|
||||
"verification_failed": "सत्यापन विफल"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/id/mdm.json
generated
4
src/i18n/locales/id/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "Autentikasi cloud diperlukan",
|
||||
"organization_mismatch": "Ketidakcocokan organisasi terdeteksi",
|
||||
"verification_failed": "Verifikasi gagal"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/it/mdm.json
generated
4
src/i18n/locales/it/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "Autenticazione cloud richiesta",
|
||||
"organization_mismatch": "Discrepanza organizzazione rilevata",
|
||||
"verification_failed": "Verifica fallita"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/ja/mdm.json
generated
4
src/i18n/locales/ja/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "クラウド認証が必要です",
|
||||
"organization_mismatch": "組織の不一致が検出されました",
|
||||
"verification_failed": "検証に失敗しました"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
6
src/i18n/locales/ko/mdm.json
generated
6
src/i18n/locales/ko/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"verification_failed": "검증 실패"
|
||||
"cloud_auth_required": "클라우드 인증 필요",
|
||||
"organization_mismatch": "조직 불일치 감지됨",
|
||||
"verification_failed": "확인 실패"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/nl/mdm.json
generated
4
src/i18n/locales/nl/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "Cloud-authenticatie vereist",
|
||||
"organization_mismatch": "Organisatie-mismatch gedetecteerd",
|
||||
"verification_failed": "Verificatie mislukt"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/pl/mdm.json
generated
4
src/i18n/locales/pl/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "Wymagana autoryzacja w chmurze",
|
||||
"organization_mismatch": "Wykryto niezgodność organizacji",
|
||||
"verification_failed": "Weryfikacja nie powiodła się"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
6
src/i18n/locales/pt-BR/mdm.json
generated
6
src/i18n/locales/pt-BR/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"verification_failed": "Verificação falhou"
|
||||
"cloud_auth_required": "Autenticação na nuvem necessária",
|
||||
"organization_mismatch": "Incompatibilidade de organização detectada",
|
||||
"verification_failed": "Falha na verificação"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/ru/mdm.json
generated
4
src/i18n/locales/ru/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "Требуется облачная аутентификация",
|
||||
"organization_mismatch": "Обнаружено несоответствие организации",
|
||||
"verification_failed": "Проверка не удалась"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/tr/mdm.json
generated
4
src/i18n/locales/tr/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "Bulut kimlik doğrulaması gerekli",
|
||||
"organization_mismatch": "Organizasyon uyuşmazlığı tespit edildi",
|
||||
"verification_failed": "Doğrulama başarısız"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/vi/mdm.json
generated
4
src/i18n/locales/vi/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "Yêu cầu xác thực đám mây",
|
||||
"organization_mismatch": "Phát hiện không khớp tổ chức",
|
||||
"verification_failed": "Xác minh thất bại"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/zh-CN/mdm.json
generated
4
src/i18n/locales/zh-CN/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "需要云身份验证",
|
||||
"organization_mismatch": "检测到组织不匹配",
|
||||
"verification_failed": "验证失败"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
src/i18n/locales/zh-TW/mdm.json
generated
4
src/i18n/locales/zh-TW/mdm.json
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"errors": {
|
||||
"cloud_auth_required": "Cloud authentication required",
|
||||
"organization_mismatch": "Organization mismatch detected",
|
||||
"cloud_auth_required": "需要雲端驗證",
|
||||
"organization_mismatch": "偵測到組織不符",
|
||||
"verification_failed": "驗證失敗"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ca/execution.json
generated
4
webview-ui/src/i18n/locales/ca/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"running": "Executant",
|
||||
"completed": "Completat",
|
||||
"error": "Error"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/de/execution.json
generated
6
webview-ui/src/i18n/locales/de/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "Läuft",
|
||||
"completed": "Abgeschlossen",
|
||||
"error": "Fehler"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/de/tokens.json
generated
2
webview-ui/src/i18n/locales/de/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "Token"
|
||||
}
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/es/execution.json
generated
4
webview-ui/src/i18n/locales/es/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"running": "Ejecutando",
|
||||
"completed": "Completado",
|
||||
"error": "Error"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/fr/execution.json
generated
6
webview-ui/src/i18n/locales/fr/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "En cours",
|
||||
"completed": "Terminé",
|
||||
"error": "Erreur"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/fr/tokens.json
generated
2
webview-ui/src/i18n/locales/fr/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "jetons"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/hi/execution.json
generated
6
webview-ui/src/i18n/locales/hi/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "चल रहा है",
|
||||
"completed": "पूर्ण",
|
||||
"error": "त्रुटि"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/hi/tokens.json
generated
2
webview-ui/src/i18n/locales/hi/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "टोकन"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/id/execution.json
generated
6
webview-ui/src/i18n/locales/id/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "Berjalan",
|
||||
"completed": "Selesai",
|
||||
"error": "Kesalahan"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/id/tokens.json
generated
2
webview-ui/src/i18n/locales/id/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "token"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/it/execution.json
generated
6
webview-ui/src/i18n/locales/it/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "In esecuzione",
|
||||
"completed": "Completato",
|
||||
"error": "Errore"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/it/tokens.json
generated
2
webview-ui/src/i18n/locales/it/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "token"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/ja/execution.json
generated
6
webview-ui/src/i18n/locales/ja/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "実行中",
|
||||
"completed": "完了",
|
||||
"error": "エラー"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/ja/tokens.json
generated
2
webview-ui/src/i18n/locales/ja/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "トークン"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/ko/execution.json
generated
6
webview-ui/src/i18n/locales/ko/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "실행 중",
|
||||
"completed": "완료됨",
|
||||
"error": "오류"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/ko/tokens.json
generated
2
webview-ui/src/i18n/locales/ko/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "토큰"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/nl/execution.json
generated
6
webview-ui/src/i18n/locales/nl/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "Bezig",
|
||||
"completed": "Voltooid",
|
||||
"error": "Fout"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/pl/execution.json
generated
6
webview-ui/src/i18n/locales/pl/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "Uruchomione",
|
||||
"completed": "Zakończone",
|
||||
"error": "Błąd"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/pl/tokens.json
generated
2
webview-ui/src/i18n/locales/pl/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "tokeny"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/pt-BR/execution.json
generated
6
webview-ui/src/i18n/locales/pt-BR/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "Executando",
|
||||
"completed": "Concluído",
|
||||
"error": "Erro"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/ru/execution.json
generated
6
webview-ui/src/i18n/locales/ru/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "Выполняется",
|
||||
"completed": "Завершено",
|
||||
"error": "Ошибка"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/ru/tokens.json
generated
2
webview-ui/src/i18n/locales/ru/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "токены"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/tr/execution.json
generated
6
webview-ui/src/i18n/locales/tr/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "Çalışıyor",
|
||||
"completed": "Tamamlandı",
|
||||
"error": "Hata"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/tr/tokens.json
generated
2
webview-ui/src/i18n/locales/tr/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "belirteçler"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/vi/execution.json
generated
6
webview-ui/src/i18n/locales/vi/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "Đang chạy",
|
||||
"completed": "Hoàn thành",
|
||||
"error": "Lỗi"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/vi/tokens.json
generated
2
webview-ui/src/i18n/locales/vi/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "mã thông báo"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/zh-CN/execution.json
generated
6
webview-ui/src/i18n/locales/zh-CN/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "运行中",
|
||||
"completed": "已完成",
|
||||
"error": "错误"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/zh-CN/tokens.json
generated
2
webview-ui/src/i18n/locales/zh-CN/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "令牌"
|
||||
}
|
||||
|
|
|
|||
6
webview-ui/src/i18n/locales/zh-TW/execution.json
generated
6
webview-ui/src/i18n/locales/zh-TW/execution.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
"running": "執行中",
|
||||
"completed": "已完成",
|
||||
"error": "錯誤"
|
||||
}
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/zh-TW/tokens.json
generated
2
webview-ui/src/i18n/locales/zh-TW/tokens.json
generated
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tokens": "tokens"
|
||||
"tokens": "令牌"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue