feat(i18n): add missing translations for all locales

- Added 1,513 missing translations across 17 locales
- Created missing files: mdm.json, execution.json, tokens.json
- Updated existing translation files with missing keys
- All translations now complete (find-missing-translations.js exits with 0)
This commit is contained in:
Sannidhya Sah 2025-08-08 09:16:50 +05:30
parent efca480157
commit fb1f0b8de8
153 changed files with 3145 additions and 102 deletions

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Ha fallat durant l'escaneig inicial: {{errorMessage}}",
"unknownError": "Error desconegut",
"indexingRequiresWorkspace": "Indexació requereix una carpeta de workspace oberta"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Format de configuració MCP no vàlid: {{errorMessages}}",
"create_json": "Ha fallat la creació o obertura de .roo/mcp.json: {{error}}",
"failed_update_project": "Ha fallat l'actualització dels servidors MCP del projecte",
"invalidJsonArgument": "Roo ha intentat utilitzar {{toolName}} amb un argument JSON no vàlid. Tornant a intentar..."
"invalidJsonArgument": "Roo ha intentat utilitzar {{toolName}} amb un argument JSON no vàlid. Tornant a intentar...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "Reiniciant el servidor MCP {{serverName}}...",

7
src/i18n/locales/ca/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Fehler während des ersten Scans: {{errorMessage}}",
"unknownError": "Unbekannter Fehler",
"indexingRequiresWorkspace": "Indexierung erfordert einen offenen Workspace-Ordner"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Ungültiges MCP-Einstellungen-Format: {{errorMessages}}",
"create_json": "Fehler beim Erstellen oder Öffnen von .roo/mcp.json: {{error}}",
"failed_update_project": "Fehler beim Aktualisieren der Projekt-MCP-Server",
"invalidJsonArgument": "Roo hat versucht, {{toolName}} mit einem ungültigen JSON-Argument zu verwenden. Wiederhole..."
"invalidJsonArgument": "Roo hat versucht, {{toolName}} mit einem ungültigen JSON-Argument zu verwenden. Wiederhole...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "MCP-Server {{serverName}} wird neu gestartet...",

7
src/i18n/locales/de/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Falló durante el escaneo inicial: {{errorMessage}}",
"unknownError": "Error desconocido",
"indexingRequiresWorkspace": "La indexación requiere una carpeta de workspace abierta"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Formato de configuración MCP no válido: {{errorMessages}}",
"create_json": "Error al crear o abrir .roo/mcp.json: {{error}}",
"failed_update_project": "Error al actualizar los servidores MCP del proyecto",
"invalidJsonArgument": "Roo intentó usar {{toolName}} con un argumento JSON no válido. Reintentando..."
"invalidJsonArgument": "Roo intentó usar {{toolName}} con un argumento JSON no válido. Reintentando...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "Reiniciando el servidor MCP {{serverName}}...",

7
src/i18n/locales/es/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Échec lors du scan initial : {{errorMessage}}",
"unknownError": "Erreur inconnue",
"indexingRequiresWorkspace": "L'indexation nécessite l'ouverture d'un dossier workspace"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Format de paramètres MCP invalide : {{errorMessages}}",
"create_json": "Échec de la création ou de l'ouverture de .roo/mcp.json : {{error}}",
"failed_update_project": "Échec de la mise à jour des serveurs MCP du projet",
"invalidJsonArgument": "Roo a essayé d'utiliser {{toolName}} avec un argument JSON invalide. Nouvelle tentative..."
"invalidJsonArgument": "Roo a essayé d'utiliser {{toolName}} avec un argument JSON invalide. Nouvelle tentative...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "Redémarrage du serveur MCP {{serverName}}...",

7
src/i18n/locales/fr/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "प्रारंभिक स्कैन के दौरान असफल: {{errorMessage}}",
"unknownError": "अज्ञात त्रुटि",
"indexingRequiresWorkspace": "इंडेक्सिंग के लिए एक खुला वर्कस्पेस फ़ोल्डर आवश्यक है"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "अमान्य MCP सेटिंग्स फॉर्मेट: {{errorMessages}}",
"create_json": ".roo/mcp.json बनाने या खोलने में विफल: {{error}}",
"failed_update_project": "प्रोजेक्ट MCP सर्वर अपडेट करने में विफल",
"invalidJsonArgument": "Roo ने {{toolName}} को अमान्य JSON आर्गुमेंट के साथ उपयोग करने की कोशिश की। फिर से कोशिश कर रहा है..."
"invalidJsonArgument": "Roo ने {{toolName}} को अमान्य JSON आर्गुमेंट के साथ उपयोग करने की कोशिश की। फिर से कोशिश कर रहा है...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "{{serverName}} MCP सर्वर पुनः प्रारंभ हो रहा है...",

7
src/i18n/locales/hi/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Gagal selama pemindaian awal: {{errorMessage}}",
"unknownError": "Kesalahan tidak diketahui",
"indexingRequiresWorkspace": "Pengindeksan memerlukan folder workspace yang terbuka"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Format pengaturan MCP tidak valid: {{errorMessages}}",
"create_json": "Gagal membuat atau membuka .roo/mcp.json: {{error}}",
"failed_update_project": "Gagal memperbarui server MCP proyek",
"invalidJsonArgument": "Roo mencoba menggunakan {{toolName}} dengan argumen JSON yang tidak valid. Mencoba lagi..."
"invalidJsonArgument": "Roo mencoba menggunakan {{toolName}} dengan argumen JSON yang tidak valid. Mencoba lagi...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "Merestart server MCP {{serverName}}...",

7
src/i18n/locales/id/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Fallito durante la scansione iniziale: {{errorMessage}}",
"unknownError": "Errore sconosciuto",
"indexingRequiresWorkspace": "L'indicizzazione richiede una cartella di workspace aperta"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Formato delle impostazioni MCP non valido: {{errorMessages}}",
"create_json": "Impossibile creare o aprire .roo/mcp.json: {{error}}",
"failed_update_project": "Errore durante l'aggiornamento dei server MCP del progetto",
"invalidJsonArgument": "Roo ha tentato di usare {{toolName}} con un argomento JSON non valido. Riprovo..."
"invalidJsonArgument": "Roo ha tentato di usare {{toolName}} con un argomento JSON non valido. Riprovo...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "Riavvio del server MCP {{serverName}}...",

7
src/i18n/locales/it/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "初期スキャン中に失敗しました:{{errorMessage}}",
"unknownError": "不明なエラー",
"indexingRequiresWorkspace": "インデックス作成には、開かれたワークスペースフォルダーが必要です"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "MCP設定フォーマットが無効です{{errorMessages}}",
"create_json": ".roo/mcp.jsonの作成または開くことに失敗しました{{error}}",
"failed_update_project": "プロジェクトMCPサーバーの更新に失敗しました",
"invalidJsonArgument": "Rooが無効なJSON引数で{{toolName}}を使用しようとしました。再試行中..."
"invalidJsonArgument": "Rooが無効なJSON引数で{{toolName}}を使用しようとしました。再試行中...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "MCPサーバー{{serverName}}を再起動中...",

7
src/i18n/locales/ja/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "초기 스캔 중 실패: {{errorMessage}}",
"unknownError": "알 수 없는 오류",
"indexingRequiresWorkspace": "인덱싱에는 열린 워크스페이스 폴더가 필요합니다"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "잘못된 MCP 설정 형식: {{errorMessages}}",
"create_json": ".roo/mcp.json 생성 또는 열기 실패: {{error}}",
"failed_update_project": "프로젝트 MCP 서버 업데이트에 실패했습니다",
"invalidJsonArgument": "Roo가 유효하지 않은 JSON 인자로 {{toolName}}을(를) 사용하려고 했습니다. 다시 시도 중..."
"invalidJsonArgument": "Roo가 유효하지 않은 JSON 인자로 {{toolName}}을(를) 사용하려고 했습니다. 다시 시도 중...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "{{serverName}} MCP 서버를 재시작하는 중...",

7
src/i18n/locales/ko/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Mislukt tijdens initiële scan: {{errorMessage}}",
"unknownError": "Onbekende fout",
"indexingRequiresWorkspace": "Indexering vereist een geopende workspace map"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Ongeldig MCP-instellingenformaat: {{errorMessages}}",
"create_json": "Aanmaken of openen van .roo/mcp.json mislukt: {{error}}",
"failed_update_project": "Bijwerken van project MCP-servers mislukt",
"invalidJsonArgument": "Roo probeerde {{toolName}} te gebruiken met een ongeldig JSON-argument. Opnieuw proberen..."
"invalidJsonArgument": "Roo probeerde {{toolName}} te gebruiken met een ongeldig JSON-argument. Opnieuw proberen...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "{{serverName}} MCP-server wordt opnieuw gestart...",

7
src/i18n/locales/nl/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Niepowodzenie podczas początkowego skanowania: {{errorMessage}}",
"unknownError": "Nieznany błąd",
"indexingRequiresWorkspace": "Indeksowanie wymaga otwartego folderu workspace"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Nieprawidłowy format ustawień MCP: {{errorMessages}}",
"create_json": "Nie udało się utworzyć lub otworzyć .roo/mcp.json: {{error}}",
"failed_update_project": "Nie udało się zaktualizować serwerów MCP projektu",
"invalidJsonArgument": "Roo próbował użyć {{toolName}} z nieprawidłowym argumentem JSON. Ponawianie..."
"invalidJsonArgument": "Roo próbował użyć {{toolName}} z nieprawidłowym argumentem JSON. Ponawianie...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "Ponowne uruchamianie serwera MCP {{serverName}}...",

7
src/i18n/locales/pl/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Falhou durante a varredura inicial: {{errorMessage}}",
"unknownError": "Erro desconhecido",
"indexingRequiresWorkspace": "A indexação requer uma pasta de workspace aberta"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Formato de configurações MCP inválido: {{errorMessages}}",
"create_json": "Falha ao criar ou abrir .roo/mcp.json: {{error}}",
"failed_update_project": "Falha ao atualizar os servidores MCP do projeto",
"invalidJsonArgument": "Roo tentou usar {{toolName}} com um argumento JSON inválido. Tentando novamente..."
"invalidJsonArgument": "Roo tentou usar {{toolName}} com um argumento JSON inválido. Tentando novamente...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "Reiniciando o servidor MCP {{serverName}}...",

7
src/i18n/locales/pt-BR/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Ошибка во время первоначального сканирования: {{errorMessage}}",
"unknownError": "Неизвестная ошибка",
"indexingRequiresWorkspace": "Для индексации требуется открытая папка рабочего пространства"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Неверный формат настроек MCP: {{errorMessages}}",
"create_json": "Не удалось создать или открыть .roo/mcp.json: {{error}}",
"failed_update_project": "Не удалось обновить серверы проекта MCP",
"invalidJsonArgument": "Roo попытался использовать {{toolName}} с недопустимым JSON-аргументом. Повторная попытка..."
"invalidJsonArgument": "Roo попытался использовать {{toolName}} с недопустимым JSON-аргументом. Повторная попытка...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "Перезапуск сервера MCP {{serverName}}...",

7
src/i18n/locales/ru/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "İlk tarama sırasında başarısız: {{errorMessage}}",
"unknownError": "Bilinmeyen hata",
"indexingRequiresWorkspace": "İndeksleme açık bir workspace klasörü gerektirir"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Geçersiz MCP ayarları formatı: {{errorMessages}}",
"create_json": ".roo/mcp.json oluşturulamadı veya açılamadı: {{error}}",
"failed_update_project": "Proje MCP sunucuları güncellenemedi",
"invalidJsonArgument": "Roo, {{toolName}} aracını geçersiz bir JSON argümanıyla kullanmaya çalıştı. Tekrar deneniyor..."
"invalidJsonArgument": "Roo, {{toolName}} aracını geçersiz bir JSON argümanıyla kullanmaya çalıştı. Tekrar deneniyor...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "{{serverName}} MCP sunucusu yeniden başlatılıyor...",

7
src/i18n/locales/tr/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "Thất bại trong quá trình quét ban đầu: {{errorMessage}}",
"unknownError": "Lỗi không xác định",
"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"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "Định dạng cài đặt MCP không hợp lệ: {{errorMessages}}",
"create_json": "Không thể tạo hoặc mở .roo/mcp.json: {{error}}",
"failed_update_project": "Không thể cập nhật máy chủ MCP của dự án",
"invalidJsonArgument": "Roo đã cố gắng sử dụng {{toolName}} với tham số JSON không hợp lệ. Đang thử lại..."
"invalidJsonArgument": "Roo đã cố gắng sử dụng {{toolName}} với tham số JSON không hợp lệ. Đang thử lại...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "Đang khởi động lại máy chủ MCP {{serverName}}...",

7
src/i18n/locales/vi/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "初始扫描失败:{{errorMessage}}",
"unknownError": "未知错误",
"indexingRequiresWorkspace": "索引需要打开的工作区文件夹"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "MCP设置格式无效{{errorMessages}}",
"create_json": "创建或打开 .roo/mcp.json 失败:{{error}}",
"failed_update_project": "更新项目MCP服务器失败",
"invalidJsonArgument": "Roo 尝试使用无效的 JSON 参数调用 {{toolName}}。正在重试..."
"invalidJsonArgument": "Roo 尝试使用无效的 JSON 参数调用 {{toolName}}。正在重试...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "正在重启{{serverName}}MCP服务器...",

7
src/i18n/locales/zh-CN/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -61,5 +61,8 @@
"failedDuringInitialScan": "初始掃描失敗:{{errorMessage}}",
"unknownError": "未知錯誤",
"indexingRequiresWorkspace": "索引需要開啟的工作區資料夾"
},
"openai": {
"invalidResponseFormat": "Invalid response format from OpenAI API"
}
}

View file

@ -5,7 +5,9 @@
"invalid_settings_validation": "MCP 設定格式無效:{{errorMessages}}",
"create_json": "建立或開啟 .roo/mcp.json 失敗:{{error}}",
"failed_update_project": "更新專案 MCP 伺服器失敗",
"invalidJsonArgument": "Roo 嘗試使用無效的 JSON 參數呼叫 {{toolName}}。正在重試..."
"invalidJsonArgument": "Roo 嘗試使用無效的 JSON 參數呼叫 {{toolName}}。正在重試...",
"refresh_after_disable": "Failed to refresh after disabling server",
"refresh_after_enable": "Failed to refresh after enabling server"
},
"info": {
"server_restarting": "正在重啟{{serverName}}MCP 伺服器...",

7
src/i18n/locales/zh-TW/mdm.json generated Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"cloud_auth_required": "Cloud authentication required",
"organization_mismatch": "Organization mismatch detected",
"verification_failed": "Verification failed"
}
}

View file

@ -22,7 +22,9 @@
"connectToCloudDescription": "Inicia sessió a Roo Code Cloud per compartir tasques",
"sharingDisabledByOrganization": "Compartició deshabilitada per l'organització",
"shareSuccessOrganization": "Enllaç d'organització copiat al porta-retalls",
"shareSuccessPublic": "Enllaç públic copiat al porta-retalls"
"shareSuccessPublic": "Enllaç públic copiat al porta-retalls",
"collapse": "Collapse task",
"expand": "Expand task"
},
"unpin": "Desfixar",
"pin": "Fixar",
@ -326,7 +328,8 @@
"wantsToSearchWithPath": "Roo vol cercar a la base de codi <code>{{query}}</code> a <code>{{path}}</code>:",
"didSearch_one": "S'ha trobat 1 resultat",
"didSearch_other": "S'han trobat {{count}} resultats",
"resultTooltip": "Puntuació de similitud: {{score}} (fes clic per obrir el fitxer)"
"resultTooltip": "Puntuació de similitud: {{score}} (fes clic per obrir el fitxer)",
"didSearch": "Searched codebase"
},
"read-batch": {
"approve": {

View file

@ -83,5 +83,9 @@
"months_ago": "fa {{count}} mesos",
"year_ago": "fa un any",
"years_ago": "fa {{count}} anys"
},
"errors": {
"invalid_line_limit": "Invalid line limit specified",
"invalid_character_limit": "Invalid character limit specified"
}
}

View file

@ -0,0 +1,5 @@
{
"running": "Running",
"completed": "Completed",
"error": "Error"
}

View file

@ -250,7 +250,8 @@
"hint": "Si us plau, torneu a obrir la configuració per veure els models més recents.",
"loading": "Actualitzant la llista de models...",
"success": "Llista de models actualitzada correctament!",
"error": "No s'ha pogut actualitzar la llista de models. Si us plau, torneu-ho a provar."
"error": "No s'ha pogut actualitzar la llista de models. Si us plau, torneu-ho a provar.",
"missingConfig": "Missing configuration. Please provide API key and base URL."
},
"getRequestyApiKey": "Obtenir clau API de Requesty",
"openRouterTransformsText": "Comprimir prompts i cadenes de missatges a la mida del context (<a>Transformacions d'OpenRouter</a>)",
@ -696,6 +697,78 @@
"ASSISTANT_MESSAGE_PARSER": {
"name": "Utilitza el nou analitzador de missatges",
"description": "Activa l'analitzador de missatges en streaming experimental que millora el rendiment en respostes llargues processant els missatges de manera més eficient."
},
"alwaysAllowEditMode": {
"name": "Always Allow Edit Mode",
"description": "Allow editing in all modes without restrictions"
},
"alwaysAllowWriteOnly": {
"name": "Always Allow Write Only",
"description": "Allow write-only operations without confirmation"
},
"autoApproveReadOnly": {
"name": "Auto-Approve Read Only",
"description": "Automatically approve read-only operations"
},
"codebaseIndexer": {
"name": "Codebase Indexer",
"description": "Enable codebase indexing for semantic search"
},
"contextOptimization": {
"name": "Context Optimization",
"description": "Optimize context window usage"
},
"customModes": {
"name": "Custom Modes",
"description": "Enable custom mode creation and management"
},
"debugMode": {
"name": "Debug Mode",
"description": "Enable debug mode for troubleshooting"
},
"diffStrategy": {
"name": "Diff Strategy",
"description": "Configure diff application strategy"
},
"mcpServers": {
"name": "MCP Servers",
"description": "Enable Model Context Protocol servers"
},
"preferredLanguage": {
"name": "Preferred Language",
"description": "Set preferred language for responses"
},
"showAskMode": {
"name": "Show Ask Mode",
"description": "Display Ask mode in mode selector"
},
"showDebugMode": {
"name": "Show Debug Mode",
"description": "Display Debug mode in mode selector"
},
"showDesignEngineerMode": {
"name": "Show Design Engineer Mode",
"description": "Display Design Engineer mode in mode selector"
},
"showDocsExtractorMode": {
"name": "Show Docs Extractor Mode",
"description": "Display Docs Extractor mode in mode selector"
},
"showIntegrationTesterMode": {
"name": "Show Integration Tester Mode",
"description": "Display Integration Tester mode in mode selector"
},
"showIssueFixer": {
"name": "Show Issue Fixer",
"description": "Display Issue Fixer mode in mode selector"
},
"showIssueInvestigatorMode": {
"name": "Show Issue Investigator Mode",
"description": "Display Issue Investigator mode in mode selector"
},
"showIssueWriterMode": {
"name": "Show Issue Writer Mode",
"description": "Display Issue Writer mode in mode selector"
}
},
"promptCaching": {
@ -806,5 +879,79 @@
"includeMaxOutputTokensDescription": "Enviar el paràmetre de tokens màxims de sortida a les sol·licituds API. Alguns proveïdors poden no admetre això.",
"limitMaxTokensDescription": "Limitar el nombre màxim de tokens en la resposta",
"maxOutputTokensLabel": "Tokens màxims de sortida",
"maxTokensGenerateDescription": "Tokens màxims a generar en la resposta"
"maxTokensGenerateDescription": "Tokens màxims a generar en la resposta",
"apiKeys": {
"anthropic": {
"name": "Anthropic",
"description": "Configure Anthropic Claude API settings"
},
"bedrock": {
"name": "Amazon Bedrock",
"description": "Configure AWS Bedrock for Claude models"
},
"deepseek": {
"name": "DeepSeek",
"description": "Configure DeepSeek API settings"
},
"gemini": {
"name": "Google Gemini",
"description": "Configure Google Gemini API settings"
},
"glhf": {
"name": "GLHF",
"description": "Configure GLHF API settings"
},
"grok": {
"name": "Grok",
"description": "Configure xAI Grok API settings"
},
"groq": {
"name": "Groq",
"description": "Configure Groq API settings"
},
"hyperbolic": {
"name": "Hyperbolic",
"description": "Configure Hyperbolic API settings"
},
"lmstudio": {
"name": "LM Studio",
"description": "Configure local LM Studio server"
},
"mistral": {
"name": "Mistral",
"description": "Configure Mistral API settings"
},
"ollama": {
"name": "Ollama",
"description": "Configure local Ollama server"
},
"openai": {
"name": "OpenAI",
"description": "Configure OpenAI API settings"
},
"openrouter": {
"name": "OpenRouter",
"description": "Configure OpenRouter API gateway"
},
"sambanova": {
"name": "SambaNova",
"description": "Configure SambaNova API settings"
},
"together": {
"name": "Together AI",
"description": "Configure Together AI API settings"
},
"vscode-openai": {
"name": "VS Code OpenAI",
"description": "Configure VS Code OpenAI integration"
},
"xai": {
"name": "xAI",
"description": "Configure xAI API settings"
}
},
"customInstructions": {
"name": "Custom Instructions",
"description": "Provide custom instructions for the AI assistant"
}
}

View file

@ -0,0 +1,3 @@
{
"tokens": "tokens"
}

View file

@ -23,5 +23,10 @@
"allow": "Permetre",
"deny": "Denegar"
},
"importSettings": "Importar configuració"
"importSettings": "Importar configuració",
"rooCloudCTA": {
"title": "Join Roo Cloud",
"description": "Get access to cloud features and enhanced capabilities",
"joinWaitlist": "Join Waitlist"
}
}

View file

@ -22,7 +22,9 @@
"connectToCloudDescription": "Melde dich bei Roo Code Cloud an, um Aufgaben zu teilen",
"sharingDisabledByOrganization": "Freigabe von der Organisation deaktiviert",
"shareSuccessOrganization": "Organisationslink in die Zwischenablage kopiert",
"shareSuccessPublic": "Öffentlicher Link in die Zwischenablage kopiert"
"shareSuccessPublic": "Öffentlicher Link in die Zwischenablage kopiert",
"collapse": "Collapse task",
"expand": "Expand task"
},
"unpin": "Lösen von oben",
"pin": "Anheften",
@ -326,7 +328,8 @@
"wantsToSearchWithPath": "Roo möchte den Codebase nach <code>{{query}}</code> in <code>{{path}}</code> durchsuchen:",
"didSearch_one": "1 Ergebnis gefunden",
"didSearch_other": "{{count}} Ergebnisse gefunden",
"resultTooltip": "Ähnlichkeitswert: {{score}} (klicken zum Öffnen der Datei)"
"resultTooltip": "Ähnlichkeitswert: {{score}} (klicken zum Öffnen der Datei)",
"didSearch": "Searched codebase"
},
"read-batch": {
"approve": {

View file

@ -83,5 +83,9 @@
"months_ago": "vor {{count}} Monaten",
"year_ago": "vor einem Jahr",
"years_ago": "vor {{count}} Jahren"
},
"errors": {
"invalid_line_limit": "Invalid line limit specified",
"invalid_character_limit": "Invalid character limit specified"
}
}

View file

@ -0,0 +1,5 @@
{
"running": "Running",
"completed": "Completed",
"error": "Error"
}

View file

@ -252,7 +252,8 @@
"hint": "Bitte öffne die Einstellungen erneut, um die neuesten Modelle zu sehen.",
"loading": "Modellliste wird aktualisiert...",
"success": "Modellliste erfolgreich aktualisiert!",
"error": "Fehler beim Aktualisieren der Modellliste. Bitte versuche es erneut."
"error": "Fehler beim Aktualisieren der Modellliste. Bitte versuche es erneut.",
"missingConfig": "Missing configuration. Please provide API key and base URL."
},
"getRequestyApiKey": "Requesty API-Schlüssel erhalten",
"openRouterTransformsText": "Prompts und Nachrichtenketten auf Kontextgröße komprimieren (<a>OpenRouter Transformationen</a>)",
@ -696,6 +697,78 @@
"ASSISTANT_MESSAGE_PARSER": {
"name": "Neuen Nachrichtenparser verwenden",
"description": "Aktiviere den experimentellen Streaming-Nachrichtenparser, der lange Antworten durch effizientere Verarbeitung spürbar schneller macht."
},
"alwaysAllowEditMode": {
"name": "Always Allow Edit Mode",
"description": "Allow editing in all modes without restrictions"
},
"alwaysAllowWriteOnly": {
"name": "Always Allow Write Only",
"description": "Allow write-only operations without confirmation"
},
"autoApproveReadOnly": {
"name": "Auto-Approve Read Only",
"description": "Automatically approve read-only operations"
},
"codebaseIndexer": {
"name": "Codebase Indexer",
"description": "Enable codebase indexing for semantic search"
},
"contextOptimization": {
"name": "Context Optimization",
"description": "Optimize context window usage"
},
"customModes": {
"name": "Custom Modes",
"description": "Enable custom mode creation and management"
},
"debugMode": {
"name": "Debug Mode",
"description": "Enable debug mode for troubleshooting"
},
"diffStrategy": {
"name": "Diff Strategy",
"description": "Configure diff application strategy"
},
"mcpServers": {
"name": "MCP Servers",
"description": "Enable Model Context Protocol servers"
},
"preferredLanguage": {
"name": "Preferred Language",
"description": "Set preferred language for responses"
},
"showAskMode": {
"name": "Show Ask Mode",
"description": "Display Ask mode in mode selector"
},
"showDebugMode": {
"name": "Show Debug Mode",
"description": "Display Debug mode in mode selector"
},
"showDesignEngineerMode": {
"name": "Show Design Engineer Mode",
"description": "Display Design Engineer mode in mode selector"
},
"showDocsExtractorMode": {
"name": "Show Docs Extractor Mode",
"description": "Display Docs Extractor mode in mode selector"
},
"showIntegrationTesterMode": {
"name": "Show Integration Tester Mode",
"description": "Display Integration Tester mode in mode selector"
},
"showIssueFixer": {
"name": "Show Issue Fixer",
"description": "Display Issue Fixer mode in mode selector"
},
"showIssueInvestigatorMode": {
"name": "Show Issue Investigator Mode",
"description": "Display Issue Investigator mode in mode selector"
},
"showIssueWriterMode": {
"name": "Show Issue Writer Mode",
"description": "Display Issue Writer mode in mode selector"
}
},
"promptCaching": {
@ -806,5 +879,79 @@
"includeMaxOutputTokensDescription": "Senden Sie den Parameter für maximale Ausgabe-Tokens in API-Anfragen. Einige Anbieter unterstützen dies möglicherweise nicht.",
"limitMaxTokensDescription": "Begrenze die maximale Anzahl von Tokens in der Antwort",
"maxOutputTokensLabel": "Maximale Ausgabe-Tokens",
"maxTokensGenerateDescription": "Maximale Tokens, die in der Antwort generiert werden"
"maxTokensGenerateDescription": "Maximale Tokens, die in der Antwort generiert werden",
"apiKeys": {
"anthropic": {
"name": "Anthropic",
"description": "Configure Anthropic Claude API settings"
},
"bedrock": {
"name": "Amazon Bedrock",
"description": "Configure AWS Bedrock for Claude models"
},
"deepseek": {
"name": "DeepSeek",
"description": "Configure DeepSeek API settings"
},
"gemini": {
"name": "Google Gemini",
"description": "Configure Google Gemini API settings"
},
"glhf": {
"name": "GLHF",
"description": "Configure GLHF API settings"
},
"grok": {
"name": "Grok",
"description": "Configure xAI Grok API settings"
},
"groq": {
"name": "Groq",
"description": "Configure Groq API settings"
},
"hyperbolic": {
"name": "Hyperbolic",
"description": "Configure Hyperbolic API settings"
},
"lmstudio": {
"name": "LM Studio",
"description": "Configure local LM Studio server"
},
"mistral": {
"name": "Mistral",
"description": "Configure Mistral API settings"
},
"ollama": {
"name": "Ollama",
"description": "Configure local Ollama server"
},
"openai": {
"name": "OpenAI",
"description": "Configure OpenAI API settings"
},
"openrouter": {
"name": "OpenRouter",
"description": "Configure OpenRouter API gateway"
},
"sambanova": {
"name": "SambaNova",
"description": "Configure SambaNova API settings"
},
"together": {
"name": "Together AI",
"description": "Configure Together AI API settings"
},
"vscode-openai": {
"name": "VS Code OpenAI",
"description": "Configure VS Code OpenAI integration"
},
"xai": {
"name": "xAI",
"description": "Configure xAI API settings"
}
},
"customInstructions": {
"name": "Custom Instructions",
"description": "Provide custom instructions for the AI assistant"
}
}

View file

@ -0,0 +1,3 @@
{
"tokens": "tokens"
}

View file

@ -23,5 +23,10 @@
"allow": "Erlauben",
"deny": "Ablehnen"
},
"importSettings": "Einstellungen importieren"
"importSettings": "Einstellungen importieren",
"rooCloudCTA": {
"title": "Join Roo Cloud",
"description": "Get access to cloud features and enhanced capabilities",
"joinWaitlist": "Join Waitlist"
}
}

View file

@ -22,7 +22,9 @@
"connectToCloudDescription": "Inicia sesión en Roo Code Cloud para compartir tareas",
"sharingDisabledByOrganization": "Compartir deshabilitado por la organización",
"shareSuccessOrganization": "Enlace de organización copiado al portapapeles",
"shareSuccessPublic": "Enlace público copiado al portapapeles"
"shareSuccessPublic": "Enlace público copiado al portapapeles",
"collapse": "Collapse task",
"expand": "Expand task"
},
"unpin": "Desfijar",
"pin": "Fijar",
@ -326,7 +328,8 @@
"wantsToSearchWithPath": "Roo quiere buscar en la base de código <code>{{query}}</code> en <code>{{path}}</code>:",
"didSearch_one": "Se encontró 1 resultado",
"didSearch_other": "Se encontraron {{count}} resultados",
"resultTooltip": "Puntuación de similitud: {{score}} (haz clic para abrir el archivo)"
"resultTooltip": "Puntuación de similitud: {{score}} (haz clic para abrir el archivo)",
"didSearch": "Searched codebase"
},
"read-batch": {
"approve": {

View file

@ -83,5 +83,9 @@
"months_ago": "hace {{count}} meses",
"year_ago": "hace un año",
"years_ago": "hace {{count}} años"
},
"errors": {
"invalid_line_limit": "Invalid line limit specified",
"invalid_character_limit": "Invalid character limit specified"
}
}

View file

@ -0,0 +1,5 @@
{
"running": "Running",
"completed": "Completed",
"error": "Error"
}

View file

@ -250,7 +250,8 @@
"hint": "Por favor, vuelve a abrir la configuración para ver los modelos más recientes.",
"loading": "Actualizando lista de modelos...",
"success": "¡Lista de modelos actualizada correctamente!",
"error": "Error al actualizar la lista de modelos. Por favor, inténtalo de nuevo."
"error": "Error al actualizar la lista de modelos. Por favor, inténtalo de nuevo.",
"missingConfig": "Missing configuration. Please provide API key and base URL."
},
"getRequestyApiKey": "Obtener clave API de Requesty",
"openRouterTransformsText": "Comprimir prompts y cadenas de mensajes al tamaño del contexto (<a>Transformaciones de OpenRouter</a>)",
@ -696,6 +697,78 @@
"ASSISTANT_MESSAGE_PARSER": {
"name": "Usar el nuevo analizador de mensajes",
"description": "Activa el analizador de mensajes en streaming experimental que mejora el rendimiento en respuestas largas procesando los mensajes de forma más eficiente."
},
"alwaysAllowEditMode": {
"name": "Always Allow Edit Mode",
"description": "Allow editing in all modes without restrictions"
},
"alwaysAllowWriteOnly": {
"name": "Always Allow Write Only",
"description": "Allow write-only operations without confirmation"
},
"autoApproveReadOnly": {
"name": "Auto-Approve Read Only",
"description": "Automatically approve read-only operations"
},
"codebaseIndexer": {
"name": "Codebase Indexer",
"description": "Enable codebase indexing for semantic search"
},
"contextOptimization": {
"name": "Context Optimization",
"description": "Optimize context window usage"
},
"customModes": {
"name": "Custom Modes",
"description": "Enable custom mode creation and management"
},
"debugMode": {
"name": "Debug Mode",
"description": "Enable debug mode for troubleshooting"
},
"diffStrategy": {
"name": "Diff Strategy",
"description": "Configure diff application strategy"
},
"mcpServers": {
"name": "MCP Servers",
"description": "Enable Model Context Protocol servers"
},
"preferredLanguage": {
"name": "Preferred Language",
"description": "Set preferred language for responses"
},
"showAskMode": {
"name": "Show Ask Mode",
"description": "Display Ask mode in mode selector"
},
"showDebugMode": {
"name": "Show Debug Mode",
"description": "Display Debug mode in mode selector"
},
"showDesignEngineerMode": {
"name": "Show Design Engineer Mode",
"description": "Display Design Engineer mode in mode selector"
},
"showDocsExtractorMode": {
"name": "Show Docs Extractor Mode",
"description": "Display Docs Extractor mode in mode selector"
},
"showIntegrationTesterMode": {
"name": "Show Integration Tester Mode",
"description": "Display Integration Tester mode in mode selector"
},
"showIssueFixer": {
"name": "Show Issue Fixer",
"description": "Display Issue Fixer mode in mode selector"
},
"showIssueInvestigatorMode": {
"name": "Show Issue Investigator Mode",
"description": "Display Issue Investigator mode in mode selector"
},
"showIssueWriterMode": {
"name": "Show Issue Writer Mode",
"description": "Display Issue Writer mode in mode selector"
}
},
"promptCaching": {
@ -806,5 +879,79 @@
"includeMaxOutputTokensDescription": "Enviar parámetro de tokens máximos de salida en solicitudes API. Algunos proveedores pueden no soportar esto.",
"limitMaxTokensDescription": "Limitar el número máximo de tokens en la respuesta",
"maxOutputTokensLabel": "Tokens máximos de salida",
"maxTokensGenerateDescription": "Tokens máximos a generar en la respuesta"
"maxTokensGenerateDescription": "Tokens máximos a generar en la respuesta",
"apiKeys": {
"anthropic": {
"name": "Anthropic",
"description": "Configure Anthropic Claude API settings"
},
"bedrock": {
"name": "Amazon Bedrock",
"description": "Configure AWS Bedrock for Claude models"
},
"deepseek": {
"name": "DeepSeek",
"description": "Configure DeepSeek API settings"
},
"gemini": {
"name": "Google Gemini",
"description": "Configure Google Gemini API settings"
},
"glhf": {
"name": "GLHF",
"description": "Configure GLHF API settings"
},
"grok": {
"name": "Grok",
"description": "Configure xAI Grok API settings"
},
"groq": {
"name": "Groq",
"description": "Configure Groq API settings"
},
"hyperbolic": {
"name": "Hyperbolic",
"description": "Configure Hyperbolic API settings"
},
"lmstudio": {
"name": "LM Studio",
"description": "Configure local LM Studio server"
},
"mistral": {
"name": "Mistral",
"description": "Configure Mistral API settings"
},
"ollama": {
"name": "Ollama",
"description": "Configure local Ollama server"
},
"openai": {
"name": "OpenAI",
"description": "Configure OpenAI API settings"
},
"openrouter": {
"name": "OpenRouter",
"description": "Configure OpenRouter API gateway"
},
"sambanova": {
"name": "SambaNova",
"description": "Configure SambaNova API settings"
},
"together": {
"name": "Together AI",
"description": "Configure Together AI API settings"
},
"vscode-openai": {
"name": "VS Code OpenAI",
"description": "Configure VS Code OpenAI integration"
},
"xai": {
"name": "xAI",
"description": "Configure xAI API settings"
}
},
"customInstructions": {
"name": "Custom Instructions",
"description": "Provide custom instructions for the AI assistant"
}
}

View file

@ -0,0 +1,3 @@
{
"tokens": "tokens"
}

View file

@ -23,5 +23,10 @@
"allow": "Permitir",
"deny": "Denegar"
},
"importSettings": "Importar configuración"
"importSettings": "Importar configuración",
"rooCloudCTA": {
"title": "Join Roo Cloud",
"description": "Get access to cloud features and enhanced capabilities",
"joinWaitlist": "Join Waitlist"
}
}

View file

@ -22,7 +22,9 @@
"connectToCloudDescription": "Connecte-toi à Roo Code Cloud pour partager des tâches",
"sharingDisabledByOrganization": "Partage désactivé par l'organisation",
"shareSuccessOrganization": "Lien d'organisation copié dans le presse-papiers",
"shareSuccessPublic": "Lien public copié dans le presse-papiers"
"shareSuccessPublic": "Lien public copié dans le presse-papiers",
"collapse": "Collapse task",
"expand": "Expand task"
},
"unpin": "Désépingler",
"pin": "Épingler",
@ -326,7 +328,8 @@
"wantsToSearchWithPath": "Roo veut rechercher dans la base de code <code>{{query}}</code> dans <code>{{path}}</code> :",
"didSearch_one": "1 résultat trouvé",
"didSearch_other": "{{count}} résultats trouvés",
"resultTooltip": "Score de similarité : {{score}} (cliquer pour ouvrir le fichier)"
"resultTooltip": "Score de similarité : {{score}} (cliquer pour ouvrir le fichier)",
"didSearch": "Searched codebase"
},
"read-batch": {
"approve": {

View file

@ -83,5 +83,9 @@
"months_ago": "il y a {{count}} mois",
"year_ago": "il y a un an",
"years_ago": "il y a {{count}} ans"
},
"errors": {
"invalid_line_limit": "Invalid line limit specified",
"invalid_character_limit": "Invalid character limit specified"
}
}

View file

@ -0,0 +1,5 @@
{
"running": "Running",
"completed": "Completed",
"error": "Error"
}

View file

@ -250,7 +250,8 @@
"hint": "Veuillez rouvrir les paramètres pour voir les modèles les plus récents.",
"loading": "Actualisation de la liste des modèles...",
"success": "Liste des modèles actualisée avec succès !",
"error": "Échec de l'actualisation de la liste des modèles. Veuillez réessayer."
"error": "Échec de l'actualisation de la liste des modèles. Veuillez réessayer.",
"missingConfig": "Missing configuration. Please provide API key and base URL."
},
"getRequestyApiKey": "Obtenir la clé API Requesty",
"openRouterTransformsText": "Compresser les prompts et chaînes de messages à la taille du contexte (<a>Transformations OpenRouter</a>)",
@ -696,6 +697,78 @@
"ASSISTANT_MESSAGE_PARSER": {
"name": "Utiliser le nouveau parseur de messages",
"description": "Active le parseur de messages en streaming expérimental qui accélère nettement les longues réponses en traitant les messages plus efficacement."
},
"alwaysAllowEditMode": {
"name": "Always Allow Edit Mode",
"description": "Allow editing in all modes without restrictions"
},
"alwaysAllowWriteOnly": {
"name": "Always Allow Write Only",
"description": "Allow write-only operations without confirmation"
},
"autoApproveReadOnly": {
"name": "Auto-Approve Read Only",
"description": "Automatically approve read-only operations"
},
"codebaseIndexer": {
"name": "Codebase Indexer",
"description": "Enable codebase indexing for semantic search"
},
"contextOptimization": {
"name": "Context Optimization",
"description": "Optimize context window usage"
},
"customModes": {
"name": "Custom Modes",
"description": "Enable custom mode creation and management"
},
"debugMode": {
"name": "Debug Mode",
"description": "Enable debug mode for troubleshooting"
},
"diffStrategy": {
"name": "Diff Strategy",
"description": "Configure diff application strategy"
},
"mcpServers": {
"name": "MCP Servers",
"description": "Enable Model Context Protocol servers"
},
"preferredLanguage": {
"name": "Preferred Language",
"description": "Set preferred language for responses"
},
"showAskMode": {
"name": "Show Ask Mode",
"description": "Display Ask mode in mode selector"
},
"showDebugMode": {
"name": "Show Debug Mode",
"description": "Display Debug mode in mode selector"
},
"showDesignEngineerMode": {
"name": "Show Design Engineer Mode",
"description": "Display Design Engineer mode in mode selector"
},
"showDocsExtractorMode": {
"name": "Show Docs Extractor Mode",
"description": "Display Docs Extractor mode in mode selector"
},
"showIntegrationTesterMode": {
"name": "Show Integration Tester Mode",
"description": "Display Integration Tester mode in mode selector"
},
"showIssueFixer": {
"name": "Show Issue Fixer",
"description": "Display Issue Fixer mode in mode selector"
},
"showIssueInvestigatorMode": {
"name": "Show Issue Investigator Mode",
"description": "Display Issue Investigator mode in mode selector"
},
"showIssueWriterMode": {
"name": "Show Issue Writer Mode",
"description": "Display Issue Writer mode in mode selector"
}
},
"promptCaching": {
@ -806,5 +879,79 @@
"includeMaxOutputTokensDescription": "Envoyer le paramètre de tokens de sortie maximum dans les requêtes API. Certains fournisseurs peuvent ne pas supporter cela.",
"limitMaxTokensDescription": "Limiter le nombre maximum de tokens dans la réponse",
"maxOutputTokensLabel": "Tokens de sortie maximum",
"maxTokensGenerateDescription": "Tokens maximum à générer dans la réponse"
"maxTokensGenerateDescription": "Tokens maximum à générer dans la réponse",
"apiKeys": {
"anthropic": {
"name": "Anthropic",
"description": "Configure Anthropic Claude API settings"
},
"bedrock": {
"name": "Amazon Bedrock",
"description": "Configure AWS Bedrock for Claude models"
},
"deepseek": {
"name": "DeepSeek",
"description": "Configure DeepSeek API settings"
},
"gemini": {
"name": "Google Gemini",
"description": "Configure Google Gemini API settings"
},
"glhf": {
"name": "GLHF",
"description": "Configure GLHF API settings"
},
"grok": {
"name": "Grok",
"description": "Configure xAI Grok API settings"
},
"groq": {
"name": "Groq",
"description": "Configure Groq API settings"
},
"hyperbolic": {
"name": "Hyperbolic",
"description": "Configure Hyperbolic API settings"
},
"lmstudio": {
"name": "LM Studio",
"description": "Configure local LM Studio server"
},
"mistral": {
"name": "Mistral",
"description": "Configure Mistral API settings"
},
"ollama": {
"name": "Ollama",
"description": "Configure local Ollama server"
},
"openai": {
"name": "OpenAI",
"description": "Configure OpenAI API settings"
},
"openrouter": {
"name": "OpenRouter",
"description": "Configure OpenRouter API gateway"
},
"sambanova": {
"name": "SambaNova",
"description": "Configure SambaNova API settings"
},
"together": {
"name": "Together AI",
"description": "Configure Together AI API settings"
},
"vscode-openai": {
"name": "VS Code OpenAI",
"description": "Configure VS Code OpenAI integration"
},
"xai": {
"name": "xAI",
"description": "Configure xAI API settings"
}
},
"customInstructions": {
"name": "Custom Instructions",
"description": "Provide custom instructions for the AI assistant"
}
}

View file

@ -0,0 +1,3 @@
{
"tokens": "tokens"
}

View file

@ -23,5 +23,10 @@
"allow": "Autoriser",
"deny": "Refuser"
},
"importSettings": "Importer les paramètres"
"importSettings": "Importer les paramètres",
"rooCloudCTA": {
"title": "Join Roo Cloud",
"description": "Get access to cloud features and enhanced capabilities",
"joinWaitlist": "Join Waitlist"
}
}

View file

@ -22,7 +22,9 @@
"connectToCloudDescription": "कार्य साझा करने के लिए Roo Code Cloud में साइन इन करें",
"sharingDisabledByOrganization": "संगठन द्वारा साझाकरण अक्षम किया गया",
"shareSuccessOrganization": "संगठन लिंक क्लिपबोर्ड में कॉपी किया गया",
"shareSuccessPublic": "सार्वजनिक लिंक क्लिपबोर्ड में कॉपी किया गया"
"shareSuccessPublic": "सार्वजनिक लिंक क्लिपबोर्ड में कॉपी किया गया",
"collapse": "Collapse task",
"expand": "Expand task"
},
"unpin": "पिन करें",
"pin": "अवपिन करें",
@ -326,7 +328,8 @@
"wantsToSearchWithPath": "Roo <code>{{path}}</code> में कोडबेस में <code>{{query}}</code> खोजना चाहता है:",
"didSearch_one": "1 परिणाम मिला",
"didSearch_other": "{{count}} परिणाम मिले",
"resultTooltip": "समानता स्कोर: {{score}} (फ़ाइल खोलने के लिए क्लिक करें)"
"resultTooltip": "समानता स्कोर: {{score}} (फ़ाइल खोलने के लिए क्लिक करें)",
"didSearch": "Searched codebase"
},
"read-batch": {
"approve": {

View file

@ -83,5 +83,9 @@
"months_ago": "{{count}} महीने पहले",
"year_ago": "एक साल पहले",
"years_ago": "{{count}} साल पहले"
},
"errors": {
"invalid_line_limit": "Invalid line limit specified",
"invalid_character_limit": "Invalid character limit specified"
}
}

View file

@ -0,0 +1,5 @@
{
"running": "Running",
"completed": "Completed",
"error": "Error"
}

View file

@ -250,7 +250,8 @@
"hint": "नवीनतम मॉडल देखने के लिए कृपया सेटिंग्स को फिर से खोलें।",
"loading": "मॉडल सूची अपडेट हो रही है...",
"success": "मॉडल सूची सफलतापूर्वक अपडेट की गई!",
"error": "मॉडल सूची अपडेट करने में विफल। कृपया पुनः प्रयास करें।"
"error": "मॉडल सूची अपडेट करने में विफल। कृपया पुनः प्रयास करें।",
"missingConfig": "Missing configuration. Please provide API key and base URL."
},
"getRequestyApiKey": "Requesty API कुंजी प्राप्त करें",
"openRouterTransformsText": "संदर्भ आकार के लिए प्रॉम्प्ट और संदेश श्रृंखलाओं को संपीड़ित करें (<a>OpenRouter ट्रांसफॉर्म</a>)",
@ -697,6 +698,78 @@
"ASSISTANT_MESSAGE_PARSER": {
"name": "नए मैसेज पार्सर का उपयोग करें",
"description": "प्रायोगिक स्ट्रीमिंग मैसेज पार्सर सक्षम करें, जो लंबे उत्तरों के लिए संदेशों को अधिक कुशलता से प्रोसेस करके प्रदर्शन को बेहतर बनाता है।"
},
"alwaysAllowEditMode": {
"name": "Always Allow Edit Mode",
"description": "Allow editing in all modes without restrictions"
},
"alwaysAllowWriteOnly": {
"name": "Always Allow Write Only",
"description": "Allow write-only operations without confirmation"
},
"autoApproveReadOnly": {
"name": "Auto-Approve Read Only",
"description": "Automatically approve read-only operations"
},
"codebaseIndexer": {
"name": "Codebase Indexer",
"description": "Enable codebase indexing for semantic search"
},
"contextOptimization": {
"name": "Context Optimization",
"description": "Optimize context window usage"
},
"customModes": {
"name": "Custom Modes",
"description": "Enable custom mode creation and management"
},
"debugMode": {
"name": "Debug Mode",
"description": "Enable debug mode for troubleshooting"
},
"diffStrategy": {
"name": "Diff Strategy",
"description": "Configure diff application strategy"
},
"mcpServers": {
"name": "MCP Servers",
"description": "Enable Model Context Protocol servers"
},
"preferredLanguage": {
"name": "Preferred Language",
"description": "Set preferred language for responses"
},
"showAskMode": {
"name": "Show Ask Mode",
"description": "Display Ask mode in mode selector"
},
"showDebugMode": {
"name": "Show Debug Mode",
"description": "Display Debug mode in mode selector"
},
"showDesignEngineerMode": {
"name": "Show Design Engineer Mode",
"description": "Display Design Engineer mode in mode selector"
},
"showDocsExtractorMode": {
"name": "Show Docs Extractor Mode",
"description": "Display Docs Extractor mode in mode selector"
},
"showIntegrationTesterMode": {
"name": "Show Integration Tester Mode",
"description": "Display Integration Tester mode in mode selector"
},
"showIssueFixer": {
"name": "Show Issue Fixer",
"description": "Display Issue Fixer mode in mode selector"
},
"showIssueInvestigatorMode": {
"name": "Show Issue Investigator Mode",
"description": "Display Issue Investigator mode in mode selector"
},
"showIssueWriterMode": {
"name": "Show Issue Writer Mode",
"description": "Display Issue Writer mode in mode selector"
}
},
"promptCaching": {
@ -807,5 +880,79 @@
"includeMaxOutputTokensDescription": "API अनुरोधों में अधिकतम आउटपुट टोकन पैरामीटर भेजें। कुछ प्रदाता इसका समर्थन नहीं कर सकते हैं।",
"limitMaxTokensDescription": "प्रतिक्रिया में टोकन की अधिकतम संख्या सीमित करें",
"maxOutputTokensLabel": "अधिकतम आउटपुट टोकन",
"maxTokensGenerateDescription": "प्रतिक्रिया में उत्पन्न करने के लिए अधिकतम टोकन"
"maxTokensGenerateDescription": "प्रतिक्रिया में उत्पन्न करने के लिए अधिकतम टोकन",
"apiKeys": {
"anthropic": {
"name": "Anthropic",
"description": "Configure Anthropic Claude API settings"
},
"bedrock": {
"name": "Amazon Bedrock",
"description": "Configure AWS Bedrock for Claude models"
},
"deepseek": {
"name": "DeepSeek",
"description": "Configure DeepSeek API settings"
},
"gemini": {
"name": "Google Gemini",
"description": "Configure Google Gemini API settings"
},
"glhf": {
"name": "GLHF",
"description": "Configure GLHF API settings"
},
"grok": {
"name": "Grok",
"description": "Configure xAI Grok API settings"
},
"groq": {
"name": "Groq",
"description": "Configure Groq API settings"
},
"hyperbolic": {
"name": "Hyperbolic",
"description": "Configure Hyperbolic API settings"
},
"lmstudio": {
"name": "LM Studio",
"description": "Configure local LM Studio server"
},
"mistral": {
"name": "Mistral",
"description": "Configure Mistral API settings"
},
"ollama": {
"name": "Ollama",
"description": "Configure local Ollama server"
},
"openai": {
"name": "OpenAI",
"description": "Configure OpenAI API settings"
},
"openrouter": {
"name": "OpenRouter",
"description": "Configure OpenRouter API gateway"
},
"sambanova": {
"name": "SambaNova",
"description": "Configure SambaNova API settings"
},
"together": {
"name": "Together AI",
"description": "Configure Together AI API settings"
},
"vscode-openai": {
"name": "VS Code OpenAI",
"description": "Configure VS Code OpenAI integration"
},
"xai": {
"name": "xAI",
"description": "Configure xAI API settings"
}
},
"customInstructions": {
"name": "Custom Instructions",
"description": "Provide custom instructions for the AI assistant"
}
}

View file

@ -0,0 +1,3 @@
{
"tokens": "tokens"
}

View file

@ -23,5 +23,10 @@
"allow": "अनुमति दें",
"deny": "अस्वीकार करें"
},
"importSettings": "सेटिंग्स आयात करें"
"importSettings": "सेटिंग्स आयात करें",
"rooCloudCTA": {
"title": "Join Roo Cloud",
"description": "Get access to cloud features and enhanced capabilities",
"joinWaitlist": "Join Waitlist"
}
}

View file

@ -22,7 +22,9 @@
"connectToCloudDescription": "Masuk ke Roo Code Cloud untuk berbagi tugas",
"sharingDisabledByOrganization": "Berbagi dinonaktifkan oleh organisasi",
"shareSuccessOrganization": "Tautan organisasi disalin ke clipboard",
"shareSuccessPublic": "Tautan publik disalin ke clipboard"
"shareSuccessPublic": "Tautan publik disalin ke clipboard",
"collapse": "Collapse task",
"expand": "Expand task"
},
"history": {
"title": "Riwayat"
@ -213,7 +215,8 @@
"wantsToSearchWithPath": "Roo ingin mencari codebase untuk <code>{{query}}</code> di <code>{{path}}</code>:",
"didSearch_one": "Ditemukan 1 hasil",
"didSearch_other": "Ditemukan {{count}} hasil",
"resultTooltip": "Skor kemiripan: {{score}} (klik untuk membuka file)"
"resultTooltip": "Skor kemiripan: {{score}} (klik untuk membuka file)",
"didSearch": "Searched codebase"
},
"commandOutput": "Output Perintah",
"commandExecution": {

View file

@ -83,5 +83,9 @@
"months_ago": "{{count}} bulan yang lalu",
"year_ago": "satu tahun yang lalu",
"years_ago": "{{count}} tahun yang lalu"
},
"errors": {
"invalid_line_limit": "Invalid line limit specified",
"invalid_character_limit": "Invalid character limit specified"
}
}

View file

@ -0,0 +1,5 @@
{
"running": "Running",
"completed": "Completed",
"error": "Error"
}

View file

@ -254,7 +254,8 @@
"hint": "Silakan buka kembali pengaturan untuk melihat model terbaru.",
"loading": "Merefresh daftar model...",
"success": "Daftar model berhasil direfresh!",
"error": "Gagal merefresh daftar model. Silakan coba lagi."
"error": "Gagal merefresh daftar model. Silakan coba lagi.",
"missingConfig": "Missing configuration. Please provide API key and base URL."
},
"getRequestyApiKey": "Dapatkan Requesty API Key",
"openRouterTransformsText": "Kompres prompt dan rantai pesan ke ukuran konteks (<a>OpenRouter Transforms</a>)",
@ -726,6 +727,78 @@
"ASSISTANT_MESSAGE_PARSER": {
"name": "Gunakan parser pesan baru",
"description": "Aktifkan parser pesan streaming eksperimental yang meningkatkan kinerja untuk respons panjang dengan memproses pesan lebih efisien."
},
"alwaysAllowEditMode": {
"name": "Always Allow Edit Mode",
"description": "Allow editing in all modes without restrictions"
},
"alwaysAllowWriteOnly": {
"name": "Always Allow Write Only",
"description": "Allow write-only operations without confirmation"
},
"autoApproveReadOnly": {
"name": "Auto-Approve Read Only",
"description": "Automatically approve read-only operations"
},
"codebaseIndexer": {
"name": "Codebase Indexer",
"description": "Enable codebase indexing for semantic search"
},
"contextOptimization": {
"name": "Context Optimization",
"description": "Optimize context window usage"
},
"customModes": {
"name": "Custom Modes",
"description": "Enable custom mode creation and management"
},
"debugMode": {
"name": "Debug Mode",
"description": "Enable debug mode for troubleshooting"
},
"diffStrategy": {
"name": "Diff Strategy",
"description": "Configure diff application strategy"
},
"mcpServers": {
"name": "MCP Servers",
"description": "Enable Model Context Protocol servers"
},
"preferredLanguage": {
"name": "Preferred Language",
"description": "Set preferred language for responses"
},
"showAskMode": {
"name": "Show Ask Mode",
"description": "Display Ask mode in mode selector"
},
"showDebugMode": {
"name": "Show Debug Mode",
"description": "Display Debug mode in mode selector"
},
"showDesignEngineerMode": {
"name": "Show Design Engineer Mode",
"description": "Display Design Engineer mode in mode selector"
},
"showDocsExtractorMode": {
"name": "Show Docs Extractor Mode",
"description": "Display Docs Extractor mode in mode selector"
},
"showIntegrationTesterMode": {
"name": "Show Integration Tester Mode",
"description": "Display Integration Tester mode in mode selector"
},
"showIssueFixer": {
"name": "Show Issue Fixer",
"description": "Display Issue Fixer mode in mode selector"
},
"showIssueInvestigatorMode": {
"name": "Show Issue Investigator Mode",
"description": "Display Issue Investigator mode in mode selector"
},
"showIssueWriterMode": {
"name": "Show Issue Writer Mode",
"description": "Display Issue Writer mode in mode selector"
}
},
"promptCaching": {
@ -836,5 +909,79 @@
"includeMaxOutputTokensDescription": "Kirim parameter token output maksimum dalam permintaan API. Beberapa provider mungkin tidak mendukung ini.",
"limitMaxTokensDescription": "Batasi jumlah maksimum token dalam respons",
"maxOutputTokensLabel": "Token output maksimum",
"maxTokensGenerateDescription": "Token maksimum untuk dihasilkan dalam respons"
"maxTokensGenerateDescription": "Token maksimum untuk dihasilkan dalam respons",
"apiKeys": {
"anthropic": {
"name": "Anthropic",
"description": "Configure Anthropic Claude API settings"
},
"bedrock": {
"name": "Amazon Bedrock",
"description": "Configure AWS Bedrock for Claude models"
},
"deepseek": {
"name": "DeepSeek",
"description": "Configure DeepSeek API settings"
},
"gemini": {
"name": "Google Gemini",
"description": "Configure Google Gemini API settings"
},
"glhf": {
"name": "GLHF",
"description": "Configure GLHF API settings"
},
"grok": {
"name": "Grok",
"description": "Configure xAI Grok API settings"
},
"groq": {
"name": "Groq",
"description": "Configure Groq API settings"
},
"hyperbolic": {
"name": "Hyperbolic",
"description": "Configure Hyperbolic API settings"
},
"lmstudio": {
"name": "LM Studio",
"description": "Configure local LM Studio server"
},
"mistral": {
"name": "Mistral",
"description": "Configure Mistral API settings"
},
"ollama": {
"name": "Ollama",
"description": "Configure local Ollama server"
},
"openai": {
"name": "OpenAI",
"description": "Configure OpenAI API settings"
},
"openrouter": {
"name": "OpenRouter",
"description": "Configure OpenRouter API gateway"
},
"sambanova": {
"name": "SambaNova",
"description": "Configure SambaNova API settings"
},
"together": {
"name": "Together AI",
"description": "Configure Together AI API settings"
},
"vscode-openai": {
"name": "VS Code OpenAI",
"description": "Configure VS Code OpenAI integration"
},
"xai": {
"name": "xAI",
"description": "Configure xAI API settings"
}
},
"customInstructions": {
"name": "Custom Instructions",
"description": "Provide custom instructions for the AI assistant"
}
}

View file

@ -0,0 +1,3 @@
{
"tokens": "tokens"
}

View file

@ -23,5 +23,10 @@
"allow": "Izinkan",
"deny": "Tolak"
},
"importSettings": "Impor Pengaturan"
"importSettings": "Impor Pengaturan",
"rooCloudCTA": {
"title": "Join Roo Cloud",
"description": "Get access to cloud features and enhanced capabilities",
"joinWaitlist": "Join Waitlist"
}
}

View file

@ -22,7 +22,9 @@
"connectToCloudDescription": "Accedi a Roo Code Cloud per condividere attività",
"sharingDisabledByOrganization": "Condivisione disabilitata dall'organizzazione",
"shareSuccessOrganization": "Link organizzazione copiato negli appunti",
"shareSuccessPublic": "Link pubblico copiato negli appunti"
"shareSuccessPublic": "Link pubblico copiato negli appunti",
"collapse": "Collapse task",
"expand": "Expand task"
},
"unpin": "Rilascia",
"pin": "Fissa",
@ -326,7 +328,8 @@
"wantsToSearchWithPath": "Roo vuole cercare nella base di codice <code>{{query}}</code> in <code>{{path}}</code>:",
"didSearch_one": "Trovato 1 risultato",
"didSearch_other": "Trovati {{count}} risultati",
"resultTooltip": "Punteggio di somiglianza: {{score}} (clicca per aprire il file)"
"resultTooltip": "Punteggio di somiglianza: {{score}} (clicca per aprire il file)",
"didSearch": "Searched codebase"
},
"read-batch": {
"approve": {

View file

@ -83,5 +83,9 @@
"months_ago": "{{count}} mesi fa",
"year_ago": "un anno fa",
"years_ago": "{{count}} anni fa"
},
"errors": {
"invalid_line_limit": "Invalid line limit specified",
"invalid_character_limit": "Invalid character limit specified"
}
}

View file

@ -0,0 +1,5 @@
{
"running": "Running",
"completed": "Completed",
"error": "Error"
}

View file

@ -250,7 +250,8 @@
"hint": "Riapri le impostazioni per vedere i modelli più recenti.",
"loading": "Aggiornamento dell'elenco dei modelli...",
"success": "Elenco dei modelli aggiornato con successo!",
"error": "Impossibile aggiornare l'elenco dei modelli. Riprova."
"error": "Impossibile aggiornare l'elenco dei modelli. Riprova.",
"missingConfig": "Missing configuration. Please provide API key and base URL."
},
"getRequestyApiKey": "Ottieni chiave API Requesty",
"openRouterTransformsText": "Comprimi prompt e catene di messaggi alla dimensione del contesto (<a>Trasformazioni OpenRouter</a>)",
@ -697,6 +698,78 @@
"ASSISTANT_MESSAGE_PARSER": {
"name": "Usa il nuovo parser dei messaggi",
"description": "Abilita il parser di messaggi in streaming sperimentale che migliora nettamente le risposte lunghe elaborando i messaggi in modo più efficiente."
},
"alwaysAllowEditMode": {
"name": "Always Allow Edit Mode",
"description": "Allow editing in all modes without restrictions"
},
"alwaysAllowWriteOnly": {
"name": "Always Allow Write Only",
"description": "Allow write-only operations without confirmation"
},
"autoApproveReadOnly": {
"name": "Auto-Approve Read Only",
"description": "Automatically approve read-only operations"
},
"codebaseIndexer": {
"name": "Codebase Indexer",
"description": "Enable codebase indexing for semantic search"
},
"contextOptimization": {
"name": "Context Optimization",
"description": "Optimize context window usage"
},
"customModes": {
"name": "Custom Modes",
"description": "Enable custom mode creation and management"
},
"debugMode": {
"name": "Debug Mode",
"description": "Enable debug mode for troubleshooting"
},
"diffStrategy": {
"name": "Diff Strategy",
"description": "Configure diff application strategy"
},
"mcpServers": {
"name": "MCP Servers",
"description": "Enable Model Context Protocol servers"
},
"preferredLanguage": {
"name": "Preferred Language",
"description": "Set preferred language for responses"
},
"showAskMode": {
"name": "Show Ask Mode",
"description": "Display Ask mode in mode selector"
},
"showDebugMode": {
"name": "Show Debug Mode",
"description": "Display Debug mode in mode selector"
},
"showDesignEngineerMode": {
"name": "Show Design Engineer Mode",
"description": "Display Design Engineer mode in mode selector"
},
"showDocsExtractorMode": {
"name": "Show Docs Extractor Mode",
"description": "Display Docs Extractor mode in mode selector"
},
"showIntegrationTesterMode": {
"name": "Show Integration Tester Mode",
"description": "Display Integration Tester mode in mode selector"
},
"showIssueFixer": {
"name": "Show Issue Fixer",
"description": "Display Issue Fixer mode in mode selector"
},
"showIssueInvestigatorMode": {
"name": "Show Issue Investigator Mode",
"description": "Display Issue Investigator mode in mode selector"
},
"showIssueWriterMode": {
"name": "Show Issue Writer Mode",
"description": "Display Issue Writer mode in mode selector"
}
},
"promptCaching": {
@ -807,5 +880,79 @@
"includeMaxOutputTokensDescription": "Invia il parametro dei token di output massimi nelle richieste API. Alcuni provider potrebbero non supportarlo.",
"limitMaxTokensDescription": "Limita il numero massimo di token nella risposta",
"maxOutputTokensLabel": "Token di output massimi",
"maxTokensGenerateDescription": "Token massimi da generare nella risposta"
"maxTokensGenerateDescription": "Token massimi da generare nella risposta",
"apiKeys": {
"anthropic": {
"name": "Anthropic",
"description": "Configure Anthropic Claude API settings"
},
"bedrock": {
"name": "Amazon Bedrock",
"description": "Configure AWS Bedrock for Claude models"
},
"deepseek": {
"name": "DeepSeek",
"description": "Configure DeepSeek API settings"
},
"gemini": {
"name": "Google Gemini",
"description": "Configure Google Gemini API settings"
},
"glhf": {
"name": "GLHF",
"description": "Configure GLHF API settings"
},
"grok": {
"name": "Grok",
"description": "Configure xAI Grok API settings"
},
"groq": {
"name": "Groq",
"description": "Configure Groq API settings"
},
"hyperbolic": {
"name": "Hyperbolic",
"description": "Configure Hyperbolic API settings"
},
"lmstudio": {
"name": "LM Studio",
"description": "Configure local LM Studio server"
},
"mistral": {
"name": "Mistral",
"description": "Configure Mistral API settings"
},
"ollama": {
"name": "Ollama",
"description": "Configure local Ollama server"
},
"openai": {
"name": "OpenAI",
"description": "Configure OpenAI API settings"
},
"openrouter": {
"name": "OpenRouter",
"description": "Configure OpenRouter API gateway"
},
"sambanova": {
"name": "SambaNova",
"description": "Configure SambaNova API settings"
},
"together": {
"name": "Together AI",
"description": "Configure Together AI API settings"
},
"vscode-openai": {
"name": "VS Code OpenAI",
"description": "Configure VS Code OpenAI integration"
},
"xai": {
"name": "xAI",
"description": "Configure xAI API settings"
}
},
"customInstructions": {
"name": "Custom Instructions",
"description": "Provide custom instructions for the AI assistant"
}
}

View file

@ -0,0 +1,3 @@
{
"tokens": "tokens"
}

View file

@ -23,5 +23,10 @@
"allow": "Consenti",
"deny": "Nega"
},
"importSettings": "Importa impostazioni"
"importSettings": "Importa impostazioni",
"rooCloudCTA": {
"title": "Join Roo Cloud",
"description": "Get access to cloud features and enhanced capabilities",
"joinWaitlist": "Join Waitlist"
}
}

View file

@ -22,7 +22,9 @@
"connectToCloudDescription": "タスクを共有するためにRoo Code Cloudにサインイン",
"sharingDisabledByOrganization": "組織により共有が無効化されています",
"shareSuccessOrganization": "組織リンクをクリップボードにコピーしました",
"shareSuccessPublic": "公開リンクをクリップボードにコピーしました"
"shareSuccessPublic": "公開リンクをクリップボードにコピーしました",
"collapse": "Collapse task",
"expand": "Expand task"
},
"unpin": "ピン留めを解除",
"pin": "ピン留め",
@ -326,7 +328,8 @@
"wantsToSearchWithPath": "Rooは <code>{{path}}</code> 内のコードベースで <code>{{query}}</code> を検索したい:",
"didSearch_one": "1件の結果が見つかりました",
"didSearch_other": "{{count}}件の結果が見つかりました",
"resultTooltip": "類似度スコア: {{score}} (クリックしてファイルを開く)"
"resultTooltip": "類似度スコア: {{score}} (クリックしてファイルを開く)",
"didSearch": "Searched codebase"
},
"read-batch": {
"approve": {

View file

@ -83,5 +83,9 @@
"months_ago": "{{count}}ヶ月前",
"year_ago": "1年前",
"years_ago": "{{count}}年前"
},
"errors": {
"invalid_line_limit": "Invalid line limit specified",
"invalid_character_limit": "Invalid character limit specified"
}
}

View file

@ -0,0 +1,5 @@
{
"running": "Running",
"completed": "Completed",
"error": "Error"
}

View file

@ -250,7 +250,8 @@
"hint": "最新のモデルを表示するには設定を再度開いてください。",
"loading": "モデルリストを更新中...",
"success": "モデルリストが正常に更新されました!",
"error": "モデルリストの更新に失敗しました。もう一度お試しください。"
"error": "モデルリストの更新に失敗しました。もう一度お試しください。",
"missingConfig": "Missing configuration. Please provide API key and base URL."
},
"getRequestyApiKey": "Requesty APIキーを取得",
"openRouterTransformsText": "プロンプトとメッセージチェーンをコンテキストサイズに圧縮 (<a>OpenRouter Transforms</a>)",
@ -697,6 +698,78 @@
"ASSISTANT_MESSAGE_PARSER": {
"name": "新しいメッセージパーサーを使う",
"description": "実験的なストリーミングメッセージパーサーを有効にします。長い回答をより効率的に処理し、遅延を減らします。"
},
"alwaysAllowEditMode": {
"name": "Always Allow Edit Mode",
"description": "Allow editing in all modes without restrictions"
},
"alwaysAllowWriteOnly": {
"name": "Always Allow Write Only",
"description": "Allow write-only operations without confirmation"
},
"autoApproveReadOnly": {
"name": "Auto-Approve Read Only",
"description": "Automatically approve read-only operations"
},
"codebaseIndexer": {
"name": "Codebase Indexer",
"description": "Enable codebase indexing for semantic search"
},
"contextOptimization": {
"name": "Context Optimization",
"description": "Optimize context window usage"
},
"customModes": {
"name": "Custom Modes",
"description": "Enable custom mode creation and management"
},
"debugMode": {
"name": "Debug Mode",
"description": "Enable debug mode for troubleshooting"
},
"diffStrategy": {
"name": "Diff Strategy",
"description": "Configure diff application strategy"
},
"mcpServers": {
"name": "MCP Servers",
"description": "Enable Model Context Protocol servers"
},
"preferredLanguage": {
"name": "Preferred Language",
"description": "Set preferred language for responses"
},
"showAskMode": {
"name": "Show Ask Mode",
"description": "Display Ask mode in mode selector"
},
"showDebugMode": {
"name": "Show Debug Mode",
"description": "Display Debug mode in mode selector"
},
"showDesignEngineerMode": {
"name": "Show Design Engineer Mode",
"description": "Display Design Engineer mode in mode selector"
},
"showDocsExtractorMode": {
"name": "Show Docs Extractor Mode",
"description": "Display Docs Extractor mode in mode selector"
},
"showIntegrationTesterMode": {
"name": "Show Integration Tester Mode",
"description": "Display Integration Tester mode in mode selector"
},
"showIssueFixer": {
"name": "Show Issue Fixer",
"description": "Display Issue Fixer mode in mode selector"
},
"showIssueInvestigatorMode": {
"name": "Show Issue Investigator Mode",
"description": "Display Issue Investigator mode in mode selector"
},
"showIssueWriterMode": {
"name": "Show Issue Writer Mode",
"description": "Display Issue Writer mode in mode selector"
}
},
"promptCaching": {
@ -807,5 +880,79 @@
"includeMaxOutputTokensDescription": "APIリクエストで最大出力トークンパラメータを送信します。一部のプロバイダーはこれをサポートしていない場合があります。",
"limitMaxTokensDescription": "レスポンスの最大トークン数を制限する",
"maxOutputTokensLabel": "最大出力トークン",
"maxTokensGenerateDescription": "レスポンスで生成する最大トークン数"
"maxTokensGenerateDescription": "レスポンスで生成する最大トークン数",
"apiKeys": {
"anthropic": {
"name": "Anthropic",
"description": "Configure Anthropic Claude API settings"
},
"bedrock": {
"name": "Amazon Bedrock",
"description": "Configure AWS Bedrock for Claude models"
},
"deepseek": {
"name": "DeepSeek",
"description": "Configure DeepSeek API settings"
},
"gemini": {
"name": "Google Gemini",
"description": "Configure Google Gemini API settings"
},
"glhf": {
"name": "GLHF",
"description": "Configure GLHF API settings"
},
"grok": {
"name": "Grok",
"description": "Configure xAI Grok API settings"
},
"groq": {
"name": "Groq",
"description": "Configure Groq API settings"
},
"hyperbolic": {
"name": "Hyperbolic",
"description": "Configure Hyperbolic API settings"
},
"lmstudio": {
"name": "LM Studio",
"description": "Configure local LM Studio server"
},
"mistral": {
"name": "Mistral",
"description": "Configure Mistral API settings"
},
"ollama": {
"name": "Ollama",
"description": "Configure local Ollama server"
},
"openai": {
"name": "OpenAI",
"description": "Configure OpenAI API settings"
},
"openrouter": {
"name": "OpenRouter",
"description": "Configure OpenRouter API gateway"
},
"sambanova": {
"name": "SambaNova",
"description": "Configure SambaNova API settings"
},
"together": {
"name": "Together AI",
"description": "Configure Together AI API settings"
},
"vscode-openai": {
"name": "VS Code OpenAI",
"description": "Configure VS Code OpenAI integration"
},
"xai": {
"name": "xAI",
"description": "Configure xAI API settings"
}
},
"customInstructions": {
"name": "Custom Instructions",
"description": "Provide custom instructions for the AI assistant"
}
}

View file

@ -0,0 +1,3 @@
{
"tokens": "tokens"
}

View file

@ -23,5 +23,10 @@
"allow": "許可",
"deny": "拒否"
},
"importSettings": "設定をインポート"
"importSettings": "設定をインポート",
"rooCloudCTA": {
"title": "Join Roo Cloud",
"description": "Get access to cloud features and enhanced capabilities",
"joinWaitlist": "Join Waitlist"
}
}

View file

@ -22,7 +22,9 @@
"connectToCloudDescription": "작업을 공유하려면 Roo Code Cloud에 로그인하세요",
"sharingDisabledByOrganization": "조직에서 공유가 비활성화됨",
"shareSuccessOrganization": "조직 링크가 클립보드에 복사되었습니다",
"shareSuccessPublic": "공개 링크가 클립보드에 복사되었습니다"
"shareSuccessPublic": "공개 링크가 클립보드에 복사되었습니다",
"collapse": "Collapse task",
"expand": "Expand task"
},
"unpin": "고정 해제하기",
"pin": "고정하기",
@ -326,7 +328,8 @@
"wantsToSearchWithPath": "Roo가 <code>{{path}}</code>에서 <code>{{query}}</code>을(를) 검색하고 싶어합니다:",
"didSearch_one": "1개의 결과를 찾았습니다",
"didSearch_other": "{{count}}개의 결과를 찾았습니다",
"resultTooltip": "유사도 점수: {{score}} (클릭하여 파일 열기)"
"resultTooltip": "유사도 점수: {{score}} (클릭하여 파일 열기)",
"didSearch": "Searched codebase"
},
"read-batch": {
"approve": {

Some files were not shown because too many files have changed in this diff Show more