-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add localization support for Roo Code extension in multiple languages #2523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "extension.displayName": "Roo Code", | ||
| "extension.description": "Un equip complet de desenvolupament d'agents d'IA al teu editor. Anteriorment Roo Cline.", | ||
| "command.newTask.title": "Nova Tasca", | ||
| "command.explainCode.title": "Explicar Codi", | ||
| "command.fixCode.title": "Corregir Codi", | ||
| "command.improveCode.title": "Millorar Codi", | ||
| "command.addToContext.title": "Afegir al Context", | ||
| "command.openInNewTab.title": "Obrir en una Nova Pestanya", | ||
| "command.focusInput.title": "Enfocar Camp d'Entrada", | ||
| "command.setCustomStoragePath.title": "Establir Ruta d'Emmagatzematge Personalitzada", | ||
| "command.terminal.addToContext.title": "Afegir Contingut del Terminal al Context", | ||
| "command.terminal.fixCommand.title": "Corregir Aquesta Ordre", | ||
| "command.terminal.explainCommand.title": "Explicar Aquesta Ordre", | ||
| "command.terminal.fixCommandInCurrentTask.title": "Corregir Aquesta Ordre (Tasca Actual)", | ||
| "command.terminal.explainCommandInCurrentTask.title": "Explicar Aquesta Ordre (Tasca Actual)", | ||
| "views.activitybar.title": "Roo Code", | ||
| "views.contextMenu.label": "Roo Code", | ||
| "views.terminalMenu.label": "Roo Code", | ||
| "command.mcpServers.title": "Servidors MCP", | ||
| "command.prompts.title": "Indicacions", | ||
| "command.history.title": "Historial", | ||
| "command.openInEditor.title": "Obrir a l'Editor", | ||
| "command.settings.title": "Configuració", | ||
| "command.documentation.title": "Documentació", | ||
| "configuration.title": "Roo Code", | ||
| "commands.allowedCommands.description": "Ordres que es poden executar automàticament quan 'Aprova sempre les operacions d'execució' està activat", | ||
| "settings.vsCodeLmModelSelector.description": "Configuració per a l'API del model de llenguatge VSCode", | ||
| "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')" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "extension.displayName": "Roo Code", | ||
| "extension.description": "Ein komplettes KI-Agenten-Entwicklungsteam in Ihrem Editor. Früher bekannt als Roo Cline.", | ||
| "command.newTask.title": "Neue Aufgabe", | ||
| "command.explainCode.title": "Code Erklären", | ||
| "command.fixCode.title": "Code Reparieren", | ||
| "command.improveCode.title": "Code Verbessern", | ||
| "command.addToContext.title": "Zum Kontext Hinzufügen", | ||
| "command.openInNewTab.title": "In Neuem Tab Öffnen", | ||
| "command.focusInput.title": "Eingabefeld Fokussieren", | ||
| "command.setCustomStoragePath.title": "Benutzerdefinierten Speicherpfad Festlegen", | ||
| "command.terminal.addToContext.title": "Terminal-Inhalt zum Kontext Hinzufügen", | ||
| "command.terminal.fixCommand.title": "Diesen Befehl Reparieren", | ||
| "command.terminal.explainCommand.title": "Diesen Befehl Erklären", | ||
| "command.terminal.fixCommandInCurrentTask.title": "Diesen Befehl Reparieren (Aktuelle Aufgabe)", | ||
| "command.terminal.explainCommandInCurrentTask.title": "Diesen Befehl Erklären (Aktuelle Aufgabe)", | ||
| "views.activitybar.title": "Roo Code", | ||
| "views.contextMenu.label": "Roo Code", | ||
| "views.terminalMenu.label": "Roo Code", | ||
| "command.mcpServers.title": "MCP Server", | ||
| "command.prompts.title": "Prompts", | ||
| "command.history.title": "Verlauf", | ||
| "command.openInEditor.title": "Im Editor Öffnen", | ||
| "command.settings.title": "Einstellungen", | ||
| "command.documentation.title": "Dokumentation", | ||
| "configuration.title": "Roo Code", | ||
| "commands.allowedCommands.description": "Befehle, die automatisch ausgeführt werden können, wenn 'Ausführungsoperationen immer genehmigen' aktiviert ist", | ||
| "settings.vsCodeLmModelSelector.description": "Einstellungen für die VSCode-Sprachmodell-API", | ||
| "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')" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "extension.displayName": "Roo Code", | ||
| "extension.description": "Un equipo completo de desarrollo de agentes de IA en tu editor. Anteriormente Roo Cline.", | ||
| "command.newTask.title": "Nueva Tarea", | ||
| "command.explainCode.title": "Explicar Código", | ||
| "command.fixCode.title": "Corregir Código", | ||
| "command.improveCode.title": "Mejorar Código", | ||
| "command.addToContext.title": "Añadir al Contexto", | ||
| "command.openInNewTab.title": "Abrir en Nueva Pestaña", | ||
| "command.focusInput.title": "Enfocar Campo de Entrada", | ||
| "command.setCustomStoragePath.title": "Establecer Ruta de Almacenamiento Personalizada", | ||
| "command.terminal.addToContext.title": "Añadir Contenido de Terminal al Contexto", | ||
| "command.terminal.fixCommand.title": "Corregir Este Comando", | ||
| "command.terminal.explainCommand.title": "Explicar Este Comando", | ||
| "command.terminal.fixCommandInCurrentTask.title": "Corregir Este Comando (Tarea Actual)", | ||
| "command.terminal.explainCommandInCurrentTask.title": "Explicar Este Comando (Tarea Actual)", | ||
| "views.activitybar.title": "Roo Code", | ||
| "views.contextMenu.label": "Roo Code", | ||
| "views.terminalMenu.label": "Roo Code", | ||
| "command.mcpServers.title": "Servidores MCP", | ||
| "command.prompts.title": "Indicaciones", | ||
| "command.history.title": "Historial", | ||
| "command.openInEditor.title": "Abrir en Editor", | ||
| "command.settings.title": "Configuración", | ||
| "command.documentation.title": "Documentación", | ||
| "configuration.title": "Roo Code", | ||
| "commands.allowedCommands.description": "Comandos que pueden ejecutarse automáticamente cuando 'Aprobar siempre operaciones de ejecución' está activado", | ||
| "settings.vsCodeLmModelSelector.description": "Configuración para la API del modelo de lenguaje VSCode", | ||
| "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')" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "extension.displayName": "Roo Code", | ||
| "extension.description": "Une équipe complète de développement d'agents IA dans votre éditeur. Anciennement Roo Cline.", | ||
| "command.newTask.title": "Nouvelle Tâche", | ||
| "command.explainCode.title": "Expliquer le Code", | ||
| "command.fixCode.title": "Corriger le Code", | ||
| "command.improveCode.title": "Améliorer le Code", | ||
| "command.addToContext.title": "Ajouter au Contexte", | ||
| "command.openInNewTab.title": "Ouvrir dans un Nouvel Onglet", | ||
| "command.focusInput.title": "Focus sur le Champ de Saisie", | ||
| "command.setCustomStoragePath.title": "Définir le Chemin de Stockage Personnalisé", | ||
| "command.terminal.addToContext.title": "Ajouter le Contenu du Terminal au Contexte", | ||
| "command.terminal.fixCommand.title": "Corriger cette Commande", | ||
| "command.terminal.explainCommand.title": "Expliquer cette Commande", | ||
| "command.terminal.fixCommandInCurrentTask.title": "Corriger cette Commande (Tâche Actuelle)", | ||
| "command.terminal.explainCommandInCurrentTask.title": "Expliquer cette Commande (Tâche Actuelle)", | ||
| "views.activitybar.title": "Roo Code", | ||
| "views.contextMenu.label": "Roo Code", | ||
| "views.terminalMenu.label": "Roo Code", | ||
| "command.mcpServers.title": "Serveurs MCP", | ||
| "command.prompts.title": "Invites", | ||
| "command.history.title": "Historique", | ||
| "command.openInEditor.title": "Ouvrir dans l'Éditeur", | ||
| "command.settings.title": "Paramètres", | ||
| "command.documentation.title": "Documentation", | ||
| "configuration.title": "Roo Code", | ||
| "commands.allowedCommands.description": "Commandes pouvant être exécutées automatiquement lorsque 'Toujours approuver les opérations d'exécution' est activé", | ||
| "settings.vsCodeLmModelSelector.description": "Paramètres pour l'API du modèle de langage VSCode", | ||
| "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')" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "extension.displayName": "Roo Code", | ||
| "extension.description": "आपके एडिटर में एआई एजेंट्स की पूरी डेवलपमेंट टीम। पहले Roo Cline के नाम से जाना जाता था।", | ||
| "command.newTask.title": "नया कार्य", | ||
| "command.explainCode.title": "कोड समझाएं", | ||
| "command.fixCode.title": "कोड ठीक करें", | ||
| "command.improveCode.title": "कोड सुधारें", | ||
| "command.addToContext.title": "संदर्भ में जोड़ें", | ||
| "command.openInNewTab.title": "नए टैब में खोलें", | ||
| "command.focusInput.title": "इनपुट फ़ील्ड पर फोकस करें", | ||
| "command.setCustomStoragePath.title": "कस्टम स्टोरेज पाथ सेट करें", | ||
| "command.terminal.addToContext.title": "टर्मिनल सामग्री को संदर्भ में जोड़ें", | ||
| "command.terminal.fixCommand.title": "यह कमांड ठीक करें", | ||
| "command.terminal.explainCommand.title": "यह कमांड समझाएं", | ||
| "command.terminal.fixCommandInCurrentTask.title": "यह कमांड ठीक करें (वर्तमान कार्य)", | ||
| "command.terminal.explainCommandInCurrentTask.title": "यह कमांड समझाएं (वर्तमान कार्य)", | ||
| "views.activitybar.title": "Roo Code", | ||
| "views.contextMenu.label": "Roo Code", | ||
| "views.terminalMenu.label": "Roo Code", | ||
| "command.mcpServers.title": "एमसीपी सर्वर", | ||
| "command.prompts.title": "प्रॉम्प्ट्स", | ||
| "command.history.title": "इतिहास", | ||
| "command.openInEditor.title": "एडिटर में खोलें", | ||
| "command.settings.title": "सेटिंग्स", | ||
| "command.documentation.title": "दस्तावेज़ीकरण", | ||
| "configuration.title": "Roo Code", | ||
| "commands.allowedCommands.description": "वे कमांड जो स्वचालित रूप से निष्पादित की जा सकती हैं जब 'हमेशा निष्पादन संचालन को स्वीकृत करें' सक्रिय हो", | ||
| "settings.vsCodeLmModelSelector.description": "VSCode भाषा मॉडल API के लिए सेटिंग्स", | ||
| "settings.vsCodeLmModelSelector.vendor.description": "भाषा मॉडल का विक्रेता (उदा. copilot)", | ||
| "settings.vsCodeLmModelSelector.family.description": "भाषा मॉडल का परिवार (उदा. gpt-4)", | ||
| "settings.customStoragePath.description": "कस्टम स्टोरेज पाथ। डिफ़ॉल्ट स्थान का उपयोग करने के लिए खाली छोड़ें। पूर्ण पथ का समर्थन करता है (उदा. 'D:\\RooCodeStorage')" | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent terminology: The term 'पाथ' is used in line 11 while 'पथ' is used in line 31. Consider standardizing the term ('पथ') across the file for consistency.