pages.pt_BR/*: update pages (#14349)

* at, batch: update Brazilian Portuguese translation

* git-{add,config,diff,remote,stage,status,tag}: update Brazilian Portuguese tanslation

* curl: update Brazilian Portuguese translation

* dd: update Brazilian Portuguese translation

* docker-images: update Brazilian Portuguese translation

* docker-ps: update Brazilian Portuguese translation

* find: update Brazilian Portuguese translation

* npm: update Brazilian Portuguese translation

* Apply suggestions from code review

* docker-images: update Brazilian Portuguese translation

* docker-images: fix syntax in Brazilian Portuguese translation

* dd: use dispositivo and origem instead of drive and fonte

* curl: undo adding accent to URL

* curl: remove incorrect "remoto" from pt_BR translation. The original file doesn't have "remote", and it is not needed.

---------

Co-authored-by: Renie Siqueira <reniedev.github@3nie.com>
This commit is contained in:
Rafael Fontenelle
2024-10-24 14:49:48 -03:00
committed by GitHub
parent ff100abee7
commit a9fdf2c4d4
16 changed files with 135 additions and 104 deletions

View File

@@ -3,7 +3,7 @@
> Gerencia repositórios monitorados ("remotes").
> Mais informações: <https://git-scm.com/docs/git-remote>.
- Mostre uma lista de remotes existentes, seus nomes e URL:
- Lista remotes existentes com seus nomes e URLs:
`git remote {{-v|--verbose}}`
@@ -19,6 +19,10 @@
`git remote set-url {{nome_do_remote}} {{nova_url}}`
- Mostra a URL de um remote:
`git remote get-url {{nome_do_remote}}`
- Remove um remote:
`git remote remove {{nome_do_remote}}`