units, wtf: add pt_BR translation (#4908)

translation-badges
Bárbara Aliverti 2020-11-01 11:30:22 -03:00 committed by GitHub
parent 189a07dbac
commit 7ce46610ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 1 deletions

View 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
View 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}}`

View File

@ -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: