You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: translations/es/00-quick-start/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Al final de este capítulo, habrás:
27
27
28
28
## ✅ Requisitos previos
29
29
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).
31
31
-**Conceptos básicos de la terminal**: Familiaridad con comandos como `cd` y `ls`
32
32
33
33
### 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
Copy file name to clipboardExpand all lines: translations/es/01-setup-and-first-steps/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ weight: 2
17
17
18
18
> ⚠️ **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.
19
19
20
-
## 🎯 Learning Objectives
20
+
## 🎯 Objetivos de aprendizaje
21
21
22
22
Al final de este capítulo, podrás:
23
23
@@ -400,7 +400,7 @@ Estos comandos son buenos para aprender al principio mientras te familiarizas co
400
400
401
401
### Agent Environment
402
402
403
-
|Command|What It Does|
403
+
|Comando|Qué hace|
404
404
|---------|--------------|
405
405
|`/agent`| Examinar y seleccionar entre agentes disponibles |
406
406
|`/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
413
413
414
414
### Models and Subagents
415
415
416
-
|Command|What It Does|
416
+
|Comando|Qué hace|
417
417
|---------|--------------|
418
418
|`/delegate`| Delegar la tarea a un agente en la nube de GitHub Copilot |
419
419
|`/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
422
422
423
423
### Code
424
424
425
-
|Command|What It Does|
425
+
|Comando|Qué hace|
426
426
|---------|--------------|
427
427
|`/diff`| Revisar los cambios realizados en el directorio actual |
428
428
|`/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
432
432
433
433
### Permissions
434
434
435
-
|Command|What It Does|
435
+
|Comando|Qué hace|
436
436
|---------|--------------|
437
437
|`/add-dir <directory>`| Agregar un directorio a la lista permitida |
438
438
|`/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
444
444
445
445
### Session
446
446
447
-
|Command|What It Does|
447
+
|Comando|Qué hace|
448
448
|---------|--------------|
449
449
|`/clear`| Abandona la sesión actual (sin historial guardado) y comienza una conversación nueva |
450
450
|`/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
463
463
464
464
### Display
465
465
466
-
|Command|What It Does|
466
+
|Comando|Qué hace|
467
467
|---------|--------------|
468
468
|`/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) |
469
469
|`/theme`| Ver o establecer el tema del terminal |
470
470
|`/voice`| Dictar tu instrucción usando reconocimiento de voz local — habla de forma natural en lugar de escribir |
471
471
472
472
### Help and Feedback
473
473
474
-
|Command|What It Does|
474
+
|Comando|Qué hace|
475
475
|---------|--------------|
476
476
|`/app`| Abrir la app de GitHub (o navegador como alternativa) directamente desde la CLI |
477
477
|`/changelog`| Mostrar el changelog de las versiones de la CLI |
Copy file name to clipboardExpand all lines: translations/es/02-context-conversations/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -752,7 +752,7 @@ copilot
752
752
> @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.
753
753
```
754
754
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.
Copy file name to clipboardExpand all lines: translations/es/03-development-workflows/README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,15 @@ Este capítulo cubre cinco flujos de trabajo que los desarrolladores usan típic
53
53
54
54
<imgsrc="../../../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"/>
55
55
56
-
|I want to... |Jump to|
56
+
|Quiero... |Ir a|
57
57
|---|---|
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)|
65
65
66
66
**Selecciona un flujo de trabajo abajo para expandirlo** y ver cómo GitHub Copilot CLI puede mejorar tu proceso de desarrollo en esa área.
67
67
@@ -158,10 +158,10 @@ copilot
158
158
159
159
Antes de usar el comando `/review`, necesitas entender dos tipos de cambios en git:
160
160
161
-
| Change Type | What It Means | How to See |
161
+
| Tipo de cambio | Qué significa | Cómo verlo |
162
162
|-------------|---------------|------------|
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` |
165
165
166
166
```bash
167
167
# Referencia rápida
@@ -957,11 +957,11 @@ No existe una única forma "correcta" de usar GitHub Copilot CLI. Aquí tienes a
| 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|
965
965
966
966
**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.
Copy file name to clipboardExpand all lines: translations/es/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Antes de comenzar, asegúrate de tener:
54
54
55
55
GitHub Copilot ha evolucionado hacia una familia de herramientas impulsadas por IA. Aquí es donde vive cada una:
56
56
57
-
|Product|Where It Runs | Description|
57
+
|Producto|Dónde funciona | Descripción|
58
58
|---------|---------------|----------|
59
59
|[**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 |
60
60
|[**GitHub Copilot**](https://docs.github.com/copilot)| VS Code, Visual Studio, JetBrains, etc. | Modo agente, chat, sugerencias en línea |
Copy file name to clipboardExpand all lines: translations/es/appendices/additional-context.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,19 @@ weight: 92
9
9
---
10
10
-->
11
11
12
-
# Additional Context Features
12
+
# Características adicionales de contexto
13
13
14
14
> 📖 **Prerequisito**: Completa [Capítulo 02: Contexto y conversaciones](../02-context-conversations/README.md) antes de leer este apéndice.
15
15
16
16
Este apéndice cubre dos características adicionales de contexto: trabajar con imágenes y gestionar permisos en múltiples directorios.
17
17
18
18
---
19
19
20
-
## Working with Images
20
+
## Trabajar con imágenes
21
21
22
22
Puedes incluir imágenes en tus conversaciones usando la sintaxis `@`. Copilot puede analizar capturas de pantalla, maquetas, diagramas y otro contenido visual.
23
23
24
-
### Basic Image Reference
24
+
### Referencia básica de imágenes
25
25
26
26
```bash
27
27
copilot
@@ -35,43 +35,43 @@ copilot
35
35
# También puedes arrastrar y soltar imágenes o pegar desde el portapapeles
36
36
```
37
37
38
-
### Supported Image Formats
38
+
### Formatos de imagen admitidos
39
39
40
-
| Format | Best For |
40
+
| Formato | Mejor para |
41
41
|--------|----------|
42
42
| PNG | Screenshots, UI mockups, diagrams |
43
43
| JPG/JPEG | Photos, complex images |
44
44
| GIF | Simple diagrams (first frame only) |
45
45
| WebP | Web screenshots |
46
46
47
-
### Practical Image Use Cases
47
+
### Casos de uso prácticos de imágenes
48
48
49
-
**1. UI Debugging**
49
+
**1. Depuración de UI**
50
50
```bash
51
51
> @bug-screenshot.png The button doesn't align properly. What CSS might cause this?
52
52
```
53
53
54
-
**2. Design Implementation**
54
+
**2. Implementación de diseño**
55
55
```bash
56
56
> @figma-export.png Write the HTML and Tailwind CSS to match this design
57
57
```
58
58
59
-
**3. Error Analysis**
59
+
**3. Análisis de errores**
60
60
```bash
61
61
> @error-screenshot.png What does this error mean and how do I fix it?
62
62
```
63
63
64
-
**4. Architecture Review**
64
+
**4. Revisión de arquitectura**
65
65
```bash
66
66
> @whiteboard-diagram.png Convert this architecture diagram to a Mermaid diagram I can put in docs
67
67
```
68
68
69
-
**5. Before/After Comparison**
69
+
**5. Comparación antes/después**
70
70
```bash
71
71
> @before.png @after.png What changed between these two versions of the UI?
72
72
```
73
73
74
-
### Combining Images with Code
74
+
### Combinar imágenes con código
75
75
76
76
Las imágenes son aún más potentes cuando se combinan con el contexto de código:
77
77
@@ -82,7 +82,7 @@ copilot
82
82
> The header looks wrong in the screenshot. What's causing it in the code?
83
83
```
84
84
85
-
### Image Tips
85
+
### Consejos para imágenes
86
86
87
87
- **Recorta las capturas de pantalla** para mostrar solo las porciones relevantes (ahorra tokens de contexto)
88
88
- **Usa alto contraste** para los elementos de la interfaz que quieras analizar
@@ -91,11 +91,11 @@ copilot
91
91
92
92
---
93
93
94
-
## Permission Patterns
94
+
## Patrones de permisos
95
95
96
96
De forma predeterminada, Copilot puede acceder a los archivos en tu directorio actual. Para archivos en otras ubicaciones, necesitas otorgar acceso.
0 commit comments