Skip to content

Commit bf94c35

Browse files
DanWahlinCopilot
andauthored
Polish Spanish translations: translate remaining English headings and table headers
- README.md: translate Copilot family table headers (Product/Where It Runs/Description) - 00-quick-start: translate 'See subscription options' link label and Troubleshooting heading - 01-setup-and-first-steps: translate Learning Objectives heading and all Command/What It Does slash-command table headers - 03-development-workflows: translate navigation table (I want to.../Jump to), git staged-changes table, and What's Next chapter table - 07-putting-it-together: translate Chapter/What You Learned table header - appendices/additional-context.md: translate all English headings, image use-case labels, Format/Best For table header, and multi-directory scenario list - appendices/ci-cd-integration.md: translate all prose, headings, callouts, and back-link Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ca61260 commit bf94c35

8 files changed

Lines changed: 80 additions & 80 deletions

File tree

translations/es/00-quick-start/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Al final de este capítulo, habrás:
2727

2828
## ✅ Requisitos previos
2929

30-
- **Cuenta de GitHub** con acceso a Copilot. [See subscription options](https://github.com/features/copilot/plans). Estudiantes/Profesores pueden acceder a Copilot Pro [gratis a través de GitHub Education](https://education.github.com/pack).
30+
- **Cuenta de GitHub** con acceso a Copilot. [Ver opciones de suscripción](https://github.com/features/copilot/plans). Estudiantes/Profesores pueden acceder a Copilot Pro [gratis a través de GitHub Education](https://education.github.com/pack).
3131
- **Conceptos básicos de la terminal**: Familiaridad con comandos como `cd` y `ls`
3232

3333
### Qué significa "acceso a Copilot"
@@ -237,7 +237,7 @@ Eso es todo para la instalación. La diversión real comienza en el Capítulo 01
237237

238238
---
239239

240-
## Troubleshooting
240+
## Solución de problemas
241241

242242
### "copilot: command not found"
243243

translations/es/01-setup-and-first-steps/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: 2
1717

1818
> ⚠️ **Prerequisitos**: Asegúrate de haber completado primero **[Capítulo 00: Inicio rápido](../00-quick-start/README.md)**. Necesitarás tener GitHub Copilot CLI instalado y autenticado antes de ejecutar las demostraciones a continuación.
1919
20-
## 🎯 Learning Objectives
20+
## 🎯 Objetivos de aprendizaje
2121

2222
Al final de este capítulo, podrás:
2323

@@ -400,7 +400,7 @@ Estos comandos son buenos para aprender al principio mientras te familiarizas co
400400
401401
### Agent Environment
402402

403-
| Command | What It Does |
403+
| Comando | Qué hace |
404404
|---------|--------------|
405405
| `/agent` | Examinar y seleccionar entre agentes disponibles |
406406
| `/env` | Mostrar detalles del entorno cargado — qué instrucciones, servidores MCP, habilidades, agentes y complementos están activos |
@@ -413,7 +413,7 @@ Estos comandos son buenos para aprender al principio mientras te familiarizas co
413413
414414
### Models and Subagents
415415

416-
| Command | What It Does |
416+
| Comando | Qué hace |
417417
|---------|--------------|
418418
| `/delegate` | Delegar la tarea a un agente en la nube de GitHub Copilot |
419419
| `/fleet` | Dividir una tarea compleja en subtareas paralelas para completar más rápido |
@@ -422,7 +422,7 @@ Estos comandos son buenos para aprender al principio mientras te familiarizas co
422422

423423
### Code
424424

425-
| Command | What It Does |
425+
| Comando | Qué hace |
426426
|---------|--------------|
427427
| `/diff` | Revisar los cambios realizados en el directorio actual |
428428
| `/pr` | Operar sobre pull requests para la rama actual |
@@ -432,7 +432,7 @@ Estos comandos son buenos para aprender al principio mientras te familiarizas co
432432

433433
### Permissions
434434

435-
| Command | What It Does |
435+
| Comando | Qué hace |
436436
|---------|--------------|
437437
| `/add-dir <directory>` | Agregar un directorio a la lista permitida |
438438
| `/allow-all [on\|off\|show]` | Aprobar automáticamente todos los avisos de permisos; usa `on` para activar, `off` para desactivar, `show` para verificar el estado actual |
@@ -444,7 +444,7 @@ Estos comandos son buenos para aprender al principio mientras te familiarizas co
444444
445445
### Session
446446

447-
| Command | What It Does |
447+
| Comando | Qué hace |
448448
|---------|--------------|
449449
| `/clear` | Abandona la sesión actual (sin historial guardado) y comienza una conversación nueva |
450450
| `/compact` | Resumir la conversación para reducir el uso de contexto (opcionalmente agrega instrucciones de enfoque, p. ej. `/compact focus on the bug list`) |
@@ -463,15 +463,15 @@ Estos comandos son buenos para aprender al principio mientras te familiarizas co
463463

464464
### Display
465465

466-
| Command | What It Does |
466+
| Comando | Qué hace |
467467
|---------|--------------|
468468
| `/statusline` (or `/footer`) | Personalizar qué elementos aparecen en la barra de estado en la parte inferior de la sesión (directorio, rama, esfuerzo, ventana de contexto, cuota) |
469469
| `/theme` | Ver o establecer el tema del terminal |
470470
| `/voice` | Dictar tu instrucción usando reconocimiento de voz local — habla de forma natural en lugar de escribir |
471471

472472
### Help and Feedback
473473

474-
| Command | What It Does |
474+
| Comando | Qué hace |
475475
|---------|--------------|
476476
| `/app` | Abrir la app de GitHub (o navegador como alternativa) directamente desde la CLI |
477477
| `/changelog` | Mostrar el changelog de las versiones de la CLI |

translations/es/02-context-conversations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ copilot
752752
> @assets/mockup.png Write the HTML and CSS to match this design. Place it in a new file called index.html and put the CSS in styles.css.
753753
```
754754

755-
> 📖 **Aprende más**: Consulta [Funciones adicionales de contexto](../appendices/additional-context.md#working-with-images) para formatos compatibles, casos de uso prácticos y consejos para combinar imágenes con código.
755+
> 📖 **Aprende más**: Consulta [Funciones adicionales de contexto](../appendices/additional-context.md#trabajar-con-imágenes) para formatos compatibles, casos de uso prácticos y consejos para combinar imágenes con código.
756756
757757
</details>
758758

translations/es/03-development-workflows/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ Este capítulo cubre cinco flujos de trabajo que los desarrolladores usan típic
5353

5454
<img src="../../../03-development-workflows/assets/five-workflows-swimlane.png" alt="Cinco flujos de desarrollo: Revisión de código, Refactorización, Depuración, Generación de pruebas e Integración con Git mostrados como carriles horizontales" width="800"/>
5555

56-
| I want to... | Jump to |
56+
| Quiero... | Ir a |
5757
|---|---|
58-
| Review code before merging | [Workflow 1: Code Review](#workflow-1-code-review) |
59-
| Clean up messy or legacy code | [Workflow 2: Refactoring](#workflow-2-refactoring) |
60-
| Track down and fix a bug | [Workflow 3: Debugging](#workflow-3-debugging) |
61-
| Generate tests for my code | [Workflow 4: Test Generation](#workflow-4-test-generation) |
62-
| Write better commits and PRs | [Workflow 5: Git Integration](#workflow-5-git-integration) |
63-
| Research before coding | [Quick Tip: Research Before You Plan or Code](#revisar-antes-de-hacer-push) |
64-
| See a full bug-fix workflow end to end | [Putting It All Together](#usar-delegate-para-tareas-en-segundo-plano) |
58+
| Revisar código antes de hacer merge | [Flujo de trabajo 1: Revisión de código](#workflow-1-code-review) |
59+
| Limpiar código desordenado o heredado | [Flujo de trabajo 2: Refactorización](#workflow-2-refactoring) |
60+
| Encontrar y corregir un error | [Flujo de trabajo 3: Depuración](#workflow-3-debugging) |
61+
| Generar pruebas para mi código | [Flujo de trabajo 4: Generación de pruebas](#workflow-4-test-generation) |
62+
| Escribir mejores commits y PRs | [Flujo de trabajo 5: Integración con Git](#workflow-5-git-integration) |
63+
| Investigar antes de codificar | [Consejo rápido: Investigar antes de planificar o codificar](#revisar-antes-de-hacer-push) |
64+
| Ver un flujo de trabajo completo de corrección de errores de principio a fin | [Poniendo todo junto](#usar-delegate-para-tareas-en-segundo-plano) |
6565

6666
**Selecciona un flujo de trabajo abajo para expandirlo** y ver cómo GitHub Copilot CLI puede mejorar tu proceso de desarrollo en esa área.
6767

@@ -158,10 +158,10 @@ copilot
158158
159159
Antes de usar el comando `/review`, necesitas entender dos tipos de cambios en git:
160160
161-
| Change Type | What It Means | How to See |
161+
| Tipo de cambio | Qué significa | Cómo verlo |
162162
|-------------|---------------|------------|
163-
| **Staged changes** | Files you've marked for the next commit with `git add` | `git diff --staged` |
164-
| **Unstaged changes** | Files you've modified but haven't added yet | `git diff` |
163+
| **Cambios preparados** | Archivos marcados para el próximo commit con `git add` | `git diff --staged` |
164+
| **Cambios no preparados** | Archivos modificados pero aún no añadidos | `git diff` |
165165
166166
```bash
167167
# Referencia rápida
@@ -957,11 +957,11 @@ No existe una única forma "correcta" de usar GitHub Copilot CLI. Aquí tienes a
957957
958958
## ➡️ Qué sigue
959959
960-
| Chapter | What It Covers | When You'll Want It |
960+
| Capítulo | Qué cubre | Cuándo lo querrás |
961961
|---------|----------------|---------------------|
962-
| Ch 04: Agents | Create specialized AI personas | When you want domain experts (frontend, security) |
963-
| Ch 05: Skills | Auto-load instructions for tasks | When you repeat the same prompts often |
964-
| Ch 06: MCP | Connect external services | When you need live data from GitHub, databases |
962+
| Cap 04: Agentes | Crear personas de IA especializadas | Cuando quieras expertos de dominio (frontend, seguridad) |
963+
| Cap 05: Skills | Carga automática de instrucciones para tareas | Cuando repitas los mismos prompts con frecuencia |
964+
| Cap 06: MCP | Conectar servicios externos | Cuando necesites datos en tiempo real de GitHub, bases de datos |
965965
966966
**Recomendación**: Prueba los flujos de trabajo principales durante una semana y luego vuelve a los Capítulos 04-06 cuando tengas necesidades específicas.
967967

translations/es/07-putting-it-together/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Documenta tu flujo de trabajo mientras avanzas.
487487
488488
¡Felicidades! Has aprendido:
489489
490-
| Chapter | What You Learned |
490+
| Capítulo | Lo que aprendiste |
491491
|---------|-------------------|
492492
| 00 | Instalación de Copilot CLI y inicio rápido |
493493
| 01 | Tres modos de interacción |

translations/es/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Antes de comenzar, asegúrate de tener:
5454

5555
GitHub Copilot ha evolucionado hacia una familia de herramientas impulsadas por IA. Aquí es donde vive cada una:
5656

57-
| Product | Where It Runs | Description |
57+
| Producto | Dónde funciona | Descripción |
5858
|---------|---------------|----------|
5959
| [**GitHub Copilot CLI**](https://docs.github.com/copilot/how-tos/copilot-cli/cli-getting-started)<br>(este curso) | Tu terminal | Asistente de codificación con IA nativo para terminal |
6060
| [**GitHub Copilot**](https://docs.github.com/copilot) | VS Code, Visual Studio, JetBrains, etc. | Modo agente, chat, sugerencias en línea |

translations/es/appendices/additional-context.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ weight: 92
99
---
1010
-->
1111

12-
# Additional Context Features
12+
# Características adicionales de contexto
1313

1414
> 📖 **Prerequisito**: Completa [Capítulo 02: Contexto y conversaciones](../02-context-conversations/README.md) antes de leer este apéndice.
1515
1616
Este apéndice cubre dos características adicionales de contexto: trabajar con imágenes y gestionar permisos en múltiples directorios.
1717

1818
---
1919

20-
## Working with Images
20+
## Trabajar con imágenes
2121

2222
Puedes incluir imágenes en tus conversaciones usando la sintaxis `@`. Copilot puede analizar capturas de pantalla, maquetas, diagramas y otro contenido visual.
2323

24-
### Basic Image Reference
24+
### Referencia básica de imágenes
2525

2626
```bash
2727
copilot
@@ -35,43 +35,43 @@ copilot
3535
# También puedes arrastrar y soltar imágenes o pegar desde el portapapeles
3636
```
3737
38-
### Supported Image Formats
38+
### Formatos de imagen admitidos
3939
40-
| Format | Best For |
40+
| Formato | Mejor para |
4141
|--------|----------|
4242
| PNG | Screenshots, UI mockups, diagrams |
4343
| JPG/JPEG | Photos, complex images |
4444
| GIF | Simple diagrams (first frame only) |
4545
| WebP | Web screenshots |
4646
47-
### Practical Image Use Cases
47+
### Casos de uso prácticos de imágenes
4848
49-
**1. UI Debugging**
49+
**1. Depuración de UI**
5050
```bash
5151
> @bug-screenshot.png The button doesn't align properly. What CSS might cause this?
5252
```
5353

54-
**2. Design Implementation**
54+
**2. Implementación de diseño**
5555
```bash
5656
> @figma-export.png Write the HTML and Tailwind CSS to match this design
5757
```
5858

59-
**3. Error Analysis**
59+
**3. Análisis de errores**
6060
```bash
6161
> @error-screenshot.png What does this error mean and how do I fix it?
6262
```
6363

64-
**4. Architecture Review**
64+
**4. Revisión de arquitectura**
6565
```bash
6666
> @whiteboard-diagram.png Convert this architecture diagram to a Mermaid diagram I can put in docs
6767
```
6868

69-
**5. Before/After Comparison**
69+
**5. Comparación antes/después**
7070
```bash
7171
> @before.png @after.png What changed between these two versions of the UI?
7272
```
7373

74-
### Combining Images with Code
74+
### Combinar imágenes con código
7575

7676
Las imágenes son aún más potentes cuando se combinan con el contexto de código:
7777

@@ -82,7 +82,7 @@ copilot
8282
> The header looks wrong in the screenshot. What's causing it in the code?
8383
```
8484
85-
### Image Tips
85+
### Consejos para imágenes
8686
8787
- **Recorta las capturas de pantalla** para mostrar solo las porciones relevantes (ahorra tokens de contexto)
8888
- **Usa alto contraste** para los elementos de la interfaz que quieras analizar
@@ -91,11 +91,11 @@ copilot
9191
9292
---
9393
94-
## Permission Patterns
94+
## Patrones de permisos
9595
9696
De forma predeterminada, Copilot puede acceder a los archivos en tu directorio actual. Para archivos en otras ubicaciones, necesitas otorgar acceso.
9797
98-
### Add Directories
98+
### Agregar directorios
9999
100100
```bash
101101
# Agregar un directorio a la lista permitida
@@ -105,14 +105,14 @@ copilot --add-dir /path/to/other/project
105105
copilot --add-dir ~/workspace --add-dir /tmp
106106
```
107107
108-
### Allow All Paths
108+
### Permitir todas las rutas
109109
110110
```bash
111111
# Deshabilitar por completo las restricciones de ruta (usar con precaución)
112112
copilot --allow-all-paths
113113
```
114114
115-
### Inside a Session
115+
### Dentro de una sesión
116116
117117
```bash
118118
copilot
@@ -127,7 +127,7 @@ copilot
127127
# Alias rápido para /allow-all activado — aprueba automáticamente todas las solicitudes de permisos
128128
```
129129
130-
### For Automation
130+
### Para automatización
131131
132132
```bash
133133
# Permitir todos los permisos para scripts no interactivos
@@ -137,14 +137,14 @@ copilot -p "Review @src/" --allow-all
137137
copilot -p "Review @src/" --yolo
138138
```
139139
140-
### When You Need Multi-Directory Access
140+
### Cuando necesitas acceso a múltiples directorios
141141
142142
Escenarios comunes en los que necesitarás estos permisos:
143143
144-
1. **Monorepo work** - Comparing code across packages
145-
2. **Cross-project refactoring** - Updating shared libraries
146-
3. **Documentation projects** - Referencing multiple codebases
147-
4. **Migration work** - Comparing old and new implementations
144+
1. **Trabajo en monorepo** - Comparar código entre paquetes
145+
2. **Refactorización entre proyectos** - Actualizar bibliotecas compartidas
146+
3. **Proyectos de documentación** - Referenciar múltiples bases de código
147+
4. **Trabajo de migración** - Comparar implementaciones antiguas y nuevas
148148
149149
---
150150

0 commit comments

Comments
 (0)