New translations readme.md (Ukrainian)

This commit is contained in:
Matan Kushner 2025-03-10 00:55:13 +09:00
parent 8bc39bbaaa
commit 68f7a581af

View File

@ -249,7 +249,7 @@ mustard = '#af8700'
```toml
format = '$all'
# Є еквівалентом до
# Which is equivalent to
format = """
$username\
$hostname\
@ -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.
### Параметри
| Параметр | Стандартно | Опис |
| ---------- | --------------------------------- | ----------------------------------------------------------------- |
| `format` | `'[$symbol \[$name\]]($style)'` | Формат модуля. |
| `symbol` | `'🛜 '` | The symbol used before the network namespace (defaults to empty). |
| `style` | `'blue bold dimmed'` | Стиль модуля. |
| `disabled` | `false` | Disables the `netns` module. |
### Змінні
| Змінна | Приклад | Опис |
| --------- | ---------- | ----------------------------------------- |
| name | `my-netns` | The name of the current network namespace |
| symbol | | Віддзеркалює значення параметра `symbol` |
| style\* | | Віддзеркалює значення параметра `style` |
### Приклад
```toml
# ~/.config/starship.toml
[netns]
style = 'bold yellow'
symbol = '🌐 '
```
## Nim
Модуль `nim` показує поточну встановлену версію [Nim](https://nim-lang.org/). Типово, модуль показується, якщо виконується будь-яка з наступних умов: