mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 04:15:24 +02:00
units: add Dutch translation (#13163)
This commit is contained in:
parent
ee55f0ec6d
commit
450c49bb4d
1 changed files with 32 additions and 0 deletions
32
pages.nl/common/units.md
Normal file
32
pages.nl/common/units.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# units
|
||||||
|
|
||||||
|
> Converteer tussen twee maateenheden.
|
||||||
|
> Meer informatie: <https://www.gnu.org/software/units/>.
|
||||||
|
|
||||||
|
- Voer uit in interactieve modus:
|
||||||
|
|
||||||
|
`units`
|
||||||
|
|
||||||
|
- Toon alle eenheden die een specifieke string bevatten in de interactieve modus:
|
||||||
|
|
||||||
|
`search {{string}}`
|
||||||
|
|
||||||
|
- Toon de conversie tussen twee eenvoudige eenheden:
|
||||||
|
|
||||||
|
`units {{quarts}} {{tablespoons}}`
|
||||||
|
|
||||||
|
- Converteer tussen eenheden met hoeveelheden:
|
||||||
|
|
||||||
|
`units "{{15 pounds}}" {{kilograms}}`
|
||||||
|
|
||||||
|
- Toon de conversie tussen twee samengestelde eenheden:
|
||||||
|
|
||||||
|
`units "{{meters / second}}" "{{inches / hour}}"`
|
||||||
|
|
||||||
|
- Toon de conversie tussen eenheden met verschillende dimensies:
|
||||||
|
|
||||||
|
`units "{{acres}}" "{{ft^2}}"`
|
||||||
|
|
||||||
|
- Toon de conversie van byte-vermenigvuldigers:
|
||||||
|
|
||||||
|
`units "{{15 megabytes}}" {{bytes}}`
|
Loading…
Add table
Reference in a new issue