New translations readme.md (Portuguese, Brazilian)

This commit is contained in:
Matan Kushner 2025-03-10 00:55:39 +09:00
parent 5a44f53919
commit 2053cef8a2

View File

@ -339,6 +339,7 @@ $time\
$status\
$os\
$container\
$netns\
$shell\
$character"""
```
@ -2881,6 +2882,37 @@ format = '[$symbol]($style)'
style = 'bold purple'
```
## Network Namespace
The `netns` module shows the current network namespace. This uses `ip netns identify` to get the network namespace, so only network namespaces mounted at `/var/run/netns` will be detected.
### Opções
| Opções | Padrão | Descrição |
| ---------- | --------------------------------- | ----------------------------------------------------------------- |
| `format` | `'[$symbol \[$name\]]($style)'` | O formato do módulo. |
| `symbol` | `'🛜 '` | The symbol used before the network namespace (defaults to empty). |
| `style` | `'blue bold dimmed'` | O estilo do módulo. |
| `disabled` | `false` | Disables the `netns` module. |
### Variáveis
| Variável | Exemplo | Descrição |
| --------- | ---------- | ----------------------------------------- |
| name | `my-netns` | The name of the current network namespace |
| symbol | | Espelha o valor da opção `symbol` |
| style\* | | Espelha o valor da opção `style` |
### Exemplo
```toml
# ~/.config/starship.toml
[netns]
style = 'bold yellow'
symbol = '🌐 '
```
## Nim
O módulo `nim` exibe a versão atual instalada do [Nim](https://nim-lang.org/). Por padrão o módulo vai exibir se uma das condições a seguir for atendida: