🌐 Add Dutch translation for docs/nl/docs/index.md#5366
🌐 Add Dutch translation for docs/nl/docs/index.md#5366maxscheijen wants to merge 2 commits intofastapi:masterfrom
docs/nl/docs/index.md#5366Conversation
Codecov Report
@@ Coverage Diff @@
## master #5366 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 540 540
Lines 13936 13934 -2
=========================================
- Hits 13936 13934 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
📝 Docs preview for commit afc1711 at: https://631b38ee7c132600636d31c3--fastapi.netlify.app |
|
📝 Docs preview for commit 7c42fce at: https://632430f641b171064623fa0a--fastapi.netlify.app |
|
I guess it's duplicated of #4770 😟 A review there will probably be welcome 👀 |
tyzh-dev
left a comment
There was a problem hiding this comment.
A couple typos and inconsistency with combining informal and formal writing.
| Terugkomend op het vorige code voorbeeld, **FastAPI** zal: | ||
|
|
||
| * Valideren dat er een `item_id` bestaat in het pad voor `GET` en `PUT` verzoeken. | ||
| * Valideren dat `item_id` van het type `int` is voor `GET` en `PUT` verzoeken. |
| ## Prestaties | ||
|
|
||
| Independent TechEmpower benchmarks show **FastAPI** applications running under Uvicorn as <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">one of the fastest Python frameworks available</a>, only below Starlette and Uvicorn themselves (used internally by FastAPI). (*) | ||
| nafhankelijke TechEmpower benchmarks tonen **FastAPI** applicaties draaiend onder Uvicorn als <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">een van de snelste Python frameworks beschikbaar</a>, alleen onder Starlette en Uvicorn zelf (intern gebruikt door FastAPI). (*) |
| * <a href="https://pyyaml.org/wiki/PyYAMLDocumentation" target="_blank"><code>pyyaml</code></a> - Required for Starlette's `SchemaGenerator` support (you probably don't need it with FastAPI). | ||
| * <a href="https://requests.readthedocs.io" target="_blank"><code>requests</code></a> - Vereist als je de `TestClient` wilt gebruiken. | ||
| * <a href="https://jinja.palletsprojects.com" target="_blank"><code>jinja2</code></a> - Vereist als u de standaard templateconfiguratie wilt gebruiken. | ||
| * <a href="https://andrew-d.github.io/python-multipart/" target="_blank"><code>python-multipart</code></a> - Vereist als je het <abbr title="chet omzetten van de string die uit een HTTP verzoek komt in Python data">"parsen"</abbr> van formulieren wil ondersteunen met `requests.form()`. |
There was a problem hiding this comment.
Change chet omzetten to het omzetten van
| * <a href="https://github.com/ijl/orjson" target="_blank"><code>orjson</code></a> - Vereist als je `ORJSONResponse` wilt gebruiken. | ||
|
|
||
| You can install all of these with `pip install "fastapi[all]"`. | ||
| U kunt deze allemaal installeren met `pip install "fastapi[all]"`. |
There was a problem hiding this comment.
You are mixing je and u in the whole markdown file. Isn't it better to either choose the formal or informal version for consistency?
docs/nl/docs/index.md docs/nl/docs/index.md
|
It seems this was handled in another PR, so I'm gonna close this one, but thanks for the effort! ☕ |
Relates to #4701
This translates
docs/index.mdinto Dutch.