mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add diagnostics configuration options to localization files
- Introduced new settings for diagnostics in multiple languages, including: - Include Diagnostics: Option to enable code diagnostics in API requests. - Max Diagnostics: Maximum number of diagnostics to include in API requests. - Diagnostics Filter: Filter diagnostics by code or source. - Updated localization files for languages: Catalan, German, English, Spanish, French, Hindi, Indonesian, Italian, Japanese, Korean, Dutch, Polish, Portuguese (Brazil), Russian, Turkish, Vietnamese, Chinese (Simplified), and Chinese (Traditional).
This commit is contained in:
parent
a5023f83f7
commit
fccf653262
35 changed files with 398 additions and 17 deletions
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Clau API de Groq",
|
||||
"getGroqApiKey": "Obté la clau API de Groq"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Groq API-Schlüssel",
|
||||
"getGroqApiKey": "Groq API-Schlüssel erhalten"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -96,5 +96,25 @@
|
|||
"input": {
|
||||
"task_prompt": "What should Roo do?",
|
||||
"task_placeholder": "Type your task here"
|
||||
},
|
||||
"settings": {
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Clave API de Groq",
|
||||
"getGroqApiKey": "Obtener clave API de Groq"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Clé API Groq",
|
||||
"getGroqApiKey": "Obtenir la clé API Groq"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "ग्रोक एपीआई कुंजी",
|
||||
"getGroqApiKey": "ग्रोक एपीआई कुंजी प्राप्त करें"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -96,5 +96,25 @@
|
|||
"input": {
|
||||
"task_prompt": "Apa yang harus Roo lakukan?",
|
||||
"task_placeholder": "Ketik tugas kamu di sini"
|
||||
},
|
||||
"settings": {
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Chiave API Groq",
|
||||
"getGroqApiKey": "Ottieni chiave API Groq"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Groq APIキー",
|
||||
"getGroqApiKey": "Groq APIキーを取得"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Groq API 키",
|
||||
"getGroqApiKey": "Groq API 키 받기"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -96,5 +96,25 @@
|
|||
"input": {
|
||||
"task_prompt": "Wat moet Roo doen?",
|
||||
"task_placeholder": "Typ hier je taak"
|
||||
},
|
||||
"settings": {
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Klucz API Groq",
|
||||
"getGroqApiKey": "Uzyskaj klucz API Groq"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Chave de API Groq",
|
||||
"getGroqApiKey": "Obter chave de API Groq"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Ключ API Groq",
|
||||
"getGroqApiKey": "Получить ключ API Groq"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Groq API Anahtarı",
|
||||
"getGroqApiKey": "Groq API Anahtarı Al"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Khóa API Groq",
|
||||
"getGroqApiKey": "Lấy khóa API Groq"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -106,6 +106,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Groq API 密钥",
|
||||
"getGroqApiKey": "获取 Groq API 密钥"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,24 @@
|
|||
"providers": {
|
||||
"groqApiKey": "Groq API 金鑰",
|
||||
"getGroqApiKey": "取得 Groq API 金鑰"
|
||||
},
|
||||
"diagnostics": {
|
||||
"description": "Configure which diagnostic messages are included in the context.",
|
||||
"includeDiagnostics": {
|
||||
"label": "Include Diagnostics",
|
||||
"description": "Enable to include code diagnostics in the context."
|
||||
},
|
||||
"maxDiagnosticsCount": {
|
||||
"label": "Max Diagnostics",
|
||||
"description": "The maximum number of diagnostics to include."
|
||||
},
|
||||
"diagnosticsFilter": {
|
||||
"label": "Filter",
|
||||
"description": "A comma-separated list of diagnostic sources to include (e.g., eslint, tsc)."
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"diagnostics": "Diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "El proveïdor del model de llenguatge (p. ex. copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "La família del model de llenguatge (p. ex. gpt-4)",
|
||||
"settings.customStoragePath.description": "Ruta d'emmagatzematge personalitzada. Deixeu-la buida per utilitzar la ubicació predeterminada. Admet rutes absolutes (p. ex. 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Habilitar Roo Code Cloud."
|
||||
"settings.rooCodeCloudEnabled.description": "Habilitar Roo Code Cloud.",
|
||||
"settings.includeDiagnostics.description": "Inclou diagnòstics (errors/avisos) a les sol·licituds de l'API. Desactiva-ho en crear funcions de diversos fitxers per evitar que errors temporals distreguin la IA.",
|
||||
"settings.maxDiagnosticsCount.description": "Nombre màxim de diagnòstics a incloure a les sol·licituds de l'API (0 per il·limitat). Ajuda a controlar l'ús de fitxes.",
|
||||
"settings.diagnosticsFilter.description": "Filtra els diagnòstics per codi o font. Afegeix codis de diagnòstic (p. ex., 'dart Error', 'eslint/no-unused-vars') per excloure tipus específics."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "Der Anbieter des Sprachmodells (z.B. copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "Die Familie des Sprachmodells (z.B. gpt-4)",
|
||||
"settings.customStoragePath.description": "Benutzerdefinierter Speicherpfad. Leer lassen, um den Standardspeicherort zu verwenden. Unterstützt absolute Pfade (z.B. 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Aktiviere Roo Code Cloud."
|
||||
"settings.rooCodeCloudEnabled.description": "Aktiviere Roo Code Cloud.",
|
||||
"settings.includeDiagnostics.description": "Diagnosen (Fehler/Warnungen) in API-Anfragen einschließen. Deaktivieren Sie dies beim Erstellen von Funktionen mit mehreren Dateien, um zu vermeiden, dass temporäre Fehler die KI ablenken.",
|
||||
"settings.maxDiagnosticsCount.description": "Maximale Anzahl von Diagnosen, die in API-Anfragen eingeschlossen werden sollen (0 für unbegrenzt). Hilft bei der Kontrolle der Token-Nutzung.",
|
||||
"settings.diagnosticsFilter.description": "Diagnosen nach Code oder Quelle filtern. Fügen Sie Diagnosecodes hinzu (z.B. 'dart Error', 'eslint/no-unused-vars'), um bestimmte Typen auszuschließen."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "El proveedor del modelo de lenguaje (ej. copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "La familia del modelo de lenguaje (ej. gpt-4)",
|
||||
"settings.customStoragePath.description": "Ruta de almacenamiento personalizada. Dejar vacío para usar la ubicación predeterminada. Admite rutas absolutas (ej. 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Habilitar Roo Code Cloud."
|
||||
"settings.rooCodeCloudEnabled.description": "Habilitar Roo Code Cloud.",
|
||||
"settings.includeDiagnostics.description": "Incluir diagnósticos (errores/advertencias) en las solicitudes de API. Desactívalo al crear funciones de varios archivos para evitar que errores temporales distraigan a la IA.",
|
||||
"settings.maxDiagnosticsCount.description": "Número máximo de diagnósticos a incluir en las solicitudes de API (0 para ilimitado). Ayuda a controlar el uso de tokens.",
|
||||
"settings.diagnosticsFilter.description": "Filtrar diagnósticos por código o fuente. Agrega códigos de diagnóstico (ej., 'dart Error', 'eslint/no-unused-vars') para excluir tipos específicos."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "Le fournisseur du modèle de langage (ex: copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "La famille du modèle de langage (ex: gpt-4)",
|
||||
"settings.customStoragePath.description": "Chemin de stockage personnalisé. Laisser vide pour utiliser l'emplacement par défaut. Prend en charge les chemins absolus (ex: 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Activer Roo Code Cloud."
|
||||
"settings.rooCodeCloudEnabled.description": "Activer Roo Code Cloud.",
|
||||
"settings.includeDiagnostics.description": "Inclure les diagnostics (erreurs/avertissements) dans les requêtes API. Désactivez cette option lors de la création de fonctionnalités multi-fichiers pour éviter que des erreurs temporaires ne distraient l'IA.",
|
||||
"settings.maxDiagnosticsCount.description": "Nombre maximum de diagnostics à inclure dans les requêtes API (0 pour illimité). Aide à contrôler l'utilisation des jetons.",
|
||||
"settings.diagnosticsFilter.description": "Filtrer les diagnostics par code ou source. Ajoutez des codes de diagnostic (par exemple, 'dart Error', 'eslint/no-unused-vars') pour exclure des types spécifiques."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "भाषा मॉडल का विक्रेता (उदा. copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "भाषा मॉडल का परिवार (उदा. gpt-4)",
|
||||
"settings.customStoragePath.description": "कस्टम स्टोरेज पाथ। डिफ़ॉल्ट स्थान का उपयोग करने के लिए खाली छोड़ें। पूर्ण पथ का समर्थन करता है (उदा. 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Roo Code Cloud सक्षम करें।"
|
||||
"settings.rooCodeCloudEnabled.description": "Roo Code Cloud सक्षम करें।",
|
||||
"settings.includeDiagnostics.description": "API अनुरोधों में निदान (त्रुटियाँ/चेतावनी) शामिल करें। अस्थायी त्रुटियों को AI को विचलित करने से बचाने के लिए मल्टी-फ़ाइल सुविधाएँ बनाते समय इसे अक्षम करें।",
|
||||
"settings.maxDiagnosticsCount.description": "API अनुरोधों में शामिल करने के लिए निदान की अधिकतम संख्या (असीमित के लिए 0)। टोकन उपयोग को नियंत्रित करने में मदद करता है।",
|
||||
"settings.diagnosticsFilter.description": "कोड या स्रोत द्वारा निदान फ़िल्टर करें। विशिष्ट प्रकारों को बाहर करने के लिए निदान कोड (जैसे, 'dart Error', 'eslint/no-unused-vars') जोड़ें।"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "Vendor dari model bahasa (misalnya copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "Keluarga dari model bahasa (misalnya gpt-4)",
|
||||
"settings.customStoragePath.description": "Path penyimpanan kustom. Biarkan kosong untuk menggunakan lokasi default. Mendukung path absolut (misalnya 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Aktifkan Roo Code Cloud."
|
||||
"settings.rooCodeCloudEnabled.description": "Aktifkan Roo Code Cloud.",
|
||||
"settings.includeDiagnostics.description": "Sertakan diagnostik (kesalahan/peringatan) dalam permintaan API. Nonaktifkan ini saat membuat fitur multi-file untuk menghindari kesalahan sementara mengganggu AI.",
|
||||
"settings.maxDiagnosticsCount.description": "Jumlah maksimum diagnostik yang akan disertakan dalam permintaan API (0 untuk tidak terbatas). Membantu mengontrol penggunaan token.",
|
||||
"settings.diagnosticsFilter.description": "Filter diagnostik berdasarkan kode atau sumber. Tambahkan kode diagnostik (misalnya, 'dart Error', 'eslint/no-unused-vars') untuk mengecualikan jenis tertentu."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "Il fornitore del modello linguistico (es. copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "La famiglia del modello linguistico (es. gpt-4)",
|
||||
"settings.customStoragePath.description": "Percorso di archiviazione personalizzato. Lasciare vuoto per utilizzare la posizione predefinita. Supporta percorsi assoluti (es. 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Abilita Roo Code Cloud."
|
||||
"settings.rooCodeCloudEnabled.description": "Abilita Roo Code Cloud.",
|
||||
"settings.includeDiagnostics.description": "Includi diagnostica (errori/avvisi) nelle richieste API. Disabilita questa opzione quando crei funzionalità multi-file per evitare che errori temporanei distraggano l'IA.",
|
||||
"settings.maxDiagnosticsCount.description": "Numero massimo di diagnostiche da includere nelle richieste API (0 per illimitato). Aiuta a controllare l'utilizzo dei token.",
|
||||
"settings.diagnosticsFilter.description": "Filtra le diagnostiche per codice o fonte. Aggiungi codici di diagnostica (ad es. 'dart Error', 'eslint/no-unused-vars') per escludere tipi specifici."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "言語モデルのベンダー(例:copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "言語モデルのファミリー(例:gpt-4)",
|
||||
"settings.customStoragePath.description": "カスタムストレージパス。デフォルトの場所を使用する場合は空のままにします。絶対パスをサポートします(例:'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Roo Code Cloud を有効にする。"
|
||||
"settings.rooCodeCloudEnabled.description": "Roo Code Cloud を有効にする。",
|
||||
"settings.includeDiagnostics.description": "APIリクエストに診断(エラー/警告)を含めます。複数ファイルの機能を作成する際に、一時的なエラーがAIの邪魔をしないようにこれを無効にします。",
|
||||
"settings.maxDiagnosticsCount.description": "APIリクエストに含める診断の最大数(0で無制限)。トークンの使用量を制御するのに役立ちます。",
|
||||
"settings.diagnosticsFilter.description": "コードまたはソースで診断をフィルタリングします。特定のタイプを除外するために診断コード(例:「dart Error」、「eslint/no-unused-vars」)を追加します。"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "언어 모델 공급자 (예: copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "언어 모델 계열 (예: gpt-4)",
|
||||
"settings.customStoragePath.description": "사용자 지정 저장소 경로. 기본 위치를 사용하려면 비워두세요. 절대 경로를 지원합니다 (예: 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Roo Code Cloud 사용 설정"
|
||||
"settings.rooCodeCloudEnabled.description": "Roo Code Cloud 사용 설정",
|
||||
"settings.includeDiagnostics.description": "API 요청에 진단(오류/경고)을 포함합니다. 다중 파일 기능을 만들 때 임시 오류가 AI를 방해하지 않도록 이 기능을 비활성화하세요.",
|
||||
"settings.maxDiagnosticsCount.description": "API 요청에 포함할 최대 진단 수(0은 무제한). 토큰 사용량을 제어하는 데 도움이 됩니다.",
|
||||
"settings.diagnosticsFilter.description": "코드 또는 소스별로 진단을 필터링합니다. 특정 유형을 제외하려면 진단 코드(예: 'dart Error', 'eslint/no-unused-vars')를 추가하세요."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "De leverancier van het taalmodel (bijv. copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "De familie van het taalmodel (bijv. gpt-4)",
|
||||
"settings.customStoragePath.description": "Aangepast opslagpad. Laat leeg om de standaardlocatie te gebruiken. Ondersteunt absolute paden (bijv. 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Roo Code Cloud inschakelen."
|
||||
"settings.rooCodeCloudEnabled.description": "Roo Code Cloud inschakelen.",
|
||||
"settings.includeDiagnostics.description": "Diagnostiek (fouten/waarschuwingen) opnemen in API-verzoeken. Schakel dit uit bij het maken van functies met meerdere bestanden om te voorkomen dat tijdelijke fouten de AI afleiden.",
|
||||
"settings.maxDiagnosticsCount.description": "Maximum aantal diagnostische gegevens dat in API-verzoeken moet worden opgenomen (0 voor onbeperkt). Helpt het tokengebruik te beheersen.",
|
||||
"settings.diagnosticsFilter.description": "Filter diagnostiek op code of bron. Voeg diagnostische codes toe (bijv. 'dart Error', 'eslint/no-unused-vars') om specifieke typen uit te sluiten."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "Dostawca modelu językowego (np. copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "Rodzina modelu językowego (np. gpt-4)",
|
||||
"settings.customStoragePath.description": "Niestandardowa ścieżka przechowywania. Pozostaw puste, aby użyć domyślnej lokalizacji. Obsługuje ścieżki bezwzględne (np. 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Włącz Roo Code Cloud."
|
||||
"settings.rooCodeCloudEnabled.description": "Włącz Roo Code Cloud.",
|
||||
"settings.includeDiagnostics.description": "Dołącz diagnostykę (błędy/ostrzeżenia) do żądań API. Wyłącz tę opcję podczas tworzenia funkcji wieloplikowych, aby uniknąć rozpraszania AI przez tymczasowe błędy.",
|
||||
"settings.maxDiagnosticsCount.description": "Maksymalna liczba diagnostyk do uwzględnienia w żądaniach API (0 dla nieograniczonej). Pomaga kontrolować zużycie tokenów.",
|
||||
"settings.diagnosticsFilter.description": "Filtruj diagnostykę według kodu lub źródła. Dodaj kody diagnostyczne (np. 'dart Error', 'eslint/no-unused-vars'), aby wykluczyć określone typy."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "O fornecedor do modelo de linguagem (ex: copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "A família do modelo de linguagem (ex: gpt-4)",
|
||||
"settings.customStoragePath.description": "Caminho de armazenamento personalizado. Deixe vazio para usar o local padrão. Suporta caminhos absolutos (ex: 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Habilitar Roo Code Cloud."
|
||||
"settings.rooCodeCloudEnabled.description": "Habilitar Roo Code Cloud.",
|
||||
"settings.includeDiagnostics.description": "Incluir diagnósticos (erros/avisos) nas solicitações de API. Desative isso ao criar recursos de vários arquivos para evitar que erros temporários distraiam a IA.",
|
||||
"settings.maxDiagnosticsCount.description": "Número máximo de diagnósticos a serem incluídos nas solicitações de API (0 para ilimitado). Ajuda a controlar o uso de tokens.",
|
||||
"settings.diagnosticsFilter.description": "Filtrar diagnósticos por código ou fonte. Adicione códigos de diagnóstico (por exemplo, 'dart Error', 'eslint/no-unused-vars') para excluir tipos específicos."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "Поставщик языковой модели (например, copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "Семейство языковой модели (например, gpt-4)",
|
||||
"settings.customStoragePath.description": "Пользовательский путь хранения. Оставьте пустым для использования пути по умолчанию. Поддерживает абсолютные пути (например, 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Включить Roo Code Cloud."
|
||||
"settings.rooCodeCloudEnabled.description": "Включить Roo Code Cloud.",
|
||||
"settings.includeDiagnostics.description": "Включать диагностику (ошибки/предупреждения) в запросы API. Отключите это при создании многофайловых функций, чтобы временные ошибки не отвлекали ИИ.",
|
||||
"settings.maxDiagnosticsCount.description": "Максимальное количество диагностик для включения в запросы API (0 для неограниченного). Помогает контролировать использование токенов.",
|
||||
"settings.diagnosticsFilter.description": "Фильтровать диагностику по коду или источнику. Добавьте диагностические коды (например, 'dart Error', 'eslint/no-unused-vars') для исключения определенных типов."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "Dil modelinin sağlayıcısı (örn: copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "Dil modelinin ailesi (örn: gpt-4)",
|
||||
"settings.customStoragePath.description": "Özel depolama yolu. Varsayılan konumu kullanmak için boş bırakın. Mutlak yolları destekler (örn: 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Roo Code Cloud'u Etkinleştir."
|
||||
"settings.rooCodeCloudEnabled.description": "Roo Code Cloud'u Etkinleştir.",
|
||||
"settings.includeDiagnostics.description": "API isteklerine tanılama (hatalar/uyarılar) ekleyin. Çok dosyalı özellikler oluştururken geçici hataların yapay zekayı rahatsız etmesini önlemek için bunu devre dışı bırakın.",
|
||||
"settings.maxDiagnosticsCount.description": "API isteklerine dahil edilecek maksimum tanılama sayısı (sınırsız için 0). Jeton kullanımını kontrol etmeye yardımcı olur.",
|
||||
"settings.diagnosticsFilter.description": "Tanılamayı koda veya kaynağa göre filtreleyin. Belirli türleri hariç tutmak için tanılama kodları (ör. 'dart Error', 'eslint/no-unused-vars') ekleyin."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "Nhà cung cấp mô hình ngôn ngữ (ví dụ: copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "Họ mô hình ngôn ngữ (ví dụ: gpt-4)",
|
||||
"settings.customStoragePath.description": "Đường dẫn lưu trữ tùy chỉnh. Để trống để sử dụng vị trí mặc định. Hỗ trợ đường dẫn tuyệt đối (ví dụ: 'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "Bật Roo Code Cloud."
|
||||
"settings.rooCodeCloudEnabled.description": "Bật Roo Code Cloud.",
|
||||
"settings.includeDiagnostics.description": "Bao gồm chẩn đoán (lỗi/cảnh báo) trong các yêu cầu API. Tắt tính năng này khi tạo các tính năng đa tệp để tránh các lỗi tạm thời làm phân tâm AI.",
|
||||
"settings.maxDiagnosticsCount.description": "Số lượng chẩn đoán tối đa để bao gồm trong các yêu cầu API (0 cho không giới hạn). Giúp kiểm soát việc sử dụng mã thông báo.",
|
||||
"settings.diagnosticsFilter.description": "Lọc chẩn đoán theo mã hoặc nguồn. Thêm mã chẩn đoán (ví dụ: 'dart Error', 'eslint/no-unused-vars') để loại trừ các loại cụ thể."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "语言模型的供应商(例如:copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "语言模型的系列(例如:gpt-4)",
|
||||
"settings.customStoragePath.description": "自定义存储路径。留空以使用默认位置。支持绝对路径(例如:'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "启用 Roo Code Cloud。"
|
||||
"settings.rooCodeCloudEnabled.description": "启用 Roo Code Cloud。",
|
||||
"settings.includeDiagnostics.description": "在 API 请求中包含诊断信息(错误/警告)。在创建多文件功能时禁用此功能,以避免临时错误分散 AI 的注意力。",
|
||||
"settings.maxDiagnosticsCount.description": "在 API 请求中包含的最大诊断数(0 表示无限制)。有助于控制令牌使用。",
|
||||
"settings.diagnosticsFilter.description": "按代码或来源筛选诊断信息。添加诊断代码(例如 'dart Error'、'eslint/no-unused-vars')以排除特定类型。"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@
|
|||
"settings.vsCodeLmModelSelector.vendor.description": "語言模型供應商(例如:copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "語言模型系列(例如:gpt-4)",
|
||||
"settings.customStoragePath.description": "自訂儲存路徑。留空以使用預設位置。支援絕對路徑(例如:'D:\\RooCodeStorage')",
|
||||
"settings.rooCodeCloudEnabled.description": "啟用 Roo Code Cloud。"
|
||||
"settings.rooCodeCloudEnabled.description": "啟用 Roo Code Cloud。",
|
||||
"settings.includeDiagnostics.description": "在 API 請求中包含診斷資訊(錯誤/警告)。在建立多檔案功能時停用此功能,以避免暫時性錯誤干擾 AI。",
|
||||
"settings.maxDiagnosticsCount.description": "在 API 請求中包含的最大診斷數(0 表示無限制)。有助於控制權杖使用。",
|
||||
"settings.diagnosticsFilter.description": "按代碼或來源篩選診斷資訊。新增診斷代碼(例如 'dart Error'、'eslint/no-unused-vars')以排除特定類型。"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue