10BC0 standardize on "je" instead of mixture of u/je · fastapi/fastapi@4774217 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4774217

Browse files
committed
standardize on "je" instead of mixture of u/je
1 parent 5b83589 commit 4774217

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/nl/docs/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,11 @@ Ga nu naar <a href="http://127.0.0.1:8000/docs" class="external-link" target="_b
314314

315315
![Swagger UI](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
316316

317-
* Klik op de knop "Try it out", hiermee kunt u de parameters invullen en direct met de API interacteren:
317+
* Klik op de knop "Try it out", hiermee kan je de parameters invullen en direct met de API interacteren:
318318

319319
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-04-swagger-03.png)
320320

321-
* Klik vervolgens op de knop "Execute", de gebruikersinterface zal communiceren met uw API, de parameters verzenden, de resultaten ophalen en deze op het scherm tonen:
321+
* Klik vervolgens op de knop "Execute", de gebruikersinterface zal communiceren met jouw API, de parameters verzenden, de resultaten ophalen en deze op het scherm tonen:
322322

323323
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-05-swagger-04.png)
324324

@@ -462,22 +462,22 @@ Gebruikt door Pydantic:
462462

463463
Gebruikt door Starlette:
464464

465-
* <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - Vereist indien u de `TestClient` wil gebruiken.
466-
* <a href="https://jinja.palletsprojects.com" target="_blank"><code>jinja2</code></a> - Vereist als u de standaard templateconfiguratie wilt gebruiken.
467-
* <a href="https://github.com/Kludex/python-multipart" target="_blank"><code>python-multipart</code></a> - Vereist indien u <abbr title="het omzetten van de string die uit een HTTP verzoek komt in Python data">"parsen"</abbr> van formulieren wil ondersteunen met `requests.form()`.
465+
* <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - Vereist indien je de `TestClient` wil gebruiken.
466+
* <a href="https://jinja.palletsprojects.com" target="_blank"><code>jinja2</code></a> - Vereist als je de standaard templateconfiguratie wil gebruiken.
467+
* <a href="https://github.com/Kludex/python-multipart" target="_blank"><code>python-multipart</code></a> - Vereist indien je <abbr title="het omzetten van de string die uit een HTTP verzoek komt in Python data">"parsen"</abbr> van formulieren wil ondersteunen met `requests.form()`.
468468

469469
Gebruikt door FastAPI / Starlette:
470470

471-
* <a href="https://www.uvicorn.org" target="_blank"><code>uvicorn</code></a> - voor de server die uw applicatie laadt en bedient.
471+
* <a href="https://www.uvicorn.org" target="_blank"><code>uvicorn</code></a> - voor de server die jouw applicatie laadt en bedient.
472472
* `fastapi-cli` - om het `fastapi` commando te voorzien.
473473

474474
### Zonder `standard` Afhankelijkheden
475475

476-
Indien u de optionele `standard` afhankelijkheden niet wenst te installeren, kan u installeren met `pip install fastapi` in plaats van `pip install "fastapi[standard]"`.
476+
Indien je de optionele `standard` afhankelijkheden niet wenst te installeren, kan je installeren met `pip install fastapi` in plaats van `pip install "fastapi[standard]"`.
477477

478478
### Bijkomende Optionele Afhankelijkheden
479479

480-
Er zijn nog een aantal bijkomende afhankelijkheden die u eventueel kan installeren.
480+
Er zijn nog een aantal bijkomende afhankelijkheden die je eventueel kan installeren.
481481

482482
Bijkomende optionele afhankelijkheden voor Pydantic:
483483

@@ -486,8 +486,8 @@ Bijkomende optionele afhankelijkheden voor Pydantic:
486486

487487
Bijkomende optionele afhankelijkheden voor FastAPI:
488488

489-
* <a href="https://github.com/ijl/orjson" target="_blank"><code>orjson</code></a> - Vereist indien u `ORJSONResponse` wil gebruiken.
490-
* <a href="https://github.com/esnme/ultrajson" target="_blank"><code>ujson</code></a> - Vereist indien u `UJSONResponse` wil gebruiken.
489+
* <a href="https://github.com/ijl/orjson" target="_blank"><code>orjson</code></a> - Vereist indien je `ORJSONResponse` wil gebruiken.
490+
* <a href="https://github.com/esnme/ultrajson" target="_blank"><code>ujson</code></a> - Vereist indien je `UJSONResponse` wil gebruiken.
491491

492492
## Licentie
493493

0 commit comments

Comments
 (0)
0