diff --git a/src/i18n/locales/ca/embeddings.json b/src/i18n/locales/ca/embeddings.json index 543a7c7834..6ef42292b7 100644 --- a/src/i18n/locales/ca/embeddings.json +++ b/src/i18n/locales/ca/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "Indexació requereix una carpeta de workspace oberta" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Format de resposta no vàlid de l'API d'OpenAI" } } diff --git a/src/i18n/locales/ca/mdm.json b/src/i18n/locales/ca/mdm.json index 7a26f0f41f..6bf2f7db96 100644 --- a/src/i18n/locales/ca/mdm.json +++ b/src/i18n/locales/ca/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "La verificació ha fallat" } } diff --git a/src/i18n/locales/de/embeddings.json b/src/i18n/locales/de/embeddings.json index 2721afe837..9f01465b53 100644 --- a/src/i18n/locales/de/embeddings.json +++ b/src/i18n/locales/de/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "Indexierung erfordert einen offenen Workspace-Ordner" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Ungültiges Antwortformat von der OpenAI-API" } } diff --git a/src/i18n/locales/de/mdm.json b/src/i18n/locales/de/mdm.json index 7a26f0f41f..cc47776d7b 100644 --- a/src/i18n/locales/de/mdm.json +++ b/src/i18n/locales/de/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Verifizierung fehlgeschlagen" } } diff --git a/src/i18n/locales/es/embeddings.json b/src/i18n/locales/es/embeddings.json index 0b7a614a1b..e807d24cfe 100644 --- a/src/i18n/locales/es/embeddings.json +++ b/src/i18n/locales/es/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "La indexación requiere una carpeta de workspace abierta" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Formato de respuesta no válido de la API de OpenAI" } } diff --git a/src/i18n/locales/es/mdm.json b/src/i18n/locales/es/mdm.json index 7a26f0f41f..bbbe3dd95a 100644 --- a/src/i18n/locales/es/mdm.json +++ b/src/i18n/locales/es/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Verificación fallida" } } diff --git a/src/i18n/locales/fr/embeddings.json b/src/i18n/locales/fr/embeddings.json index 05ca0a5492..675403fdb1 100644 --- a/src/i18n/locales/fr/embeddings.json +++ b/src/i18n/locales/fr/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "L'indexation nécessite l'ouverture d'un dossier workspace" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Format de réponse invalide de l'API OpenAI" } } diff --git a/src/i18n/locales/fr/mdm.json b/src/i18n/locales/fr/mdm.json index 7a26f0f41f..9175e164a1 100644 --- a/src/i18n/locales/fr/mdm.json +++ b/src/i18n/locales/fr/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Échec de la vérification" } } diff --git a/src/i18n/locales/hi/common.json b/src/i18n/locales/hi/common.json index c68d002e1d..59a88d1533 100644 --- a/src/i18n/locales/hi/common.json +++ b/src/i18n/locales/hi/common.json @@ -85,7 +85,7 @@ "processExitedWithError": "Claude Code प्रक्रिया कोड {{exitCode}} के साथ समाप्त हुई। त्रुटि आउटपुट: {{output}}", "stoppedWithReason": "Claude Code इस कारण से रुका: {{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Claude Code निष्पादन योग्य '{{claudePath}}' नहीं मिला।\n\nकृपया Claude Code CLI स्थापित करें:\n1. Claude Code डाउनलोड करने के लिए {{installationUrl}} पर जाएं\n2. अपने ऑपरेटिंग सिस्टम के लिए स्थापना निर्देशों का पालन करें\n3. सुनिश्चित करें कि 'claude' कमांड आपके PATH में उपलब्ध है\n4. वैकल्पिक रूप से, 'Claude Code Path' के तहत Roo सेटिंग्स में एक कस्टम पथ कॉन्फ़िगर करें\n\nमूल त्रुटि: {{originalError}}" }, "gemini": { "generate_stream": "जेमिनी जनरेट कॉन्टेक्स्ट स्ट्रीम त्रुटि: {{error}}", diff --git a/src/i18n/locales/hi/embeddings.json b/src/i18n/locales/hi/embeddings.json index 62b47da228..eaf7bb406c 100644 --- a/src/i18n/locales/hi/embeddings.json +++ b/src/i18n/locales/hi/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "इंडेक्सिंग के लिए एक खुला वर्कस्पेस फ़ोल्डर आवश्यक है" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "OpenAI API से अमान्य प्रतिक्रिया प्रारूप" } } diff --git a/src/i18n/locales/hi/mdm.json b/src/i18n/locales/hi/mdm.json index 7a26f0f41f..4fbd3d3440 100644 --- a/src/i18n/locales/hi/mdm.json +++ b/src/i18n/locales/hi/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "सत्यापन असफल" } } diff --git a/src/i18n/locales/id/common.json b/src/i18n/locales/id/common.json index 4045b7e8bb..59fc131fca 100644 --- a/src/i18n/locales/id/common.json +++ b/src/i18n/locales/id/common.json @@ -85,7 +85,7 @@ "processExitedWithError": "Proses Claude Code keluar dengan kode {{exitCode}}. Output error: {{output}}", "stoppedWithReason": "Claude Code berhenti karena alasan: {{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Executable Claude Code '{{claudePath}}' tidak ditemukan.\n\nSilakan instal Claude Code CLI:\n1. Kunjungi {{installationUrl}} untuk mengunduh Claude Code\n2. Ikuti petunjuk instalasi untuk sistem operasi Anda\n3. Pastikan perintah 'claude' tersedia di PATH Anda\n4. Alternatifnya, konfigurasikan jalur kustom di pengaturan Roo di bawah 'Claude Code Path'\n\nKesalahan asli: {{originalError}}" }, "gemini": { "generate_stream": "Kesalahan aliran konteks pembuatan Gemini: {{error}}", diff --git a/src/i18n/locales/id/embeddings.json b/src/i18n/locales/id/embeddings.json index 09f904e69b..e26f8d989c 100644 --- a/src/i18n/locales/id/embeddings.json +++ b/src/i18n/locales/id/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "Pengindeksan memerlukan folder workspace yang terbuka" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Format respons tidak valid dari API OpenAI" } } diff --git a/src/i18n/locales/id/mdm.json b/src/i18n/locales/id/mdm.json index 7a26f0f41f..4dcdf8ede4 100644 --- a/src/i18n/locales/id/mdm.json +++ b/src/i18n/locales/id/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Verifikasi gagal" } } diff --git a/src/i18n/locales/it/common.json b/src/i18n/locales/it/common.json index a059c48a9b..a99e7f3f7c 100644 --- a/src/i18n/locales/it/common.json +++ b/src/i18n/locales/it/common.json @@ -85,7 +85,7 @@ "processExitedWithError": "Il processo Claude Code è terminato con codice {{exitCode}}. Output di errore: {{output}}", "stoppedWithReason": "Claude Code si è fermato per il motivo: {{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Eseguibile Claude Code '{{claudePath}}' non trovato.\n\nSi prega di installare Claude Code CLI:\n1. Visita {{installationUrl}} per scaricare Claude Code\n2. Segui le istruzioni di installazione per il tuo sistema operativo\n3. Assicurati che il comando 'claude' sia disponibile nel tuo PATH\n4. In alternativa, configura un percorso personalizzato nelle impostazioni Roo sotto 'Percorso Claude Code'\n\nErrore originale: {{originalError}}" }, "gemini": { "generate_stream": "Errore del flusso di contesto di generazione Gemini: {{error}}", diff --git a/src/i18n/locales/it/embeddings.json b/src/i18n/locales/it/embeddings.json index 4af01a4aec..9f7b63d96c 100644 --- a/src/i18n/locales/it/embeddings.json +++ b/src/i18n/locales/it/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "L'indicizzazione richiede una cartella di workspace aperta" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Formato di risposta non valido dall'API OpenAI" } } diff --git a/src/i18n/locales/it/mdm.json b/src/i18n/locales/it/mdm.json index 7a26f0f41f..6366e54a77 100644 --- a/src/i18n/locales/it/mdm.json +++ b/src/i18n/locales/it/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Verifica fallita" } } diff --git a/src/i18n/locales/ja/common.json b/src/i18n/locales/ja/common.json index f9eceb5979..292bee784b 100644 --- a/src/i18n/locales/ja/common.json +++ b/src/i18n/locales/ja/common.json @@ -85,7 +85,7 @@ "processExitedWithError": "Claude Code プロセスがコード {{exitCode}} で終了しました。エラー出力:{{output}}", "stoppedWithReason": "Claude Code が理由により停止しました:{{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Claude Code実行可能ファイル '{{claudePath}}' が見つかりません。\n\nClaude Code CLIをインストールしてください:\n1. {{installationUrl}} にアクセスしてClaude Codeをダウンロード\n2. お使いのオペレーティングシステムのインストール手順に従ってください\n3. 'claude'コマンドがPATHで利用可能であることを確認してください\n4. または、Roo設定の'Claude Codeパス'でカスタムパスを設定してください\n\n元のエラー: {{originalError}}" }, "gemini": { "generate_stream": "Gemini 生成コンテキスト ストリーム エラー: {{error}}", diff --git a/src/i18n/locales/ja/embeddings.json b/src/i18n/locales/ja/embeddings.json index edc37cc471..b7c0a64bfc 100644 --- a/src/i18n/locales/ja/embeddings.json +++ b/src/i18n/locales/ja/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "インデックス作成には、開かれたワークスペースフォルダーが必要です" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "OpenAI APIからの無効な応答形式" } } diff --git a/src/i18n/locales/ja/mdm.json b/src/i18n/locales/ja/mdm.json index 7a26f0f41f..55382f03d7 100644 --- a/src/i18n/locales/ja/mdm.json +++ b/src/i18n/locales/ja/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "検証に失敗しました" } } diff --git a/src/i18n/locales/ko/common.json b/src/i18n/locales/ko/common.json index 4292677e30..7788d5b936 100644 --- a/src/i18n/locales/ko/common.json +++ b/src/i18n/locales/ko/common.json @@ -85,7 +85,7 @@ "processExitedWithError": "Claude Code 프로세스가 코드 {{exitCode}}로 종료되었습니다. 오류 출력: {{output}}", "stoppedWithReason": "Claude Code가 다음 이유로 중지되었습니다: {{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Claude Code 실행 파일 '{{claudePath}}'을(를) 찾을 수 없습니다.\n\nClaude Code CLI를 설치하세요:\n1. {{installationUrl}}을 방문하여 Claude Code를 다운로드하세요\n2. 운영 체제에 맞는 설치 지침을 따르세요\n3. 'claude' 명령이 PATH에서 사용 가능한지 확인하세요\n4. 또는 Roo 설정의 'Claude Code 경로'에서 사용자 정의 경로를 구성하세요\n\n원본 오류: {{originalError}}" }, "gemini": { "generate_stream": "Gemini 생성 컨텍스트 스트림 오류: {{error}}", diff --git a/src/i18n/locales/ko/embeddings.json b/src/i18n/locales/ko/embeddings.json index 187827f782..49c457f94b 100644 --- a/src/i18n/locales/ko/embeddings.json +++ b/src/i18n/locales/ko/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "인덱싱에는 열린 워크스페이스 폴더가 필요합니다" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "OpenAI API에서 잘못된 응답 형식" } } diff --git a/src/i18n/locales/ko/mdm.json b/src/i18n/locales/ko/mdm.json index 7a26f0f41f..b8410a38e9 100644 --- a/src/i18n/locales/ko/mdm.json +++ b/src/i18n/locales/ko/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "검증 실패" } } diff --git a/src/i18n/locales/nl/common.json b/src/i18n/locales/nl/common.json index 2133e7003b..625d705dce 100644 --- a/src/i18n/locales/nl/common.json +++ b/src/i18n/locales/nl/common.json @@ -85,7 +85,7 @@ "processExitedWithError": "Claude Code proces beëindigd met code {{exitCode}}. Foutuitvoer: {{output}}", "stoppedWithReason": "Claude Code gestopt om reden: {{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Claude Code uitvoerbaar bestand '{{claudePath}}' niet gevonden.\n\nInstalleer Claude Code CLI:\n1. Bezoek {{installationUrl}} om Claude Code te downloaden\n2. Volg de installatie-instructies voor uw besturingssysteem\n3. Zorg ervoor dat het 'claude' commando beschikbaar is in uw PATH\n4. Configureer alternatief een aangepast pad in Roo-instellingen onder 'Claude Code Pad'\n\nOriginele fout: {{originalError}}" }, "gemini": { "generate_stream": "Fout bij het genereren van contextstream door Gemini: {{error}}", diff --git a/src/i18n/locales/nl/embeddings.json b/src/i18n/locales/nl/embeddings.json index dd569b6845..5f196e0a29 100644 --- a/src/i18n/locales/nl/embeddings.json +++ b/src/i18n/locales/nl/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "Indexering vereist een geopende workspace map" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Ongeldig antwoordformaat van OpenAI API" } } diff --git a/src/i18n/locales/nl/mdm.json b/src/i18n/locales/nl/mdm.json index 7a26f0f41f..cfde25e5b2 100644 --- a/src/i18n/locales/nl/mdm.json +++ b/src/i18n/locales/nl/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Verificatie mislukt" } } diff --git a/src/i18n/locales/pl/common.json b/src/i18n/locales/pl/common.json index 1c63702911..41ca693694 100644 --- a/src/i18n/locales/pl/common.json +++ b/src/i18n/locales/pl/common.json @@ -85,7 +85,7 @@ "processExitedWithError": "Proces Claude Code zakończył się kodem {{exitCode}}. Wyjście błędu: {{output}}", "stoppedWithReason": "Claude Code zatrzymał się z powodu: {{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Nie znaleziono pliku wykonywalnego Claude Code '{{claudePath}}'.\n\nZainstaluj Claude Code CLI:\n1. Odwiedź {{installationUrl}}, aby pobrać Claude Code\n2. Postępuj zgodnie z instrukcjami instalacji dla swojego systemu operacyjnego\n3. Upewnij się, że polecenie 'claude' jest dostępne w PATH\n4. Alternatywnie skonfiguruj niestandardową ścieżkę w ustawieniach Roo pod 'Ścieżka Claude Code'\n\nOryginalny błąd: {{originalError}}" }, "gemini": { "generate_stream": "Błąd strumienia kontekstu generowania Gemini: {{error}}", diff --git a/src/i18n/locales/pl/embeddings.json b/src/i18n/locales/pl/embeddings.json index f6b61f2a6f..92ba15aad5 100644 --- a/src/i18n/locales/pl/embeddings.json +++ b/src/i18n/locales/pl/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "Indeksowanie wymaga otwartego folderu workspace" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Nieprawidłowy format odpowiedzi z API OpenAI" } } diff --git a/src/i18n/locales/pl/mdm.json b/src/i18n/locales/pl/mdm.json index 7a26f0f41f..a19767d02d 100644 --- a/src/i18n/locales/pl/mdm.json +++ b/src/i18n/locales/pl/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Weryfikacja nie powiodła się" } } diff --git a/src/i18n/locales/pt-BR/common.json b/src/i18n/locales/pt-BR/common.json index 6aeb5f6ee7..097a007214 100644 --- a/src/i18n/locales/pt-BR/common.json +++ b/src/i18n/locales/pt-BR/common.json @@ -89,7 +89,7 @@ "processExitedWithError": "O processo Claude Code saiu com código {{exitCode}}. Saída de erro: {{output}}", "stoppedWithReason": "Claude Code parou pela razão: {{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Executável Claude Code '{{claudePath}}' não encontrado.\n\nPor favor, instale o Claude Code CLI:\n1. Visite {{installationUrl}} para baixar o Claude Code\n2. Siga as instruções de instalação para seu sistema operacional\n3. Certifique-se de que o comando 'claude' esteja disponível em seu PATH\n4. Alternativamente, configure um caminho personalizado nas configurações do Roo em 'Caminho do Claude Code'\n\nErro original: {{originalError}}" }, "gemini": { "generate_stream": "Erro de fluxo de contexto de geração do Gemini: {{error}}", diff --git a/src/i18n/locales/pt-BR/embeddings.json b/src/i18n/locales/pt-BR/embeddings.json index 5d661b2ac8..18f8d1499b 100644 --- a/src/i18n/locales/pt-BR/embeddings.json +++ b/src/i18n/locales/pt-BR/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "A indexação requer uma pasta de workspace aberta" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Formato de resposta inválido da API OpenAI" } } diff --git a/src/i18n/locales/pt-BR/mdm.json b/src/i18n/locales/pt-BR/mdm.json index 7a26f0f41f..e365b95eb4 100644 --- a/src/i18n/locales/pt-BR/mdm.json +++ b/src/i18n/locales/pt-BR/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Verificação falhou" } } diff --git a/src/i18n/locales/ru/common.json b/src/i18n/locales/ru/common.json index 0d7b800d8b..7a8d557b4a 100644 --- a/src/i18n/locales/ru/common.json +++ b/src/i18n/locales/ru/common.json @@ -85,7 +85,7 @@ "processExitedWithError": "Процесс Claude Code завершился с кодом {{exitCode}}. Вывод ошибки: {{output}}", "stoppedWithReason": "Claude Code остановился по причине: {{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Исполняемый файл Claude Code '{{claudePath}}' не найден.\n\nПожалуйста, установите Claude Code CLI:\n1. Посетите {{installationUrl}} для загрузки Claude Code\n2. Следуйте инструкциям по установке для вашей операционной системы\n3. Убедитесь, что команда 'claude' доступна в вашем PATH\n4. Альтернативно, настройте пользовательский путь в настройках Roo в разделе 'Путь Claude Code'\n\nИсходная ошибка: {{originalError}}" }, "gemini": { "generate_stream": "Ошибка потока контекста генерации Gemini: {{error}}", diff --git a/src/i18n/locales/ru/embeddings.json b/src/i18n/locales/ru/embeddings.json index 569a8d10de..8cb0ea0670 100644 --- a/src/i18n/locales/ru/embeddings.json +++ b/src/i18n/locales/ru/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "Для индексации требуется открытая папка рабочего пространства" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Недопустимый формат ответа от API OpenAI" } } diff --git a/src/i18n/locales/ru/mdm.json b/src/i18n/locales/ru/mdm.json index 7a26f0f41f..6d639fa486 100644 --- a/src/i18n/locales/ru/mdm.json +++ b/src/i18n/locales/ru/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Проверка не удалась" } } diff --git a/src/i18n/locales/tr/common.json b/src/i18n/locales/tr/common.json index 49d0fba113..9d64de3768 100644 --- a/src/i18n/locales/tr/common.json +++ b/src/i18n/locales/tr/common.json @@ -85,7 +85,7 @@ "processExitedWithError": "Claude Code işlemi {{exitCode}} koduyla çıktı. Hata çıktısı: {{output}}", "stoppedWithReason": "Claude Code şu nedenle durdu: {{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Claude Code çalıştırılabilir dosyası '{{claudePath}}' bulunamadı.\n\nLütfen Claude Code CLI'yi yükleyin:\n1. Claude Code'u indirmek için {{installationUrl}} adresini ziyaret edin\n2. İşletim sisteminiz için kurulum talimatlarını izleyin\n3. 'claude' komutunun PATH'inizde mevcut olduğundan emin olun\n4. Alternatif olarak, Roo ayarlarında 'Claude Code Yolu' altında özel bir yol yapılandırın\n\nOrijinal hata: {{originalError}}" }, "gemini": { "generate_stream": "Gemini oluşturma bağlam akışı hatası: {{error}}", diff --git a/src/i18n/locales/tr/embeddings.json b/src/i18n/locales/tr/embeddings.json index a89c2e9fe2..996aee0f51 100644 --- a/src/i18n/locales/tr/embeddings.json +++ b/src/i18n/locales/tr/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "İndeksleme açık bir workspace klasörü gerektirir" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "OpenAI API'sinden geçersiz yanıt formatı" } } diff --git a/src/i18n/locales/tr/mdm.json b/src/i18n/locales/tr/mdm.json index 7a26f0f41f..4b33fd8b9c 100644 --- a/src/i18n/locales/tr/mdm.json +++ b/src/i18n/locales/tr/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Doğrulama başarısız" } } diff --git a/src/i18n/locales/vi/common.json b/src/i18n/locales/vi/common.json index 3f8947e620..2b9966de5e 100644 --- a/src/i18n/locales/vi/common.json +++ b/src/i18n/locales/vi/common.json @@ -85,7 +85,7 @@ "processExitedWithError": "Tiến trình Claude Code thoát với mã {{exitCode}}. Đầu ra lỗi: {{output}}", "stoppedWithReason": "Claude Code dừng lại vì lý do: {{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "Không tìm thấy tệp thực thi Claude Code '{{claudePath}}'.\n\nVui lòng cài đặt Claude Code CLI:\n1. Truy cập {{installationUrl}} để tải xuống Claude Code\n2. Làm theo hướng dẫn cài đặt cho hệ điều hành của bạn\n3. Đảm bảo lệnh 'claude' có sẵn trong PATH của bạn\n4. Hoặc, cấu hình đường dẫn tùy chỉnh trong cài đặt Roo dưới 'Đường dẫn Claude Code'\n\nLỗi gốc: {{originalError}}" }, "gemini": { "generate_stream": "Lỗi luồng ngữ cảnh tạo Gemini: {{error}}", diff --git a/src/i18n/locales/vi/embeddings.json b/src/i18n/locales/vi/embeddings.json index 420b273ff8..15417b5340 100644 --- a/src/i18n/locales/vi/embeddings.json +++ b/src/i18n/locales/vi/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "Lập chỉ mục yêu cầu một thư mục workspace đang mở" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "Định dạng phản hồi không hợp lệ từ API OpenAI" } } diff --git a/src/i18n/locales/vi/mdm.json b/src/i18n/locales/vi/mdm.json index 7a26f0f41f..74a0ed771f 100644 --- a/src/i18n/locales/vi/mdm.json +++ b/src/i18n/locales/vi/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "Xác minh thất bại" } } diff --git a/src/i18n/locales/zh-CN/common.json b/src/i18n/locales/zh-CN/common.json index 808d534572..db4ec0c86b 100644 --- a/src/i18n/locales/zh-CN/common.json +++ b/src/i18n/locales/zh-CN/common.json @@ -90,7 +90,7 @@ "processExitedWithError": "Claude Code 进程退出,退出码:{{exitCode}}。错误输出:{{output}}", "stoppedWithReason": "Claude Code 停止,原因:{{reason}}", "apiKeyModelPlanMismatch": "API keys and subscription plans allow different models. Make sure the selected model is included in your plan.", - "notFound": "Claude Code executable '{{claudePath}}' not found.\n\nPlease install Claude Code CLI:\n1. Visit {{installationUrl}} to download Claude Code\n2. Follow the installation instructions for your operating system\n3. Ensure the 'claude' command is available in your PATH\n4. Alternatively, configure a custom path in Roo settings under 'Claude Code Path'\n\nOriginal error: {{originalError}}" + "notFound": "找不到 Claude Code 可执行文件 '{{claudePath}}'。\n\n请安装 Claude Code CLI:\n1. 访问 {{installationUrl}} 下载 Claude Code\n2. 按照您操作系统的安装说明进行操作\n3. 确保 'claude' 命令在您的 PATH 中可用\n4. 或者,在 Roo 设置中的 'Claude Code 路径' 下配置自定义路径\n\n原始错误:{{originalError}}" }, "gemini": { "generate_stream": "Gemini 生成上下文流错误:{{error}}", diff --git a/src/i18n/locales/zh-CN/embeddings.json b/src/i18n/locales/zh-CN/embeddings.json index 19156f3d0e..00de4456e7 100644 --- a/src/i18n/locales/zh-CN/embeddings.json +++ b/src/i18n/locales/zh-CN/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "索引需要打开的工作区文件夹" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "OpenAI API 响应格式无效" } } diff --git a/src/i18n/locales/zh-CN/mdm.json b/src/i18n/locales/zh-CN/mdm.json index 7a26f0f41f..4f15ab8a59 100644 --- a/src/i18n/locales/zh-CN/mdm.json +++ b/src/i18n/locales/zh-CN/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "验证失败" } } diff --git a/src/i18n/locales/zh-TW/embeddings.json b/src/i18n/locales/zh-TW/embeddings.json index f3077ec41a..757ab2b4dd 100644 --- a/src/i18n/locales/zh-TW/embeddings.json +++ b/src/i18n/locales/zh-TW/embeddings.json @@ -63,6 +63,6 @@ "indexingRequiresWorkspace": "索引需要開啟的工作區資料夾" }, "openai": { - "invalidResponseFormat": "Invalid response format from OpenAI API" + "invalidResponseFormat": "OpenAI API 回應格式無效" } } diff --git a/src/i18n/locales/zh-TW/mdm.json b/src/i18n/locales/zh-TW/mdm.json index 7a26f0f41f..71fcf3b9b4 100644 --- a/src/i18n/locales/zh-TW/mdm.json +++ b/src/i18n/locales/zh-TW/mdm.json @@ -2,6 +2,6 @@ "errors": { "cloud_auth_required": "Cloud authentication required", "organization_mismatch": "Organization mismatch detected", - "verification_failed": "Verification failed" + "verification_failed": "驗證失敗" } } diff --git a/webview-ui/src/i18n/locales/ca/common.json b/webview-ui/src/i18n/locales/ca/common.json index 37cbe95ff6..e62c5fc1f3 100644 --- a/webview-ui/src/i18n/locales/ca/common.json +++ b/webview-ui/src/i18n/locales/ca/common.json @@ -85,7 +85,7 @@ "years_ago": "fa {{count}} anys" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Límit de línies especificat no vàlid", + "invalid_character_limit": "Límit de caràcters especificat no vàlid" } } diff --git a/webview-ui/src/i18n/locales/de/common.json b/webview-ui/src/i18n/locales/de/common.json index 6fc12eea14..04bba05851 100644 --- a/webview-ui/src/i18n/locales/de/common.json +++ b/webview-ui/src/i18n/locales/de/common.json @@ -85,7 +85,7 @@ "years_ago": "vor {{count}} Jahren" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Ungültiges Zeilenlimit angegeben", + "invalid_character_limit": "Ungültiges Zeichenlimit angegeben" } } diff --git a/webview-ui/src/i18n/locales/es/common.json b/webview-ui/src/i18n/locales/es/common.json index a9a538fd9f..f64b669d2d 100644 --- a/webview-ui/src/i18n/locales/es/common.json +++ b/webview-ui/src/i18n/locales/es/common.json @@ -85,7 +85,7 @@ "years_ago": "hace {{count}} años" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Límite de líneas especificado no válido", + "invalid_character_limit": "Límite de caracteres especificado no válido" } } diff --git a/webview-ui/src/i18n/locales/fr/common.json b/webview-ui/src/i18n/locales/fr/common.json index 58cfc33951..0e7161682f 100644 --- a/webview-ui/src/i18n/locales/fr/common.json +++ b/webview-ui/src/i18n/locales/fr/common.json @@ -85,7 +85,7 @@ "years_ago": "il y a {{count}} ans" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Limite de lignes spécifiée non valide", + "invalid_character_limit": "Limite de caractères spécifiée non valide" } } diff --git a/webview-ui/src/i18n/locales/hi/common.json b/webview-ui/src/i18n/locales/hi/common.json index 1cce71de28..a2c9f2473b 100644 --- a/webview-ui/src/i18n/locales/hi/common.json +++ b/webview-ui/src/i18n/locales/hi/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}} साल पहले" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "अमान्य लाइन सीमा निर्दिष्ट", + "invalid_character_limit": "अमान्य वर्ण सीमा निर्दिष्ट" } } diff --git a/webview-ui/src/i18n/locales/id/common.json b/webview-ui/src/i18n/locales/id/common.json index 5cf409293a..d974920108 100644 --- a/webview-ui/src/i18n/locales/id/common.json +++ b/webview-ui/src/i18n/locales/id/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}} tahun yang lalu" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Batas baris yang ditentukan tidak valid", + "invalid_character_limit": "Batas karakter yang ditentukan tidak valid" } } diff --git a/webview-ui/src/i18n/locales/it/common.json b/webview-ui/src/i18n/locales/it/common.json index a84621922b..427069a87e 100644 --- a/webview-ui/src/i18n/locales/it/common.json +++ b/webview-ui/src/i18n/locales/it/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}} anni fa" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Limite di righe specificato non valido", + "invalid_character_limit": "Limite di caratteri specificato non valido" } } diff --git a/webview-ui/src/i18n/locales/ja/common.json b/webview-ui/src/i18n/locales/ja/common.json index 4559295a87..f805d2fe50 100644 --- a/webview-ui/src/i18n/locales/ja/common.json +++ b/webview-ui/src/i18n/locales/ja/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}}年前" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "無効な行制限が指定されました", + "invalid_character_limit": "無効な文字制限が指定されました" } } diff --git a/webview-ui/src/i18n/locales/ko/common.json b/webview-ui/src/i18n/locales/ko/common.json index 3ce559bcde..aa39012844 100644 --- a/webview-ui/src/i18n/locales/ko/common.json +++ b/webview-ui/src/i18n/locales/ko/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}}년 전" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "잘못된 줄 제한이 지정되었습니다", + "invalid_character_limit": "잘못된 문자 제한이 지정되었습니다" } } diff --git a/webview-ui/src/i18n/locales/nl/common.json b/webview-ui/src/i18n/locales/nl/common.json index 6130af236a..f027c6d000 100644 --- a/webview-ui/src/i18n/locales/nl/common.json +++ b/webview-ui/src/i18n/locales/nl/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}} jaar geleden" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Ongeldige regellimiet opgegeven", + "invalid_character_limit": "Ongeldige tekenlimiet opgegeven" } } diff --git a/webview-ui/src/i18n/locales/pl/common.json b/webview-ui/src/i18n/locales/pl/common.json index 46dd9e197e..eb1a952086 100644 --- a/webview-ui/src/i18n/locales/pl/common.json +++ b/webview-ui/src/i18n/locales/pl/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}} lat temu" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Określono nieprawidłowy limit linii", + "invalid_character_limit": "Określono nieprawidłowy limit znaków" } } diff --git a/webview-ui/src/i18n/locales/pt-BR/common.json b/webview-ui/src/i18n/locales/pt-BR/common.json index b9c7dc71d5..5564bac4be 100644 --- a/webview-ui/src/i18n/locales/pt-BR/common.json +++ b/webview-ui/src/i18n/locales/pt-BR/common.json @@ -85,7 +85,7 @@ "years_ago": "há {{count}} anos" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Limite de linhas especificado inválido", + "invalid_character_limit": "Limite de caracteres especificado inválido" } } diff --git a/webview-ui/src/i18n/locales/ru/common.json b/webview-ui/src/i18n/locales/ru/common.json index 211ab85b68..10c49f4ed5 100644 --- a/webview-ui/src/i18n/locales/ru/common.json +++ b/webview-ui/src/i18n/locales/ru/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}} лет назад" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Указан недопустимый лимит строк", + "invalid_character_limit": "Указан недопустимый лимит символов" } } diff --git a/webview-ui/src/i18n/locales/tr/common.json b/webview-ui/src/i18n/locales/tr/common.json index 17a82a73c1..aac4fb501d 100644 --- a/webview-ui/src/i18n/locales/tr/common.json +++ b/webview-ui/src/i18n/locales/tr/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}} yıl önce" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Geçersiz satır sınırı belirtildi", + "invalid_character_limit": "Geçersiz karakter sınırı belirtildi" } } diff --git a/webview-ui/src/i18n/locales/vi/common.json b/webview-ui/src/i18n/locales/vi/common.json index bbbe062641..9871aff056 100644 --- a/webview-ui/src/i18n/locales/vi/common.json +++ b/webview-ui/src/i18n/locales/vi/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}} năm trước" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "Giới hạn dòng được chỉ định không hợp lệ", + "invalid_character_limit": "Giới hạn ký tự được chỉ định không hợp lệ" } } diff --git a/webview-ui/src/i18n/locales/zh-CN/common.json b/webview-ui/src/i18n/locales/zh-CN/common.json index e22ec4405c..e76e700132 100644 --- a/webview-ui/src/i18n/locales/zh-CN/common.json +++ b/webview-ui/src/i18n/locales/zh-CN/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}}年前" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "指定的行限制无效", + "invalid_character_limit": "指定的字符限制无效" } } diff --git a/webview-ui/src/i18n/locales/zh-TW/common.json b/webview-ui/src/i18n/locales/zh-TW/common.json index e248163869..6352140b30 100644 --- a/webview-ui/src/i18n/locales/zh-TW/common.json +++ b/webview-ui/src/i18n/locales/zh-TW/common.json @@ -85,7 +85,7 @@ "years_ago": "{{count}}年前" }, "errors": { - "invalid_line_limit": "Invalid line limit specified", - "invalid_character_limit": "Invalid character limit specified" + "invalid_line_limit": "指定的行限制無效", + "invalid_character_limit": "指定的字符限制無效" } }