yes: update pt_BR translation (#11867)

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
pull/23/head
Vitor Henrique 2023-12-27 15:43:26 -03:00 committed by GitHub
parent 52b4605356
commit 0b6a484bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,16 @@
# yes
> Exibe algo na tela repetidamente.
> Exibe algo repetidamente.
> Mais informações: <https://www.gnu.org/software/coreutils/yes>.
- Exibe na tela a palavra "mensagem" repetidamente:
- Exibir a palavra "mensagem" repetidamente:
`yes {{mensagem}}`
- Exibe na tela a letra "y" repetidamente:
- Exibir a letra "y" repetidamente:
`yes`
- Aceitar tudo solicitado pelo comando apt-get:
`yes | sudo apt-get install {{programa}}`