From 0cb67d4b400e0b3bda02d76a4c442da51078f866 Mon Sep 17 00:00:00 2001 From: Elizabete Dutra Valle <beteduvalle@gmail.com> Date: Sun, 9 Jun 2019 21:14:55 +0000 Subject: [PATCH] Translated using Weblate (Portuguese (Brazil)) Currently translated at 30.6% (2828 of 9249 strings) Translation: Git Manpages/Translations Translate-URL: https://hosted.weblate.org/projects/git-manpages/translations/pt_BR/ Signed-off-by: Elizabete Dutra Valle <beteduvalle@gmail.com> --- po/documentation.pt_BR.po | 181 +++++++++++++++++++++++++++++++++----- 1 file changed, 160 insertions(+), 21 deletions(-) diff --git a/po/documentation.pt_BR.po b/po/documentation.pt_BR.po index 1882577..ce037ec 100644 --- a/po/documentation.pt_BR.po +++ b/po/documentation.pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2019-02-13 20:53+0100\n" -"PO-Revision-Date: 2019-06-09 10:57+0000\n" +"PO-Revision-Date: 2019-06-13 09:26+0000\n" "Last-Translator: Elizabete Dutra Valle <beteduvalle@gmail.com>\n" "Language-Team: none\n" "Language: pt_BR\n" @@ -19546,6 +19546,8 @@ msgid "" "Default behavior is to replace at most one line. This replaces all lines " "matching the key (and optionally the value_regex)." msgstr "" +"O comportamento padr찾o 챕 substituir no m찼ximo uma linha. Isso substitui " +"todas as linhas que correspondem 횪 chave (e, opcionalmente, ao valor_regex)." #. type: Labeled list #: en/git-config.txt:78 en/git-update-index.txt:44 @@ -19559,6 +19561,8 @@ msgid "" "Adds a new line to the option without altering any existing values. This is" " the same as providing '^$' as the value_regex in `--replace-all`." msgstr "" +"Adiciona uma nova linha 횪 op챌찾o sem alterar nenhum valor existente. Isto 챕 " +"o mesmo que fornecer '^$' como o value_regex em `--replace-all`." #. type: Labeled list #: en/git-config.txt:83 @@ -19573,6 +19577,10 @@ msgid "" "value). Returns error code 1 if the key was not found and the last value if " "multiple key values were found." msgstr "" +"Obtenha o valor para uma determinada chave (opcionalmente filtrada por uma " +"express찾o regular correspondente ao valor). Retorna o c처digo de erro 1 se a " +"chave n찾o foi encontrada e o 첬ltimo valor se v찼rios valores de chave foram " +"encontrados." #. type: Labeled list #: en/git-config.txt:88 @@ -19584,6 +19592,7 @@ msgstr "--get-all" #: en/git-config.txt:90 msgid "Like get, but returns all values for a multi-valued key." msgstr "" +"Como get, mas retorna todos os valores para uma chave com v찼rios valores." #. type: Labeled list #: en/git-config.txt:91 @@ -19599,12 +19608,17 @@ msgid "" "and done against a canonicalized version of the key in which section and " "variable names are lowercased, but subsection names are not." msgstr "" +"Como --get-all, mas interpreta o nome como uma express찾o regular e escreve " +"os nomes das chaves. \n" +" A correspond챗ncia de express찾o regular 챕 sens챠vel a mai첬sculas e min첬sculas " +"e 챕 feita contra uma vers찾o canonicalizada da chave na qual a se챌찾o e os " +"nomes de vari찼veis s찾o min첬sculos, mas os nomes das subse챌천es n찾o s찾o." #. type: Labeled list #: en/git-config.txt:98 #, no-wrap msgid "--get-urlmatch name URL" -msgstr "" +msgstr "--get-urlmatch nome URL" #. type: Plain text #: en/git-config.txt:105 @@ -19615,6 +19629,12 @@ msgid "" "just the section as name, do so for all the keys in the section and list " "them. Returns error code 1 if no value is found." msgstr "" +"Quando 챕 dado um nome de duas partes section.key, o valor para a se챌찾o. <url>" +".key cuja parte <url> corresponde 횪 melhor para a URL fornecida 챕 retornada (" +"se n찾o houver essa chave, o valor para section.key 챕 usado como um fallback)" +". Quando for dada apenas a se챌찾o como nome, fa챌a isso para todas as chaves " +"na se챌찾o e liste-as. Retorna o c처digo de erro 1 se nenhum valor for " +"encontrado." #. type: Labeled list #: en/git-config.txt:106 @@ -19629,6 +19649,9 @@ msgid "" "repository `.git/config`, write to `$XDG_CONFIG_HOME/git/config` file if " "this file exists and the `~/.gitconfig` file doesn't." msgstr "" +"Para escrever op챌천es: escreva para o arquivo global `~/.gitconfig` em vez do " +"reposit처rio `.git/config`, escreva para o arquivo `$XDG_CONFIG_HOME/git/" +"config` se este arquivo existir e o arquivo `~/.gitconfig` n찾o faz." #. type: Plain text #: en/git-config.txt:114 @@ -19636,12 +19659,14 @@ msgid "" "For reading options: read only from global `~/.gitconfig` and from " "`$XDG_CONFIG_HOME/git/config` rather than from all available files." msgstr "" +"Para op챌천es de leitura: leia somente do global `~/.gitconfig` e de` $" +"XDG_CONFIG_HOME/git/config` ao inv챕s de todos os arquivos dispon챠veis." #. type: Plain text #: en/git-config.txt:116 en/git-config.txt:126 en/git-config.txt:135 #: en/git-config.txt:332 msgid "See also <<FILES>>." -msgstr "" +msgstr "Veja tamb챕m << FILES >>." #. type: Labeled list #: en/git-config.txt:117 @@ -19655,6 +19680,8 @@ msgid "" "For writing options: write to system-wide `$(prefix)/etc/gitconfig` rather " "than the repository `.git/config`." msgstr "" +"Para op챌천es de escrita: escreva para o `$(prefixo)/etc/gitconfig` do sistema " +"em vez do reposit처rio `.git/config`." #. type: Plain text #: en/git-config.txt:124 @@ -19662,6 +19689,8 @@ msgid "" "For reading options: read only from system-wide `$(prefix)/etc/gitconfig` " "rather than from all available files." msgstr "" +"Para op챌천es de leitura: leia somente do `$(prefixo)/etc/gitconfig` em todo o " +"sistema, e n찾o de todos os arquivos dispon챠veis." #. type: Plain text #: en/git-config.txt:130 @@ -19669,6 +19698,8 @@ msgid "" "For writing options: write to the repository `.git/config` file. This " "is\tthe default behavior." msgstr "" +"Para op챌천es de escrita: escreva para o arquivo de reposit처rio `.git/config`" +". Este 챕\to comportamento padr찾o." #. type: Plain text #: en/git-config.txt:133 @@ -19676,6 +19707,8 @@ msgid "" "For reading options: read only from the repository `.git/config` rather than" " from all available files." msgstr "" +"Para op챌천es de leitura: leia somente no reposit처rio `.git/config` em vez de " +"em todos os arquivos dispon챠veis." #. type: Labeled list #: en/git-config.txt:136 @@ -19690,23 +19723,28 @@ msgid "" "written to if `extensions.worktreeConfig` is present. If not it's the same " "as `--local`." msgstr "" +"Semelhante a `--local`, exceto que `.git/config.worktree` 챕 lido ou escrito " +"em if `extensions.worktreeConfig` est찼 presente. Se n찾o, 챕 o mesmo que " +"`--local`." #. type: Labeled list #: en/git-config.txt:141 #, no-wrap msgid "-f config-file" -msgstr "" +msgstr "-f config-arquivo" #. type: Labeled list #: en/git-config.txt:142 #, no-wrap msgid "--file config-file" -msgstr "" +msgstr "--arquivo config-arquivo" #. type: Plain text #: en/git-config.txt:144 msgid "Use the given config file instead of the one specified by GIT_CONFIG." msgstr "" +"Use o arquivo de configura챌찾o fornecido em vez daquele especificado por " +"GIT_CONFIG." #. type: Labeled list #: en/git-config.txt:145 @@ -19723,6 +19761,11 @@ msgid "" "linkgit:gitrevisions[7] for a more complete list of ways to spell blob " "names." msgstr "" +"Semelhante ao `--file`, mas usa o blob fornecido em vez de um arquivo. Por " +"exemplo. voc챗 pode usar 'mestre: .gitmodules' para ler valores do arquivo " +"'.gitmodules' no ramo mestre. Veja a se챌찾o \"ESPECIFICANDO REVIS횛ES\" em " +"linkgit:gitrevisions[7] para uma lista mais completa de maneiras de soletrar " +"nomes de blobs." #. type: Labeled list #: en/git-config.txt:152 @@ -19733,7 +19776,7 @@ msgstr "--remove-section" #. type: Plain text #: en/git-config.txt:154 msgid "Remove the given section from the configuration file." -msgstr "" +msgstr "Remova a se챌찾o dada do arquivo de configura챌찾o." #. type: Labeled list #: en/git-config.txt:155 @@ -19744,7 +19787,7 @@ msgstr "--rename-section" #. type: Plain text #: en/git-config.txt:157 msgid "Rename the given section to a new name." -msgstr "" +msgstr "Renomeie a se챌찾o dada para um novo nome." #. type: Labeled list #: en/git-config.txt:158 @@ -19755,7 +19798,7 @@ msgstr "--unset" #. type: Plain text #: en/git-config.txt:160 msgid "Remove the line matching the key from config file." -msgstr "" +msgstr "Remova a linha correspondente 횪 chave do arquivo de configura챌찾o." #. type: Labeled list #: en/git-config.txt:161 @@ -19767,17 +19810,20 @@ msgstr "--unset-all" #: en/git-config.txt:163 msgid "Remove all lines matching the key from config file." msgstr "" +"Remova todas as linhas que correspondam 횪 chave do arquivo de configura챌찾o." #. type: Plain text #: en/git-config.txt:167 msgid "List all variables set in config file, along with their values." msgstr "" +"Lista todas as vari찼veis definidas no arquivo de configura챌찾o, junto com " +"seus valores." #. type: Labeled list #: en/git-config.txt:168 #, no-wrap msgid "--type <type>" -msgstr "" +msgstr "--tipo <tipo>" #. type: Plain text #: en/git-config.txt:172 @@ -19786,16 +19832,19 @@ msgid "" "type constraint(s), and will canonicalize outgoing values in `<type>`'s " "canonical form." msgstr "" +"'git config' ir찼 assegurar que qualquer entrada ou sa챠da 챕 v찼lida sob a(s) " +"restri챌찾o(천es) de tipo dada, e ir찼 canonicalizar os valores de sa챠da na " +"forma can척nica do `<tipo>`'s." #. type: Plain text #: en/git-config.txt:174 msgid "Valid `<type>`'s include:" -msgstr "" +msgstr "Os `<tipo>`'s v찼lidos incluem:" #. type: Plain text #: en/git-config.txt:176 msgid "'bool': canonicalize values as either \"true\" or \"false\"." -msgstr "" +msgstr "'bool': canoniza valores como \"true\" ou \"false\"." #. type: Plain text #: en/git-config.txt:179 @@ -19804,6 +19853,9 @@ msgid "" "'k', 'm', or 'g' will cause the value to be multiplied by 1024, 1048576, or " "1073741824 upon input." msgstr "" +"'int': canoniza valores como n첬meros decimais simples. Um sufixo opcional de " +"'k', 'm' ou 'g' far찼 com que o valor seja multiplicado por 1024, 1048576 ou " +"1073741824 na entrada." #. type: Plain text #: en/git-config.txt:181 @@ -19811,6 +19863,7 @@ msgid "" "'bool-or-int': canonicalize according to either 'bool' or 'int', as " "described above." msgstr "" +"'bool-or-int': canoniza de acordo com 'bool' ou 'int', como descrito acima." #. type: Plain text #: en/git-config.txt:185 @@ -19820,6 +19873,10 @@ msgid "" "effect when setting the value (but you can use `git config section.variable " "~/` from the command line to let your shell do the expansion.)" msgstr "" +"'path': canonicalize adicionando um `~` ao valor de` $HOME` e `~ user` no " +"diret처rio home do usu찼rio especificado. Este especificador n찾o tem efeito ao " +"definir o valor (mas voc챗 pode usar o `git config section.variable ~ /` a " +"partir da linha de comando para permitir que o seu shell fa챌a a expans찾o.)" #. type: Plain text #: en/git-config.txt:187 @@ -19827,6 +19884,9 @@ msgid "" "'expiry-date': canonicalize by converting from a fixed or relative date-" "string to a timestamp. This specifier has no effect when setting the value." msgstr "" +"'data de expira챌찾o': canoniza convertendo de uma cadeia de data fixa ou " +"relativa para um registro de data e hora. Este especificador n찾o tem efeito " +"ao definir o valor." #. type: Plain text #: en/git-config.txt:191 @@ -19836,6 +19896,10 @@ msgid "" " that the given value is canonicalize-able as an ANSI color, but it is " "written as-is." msgstr "" +"'color': Ao obter um valor, canonize convertendo para uma sequ챗ncia de " +"escape de cor ANSI. Ao definir um valor, uma verifica챌찾o de sanidade 챕 " +"executada para garantir que o valor fornecido seja canoniz찼vel como uma cor " +"ANSI, mas est찼 escrito como est찼." #. type: Labeled list #: en/git-config.txt:193 @@ -19873,6 +19937,8 @@ msgid "" "Historical options for selecting a type specifier. Prefer instead `--type` " "(see above)." msgstr "" +"Op챌천es hist처ricas para selecionar um especificador de tipo. Prefira, em vez " +"disso, `--type` (veja acima)." #. type: Labeled list #: en/git-config.txt:201 @@ -19887,6 +19953,10 @@ msgid "" "option requests that 'git config' not canonicalize the retrieved variable. " "`--no-type` has no effect without `--type=<type>` or `--<type>`." msgstr "" +"Desfaz o especificador de tipo definido anteriormente (se um tiver sido " +"configurado anteriormente). Esta op챌찾o solicita que 'git config' n찾o " +"canonize a vari찼vel recuperada. `--n찾o-tipo` n찾o tem efeito sem` " +"--tipo=<tipo> `ou` - <tipo> `." #. type: Plain text #: en/git-config.txt:214 @@ -19896,12 +19966,18 @@ msgid "" "between key and value. This allows for secure parsing of the output without " "getting confused e.g. by values that contain line breaks." msgstr "" +"Para todas as op챌천es que geram valores e/ou chaves, sempre finalizar valores " +"com o caractere nulo (em vez de uma nova linha). Use a nova linha como um " +"delimitador entre chave e valor. Isto permite uma an찼lise segura da sa챠da " +"sem se confundir, e. por valores que cont챗m quebras de linha." #. type: Plain text #: en/git-config.txt:218 msgid "" "Output only the names of config variables for `--list` or `--get-regexp`." msgstr "" +"Sa챠da apenas os nomes das vari찼veis de configura챌찾o para `--list` ou` --get-" +"regexp`." #. type: Labeled list #: en/git-config.txt:219 @@ -19916,12 +19992,15 @@ msgid "" " standard input, blob, command line) and the actual origin (config file " "path, ref, or blob id if applicable)." msgstr "" +"Aumente a sa챠da de todas as op챌천es de configura챌찾o consultadas com o tipo de " +"origem (arquivo, entrada padr찾o, blob, linha de comando) e a origem real (" +"caminho do arquivo de configura챌찾o, ref ou ID do blob, se aplic찼vel)." #. type: Labeled list #: en/git-config.txt:225 #, no-wrap msgid "--get-colorbool name [stdout-is-tty]" -msgstr "" +msgstr "--get-colorbool nome [stdout-챕-tty]" #. type: Plain text #: en/git-config.txt:235 @@ -19934,12 +20013,19 @@ msgid "" "When the color setting for `name` is undefined, the command uses `color.ui` " "as fallback." msgstr "" +"Encontre a configura챌찾o de cor para `nome` (por exemplo,` color.diff`) e a " +"sa챠da \"true\" ou \"false\". \n" +" `stdout-챕-tty` deve ser\" true \"ou\" false \", e 챕 levado em conta quando " +"a configura챌찾o diz\" auto \". Se stdout-챕-tty est찼 faltando, ent찾o verifica " +"a sa챠da padr찾o do pr처prio comando e sai com o status 0 se a cor for usada ou " +"sai com o status 1 caso contr찼rio. Quando a configura챌찾o de cor para `nome` " +"챕 indefinida, o comando usa` color.ui` como fallback." #. type: Labeled list #: en/git-config.txt:236 #, no-wrap msgid "--get-color name [default]" -msgstr "" +msgstr "--get-color nome [padr찾o]" #. type: Plain text #: en/git-config.txt:242 @@ -19949,11 +20035,15 @@ msgid "" "`default` parameter is used instead, if there is no color configured for " "`name`." msgstr "" +"Encontre a cor configurada para `nome` (por exemplo,` color.diff.new`) e " +"imprima-a como a sequ챗ncia de escape de cor ANSI para a sa챠da padr찾o. O " +"par창metro opcional `padr찾o` 챕 usado em vez disso, se n찾o houver cor " +"configurada para` nome`." #. type: Plain text #: en/git-config.txt:244 msgid "`--type=color [--default=<default>]` is preferred over `--get-color`." -msgstr "" +msgstr "`--tipo=color [--padr찾o=<padr찾o>]` 챕 prefer챠vel `--get-color`." #. type: Plain text #: en/git-config.txt:249 @@ -19961,6 +20051,8 @@ msgid "" "Opens an editor to modify the specified config file; either `--system`, " "`--global`, or repository (default)." msgstr "" +"Abre um editor para modificar o arquivo de configura챌찾o especificado; ou " +"`--sistema`,` --global` ou reposit처rio (padr찾o)." #. type: Labeled list #: en/git-config.txt:250 @@ -19975,12 +20067,16 @@ msgid "" "Defaults to `off` when a specific file is given (e.g., using `--file`, " "`--global`, etc) and `on` when searching all config files." msgstr "" +"Respeite as diretivas `include.*` Nos arquivos de configura챌찾o ao procurar " +"valores. O padr찾o 챕 `off` quando um arquivo espec챠fico 챕 dado (por exemplo, " +"usando` --file`, `--global`, etc) e` on` ao procurar todos os arquivos de " +"configura챌찾o." #. type: Labeled list #: en/git-config.txt:256 #, no-wrap msgid "--default <value>" -msgstr "" +msgstr "--padr찾o <valor>" #. type: Plain text #: en/git-config.txt:259 @@ -19988,6 +20084,8 @@ msgid "" "When using `--get`, and the requested variable is not found, behave as if " "<value> were the value assigned to the that variable." msgstr "" +"Ao usar `--get` e a vari찼vel solicitada n찾o for encontrada, comportar-se " +"como se <valor> fosse o valor atribu챠do 횪 vari찼vel." #. type: Plain text #: en/git-config.txt:265 @@ -19996,6 +20094,9 @@ msgid "" "using `--list` or any of the `--get-*` which may return multiple results. " "The default is to use a pager." msgstr "" +"O `pager.config` 챕 somente respeitado ao listar a configura챌찾o, ou seja, ao " +"usar` --list` ou qualquer um dos `--get-*` que pode retornar m첬ltiplos " +"resultados. O padr찾o 챕 usar um pager." #. type: Plain text #: en/git-config.txt:272 @@ -20003,17 +20104,19 @@ msgid "" "If not set explicitly with `--file`, there are four files where 'git config'" " will search for configuration options:" msgstr "" +"Se n찾o for definido explicitamente com `--file`, existem quatro arquivos em " +"que 'git config' procurar찼 op챌천es de configura챌찾o:" #. type: Labeled list #: en/git-config.txt:273 #, no-wrap msgid "$(prefix)/etc/gitconfig" -msgstr "" +msgstr "$(prefixo)/etc/gitconfig" #. type: Plain text #: en/git-config.txt:275 msgid "System-wide configuration file." -msgstr "" +msgstr "Arquivo de configura챌찾o do sistema." #. type: Labeled list #: en/git-config.txt:276 @@ -20030,6 +20133,12 @@ msgid "" "is a good idea not to create this file if you sometimes use older versions " "of Git, as support for this file was added fairly recently." msgstr "" +"Segundo arquivo de configura챌찾o espec챠fico do usu찼rio. Se $ XDG_CONFIG_HOME " +"n찾o estiver definido ou vazio, o `$HOME/.config/git/config` ser찼 usado. " +"Qualquer vari찼vel de valor 첬nico definida neste arquivo ser찼 sobrescrita " +"pelo que estiver em `~/.gitconfig`. 횋 uma boa ideia n찾o criar este arquivo " +"se voc챗, 횪s vezes, usa vers천es mais antigas do Git, j찼 que o suporte para " +"esse arquivo foi adicionado recentemente." #. type: Labeled list #: en/git-config.txt:284 @@ -20042,6 +20151,8 @@ msgstr "" msgid "" "User-specific configuration file. Also called \"global\" configuration file." msgstr "" +"Arquivo de configura챌찾o espec챠fico do usu찼rio. Tamb챕m chamado de arquivo de " +"configura챌찾o \"global\"." #. type: Labeled list #: en/git-config.txt:288 @@ -20052,13 +20163,13 @@ msgstr "" #. type: Plain text #: en/git-config.txt:290 msgid "Repository specific configuration file." -msgstr "" +msgstr "Arquivo de configura챌찾o espec챠fico do reposit처rio." #. type: Labeled list #: en/git-config.txt:291 #, no-wrap msgid "$GIT_DIR/config.worktree" -msgstr "" +msgstr "$GIT_DIR/config.찼rvore-de-trabalho" #. type: Plain text #: en/git-config.txt:294 @@ -20066,6 +20177,8 @@ msgid "" "This is optional and is only searched when `extensions.worktreeConfig` is " "present in $GIT_DIR/config." msgstr "" +"Isso 챕 opcional e s처 챕 pesquisado quando o arquivo " +"`extensions.worktreeConfig` est찼 presente em $GIT_DIR/config." #. type: Plain text #: en/git-config.txt:300 @@ -20076,6 +20189,12 @@ msgid "" " file is not available or readable, 'git config' will exit with a non-zero " "error code. However, in neither case will an error message be issued." msgstr "" +"Se nenhuma outra op챌찾o for fornecida, todas as op챌천es de leitura ler찾o todos " +"esses arquivos dispon챠veis. Se o arquivo de configura챌찾o global ou do " +"sistema n찾o estiver dispon챠vel, eles ser찾o ignorados. Se o arquivo de " +"configura챌찾o do reposit처rio n찾o estiver dispon챠vel ou leg챠vel, o 'git " +"config' ser찼 encerrado com um c처digo de erro diferente de zero. No entanto, " +"em nenhum dos casos, ser찼 emitida uma mensagem de erro." #. type: Plain text #: en/git-config.txt:304 @@ -20084,6 +20203,10 @@ msgid "" "precedence over values read earlier. When multiple values are taken then " "all values of a key from all files will be used." msgstr "" +"Os arquivos s찾o lidos na ordem dada acima, com o 첬ltimo valor encontrado " +"tendo preced챗ncia sobre os valores lidos anteriormente. Quando v찼rios " +"valores s찾o obtidos, todos os valores de uma chave de todos os arquivos " +"ser찾o usados." #. type: Plain text #: en/git-config.txt:307 @@ -20091,6 +20214,8 @@ msgid "" "You may override individual configuration parameters when running any git " "command by using the `-c` option. See linkgit:git[1] for details." msgstr "" +"Voc챗 pode sobrescrever par창metros de configura챌찾o individuais ao executar " +"qualquer comando git usando a op챌찾o `-c`. Veja linkgit:git[1] para detalhes." #. type: Plain text #: en/git-config.txt:311 @@ -20099,6 +20224,9 @@ msgid "" "configuration file. Note that this also affects options like `--replace-all`" " and `--unset`. *'git config' will only ever change one file at a time*." msgstr "" +"Todas as op챌천es de grava챌찾o por padr찾o gravar찾o no arquivo de configura챌찾o " +"espec챠fico do reposit처rio. Note que isto tamb챕m afeta op챌천es como `--replace-" +"all` e` --unset`. *'git config' sempre mudar찼 apenas um arquivo de cada vez*." #. type: Plain text #: en/git-config.txt:317 @@ -20109,13 +20237,19 @@ msgid "" "respectively. The `GIT_CONFIG` environment variable has a similar effect, " "but you can specify any filename you want." msgstr "" +"Voc챗 pode substituir essas regras por op챌천es de linha de comando ou por " +"vari찼veis de ambiente. As op챌천es `--global`,` --system` e `--찼rvore de " +"trabalho` limitar찾o o arquivo usado para o arquivo global, em todo o sistema " +"ou por 찼rvore de trabalho, respectivamente. A vari찼vel de ambiente " +"`GIT_CONFIG` tem um efeito similar, mas voc챗 pode especificar qualquer nome " +"de arquivo desejado." #. type: Title - #: en/git-config.txt:320 en/git-cvsserver.txt:310 en/git-daemon.txt:332 #: en/git-http-backend.txt:243 en/git-notes.txt:373 #, no-wrap msgid "ENVIRONMENT" -msgstr "" +msgstr "MEIO AMBIENTE" #. type: Labeled list #: en/git-config.txt:322 @@ -20130,6 +20264,9 @@ msgid "" "the \"--global\" option forces this to ~/.gitconfig. Using the \"--system\" " "option forces this to $(prefix)/etc/gitconfig." msgstr "" +"Pegue a configura챌찾o do arquivo fornecido em vez de .git/config. Usar a " +"op챌찾o \"--global\" for챌a isso para ~/.gitconfig. Usar a op챌찾o \"--system\" " +"for챌a isso para $(prefixo)/etc/gitconfig." #. type: Labeled list #: en/git-config.txt:327 @@ -20143,11 +20280,13 @@ msgid "" "Whether to skip reading settings from the system-wide " "$(prefix)/etc/gitconfig file. See linkgit:git[1] for details." msgstr "" +"Se deve ignorar as configura챌천es de leitura do arquivo $/etc/gitconfig do " +"sistema (prefixo). Veja linkgit:git[1] para detalhes." #. type: Plain text #: en/git-config.txt:339 msgid "Given a .git/config like this:" -msgstr "" +msgstr "Dado um .git/config como este:" #. type: Plain text #: en/git-config.txt:345 -- GitLab