mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Co-authored-by: Roo Code <roomote@roocode.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
39 lines
3 KiB
JSON
39 lines
3 KiB
JSON
{
|
|
"extension.displayName": "Roo Code (voorheen Roo Cline)",
|
|
"extension.description": "Een compleet ontwikkelteam van AI-agents in je editor.",
|
|
"views.contextMenu.label": "Roo Code",
|
|
"views.terminalMenu.label": "Roo Code",
|
|
"views.activitybar.title": "Roo Code",
|
|
"views.sidebar.name": "Roo Code",
|
|
"command.newTask.title": "Nieuwe Taak",
|
|
"command.mcpServers.title": "MCP Servers",
|
|
"command.prompts.title": "Modi",
|
|
"command.history.title": "Geschiedenis",
|
|
"command.marketplace.title": "Marktplaats",
|
|
"command.openInEditor.title": "Openen in Editor",
|
|
"command.settings.title": "Instellingen",
|
|
"command.documentation.title": "Documentatie",
|
|
"command.openInNewTab.title": "Openen in Nieuw Tabblad",
|
|
"command.explainCode.title": "Leg Code Uit",
|
|
"command.fixCode.title": "Repareer Code",
|
|
"command.improveCode.title": "Verbeter Code",
|
|
"command.addToContext.title": "Toevoegen aan Context",
|
|
"command.focusInput.title": "Focus op Invoerveld",
|
|
"command.setCustomStoragePath.title": "Aangepast Opslagpad Instellen",
|
|
"command.importSettings.title": "Instellingen Importeren",
|
|
"command.terminal.addToContext.title": "Terminalinhoud aan Context Toevoegen",
|
|
"command.terminal.fixCommand.title": "Repareer Dit Commando",
|
|
"command.terminal.explainCommand.title": "Leg Dit Commando Uit",
|
|
"command.acceptInput.title": "Invoer/Suggestie Accepteren",
|
|
"configuration.title": "Roo Code",
|
|
"commands.allowedCommands.description": "Commando's die automatisch kunnen worden uitgevoerd wanneer 'Altijd goedkeuren uitvoerbewerkingen' is ingeschakeld",
|
|
"commands.deniedCommands.description": "Commando-prefixen die automatisch worden geweigerd zonder om goedkeuring te vragen. Bij conflicten met toegestane commando's heeft de langste prefix-match voorrang. Voeg * toe om alle commando's te weigeren.",
|
|
"commands.commandExecutionTimeout.description": "Maximale tijd in seconden om te wachten tot commando-uitvoering voltooid is voordat er een timeout optreedt (0 = geen timeout, 1-600s, standaard: 0s)",
|
|
"commands.commandTimeoutAllowlist.description": "Commando-prefixen die zijn uitgesloten van de commando-uitvoering timeout. Commando's die overeenkomen met deze prefixen worden uitgevoerd zonder timeout-beperkingen.",
|
|
"settings.vsCodeLmModelSelector.description": "Instellingen voor VSCode Language Model API",
|
|
"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.enableCodeActions.description": "Snelle correcties van Roo Code inschakelen.",
|
|
"settings.autoImportSettingsPath.description": "Pad naar een RooCode-configuratiebestand om automatisch te importeren bij het opstarten van de extensie. Ondersteunt absolute paden en paden ten opzichte van de thuismap (bijv. '~/Documents/roo-code-settings.json'). Laat leeg om automatisch importeren uit te schakelen."
|
|
}
|