forked from RooCodeInc/Roo-Code
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.nls.es.json
More file actions
31 lines (31 loc) · 1.9 KB
/
package.nls.es.json
File metadata and controls
31 lines (31 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"extension.displayName": "Agent (antes Roo Cline)",
"extension.description": "Un equipo completo de desarrollo de agentes de IA en tu editor.",
"command.newTask.title": "Nueva Tarea",
"command.explainCode.title": "Explicar Código",
"command.fixCode.title": "Corregir Código",
"command.improveCode.title": "Mejorar Código",
"command.addToContext.title": "Añadir al Contexto",
"command.openInNewTab.title": "Abrir en Nueva Pestaña",
"command.focusInput.title": "Enfocar Campo de Entrada",
"command.setCustomStoragePath.title": "Establecer Ruta de Almacenamiento Personalizada",
"command.terminal.addToContext.title": "Añadir Contenido de Terminal al Contexto",
"command.terminal.fixCommand.title": "Corregir Este Comando",
"command.terminal.explainCommand.title": "Explicar Este Comando",
"command.acceptInput.title": "Aceptar Entrada/Sugerencia",
"views.activitybar.title": "Agent",
"views.contextMenu.label": "Agent",
"views.terminalMenu.label": "Agent",
"command.mcpServers.title": "Servidores MCP",
"command.prompts.title": "Indicaciones",
"command.history.title": "Historial",
"command.openInEditor.title": "Abrir en Editor",
"command.settings.title": "Configuración",
"command.documentation.title": "Documentación",
"configuration.title": "Agent",
"commands.allowedCommands.description": "Comandos que pueden ejecutarse automáticamente cuando 'Aprobar siempre operaciones de ejecución' está activado",
"settings.vsCodeLmModelSelector.description": "Configuración para la API del modelo de lenguaje VSCode",
"settings.vsCodeLmModelSelector.vendor.description": "El proveedor del modelo de lenguaje (ej. copilot)",
"settings.vsCodeLmModelSelector.family.description": "La familia del modelo de lenguaje (ej. gpt-4)",
"settings.customStoragePath.description": "Ruta de almacenamiento personalizada. Dejar vacío para usar la ubicación predeterminada. Admite rutas absolutas (ej. 'D:\\RooCodeStorage')"
}