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:
@@ -3,18 +3,18 @@
|
||||
> Codifica e decodifica usando a representação Base64.
|
||||
> Mais informações: <https://www.unix.com/man-page/osx/1/base64/>.
|
||||
|
||||
- Codificar um arquivo:
|
||||
- Codifica um arquivo:
|
||||
|
||||
`base64 --input={{arquivo}}`
|
||||
|
||||
- Decodificar um arquivo:
|
||||
- Decodifica um arquivo:
|
||||
|
||||
`base64 --decode --input={{arquivo_base64}}`
|
||||
|
||||
- Codificar de `stdin`:
|
||||
- Codifica de `stdin`:
|
||||
|
||||
`echo -n "{{texto}}" | base64`
|
||||
|
||||
- Decodificar de `stdin`:
|
||||
- Decodifica de `stdin`:
|
||||
|
||||
`echo -n {{texto_base64}} | base64 --decode`
|
||||
|
Reference in New Issue
Block a user