summaryrefslogtreecommitdiffstats
path: root/docs/ru-RU
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-03-08 21:11:36 -0500
committerGitHub <noreply@github.com>2022-03-08 21:11:36 -0500
commitdb48cf7a5ab3cd7101da1876d3aa1759cfd4ccfc (patch)
treea93ac170f127b72c9e3cd1a4c4d5e379f3022e42 /docs/ru-RU
parent77f2f564815ff260c97489998452e808c378c17b (diff)
docs(i18n): new Crowdin updates (#3677)
Diffstat (limited to 'docs/ru-RU')
-rw-r--r--docs/ru-RU/README.md3
-rw-r--r--docs/ru-RU/config/README.md480
-rw-r--r--docs/ru-RU/faq/README.md2
-rw-r--r--docs/ru-RU/guide/README.md10
-rw-r--r--docs/ru-RU/installing/README.md2
-rw-r--r--docs/ru-RU/presets/README.md530
-rw-r--r--docs/ru-RU/presets/bracketed-segments.md13
-rw-r--r--docs/ru-RU/presets/nerd-font.md17
-rw-r--r--docs/ru-RU/presets/no-runtimes.md13
-rw-r--r--docs/ru-RU/presets/plain-text.md13
-rw-r--r--docs/ru-RU/presets/pure-preset.md13
11 files changed, 339 insertions, 757 deletions
diff --git a/docs/ru-RU/README.md b/docs/ru-RU/README.md
index c313c14ce..f258cba02 100644
--- a/docs/ru-RU/README.md
+++ b/docs/ru-RU/README.md
@@ -42,8 +42,9 @@ description: Starship - минимальная, быстрая и бесконе
Через Bash:
```sh
- sh -c "$(curl -fsSL https://starship.rs/install.sh)"
+ curl -sS https://starship.rs/install.sh | sh
```
+
Для обновления Starship перезапустите этот скрипт. Он заменит текущую версию без изменения конфигурации.
diff --git a/docs/ru-RU/config/README.md b/docs/ru-RU/config/README.md
index d893358fb..cc11a4b78 100644
--- a/docs/ru-RU/config/README.md
+++ b/docs/ru-RU/config/README.md
@@ -292,7 +292,7 @@ When using [AWSume](https://awsu.me) the profile is read from the `AWSUME_PROFIL
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Примеры
@@ -362,7 +362,7 @@ style = "blue bold"
## Батарея
-The `battery` module shows how charged the device's battery is and its current charging status. The module is only visible when the device's battery is below 10%.
+Модуль `battery` показывает насколько заряжена батарея девайса и статус зарядки на данный момент. Модуль виден только, если заряд батареи устройства меньше 10%.
### Опции
@@ -390,7 +390,7 @@ discharging_symbol = "💀 "
### Отображение батареи
-The `display` configuration option is used to define when the battery indicator should be shown (threshold), which symbol would be used (symbol), and what it would like (style). If no `display` is provided. Значение по умолчанию:
+The `display` configuration option is used to define when the battery indicator should be shown (threshold), which symbol would be used (symbol), and what it would like (style). Если `display` не предоставлено. Значение по умолчанию:
```toml
[[battery.display]]
@@ -402,7 +402,7 @@ The default value for the `charging_symbol` and `discharging_symbol` option is r
#### Опции
-The `display` option is an array of the following table.
+Опция `display` представляет собой массив следующей таблицы.
| Параметр | По умолчанию | Описание |
| -------------------- | ------------ | --------------------------------------------------------------------------------------------------------- |
@@ -428,9 +428,9 @@ discharging_symbol = "💦"
## Символ
-The `character` module shows a character (usually an arrow) beside where the text is entered in your terminal.
+Модуль `character` показывает символ (обычно, стрелка) рядом с вводимым текстом в терминале.
-The character will tell you whether the last command was successful or not. It can do this in two ways:
+Символ показывает, была ли последняя команда успешной или нет. It can do this in two ways:
- changing color (`red`/`green`)
- changing shape (`❯`/`✖`)
@@ -524,7 +524,7 @@ The `cmake` module shows the currently installed version of [CMake](https://cmak
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
## COBOL / GNUCOBOL
@@ -554,19 +554,19 @@ The `cobol` module shows the currently installed version of COBOL. By default, t
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
## Длительность команды
-The `cmd_duration` module shows how long the last command took to execute. The module will be shown only if the command took longer than two seconds, or the `min_time` config value, if it exists.
+Модуль `cmd_duration` показывает время исполнения последней команды. Модуль будет показан только, если команда заняла более двух секунд, или если задан параметр `min_time`.
-::: warning Do not hook the DEBUG trap in Bash
+::: предупреждение Не подключайте ловушку DEBUG к Bash
-If you are running Starship in `bash`, do not hook the `DEBUG` trap after running `eval $(starship init $0)`, or this module **will** break.
+Если вы испоьзуете Starship в `bash`, не подключайте ловушку `DEBUG` после запуска `eval $(starship init $0)`, иначе этот модуль сломается.
:::
-Bash users who need preexec-like functionality can use [rcaloras's bash_preexec framework](https://github.com/rcaloras/bash-preexec). Simply define the arrays `preexec_functions` and `precmd_functions` before running `eval $(starship init $0)`, and then proceed as normal.
+Пользователи Bash, которым нужна функциональность, подобная preexec, могут использовать [фреймворк bash_preexec от rcaloras](https://github.com/rcaloras/bash-preexec). Просто определите массивы `preexec_functions` и `precmd_functions` перед запуском `eval $(starship init $0)`, а затем продолжайте нормально.
### Опции
@@ -588,7 +588,7 @@ Bash users who need preexec-like functionality can use [rcaloras's bash_preexec
| duration | `16m40s` | The time it took to execute the command |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -604,9 +604,9 @@ format = "underwent [$duration](bold yellow)"
The `conda` module shows the current [Conda](https://docs.conda.io/en/latest/) environment, if `$CONDA_DEFAULT_ENV` is set.
-::: tip
+::: tip Подсказка
-This does not suppress conda's own prompt modifier, you may want to run `conda config --set changeps1 False`.
+Это не подавляет модификатор командной строки самой conda. Возможно, вы захотите запустить `conda config --set changeps1 False`.
:::
@@ -629,7 +629,7 @@ This does not suppress conda's own prompt modifier, you may want to run `conda c
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -661,7 +661,7 @@ The `container` module displays a symbol and container name, if inside a contain
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -700,7 +700,7 @@ The `crystal` module shows the currently installed version of [Crystal](https://
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -740,7 +740,7 @@ The `dart` module shows the currently installed version of [Dart](https://dart.d
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -789,11 +789,11 @@ format = "via [🦕 $version](green bold) "
## Каталог
-The `directory` module shows the path to your current directory, truncated to three parent folders. Your directory will also be truncated to the root of the git repo that you're currently in.
+Модуль `directory` показывает путь к вашей текущей директории, усеченной до трех родительских папок. Ваш каталог также будет отсечен до корня git репозитория, в котором вы находитесь.
-When using the fish style pwd option, instead of hiding the path that is truncated, you will see a shortened name of each directory based on the number you enable for the option.
+При использовании стиля оболочки fish, вместо скрытия усеченного каталога, вы увидите укороченное имя каталога, зависимое от числа символов вы установите для этой опции.
-For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, and the option set to `1`. You will now see `~/D/N/nixpkgs/pkgs`, whereas before it would have been `nixpkgs/pkgs`.
+Например, возьмем `~/Dev/Nix/nixpkgs/pkgs` где `nixpkgs` является корневым репозиторием, и в опции установлено `1`. Вы увидите `~/D/N/nixpkgs/pkgs`, а до этого было бы `nixpkgs/pkgs`.
### Опции
@@ -813,7 +813,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
| `use_os_path_sep` | `true` | Use the OS specific path separator instead of always using `/` (e.g. `\` on Windows) |
<details>
-<summary>This module has a few advanced configuration options that control how the directory is displayed.</summary>
+<summary>Этот модуль имеет несколько расширенных опций конфигурации, которые контролируют отображение каталога.</summary>
| Advanced Option | По умолчанию | Описание |
| --------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -829,7 +829,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
"src/com/long/java/path" = "mypath"
```
-`fish_style_pwd_dir_length` interacts with the standard truncation options in a way that can be surprising at first: if it's non-zero, the components of the path that would normally be truncated are instead displayed with that many characters. For example, the path `/built/this/city/on/rock/and/roll`, which would normally be displayed as as `rock/and/roll`, would be displayed as `/b/t/c/o/rock/and/roll` with `fish_style_pwd_dir_length = 1`--the path components that would normally be removed are displayed with a single character. For `fish_style_pwd_dir_length = 2`, it would be `/bu/th/ci/on/rock/and/roll`.
+`fish_style_pwd_dir_length` взаимодействует со стандартными параметрами усечения, которые могут сначала показаться странными: если он не равен нулю, элементы пути, который обычно усекается, вместо этого отображаются с указанным количеством символов. For example, the path `/built/this/city/on/rock/and/roll`, which would normally be displayed as as `rock/and/roll`, would be displayed as `/b/t/c/o/rock/and/roll` with `fish_style_pwd_dir_length = 1`--the path components that would normally be removed are displayed with a single character. For `fish_style_pwd_dir_length = 2`, it would be `/bu/th/ci/on/rock/and/roll`.
</details>
@@ -840,7 +840,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
| path | `"D:/Projects"` | The current directory path |
| style\* | `"black bold dimmed"` | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
<details>
<summary>The git repos have additional variables.</summary>
@@ -892,7 +892,7 @@ The `docker_context` module shows the currently active [Docker context](https://
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -905,7 +905,7 @@ format = "via [🐋 $context](blue bold)"
## Dotnet
-The `dotnet` module shows the relevant version of the [.NET Core SDK](https://dotnet.microsoft.com/) for the current directory. If the SDK has been pinned in the current directory, the pinned version is shown. Otherwise the module shows the latest installed version of the SDK.
+The `dotnet` module shows the relevant version of the [.NET Core SDK](https://dotnet.microsoft.com/) for the current directory. Если SDK был закреплен в текущей директории, будет показана закрепленная версия. В противном случае модуль отображает последнюю установленную версию SDK.
By default this module will only be shown in your prompt when one or more of the following files are present in the current directory:
@@ -920,7 +920,7 @@ By default this module will only be shown in your prompt when one or more of the
You'll also need the .NET Core SDK installed in order to use it correctly.
-Internally, this module uses its own mechanism for version detection. Typically it is twice as fast as running `dotnet --version`, but it may show an incorrect version if your .NET project has an unusual directory layout. If accuracy is more important than speed, you can disable the mechanism by setting `heuristic = false` in the module options.
+Внутренне этот модуль использует свой собственный механизм определения версий. Обычно он в два раза быстрее, чем `dotnet --version`, но он может показывать неправильную версию, если ваш .NET проект имеет необычный формат каталога. Если точность важнее, чем скорость, вы можете отключить механизм опцией `heuristic = false` в настройках модуля.
The module will also show the Target Framework Moniker (<https://docs.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-framework-versions>) when there is a csproj file in the current directory.
@@ -930,13 +930,13 @@ The module will also show the Target Framework Moniker (<https://docs.microsoft.
| ------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `"via [$symbol($version )(🎯 $tfm )]($style)"` | Формат модуля. |
| `version_format` | `"v${raw}"` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `".NET "` | The symbol used before displaying the version of dotnet. |
-| `heuristic` | `true` | Use faster version detection to keep starship snappy. |
+| `symbol` | `".NET "` | Символ перед отображением текущей версии dotnet. |
+| `heuristic` | `true` | Использовать быстрое определение версии, для сохранения скорости. |
| `detect_extensions` | `["csproj", "fsproj", "xproj"]` | Which extensions should trigger this module. |
| `detect_files` | `["global.json", "project.json", "Directory.Build.props", "Directory.Build.targets", "Packages.props"]` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this modules. |
| `style` | `"bold blue"` | Стиль модуля. |
-| `disabled` | `false` | Disables the `dotnet` module. |
+| `disabled` | `false` | Отключает модуль `dotnet`. |
### Переменные
@@ -947,7 +947,7 @@ The module will also show the Target Framework Moniker (<https://docs.microsoft.
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -972,12 +972,12 @@ The `elixir` module shows the currently installed version of [Elixir](https://el
| ------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version \(OTP $otp_version\) )]($style)'` | The format for the module elixir. |
| `version_format` | `"v${raw}"` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
+| `symbol` | `"💧 "` | Символ, используемый перед отображением версии Elixir/Erlang. |
| `detect_extensions` | `[]` | Which extensions should trigger this module. |
| `detect_files` | `["mix.exs"]` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this modules. |
| `style` | `"bold purple"` | Стиль модуля. |
-| `disabled` | `false` | Disables the `elixir` module. |
+| `disabled` | `false` | Отключает модуль `elixir`. |
### Переменные
@@ -988,7 +988,7 @@ The `elixir` module shows the currently installed version of [Elixir](https://el
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -1020,7 +1020,7 @@ The `elm` module shows the currently installed version of [Elm](https://elm-lang
| `detect_files` | `["elm.json", "elm-package.json", ".elm-version"]` | Which filenames should trigger this module. |
| `detect_folders` | `["elm-stuff"]` | Which folders should trigger this modules. |
| `style` | `"cyan bold"` | Стиль модуля. |
-| `disabled` | `false` | Disables the `elm` module. |
+| `disabled` | `false` | Отключает модуль `elm`. |
### Переменные
@@ -1030,7 +1030,7 @@ The `elm` module shows the currently installed version of [Elm](https://elm-lang
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -1043,7 +1043,7 @@ format = "via [ $version](cyan bold) "
## Переменная Окружения
-The `env_var` module displays the current value of a selected environment variables. The module will be shown only if any of the following conditions are met:
+The `env_var` module displays the current value of a selected environment variables. Модуль будет показан только в том случае, если любое из следующих условий соблюдено:
- Опция `variable` соответствует существующей переменной среды
- Опция `variable` не определена, но определена опция `default`
@@ -1063,13 +1063,13 @@ default = "unknown user"
### Опции
-| Параметр | По умолчанию | Описание |
-| ---------- | ------------------------------ | ---------------------------------------------------------------------------- |
-| `symbol` | `""` | The symbol used before displaying the variable value. |
-| `variable` | | The environment variable to be displayed. |
-| `default` | | The default value to be displayed when the selected variable is not defined. |
-| `format` | `"with [$env_value]($style) "` | Формат модуля. |
-| `disabled` | `false` | Disables the `env_var` module. |
+| Параметр | По умолчанию | Описание |
+| ---------- | ------------------------------ | ---------------------------------------------------------------- |
+| `symbol` | `""` | Символ, используемый перед отображением значения переменной. |
+| `variable` | | Отображаемая переменная окружения. |
+| `default` | | Значение отображаемое, когда выбранная переменная не определена. |
+| `format` | `"with [$env_value]($style) "` | Формат модуля. |
+| `disabled` | `false` | Отключает модуль `env_var`. |
### Переменные
@@ -1079,7 +1079,7 @@ default = "unknown user"
| symbol | | Отражает значение параметра `symbol` |
| style\* | `black bold dimmed` | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -1131,7 +1131,7 @@ The `erlang` module shows the currently installed version of [Erlang/OTP](https:
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -1198,7 +1198,7 @@ The `gcloud` module shows the current configuration for [`gcloud`](https://cloud
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Примеры
@@ -1246,20 +1246,20 @@ very-long-project-name = "vlpn"
## Ветвь Git
-The `git_branch` module shows the active branch of the repo in your current directory.
+Модуль `git_branch` показывает активную ветку репозитория в вашем текущей директории.
### Опции
-| Параметр | По умолчанию | Описание |
-| -------------------- | -------------------------------- | ---------------------------------------------------------------------------------------- |
-| `always_show_remote` | `false` | Shows the remote tracking branch name, even if it is equal to the local branch name. |
-| `format` | `"on [$symbol$branch]($style) "` | Формат модуля. Use `"$branch"` to refer to the current branch name. |
-| `symbol` | `" "` | A format string representing the symbol of git branch. |
-| `style` | `"bold purple"` | Стиль модуля. |
-| `truncation_length` | `2^63 - 1` | Truncates a git branch to `N` graphemes. |
-| `truncation_symbol` | `"…"` | The symbol used to indicate a branch name was truncated. You can use `""` for no symbol. |
-| `only_attached` | `false` | Only show the branch name when not in a detached `HEAD` state. |
-| `disabled` | `false` | Disables the `git_branch` module. |
+| Параметр | По умолчанию | Описание |
+| -------------------- | -------------------------------- | --------------------------------------------------------------------------------------------- |
+| `always_show_remote` | `false` | Shows the remote tracking branch name, even if it is equal to the local branch name. |
+| `format` | `"on [$symbol$branch]($style) "` | Формат модуля. Use `"$branch"` to refer to the current branch name. |
+| `symbol` | `" "` | A format string representing the symbol of git branch. |
+| `style` | `"bold purple"` | Стиль модуля. |
+| `truncation_length` | `2^63 - 1` | Truncates a git branch to `N` graphemes. |
+| `truncation_symbol` | `"…"` | Символ, используемый для обозначения усечения названия ветки. You can use `""` for no symbol. |
+| `only_attached` | `false` | Only show the branch name when not in a detached `HEAD` state. |
+| `disabled` | `false` | Отключает модуль `git_branch`. |
### Переменные
@@ -1271,7 +1271,7 @@ The `git_branch` module shows the active branch of the repo in your current dire
| symbol | | Отражает значение параметра `symbol` |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -1292,13 +1292,13 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
| Параметр | По умолчанию | Описание |
| -------------------- | ---------------------------------- | ------------------------------------------------------- |
-| `commit_hash_length` | `7` | The length of the displayed git commit hash. |
+| `commit_hash_length` | `7` | Длина отображаемого хэша коммита git. |
| `format` | `"[\\($hash$tag\\)]($style) "` | Формат модуля. |
| `style` | `"bold green"` | Стиль модуля. |
| `only_detached` | `true` | Only show git commit hash when in detached `HEAD` state |
| `tag_disabled` | `true` | Disables showing tag info in `git_commit` module. |
| `tag_symbol` | `" 🏷 "` | Tag symbol prefixing the info shown |
-| `disabled` | `false` | Disables the `git_commit` module. |
+| `disabled` | `false` | Отключает модуль `git_commit`. |
### Переменные
@@ -1307,7 +1307,7 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
| hash | `b703eb3` | The current git commit hash |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -1321,7 +1321,7 @@ tag_symbol = "🔖 "
## Состояние Git
-The `git_state` module will show in directories which are part of a git repository, and where there is an operation in progress, such as: _REBASING_, _BISECTING_, etc. If there is progress information (e.g., REBASING 3/10), that information will be shown too.
+Модуль `git_state` будет отображаться в директориях, являющимися частью репозитория git, и там, где выполняется операция, такие как: _REBASING_, _BISECTING_, и т. д. Если есть информация о прогрессе (например, REBASING 3/10), эта информация также будет показана.
### Опции
@@ -1336,7 +1336,7 @@ The `git_state` module will show in directories which are part of a git reposito
| `am_or_rebase` | `"AM/REBASE"` | A format string displayed when an ambiguous `apply-mailbox` or `rebase` is in progress. |
| `style` | `"bold yellow"` | Стиль модуля. |
| `format` | `'\([$state( $progress_current/$progress_total)]($style)\) '` | Формат модуля. |
-| `disabled` | `false` | Disables the `git_state` module. |
+| `disabled` | `false` | Отключает модуль `git_state`. |
### Переменные
@@ -1347,7 +1347,7 @@ The `git_state` module will show in directories which are part of a git reposito
| progress_total | `2` | The total operation progress |
| style\* | | Отражает значение параметра `style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -1363,9 +1363,9 @@ cherry_pick = "[🍒 PICKING](bold red)"
The `git_metrics` module will show the number of added and deleted lines in the current git repository.
-::: tip
+::: tip Подсказка
-This module is disabled by default. To enable it, set `disabled` to `false` in your configuration file.
+По умолчанию этот модуль отключен. Чтобы включить его, установите `disabled` на `false` в файле конфигурации.
:::
@@ -1388,7 +1388,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| added_style\* | | Mirrors the value of option `added_style` |
| deleted_style\* | | Mirrors the value of option `deleted_style` |
-*: This variable can only be used as a part of a style string
+*: Эта переменная может использоваться только в качестве части строки style
### Пример
@@ -1402,27 +1402,34 @@ format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
## Статус Git
-The `git_status` module shows symbols representing the state of the repo in your current directory.
+Модуль `git_status` отображает символы, представляющие состояние репозитория в вашей текущей директории.
+
+::: tip Подсказка
+
+The Git Status module is very slow in Windows directories (for example under `/mnt/c/`) when in a WSL environment. You can disable the module or use the `windows_starship` option to use a Windows-native Starship executable to compute `git_status` for those paths.
+
+:::
### Опции
-| Параметр | По умолчанию | Описание |
-| ------------------- | ----------------------------------------------- | ----------------------------------- |
-| `format` | `'([\[$all_status$ahead_behind\]]($style) )'` | The default format for `git_status` |
-| `conflicted` | `"="` | This branch has merge conflicts. |
-| `ahead` | `"⇡"` | The format of `ahead` |
-| `behind` | `"⇣"` | The format of `behind` |
-| `diverged` | `"⇕"` | The format of `diverged` |
-| `up_to_date` | `""` | The format of `up_to_date` |
-| `untracked` | `"?"` | The format of `untracked` |
-| `stashed` | `"$"` | The format of `stashed` |
-| `modified` | `"!"` | The format of `modified` |
-| `staged` | `"+"` | The format of `staged` |
-| `renamed` | `"»"` | The format of `renamed` |
-| `deleted` | `"✘"` | The format of `deleted` |
-| `style` | `"bold red"` | Стиль модуля. |
-| `ignore_submodules` | `false` | Ignore changes to submodules. |
-| `disabled` | `false` | Disables the `git_status` module. |
+| Параметр | По умолчанию | Описание |
+| ------------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
+| `format` | `'([\[$all_status$ahead_behind\]]($style) )'` | The default format for `git_status` |
+| `conflicted` | `"="` | Эта ветка имеет конфликты слияния. |
+| `ahead` | `"⇡"` | The format of `ahead`