mirror of https://github.com/vapor/docs.git
Start Spanish Translation (#817)
This commit is contained in:
parent
f959c535f3
commit
f342bc2c0d
|
|
@ -10,5 +10,6 @@ Languages:
|
||||||
- [ ] German
|
- [ ] German
|
||||||
- [ ] Dutch
|
- [ ] Dutch
|
||||||
- [ ] Italian
|
- [ ] Italian
|
||||||
|
- [ ] Spanish
|
||||||
|
|
||||||
Assigned to @vapor/translators - please submit a PR with the relevant updates and check the box once merged. Please ensure you tag your PR with the `translation-update` so it doesn't create a new issue!
|
Assigned to @vapor/translators - please submit a PR with the relevant updates and check the box once merged. Please ensure you tag your PR with the `translation-update` so it doesn't create a new issue!
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
¡Bienvenido a la documentación de Vapor! Vapor es un framework de desarrollo web para Swift, que permite escribir backends, APIs de aplicaciones web y servidores HTTP en Swift. Vapor está escrito en Swift, que es un lenguaje moderno, potente y seguro, el cual brinda una serie de beneficios sobre los lenguajes de servidor más tradicionales.
|
||||||
|
|
||||||
|
## Comenzando
|
||||||
|
|
||||||
|
Si es la primera vez que utiliza Vapor, diríjase a [Instalación → macOS](install/macos.md) para instalar Swift y Vapor.
|
||||||
|
|
||||||
|
Una vez que haya instalado Vapor, consulte [Comenzando → Hola, mundo](getting-started/hello-world.md) para crear su primera aplicación de Vapor.
|
||||||
|
|
||||||
|
## Otras Fuentes
|
||||||
|
|
||||||
|
Aquí hay otros excelentes lugares para encontrar información sobre Vapor.
|
||||||
|
|
||||||
|
| nombre | descripción | enlace |
|
||||||
|
|----------------------|---------------------------------------------------------------------------|---------------------------------------------------------------------|
|
||||||
|
| Discord de Vapor | Habla con miles de desarrolladores de Vapor. | [visitar →](https://vapor.team) |
|
||||||
|
| Documentación de API | Documentación generada automáticamente a partir de comentarios de código. | [visitar →](https://api.vapor.codes) |
|
||||||
|
| Stack Overflow | Haz y responde preguntas con la etiqueta `vapor`. | [visitar →](https://stackoverflow.com/questions/tagged/vapor) |
|
||||||
|
| Foros de Swift | Publique en la sección de Vapor de los foros de Swift.org | [visitar →](https://forums.swift.org/c/related-projects/vapor) |
|
||||||
|
| Código Fuente | Aprende cómo funciona Vapor por dentro. | [visitar →](https://github.com/vapor/vapor) |
|
||||||
|
| GitHub Issues | Informa errores o solicita nuevas funcionalidades en GitHub. | [visitar →](https://github.com/vapor/vapor/issues) |
|
||||||
|
|
||||||
|
## Documentación Anterior
|
||||||
|
|
||||||
|
La documentación de las versiones obsoletas de Vapor que ahora se encuentran en su fin de vida útil, se puede encontrar en [https://legacy.docs.vapor.codes/](https://legacy.docs.vapor.codes/).
|
||||||
|
|
||||||
|
## Autores
|
||||||
|
|
||||||
|
El Vapor Core Team, y los cientos de miembros de la comunidad Vapor.
|
||||||
54
mkdocs.yml
54
mkdocs.yml
|
|
@ -98,6 +98,10 @@ plugins:
|
||||||
name: Italiano
|
name: Italiano
|
||||||
site_name: Documentazione di Vapor
|
site_name: Documentazione di Vapor
|
||||||
build: true
|
build: true
|
||||||
|
es:
|
||||||
|
name: Español
|
||||||
|
site_name: Documentación de Vapor
|
||||||
|
build: true
|
||||||
# Add navigation translations here
|
# Add navigation translations here
|
||||||
nav_translations:
|
nav_translations:
|
||||||
nl:
|
nl:
|
||||||
|
|
@ -297,6 +301,56 @@ plugins:
|
||||||
Version (4.0): Versione (4.0)
|
Version (4.0): Versione (4.0)
|
||||||
Legacy Docs: Documentazione Legacy
|
Legacy Docs: Documentazione Legacy
|
||||||
Upgrading: Aggiornamento
|
Upgrading: Aggiornamento
|
||||||
|
es:
|
||||||
|
Welcome: Bienvenido
|
||||||
|
Install: Instalación
|
||||||
|
Getting Started: Comenzando
|
||||||
|
Hello, world: Hola, mundo
|
||||||
|
Folder Structure: Estructura de carpetas
|
||||||
|
SwiftPM: SwiftPM
|
||||||
|
Xcode: Xcode
|
||||||
|
Basics: Fundamentos
|
||||||
|
Routing: Routing
|
||||||
|
Content: Content
|
||||||
|
Client: Client
|
||||||
|
Validation: Validación
|
||||||
|
Async: Async
|
||||||
|
Logging: Logging
|
||||||
|
Environment: Ambiente
|
||||||
|
Errors: Errores
|
||||||
|
Fluent: Fluent
|
||||||
|
Overview: Presentación
|
||||||
|
Model: Modelo
|
||||||
|
Relations: Relaciones
|
||||||
|
Migrations: Migraciones
|
||||||
|
Query: Consultas
|
||||||
|
Transactions: Transacciones
|
||||||
|
Schema: Esquema
|
||||||
|
Leaf: Leaf
|
||||||
|
Custom Tags: Etiquetas Personalizadas
|
||||||
|
Redis: Redis
|
||||||
|
Advanced: Avanzado
|
||||||
|
Middleware: Middleware
|
||||||
|
Testing: Testing
|
||||||
|
Server: Servidor
|
||||||
|
Files: Ficheros
|
||||||
|
Commands: Comandos
|
||||||
|
Queues: Colas
|
||||||
|
WebSockets: WebSockets
|
||||||
|
Sessions: Sesiones
|
||||||
|
Services: Servicios
|
||||||
|
Security: Seguridad
|
||||||
|
APNS: APNS
|
||||||
|
Deploy: Desplegar
|
||||||
|
Authentication: Autenticación
|
||||||
|
Crypto: Criptografía
|
||||||
|
Passwords: Contraseñas
|
||||||
|
JWT: JWT
|
||||||
|
Contributing: Colaborar
|
||||||
|
Contributing Guide: Guía pra colaborar
|
||||||
|
Version (4.0): Versión (4.0)
|
||||||
|
Legacy Docs: Documentación Legacy
|
||||||
|
Upgrading: Actualizar
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Welcome: "index.md"
|
- Welcome: "index.md"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue