Browse Source

units, wtf: add pt_BR translation (#4908)

Bárbara Aliverti 4 years ago
parent
commit
7ce46610ae
3 changed files with 39 additions and 1 deletions
  1. 25 0
      pages.pt_BR/linux/units.md
  2. 12 0
      pages.pt_BR/linux/wtf.md
  3. 2 1
      pages/linux/units.md

+ 25 - 0
pages.pt_BR/linux/units.md

@@ -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 - 0
pages.pt_BR/linux/wtf.md

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

+ 2 - 1
pages/linux/units.md

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