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
Copy file name to clipboardExpand all lines: translations/es/00-quick-start/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Al final de este capítulo, habrás:
16
16
17
17
## ✅ Requisitos previos
18
18
19
-
-**Cuenta de GitHub** con acceso a Copilot. [See subscription options](https://github.com/features/copilot/plans). Students/Teachers can access Copilot Pro for [free via GitHub Education](https://education.github.com/pack).
19
+
-**Cuenta de GitHub** con acceso a Copilot. [Ver opciones de suscripción](https://github.com/features/copilot/plans). Los estudiantes y profesores pueden acceder a Copilot Pro de forma [gratuita a través de GitHub Education](https://education.github.com/pack).
20
20
-**Conceptos básicos de terminal**: Cómodo con comandos como `cd` y `ls`
21
21
22
22
### Qué significa "Copilot Access"
@@ -40,10 +40,10 @@ Si ves "You don't have access to GitHub Copilot", necesitarás usar la opción g
40
40
41
41
Si no quieres instalar ninguno de los prerrequisitos, puedes usar GitHub Codespaces, que tiene GitHub Copilot CLI listo para usar (necesitarás iniciar sesión) y preinstala Python y pytest.
42
42
43
-
1.[Fork this repository](https://github.com/github/copilot-cli-for-beginners/fork)to your GitHub account
44
-
2.Select**Code** > **Codespaces** > **Create codespace on main**
45
-
3.Wait a few minutes for the container to build
46
-
4.You're ready to go! The terminal will open automatically in the Codespace environment.
43
+
1.[Haz un fork de este repositorio](https://github.com/github/copilot-cli-for-beginners/fork)en tu cuenta de GitHub
44
+
2.Selecciona**Code** > **Codespaces** > **Create codespace on main**
45
+
3.Espera unos minutos a que se construya el contenedor
46
+
4.¡Ya estás listo! El terminal se abrirá automáticamente en el entorno Codespace.
47
47
48
48
> 💡 **Verificar en Codespace**: Ejecuta `cd samples/book-app-project && python book_app.py help` para confirmar que Python y la aplicación de ejemplo funcionan.
49
49
@@ -222,7 +222,7 @@ Eso es todo para la instalación. La verdadera diversión comienza en el Capítu
222
222
- Aprenderás tres maneras diferentes de usar Copilot CLI
223
223
- Generarás código funcional a partir de inglés sencillo
224
224
225
-
**[Continue to Chapter 01: First Steps →](../01-setup-and-first-steps/README.md)**
225
+
**[Continuar al Capítulo 01: Primeros pasos →](../01-setup-and-first-steps/README.md)**
226
226
227
227
---
228
228
@@ -287,7 +287,7 @@ copilot
287
287
288
288
---
289
289
290
-
**[Continue to Chapter 01: First Steps →](../01-setup-and-first-steps/README.md)**
290
+
**[Continuar al Capítulo 01: Primeros pasos →](../01-setup-and-first-steps/README.md)**
Copy file name to clipboardExpand all lines: translations/es/01-setup-and-first-steps/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
@@ -280,7 +280,7 @@ copilot
280
280
281
281
> 💡 **Consejo**: **Shift+Tab** alterna entre modos: Interactivo → Plan → Autopilot. Púlsalo en cualquier momento durante una sesión interactiva para cambiar de modo sin escribir un comando.
282
282
283
-
You can also launch Copilot CLI directly in plan mode using the`--plan` flag:
283
+
También puedes iniciar Copilot CLI directamente en modo plan usando la bandera`--plan`:
> ⚠️ **VS Code Only**: The `model`property (for selecting AI models) works in VS Code but is not supported in GitHub Copilot CLI. You can safely include it for cross-platform agent files. GitHub Copilot CLI will ignore it.
548
+
> ⚠️ **Solo VS Code**: La propiedad `model`(para seleccionar modelos de IA) funciona en VS Code pero no es compatible con GitHub Copilot CLI. Puedes incluirla de forma segura en archivos de agente multiplataforma. GitHub Copilot CLI la ignorará.
Copy file name to clipboardExpand all lines: translations/es/GLOSSARY.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# Glossary
1
+
# Glosario
2
2
3
-
Quick reference for technical terms used throughout this course. No te preocupes por memorizarlos ahora - consúltalos según sea necesario.
3
+
Referencia rápida para los términos técnicos usados a lo largo de este curso. No te preocupes por memorizarlos ahora - consúltalos según sea necesario.
4
4
5
5
---
6
6
7
7
## A
8
8
9
9
### Agent
10
10
11
-
A specialized AI personality with domain expertise (e.g., frontend, security). Defined in `.agent.md`files with YAML frontmatter containing at minimum a `description` field.
11
+
Una personalidad de IA especializada con experiencia en un dominio (por ejemplo, frontend, seguridad). Se define en archivos `.agent.md`con frontmatter YAML que contiene como mínimo un campo `description`.
0 commit comments