summaryrefslogtreecommitdiffstats
path: root/docs/pt-BR/config
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-09-08 13:04:08 -0400
committerGitHub <noreply@github.com>2022-09-08 19:04:08 +0200
commit112d7238773dd9a0469c9562fb23ca550c19e5cf (patch)
tree32a3e3101606348578759d5830324447ec9c3e9f /docs/pt-BR/config
parentcfe781de08cbf1d38ee59d2fdfb54fc92348f5c0 (diff)
docs(i18n): new Crowdin updates (#4284)
* New translations README.md (Japanese) * New translations README.md (Japanese) * New translations README.md (Japanese) * New translations README.md (Spanish) * New translations README.md (Portuguese) * New translations README.md (Indonesian) * New translations README.md (Portuguese, Brazilian) * New translations README.md (Vietnamese) * New translations README.md (Chinese Traditional) * New translations README.md (Chinese Simplified) * New translations README.md (Turkish) * New translations README.md (Russian) * New translations README.md (Polish) * New translations README.md (French) * New translations README.md (Dutch) * New translations README.md (Korean) * New translations README.md (Japanese) * New translations README.md (Japanese) * New translations README.md (Italian) * New translations README.md (German) * New translations README.md (Arabic) * New translations README.md (Sorani (Kurdish)) * New translations README.md (Spanish) * New translations README.md (Spanish) * New translations README.md (Japanese) * New translations README.md (French) * New translations README.md (Russian) * New translations README.md (Chinese Simplified) * New translations README.md (Vietnamese) * New translations README.md (Portuguese, Brazilian) * New translations README.md (Chinese Simplified) * New translations README.md (Chinese Simplified)
Diffstat (limited to 'docs/pt-BR/config')
-rw-r--r--docs/pt-BR/config/README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/pt-BR/config/README.md b/docs/pt-BR/config/README.md
index eefc08e42..d09573cad 100644
--- a/docs/pt-BR/config/README.md
+++ b/docs/pt-BR/config/README.md
@@ -1478,15 +1478,16 @@ O módulo `git_commit` exibe o hash do comiit atual e também a tag (se existir)
### Opções
-| Opções | Padrão | Descrição |
-| -------------------- | ---------------------------------- | ------------------------------------------------------------------ |
-| `commit_hash_length` | `7` | O tamanho do git commit hash para ser exibido. |
-| `format` | `"[\\($hash$tag\\)]($style) "` | O formato do módulo. |
-| `style` | `"bold green"` | O estilo do módulo. |
-| `only_detached` | `true` | Apenas exibe o git commit hash quando o estado for detached `HEAD` |
-| `tag_disabled` | `true` | Desabilita a exibição da informação da tag no módulo `git_commit`. |
-| `tag_symbol` | `" 🏷 "` | Simbolo da tag prefixado na informação a ser exibida |
-| `disabled` | `false` | Desabilita o módulo `git_commit`. |
+| Opções | Padrão | Descrição |
+| -------------------- | ---------------------------------- | ------------------------------------------------------------------------------------ |
+| `commit_hash_length` | `7` | O tamanho do git commit hash para ser exibido. |
+| `format` | `"[\\($hash$tag\\)]($style) "` | O formato do módulo. |
+| `style` | `"bold green"` | O estilo do módulo. |
+| `only_detached` | `true` | Apenas exibe o git commit hash quando o estado for detached `HEAD` |
+| `tag_disabled` | `true` | Desabilita a exibição da informação da tag no módulo `git_commit`. |
+| `tag_max_candidates` | `0` | How many commits to consider for tag display. The default only allows exact matches. |
+| `tag_symbol` | `" 🏷 "` | Simbolo da tag prefixado na informação a ser exibida |
+| `disabled` | `false` | Desabilita o módulo `git_commit`. |
### Variáveis