package.nls.nl.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "extension.displayName": "Roo Code (voorheen Roo Cline)",
  3. "extension.description": "Een compleet ontwikkelteam van AI-agents in je editor.",
  4. "views.contextMenu.label": "Roo Code",
  5. "views.terminalMenu.label": "Roo Code",
  6. "views.activitybar.title": "Roo Code",
  7. "views.sidebar.name": "Roo Code",
  8. "command.newTask.title": "Nieuwe Taak",
  9. "command.mcpServers.title": "MCP Servers",
  10. "command.prompts.title": "Modi",
  11. "command.history.title": "Geschiedenis",
  12. "command.marketplace.title": "Marktplaats",
  13. "command.openInEditor.title": "Openen in Editor",
  14. "command.settings.title": "Instellingen",
  15. "command.documentation.title": "Documentatie",
  16. "command.openInNewTab.title": "Openen in Nieuw Tabblad",
  17. "command.explainCode.title": "Leg Code Uit",
  18. "command.fixCode.title": "Repareer Code",
  19. "command.improveCode.title": "Verbeter Code",
  20. "command.addToContext.title": "Toevoegen aan Context",
  21. "command.focusInput.title": "Focus op Invoerveld",
  22. "command.setCustomStoragePath.title": "Aangepast Opslagpad Instellen",
  23. "command.importSettings.title": "Instellingen Importeren",
  24. "command.terminal.addToContext.title": "Terminalinhoud aan Context Toevoegen",
  25. "command.terminal.fixCommand.title": "Repareer Dit Commando",
  26. "command.terminal.explainCommand.title": "Leg Dit Commando Uit",
  27. "command.acceptInput.title": "Invoer/Suggestie Accepteren",
  28. "configuration.title": "Roo Code",
  29. "commands.allowedCommands.description": "Commando's die automatisch kunnen worden uitgevoerd wanneer 'Altijd goedkeuren uitvoerbewerkingen' is ingeschakeld",
  30. "settings.vsCodeLmModelSelector.description": "Instellingen voor VSCode Language Model API",
  31. "settings.vsCodeLmModelSelector.vendor.description": "De leverancier van het taalmodel (bijv. copilot)",
  32. "settings.vsCodeLmModelSelector.family.description": "De familie van het taalmodel (bijv. gpt-4)",
  33. "settings.customStoragePath.description": "Aangepast opslagpad. Laat leeg om de standaardlocatie te gebruiken. Ondersteunt absolute paden (bijv. 'D:\\RooCodeStorage')",
  34. "settings.enableCodeActions.description": "Snelle correcties van Roo Code inschakelen.",
  35. "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."
  36. }