docs(i18n): new Crowdin updates (#4711)

This commit is contained in:
Matan Kushner
2022-12-14 00:50:29 +09:00
committed by GitHub
parent dac6d998cf
commit 42d8ec3717
59 changed files with 987 additions and 987 deletions
+2 -2
View File
@@ -119,7 +119,7 @@ description: 'Starship: یەکێ لە promptـە سوکەڵە، خێرا، و ب
#### Elvish
::: ئاگادارکردنەوە
::: warning
Only elvish v0.18 or higher is supported.
@@ -147,7 +147,7 @@ description: 'Starship: یەکێ لە promptـە سوکەڵە، خێرا، و ب
#### Nushell
::: ئاگادارکردنەوە
::: warning
This will change in the future. Only Nushell v0.61+ is supported.
+4 -4
View File
@@ -656,7 +656,7 @@ The character will tell you whether the last command was successful or not. It c
By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape).
::: ئاگادارکردنەوە
::: warning
`vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148).
@@ -2038,13 +2038,13 @@ The default functionality is:
- 1 job -> `symbol` is shown.
- 2 jobs or more -> `symbol` + `number` are shown.
::: ئاگادارکردنەوە
::: warning
This module is not supported on tcsh and nu.
:::
::: ئاگادارکردنەوە
::: warning
The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running.
@@ -2720,7 +2720,7 @@ symbol = '☁️ '
The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate.
::: ئاگادارکردنەوە
::: warning
The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems.