pages.pt_BR/common/*: fix translation (#14188)
* ffmpeg: a sentence should not begin with an object pronoun. * img2pdf: fixing a verb tense, and rephrasing to match the original in English. * java,javac: fix verb tenses. * mongo: translating a word that doesn't need to stay in English. * ssh*: translating a word(s) that do(es) not need to stay in English. * ffmpeg,ssh: updating command accordingly to the English version.
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
|
||||
`mongo`
|
||||
|
||||
- Conecta a uma base de dados em um host e porta específicos:
|
||||
- Conecta a uma base de dados em um servidor e porta específicos:
|
||||
|
||||
`mongo --host {{host}} --port {{porta}} {{base_de_dados}}`
|
||||
`mongo --host {{servidor}} --port {{porta}} {{base_de_dados}}`
|
||||
|
||||
- Autentica usando, na base de dados especificada, o nome de usuário especificado (uma senha será solicitada):
|
||||
|
||||
`mongo --host {{host}} --port {{porta}} --username {{usuário}} --authenticationDatabase {{auth_base_de_dados}} {{base_de_dados}}`
|
||||
`mongo --host {{servidor}} --port {{porta}} --username {{usuário}} --authenticationDatabase {{auth_base_de_dados}} {{base_de_dados}}`
|
||||
|
||||
- Avalia JavaScript na base de dados:
|
||||
|
||||
|
Reference in New Issue
Block a user