New translations readme.md (Spanish)

This commit is contained in:
Matan Kushner 2025-03-10 00:54:03 +09:00
parent 65b979f207
commit a62d7b7579

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.
### Opciones
| Opción | Predeterminado | Descripción |
| ---------- | --------------------------------- | ----------------------------------------------------------------- |
| `format` | `'[$symbol \[$name\]]($style)'` | El formato del módulo. |
| `symbol` | `'🛜 '` | The symbol used before the network namespace (defaults to empty). |
| `style` | `'blue bold dimmed'` | El estilo del módulo. |
| `disabled` | `false` | Disables the `netns` module. |
### Variables
| Variable | Ejemplo | Descripción |
| --------- | ---------- | ----------------------------------------- |
| name | `my-netns` | The name of the current network namespace |
| symbol | | Refleja el valor de la opción `symbol` |
| style\* | | Refleja el valor de la opción `style` |
### Ejemplo
```toml
# ~/.config/starship.toml
[netns]
style = 'bold yellow'
symbol = '🌐 '
```
## Nim
El módulo `nim` muestra la versión instalada de [Nim](https://nim-lang.org/). Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes condiciones: