pages.pt*: fix verb tenses (#11792)

* pages.pt*: fix verb tenses

* pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses

* pages.pt_BR: fix more verb tenses

* pages.pt_BR: fix more verb tenses

* pages.pt_BR: fix more verb tenses

* pages.pt*: fix more verb tenses

* review PR

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
This commit is contained in:
Vitor Henrique
2023-12-27 15:37:07 -03:00
committed by GitHub
parent 282cd9130f
commit 52b4605356
659 changed files with 1533 additions and 1533 deletions

View File

@@ -3,18 +3,18 @@
> Mostra a quantidade de memória livre e utilizada pelo sistema.
> Mais informações: <https://manned.org/free>.
- Mostrar memória do sistema:
- Mostra memória do sistema:
`free`
- Mostrar memória em Bytes/KB/MB/GB:
- Mostra memória em Bytes/KB/MB/GB:
`free -{{b|k|m|g}}`
- Mostrar memória em unidades legíveis por seres humanos:
- Mostra memória em unidades legíveis por seres humanos:
`free -h`
- Atualizar a saída padrão a cada 2 segundos:
- Atualiza a saída padrão a cada 2 segundos:
`free -s {{2}}`