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
+3 -3
View File
@@ -119,13 +119,13 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Elvish
::: تحذير
::: warning
Only elvish v0.18 or higher is supported.
:::
أضف ما يلي إلى نهاية `~/.elvish/rc.elv`:
أضف ما يلي إلى نهاية الملف `~/.elvish/rc.elv`:
```sh
# ~/.elvish/rc.elv
@@ -147,7 +147,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### 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.
+6 -6
View File
@@ -178,7 +178,7 @@
<details>
<summary>Android</summary>
قم بتثبيت Starship باستخدام أي من package managers التاليين:
يمكنك تثبيت starship باستخدام احد ال package managers التالية:
| Repository | Instructions |
| --------------------------------------------------------------------------------- | ---------------------- |
@@ -189,7 +189,7 @@
<details>
<summary>BSD</summary>
قم بتثبيت Starship باستخدام أي من package managers التاليين:
يمكنك تثبيت starship باستخدام احد ال package managers التالية:
| Distribution | Repository | Instructions |
| ------------ | -------------------------------------------------------- | --------------------------------- |
@@ -270,7 +270,7 @@ curl -sS https://starship.rs/install.sh | sh
<details>
<summary>Bash</summary>
أضف ما يلي إلى نهاية ملف `~/.bashrc`:
أضف ما يلي إلى نهاية `~/.bashrc`:
```sh
eval "$(starship init bash)"
@@ -292,7 +292,7 @@ load(io.popen('starship init cmd'):read("*a"))()
<details>
<summary>Elvish</summary>
أضف ما يلي إلى نهاية الملف `~/.elvish/rc.elv`:
أضف ما يلي إلى نهاية `~/.elvish/rc.elv`:
```sh
eval (starship init elvish)
@@ -305,7 +305,7 @@ eval (starship init elvish)
<details>
<summary>Fish</summary>
أضف ما يلي إلى نهاية الملف `~/.fish/config.fish`:
أضف ما يلي إلى نهاية `~/.config/fish/config.fish`:
```fish
starship init fish | source
@@ -316,7 +316,7 @@ starship init fish | source
<details>
<summary>Ion</summary>
أضف ما يلي إلى نهاية الملف `config/ion/initrc`:
أضف ما يلي إلى نهاية `~/.config/ion/initrc`:
```sh
eval $(starship init ion)