package.nls.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "views.sidebar.name": "Roo Code",
  8. "command.newTask.title": "New Task",
  9. "command.mcpServers.title": "MCP Servers",
  10. "command.prompts.title": "Modes",
  11. "command.history.title": "History",
  12. "command.marketplace.title": "Marketplace",
  13. "command.openInEditor.title": "Open in Editor",
  14. "command.settings.title": "Settings",
  15. "command.documentation.title": "Documentation",
  16. "command.openInNewTab.title": "Open In New Tab",
  17. "command.explainCode.title": "Explain Code",
  18. "command.fixCode.title": "Fix Code",
  19. "command.improveCode.title": "Improve Code",
  20. "command.addToContext.title": "Add To Context",
  21. "command.focusInput.title": "Focus Input Field",
  22. "command.setCustomStoragePath.title": "Set Custom Storage Path",
  23. "command.importSettings.title": "Import Settings",
  24. "command.terminal.addToContext.title": "Add Terminal Content to Context",
  25. "command.terminal.fixCommand.title": "Fix This Command",
  26. "command.terminal.explainCommand.title": "Explain This Command",
  27. "command.acceptInput.title": "Accept Input/Suggestion",
  28. "configuration.title": "Roo Code",
  29. "commands.allowedCommands.description": "Commands that can be auto-executed when 'Always approve execute operations' is enabled",
  30. "commands.deniedCommands.description": "Command prefixes that will be automatically denied without asking for approval. In case of conflicts with allowed commands, the longest prefix match takes precedence. Add * to deny all commands.",
  31. "commands.commandExecutionTimeout.description": "Maximum time in seconds to wait for command execution to complete before timing out (0 = no timeout, 1-600s, default: 0s)",
  32. "commands.commandTimeoutAllowlist.description": "Command prefixes that are excluded from the command execution timeout. Commands matching these prefixes will run without timeout restrictions.",
  33. "commands.preventCompletionWithOpenTodos.description": "Prevent task completion when there are incomplete todos in the todo list",
  34. "settings.vsCodeLmModelSelector.description": "Settings for VSCode Language Model API",
  35. "settings.vsCodeLmModelSelector.vendor.description": "The vendor of the language model (e.g. copilot)",
  36. "settings.vsCodeLmModelSelector.family.description": "The family of the language model (e.g. gpt-4)",
  37. "settings.customStoragePath.description": "Custom storage path. Leave empty to use the default location. Supports absolute paths (e.g. 'D:\\RooCodeStorage')",
  38. "settings.enableCodeActions.description": "Enable Roo Code quick fixes",
  39. "settings.autoImportSettingsPath.description": "Path to a RooCode configuration file to automatically import on extension startup. Supports absolute paths and paths relative to the home directory (e.g. '~/Documents/roo-code-settings.json'). Leave empty to disable auto-import.",
  40. "settings.useAgentRules.description": "Enable loading of AGENTS.md files for agent-specific rules (see https://agent-rules.org/)"
  41. }