mirror of https://github.com/vapor/docs.git
Translation fr update (#794)
* Update french translation (fr) * Error fix * Apply suggestions from code review --------- Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
This commit is contained in:
parent
c8abf8fea7
commit
383d3c914f
|
|
@ -0,0 +1,28 @@
|
||||||
|
Bienvenue sur la documentation de Vapor ! Vapor est un framework web pour Swift, qui vous autorise à développer des backends, des web apps API et des serveurs HTTP en Swift, qui est un langage moderne, puissant et sécurisé qui donne de nombreux bénéfices au-dessus le plus de langages de serveurs traditionnels.
|
||||||
|
|
||||||
|
## Commencer
|
||||||
|
|
||||||
|
Si c'est la première fois que vous utiliser Vapor, naviguer vers [Installer → macOS](install/macos.md) pour installer Swift et Vapor.
|
||||||
|
|
||||||
|
Une fois que Vapor à été installé, regargez [Commencer → Bonjour, monde](getting-started/hello-world.md) pour créer votre première app Vapor !
|
||||||
|
|
||||||
|
## Autres sources
|
||||||
|
|
||||||
|
Ici vous avez quelques autres bons endroits où trouver des informations sur Vapor.
|
||||||
|
|
||||||
|
| name | description | link |
|
||||||
|
| -------------- | ----------------------------------------------------------------- | ---------------------------------------------------------------- |
|
||||||
|
| Vapor Discord | Chatter avec des milliers de developpeurs Vapor. | [visiter →](https://vapor.team) |
|
||||||
|
| API docs | Documentation auto-générée à partir des commentaires de code. | [visiter →](https://api.vapor.codes) |
|
||||||
|
| Stack Overflow | Demander et réponder à des question avec le tag `vapor`. | [visiter →](https://stackoverflow.com/questions/tagged/vapor) |
|
||||||
|
| Swift Forums | Poster dans la section de Vapor sur les forums de Swift.org. | [visiter →](https://forums.swift.org/c/related-projects/vapor) |
|
||||||
|
| Source Code | Apprendre comment Vapor fonctionne sous le capot. | [visiter →](https://github.com/vapor/vapor) |
|
||||||
|
| GitHub Issues | Signaler des bugs ou demander des fonctionnalitées sur GitHub. | [visiter →](https://github.com/vapor/vapor/issues) |
|
||||||
|
|
||||||
|
## Ancienne Documentation
|
||||||
|
|
||||||
|
Documentation pour les versions dépréciées de Vapor qui sont maintenant en fin-de-vie peuvent être trouvées sur [https://legacy.docs.vapor.codes/](https://legacy.docs.vapor.codes/).
|
||||||
|
|
||||||
|
## Auteurs
|
||||||
|
|
||||||
|
La Vapor Core Team, et les centaines de membres de la communauté de Vapor.
|
||||||
|
|
@ -2,94 +2,64 @@
|
||||||
|
|
||||||
Because it is hard, if not impossible to keep the documentation up-to-date constantly, here you will find release notes of various different packages linked to the Vapor ecosystem.
|
Because it is hard, if not impossible to keep the documentation up-to-date constantly, here you will find release notes of various different packages linked to the Vapor ecosystem.
|
||||||
|
|
||||||
## vapor
|
## vapor
|
||||||
|
|
||||||
|
|
||||||
## fluent
|
## fluent
|
||||||
|
|
||||||
|
|
||||||
## fluent-kit
|
## fluent-kit
|
||||||
|
|
||||||
|
|
||||||
## leaf
|
## leaf
|
||||||
|
|
||||||
|
|
||||||
## leaf-kit
|
## leaf-kit
|
||||||
|
|
||||||
|
|
||||||
## fluent-postgres-driver
|
## fluent-postgres-driver
|
||||||
|
|
||||||
|
|
||||||
## fluent-mysql-driver
|
## fluent-mysql-driver
|
||||||
|
|
||||||
|
|
||||||
## fluent-sqlite-driver
|
## fluent-sqlite-driver
|
||||||
|
|
||||||
|
|
||||||
## fluent-mongo-driver
|
## fluent-mongo-driver
|
||||||
|
|
||||||
|
|
||||||
## postgres-nio
|
## postgres-nio
|
||||||
|
|
||||||
|
|
||||||
## mysql-nio
|
## mysql-nio
|
||||||
|
|
||||||
|
|
||||||
## sqlite-nio
|
## sqlite-nio
|
||||||
|
|
||||||
|
|
||||||
## postgres-kit
|
## postgres-kit
|
||||||
|
|
||||||
|
|
||||||
## mysql-kit
|
## mysql-kit
|
||||||
|
|
||||||
|
|
||||||
## sqlite-kit
|
## sqlite-kit
|
||||||
|
|
||||||
|
|
||||||
## sql-kit
|
## sql-kit
|
||||||
|
|
||||||
|
|
||||||
## apns
|
## apns
|
||||||
|
|
||||||
|
|
||||||
## queues
|
## queues
|
||||||
|
|
||||||
|
|
||||||
## queues-redis-driver
|
## queues-redis-driver
|
||||||
|
|
||||||
|
|
||||||
## redis
|
## redis
|
||||||
|
|
||||||
|
|
||||||
## jwt
|
## jwt
|
||||||
|
|
||||||
|
|
||||||
## jwt-kit
|
## jwt-kit
|
||||||
|
|
||||||
|
|
||||||
## websocket-kit
|
## websocket-kit
|
||||||
|
|
||||||
|
|
||||||
## routing-kit
|
## routing-kit
|
||||||
|
|
||||||
|
|
||||||
## console-kit
|
## console-kit
|
||||||
|
|
||||||
|
|
||||||
## async-kit
|
## async-kit
|
||||||
|
|
||||||
|
|
||||||
## multipart-kit
|
## multipart-kit
|
||||||
|
|
||||||
|
|
||||||
## toolbox
|
## toolbox
|
||||||
|
|
||||||
|
|
||||||
## core
|
## core
|
||||||
|
|
||||||
|
|
||||||
## swift-codecov-action
|
## swift-codecov-action
|
||||||
|
|
||||||
|
|
||||||
## api-docs
|
## api-docs
|
||||||
|
|
|
||||||
32
mkdocs.yml
32
mkdocs.yml
|
|
@ -134,6 +134,38 @@ plugins:
|
||||||
Contributing Guide: Gids Bijdragen
|
Contributing Guide: Gids Bijdragen
|
||||||
fr:
|
fr:
|
||||||
Welcome: Bienvenue
|
Welcome: Bienvenue
|
||||||
|
Install: Installer
|
||||||
|
Getting Started: Commencer
|
||||||
|
Hello, world: Bonjour, monde
|
||||||
|
Basis: Bases
|
||||||
|
Folder Structure: Strucutre du Dossier
|
||||||
|
Content: Contenu
|
||||||
|
Validation: Validation
|
||||||
|
Async: Asynchrone
|
||||||
|
Environment: Environement
|
||||||
|
Overview: Aperçu
|
||||||
|
Relataions: Relations
|
||||||
|
Migrations: Migrations
|
||||||
|
Query: Requête
|
||||||
|
Transactions: Transactions
|
||||||
|
Schema: Schema
|
||||||
|
Advanced: Avancé
|
||||||
|
Testing: Test
|
||||||
|
Files: Fichiers
|
||||||
|
Commands: Commandes
|
||||||
|
Queues: Files d'attente
|
||||||
|
Sessions: Sessions
|
||||||
|
Services: Sercvies
|
||||||
|
Security: Securité
|
||||||
|
Authentication: Authentication
|
||||||
|
Passwords: Mots de passe
|
||||||
|
Deploy: Deployer
|
||||||
|
Version (4.0): Version (4.0)
|
||||||
|
Legacy Docs: Documents hérité
|
||||||
|
Upgrading: Mettre à jour
|
||||||
|
Custom Tags: Tags customisés
|
||||||
|
Contributing: Contribuer
|
||||||
|
Contributing Guide: Guide de la contribution
|
||||||
de:
|
de:
|
||||||
Welcome: Begrüßung
|
Welcome: Begrüßung
|
||||||
Install: Installation
|
Install: Installation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue