mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:46:02 +02:00
units, wtf: add pt_BR translation (#4908)
This commit is contained in:
parent
189a07dbac
commit
7ce46610ae
3 changed files with 39 additions and 1 deletions
25
pages.pt_BR/linux/units.md
Normal file
25
pages.pt_BR/linux/units.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# units
|
||||
|
||||
> Realiza a conversão entre duas unidades de medida.
|
||||
> Digitar `search{{text}}` no console retornará uma lista de todas as unidades que contêm `{{text}}`.
|
||||
> Mais informações: <https://www.gnu.org/software/units/units.html>.
|
||||
|
||||
- Rodar no modo interativo:
|
||||
|
||||
`units`
|
||||
|
||||
- Mostrar a conversão entre duas unidades simples:
|
||||
|
||||
`units {{quarts}} {{tablespoons}}`
|
||||
|
||||
- Converter entre unidades com quantidades definidas:
|
||||
|
||||
`units {{15 pounds}} {{kilograms}}`
|
||||
|
||||
- Mostrar a conversão entre duas unidades compostas:
|
||||
|
||||
`units "{{meters / second}}" "{{inches / hour}}"`
|
||||
|
||||
- Mostrar a conversão entre unidades de diferentes dimensões:
|
||||
|
||||
`units "{{acres}}" "{{ft^2}}"`
|
12
pages.pt_BR/linux/wtf.md
Normal file
12
pages.pt_BR/linux/wtf.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# wtf
|
||||
|
||||
> Mostra a expansão de acrônimos.
|
||||
> Mais informações: <https://manpages.debian.org/bsdgames/wtf.6.en.html>.
|
||||
|
||||
- Expande um acrônimo:
|
||||
|
||||
`wtf {{IMO}}`
|
||||
|
||||
- Especifica um tipo de busca computacional:
|
||||
|
||||
`wtf -t {{comp}} {{WWW}}`
|
|
@ -1,7 +1,8 @@
|
|||
# units
|
||||
|
||||
> Provide the conversion between two units of measure.
|
||||
> Typing 'search {{text}}' in the prompt will display a list of all of the units containing {{text}}.
|
||||
> Typing `search {{text}}` in the prompt will display a list of all of the units containing `{{text}}`.
|
||||
> More information: <https://www.gnu.org/software/units/units.html>.
|
||||
|
||||
- Run in interactive mode:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue