New translations readme.md (Portuguese, Brazilian)

This commit is contained in:
Matan Kushner 2025-03-10 09:54:48 +09:00
parent 728a3e4d5b
commit bdea1d70af

View File

@ -1093,7 +1093,7 @@ Por exemplo, dado `~/Dev/Nix/nixpkgs/pkgs` onde `nixpkgs` é o repositório raiz
| `read_only_style` | `'red'` | O estilo para o simbolo de somente leitura. |
| `truncation_symbol` | `''` | O simbolo para prefixo de caminhos truncados. eg: '…/' |
| `before_repo_root_style` | | The style for the path segment above the root of the git repo. O valor padrão é equivalente a `style`. |
| `repo_root_style` | | O estilo para a raiz do repositório git. The default value is equivalent to `style`. |
| `repo_root_style` | | O estilo para a raiz do repositório git. O valor padrão é equivalente a `style`. |
| `repo_root_format` | `'[$before_root_path]($before_repo_root_style)[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) '` | The format of a git repo when `before_repo_root_style` and `repo_root_style` is defined. |
| `home_symbol` | `'~'` | O simbolo para indicar o diretório home. |
| `use_os_path_sep` | `true` | Use o separador de caminho específico do sistema opracional em vez de sempre usar `/` (por exemplo, `\` no Windows) |