package.nls.nl.json 1.8 KB

12345678910111213141516171819202122232425262728293031
  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. "command.newTask.title": "Nieuwe Taak",
  8. "command.mcpServers.title": "MCP Servers",
  9. "command.prompts.title": "Prompts",
  10. "command.history.title": "Geschiedenis",
  11. "command.openInEditor.title": "Openen in Editor",
  12. "command.settings.title": "Instellingen",
  13. "command.documentation.title": "Documentatie",
  14. "command.openInNewTab.title": "Openen in Nieuw Tabblad",
  15. "command.explainCode.title": "Leg Code Uit",
  16. "command.fixCode.title": "Repareer Code",
  17. "command.improveCode.title": "Verbeter Code",
  18. "command.addToContext.title": "Toevoegen aan Context",
  19. "command.focusInput.title": "Focus op Invoerveld",
  20. "command.setCustomStoragePath.title": "Aangepast Opslagpad Instellen",
  21. "command.terminal.addToContext.title": "Terminalinhoud aan Context Toevoegen",
  22. "command.terminal.fixCommand.title": "Repareer Dit Commando",
  23. "command.terminal.explainCommand.title": "Leg Dit Commando Uit",
  24. "command.acceptInput.title": "Invoer/Suggestie Accepteren",
  25. "configuration.title": "Roo Code",
  26. "commands.allowedCommands.description": "Commando's die automatisch kunnen worden uitgevoerd wanneer 'Altijd goedkeuren uitvoerbewerkingen' is ingeschakeld",
  27. "settings.vsCodeLmModelSelector.description": "Instellingen voor VSCode Language Model API",
  28. "settings.vsCodeLmModelSelector.vendor.description": "De leverancier van het taalmodel (bijv. copilot)",
  29. "settings.vsCodeLmModelSelector.family.description": "De familie van het taalmodel (bijv. gpt-4)",
  30. "settings.customStoragePath.description": "Aangepast opslagpad. Laat leeg om de standaardlocatie te gebruiken. Ondersteunt absolute paden (bijv. 'D:\\RooCodeStorage')"
  31. }