ascii: add Portuguese translation (#13422)

* ascii: add Portuguese translation

* ascii: add Portuguese translation and fix period file
This commit is contained in:
Murilo Ferreira Alves Batista 2024-08-10 11:58:55 +02:00 committed by GitHub
parent 66d61f97a4
commit 3c5da4f1ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,36 @@
# ascii
> Mostra pseudónimos de caractéres ASCII.
> Mais informações em: <http://www.catb.org/~esr/ascii/>.
- Mostra pseudónimos ASCII de um carácter:
`ascii {{a}}`
- Mostra pseudónimos ASCII de forma resumida, modo script-friendly:
`ascii -t {{a}}`
- Mostra pseudónimo ASCII de múltiplos caracteres:
`ascii -s {{tldr}}`
- Mostra tabela ASCII em decimal:
`ascii -d`
- Mostra tabela ASCII em hexadecimal:
`ascii -x`
- Mostra tabela ASCII em octal:
`ascii -o`
- Mostra tabela ASCII em binário:
`ascii -b`
- Mostra sumário de opções e tabela ASCII completa:
`ascii`