-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.nls.es.json
More file actions
68 lines (68 loc) · 5.78 KB
/
Copy pathpackage.nls.es.json
File metadata and controls
68 lines (68 loc) · 5.78 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"category.fileGroups": "Grupos de archivos",
"view.fileGroups.welcome": "Todavía no hay grupos de archivos.\n[Crear un grupo](command:fileGroups.createGroup)\n[Crear grupos inteligentes](command:fileGroups.createSmartGroups)\n[Desde editores abiertos](command:fileGroups.createGroupFromOpenEditors)\n[Desde cambios de Git](command:fileGroups.createGroupFromGitChanges)\n[Abrir rápido archivos agrupados](command:fileGroups.quickOpen)\n[Importar grupo compartido](command:fileGroups.importSharedGroup)\n\nEstas acciones rápidas siguen disponibles en el árbol incluso cuando ya existen grupos.",
"command.changeLanguage.title": "Cambiar idioma",
"command.openGettingStarted.title": "Abrir Primeros pasos",
"command.editGroupTags.title": "Editar etiquetas del grupo",
"command.editFileTags.title": "Editar etiquetas del marcador",
"command.createSmartGroups.title": "Crear grupos inteligentes",
"command.importSharedGroup.title": "Importar grupo compartido",
"command.exportGroupShare.title": "Exportar como JSON compartible",
"command.copyFilePaths.title": "Copiar rutas de archivos",
"command.groupActions.title": "Más acciones de grupo...",
"command.quickOpen.title": "Apertura rápida desde grupos",
"command.createGroup.title": "Crear grupo",
"command.createGroupFromOpenEditors.title": "Crear desde editores abiertos",
"command.createGroupFromGitChanges.title": "Crear desde cambios de Git",
"command.createSubgroup.title": "Crear subgrupo",
"command.deleteGroup.title": "Eliminar grupo",
"command.deleteGroupFromTitle.title": "Eliminar grupo...",
"command.renameGroup.title": "Renombrar grupo",
"command.openGroupEditor.title": "Abrir editor de grupo",
"command.setGroupIcon.title": "Establecer icono",
"command.setGroupColor.title": "Establecer color",
"command.editGroupSummary.title": "Editar resumen",
"command.editGroupDetails.title": "Editar descripción",
"command.addFile.title": "Agregar al grupo de archivos",
"command.goToGroup.title": "Ir al grupo",
"command.removeFile.title": "Quitar del grupo",
"command.openDirect.title": "Abrir archivos de este grupo",
"command.openAll.title": "Abrir grupo y subgrupos",
"command.closeAll.title": "Cerrar todos los archivos",
"command.expandAll.title": "Expandir todo",
"command.collapseAll.title": "Contraer todo",
"command.moveToRoot.title": "Mover al nivel raíz",
"command.refresh.title": "Actualizar",
"command.cleanupMissingFiles.title": "Limpiar archivos faltantes",
"command.pinGroup.title": "Fijar grupo",
"command.unpinGroup.title": "Desfijar grupo",
"command.setBadgeText.title": "Establecer insignia",
"command.findDuplicates.title": "Buscar archivos duplicados",
"command.sortFiles.title": "Ordenar archivos...",
"command.moveToGlobal.title": "Mover a grupos globales",
"command.moveToLocal.title": "Mover a grupos locales",
"command.duplicateGroup.title": "Hacer una copia",
"command.openGlobalConfig.title": "Abrir archivo de configuración global",
"configuration.title": "CodeGroup",
"configuration.language.description": "Controla el idioma en tiempo de ejecución usado por la interfaz de CodeGroup.",
"walkthrough.gettingStarted.title": "Primeros pasos con CodeGroup",
"walkthrough.gettingStarted.description": "Mantén juntos los archivos relacionados en grupos de marcadores sin moverlos.",
"walkthrough.step.language.title": "Elige tu idioma",
"walkthrough.step.language.description": "CodeGroup admite **inglés, francés, alemán, húngaro, español, italiano, portugués de Brasil, japonés y chino simplificado**.\n[Elegir idioma de CodeGroup](command:fileGroups.changeLanguage)",
"walkthrough.step.language.alt": "Selector de idioma de CodeGroup en inglés",
"walkthrough.step.bookmarks.title": "Piensa en grupos de marcadores",
"walkthrough.step.bookmarks.description": "**Las carpetas muestran dónde están los archivos. CodeGroup muestra cuáles están relacionados.** Abre la vista CodeGroup en el Explorador para ver colecciones persistentes de marcadores.",
"walkthrough.step.bookmarks.alt": "Acciones rápidas de CodeGroup en el Explorador de VS Code",
"walkthrough.step.create.title": "Crea tu primer grupo",
"walkthrough.step.create.description": "Crea una colección de marcadores con nombre para una función, corrección, revisión o investigación.\n[Crear un grupo](command:fileGroups.createGroup)",
"walkthrough.step.create.alt": "Grupos y archivos de CodeGroup en el Explorador",
"walkthrough.step.add.title": "Añade archivos y conjuntos de trabajo",
"walkthrough.step.add.description": "Arrastra archivos desde el Explorador, captura editores abiertos o cambios de Git, o usa grupos inteligentes.\n[Crear desde editores abiertos](command:fileGroups.createGroupFromOpenEditors) · [Crear desde cambios de Git](command:fileGroups.createGroupFromGitChanges)",
"walkthrough.step.add.alt": "Grupos y archivos de CodeGroup en el Explorador",
"walkthrough.step.tools.title": "Trabaja con tus marcadores",
"walkthrough.step.tools.description": "Usa Apertura rápida, edita metadatos, copia rutas o elige abrir solo este grupo o todos sus subgrupos.\n[Abrir el editor de grupos](command:fileGroups.openGroupEditor) · [Apertura rápida](command:fileGroups.quickOpen)",
"walkthrough.step.tools.alt": "Editor visual de grupos de CodeGroup",
"walkthrough.step.share.title": "Comparte CodeGroup si te gusta",
"walkthrough.step.share.description": "Ayuda a otros a descubrir los grupos de marcadores: [dale una estrella en GitHub](https://github.com/MiszterSoul/codegroup), [escribe una reseña en Marketplace](https://marketplace.visualstudio.com/items?itemName=PeterDev.codegroup-file-organizer) o comparte un grupo útil con tu equipo.\n[Exportar un grupo compartido](command:fileGroups.exportSharedGroup)",
"walkthrough.step.share.alt": "Acciones para compartir CodeGroup en inglés"
}