package.nls.json 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "extension.displayName": "Roo Code (prev. Roo Cline)",
  3. "extension.description": "A whole dev team of AI agents in your editor.",
  4. "views.contextMenu.label": "Roo Code",
  5. "views.terminalMenu.label": "Roo Code",
  6. "views.activitybar.title": "Roo Code",
  7. "command.newTask.title": "New Task",
  8. "command.mcpServers.title": "MCP Servers",
  9. "command.prompts.title": "Prompts",
  10. "command.history.title": "History",
  11. "command.openInEditor.title": "Open in Editor",
  12. "command.settings.title": "Settings",
  13. "command.documentation.title": "Documentation",
  14. "command.openInNewTab.title": "Open In New Tab",
  15. "command.explainCode.title": "Explain Code",
  16. "command.fixCode.title": "Fix Code",
  17. "command.improveCode.title": "Improve Code",
  18. "command.addToContext.title": "Add To Context",
  19. "command.focusInput.title": "Focus Input Field",
  20. "command.setCustomStoragePath.title": "Set Custom Storage Path",
  21. "command.terminal.addToContext.title": "Add Terminal Content to Context",
  22. "command.terminal.fixCommand.title": "Fix This Command",
  23. "command.terminal.explainCommand.title": "Explain This Command",
  24. "command.acceptInput.title": "Accept Input/Suggestion",
  25. "configuration.title": "Roo Code",
  26. "commands.allowedCommands.description": "Commands that can be auto-executed when 'Always approve execute operations' is enabled",
  27. "settings.vsCodeLmModelSelector.description": "Settings for VSCode Language Model API",
  28. "settings.vsCodeLmModelSelector.vendor.description": "The vendor of the language model (e.g. copilot)",
  29. "settings.vsCodeLmModelSelector.family.description": "The family of the language model (e.g. gpt-4)",
  30. "settings.customStoragePath.description": "Custom storage path. Leave empty to use the default location. Supports absolute paths (e.g. 'D:\\RooCodeStorage')"
  31. }