summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-12-14 00:50:29 +0900
committerGitHub <noreply@github.com>2022-12-14 00:50:29 +0900
commit42d8ec37170e7c8a00592bae372a09298465dde1 (patch)
treedf572ae26434107e17745d97b31b6330249beb6e
parentdac6d998cfd5cf4fb26e869450cce40658b7d445 (diff)
docs(i18n): new Crowdin updates (#4711)
-rw-r--r--docs/ar-SA/README.md6
-rw-r--r--docs/ar-SA/config/README.md8
-rw-r--r--docs/ar-SA/guide/README.md12
-rw-r--r--docs/ckb-IR/README.md4
-rw-r--r--docs/ckb-IR/config/README.md8
-rw-r--r--docs/de-DE/config/README.md146
-rw-r--r--docs/de-DE/guide/README.md14
-rw-r--r--docs/es-ES/advanced-config/README.md14
-rw-r--r--docs/es-ES/config/README.md358
-rw-r--r--docs/es-ES/guide/README.md20
-rw-r--r--docs/es-ES/migrating-to-0.45.0/README.md4
-rw-r--r--docs/es-ES/presets/pastel-powerline.md2
-rw-r--r--docs/fr-FR/config/README.md310
-rw-r--r--docs/fr-FR/faq/README.md4
-rw-r--r--docs/fr-FR/guide/README.md30
-rw-r--r--docs/fr-FR/migrating-to-0.45.0/README.md4
-rw-r--r--docs/fr-FR/presets/README.md2
-rw-r--r--docs/fr-FR/presets/no-runtimes.md2
-rw-r--r--docs/fr-FR/presets/plain-text.md2
-rw-r--r--docs/id-ID/advanced-config/README.md2
-rw-r--r--docs/id-ID/config/README.md174
-rw-r--r--docs/id-ID/migrating-to-0.45.0/README.md34
-rw-r--r--docs/it-IT/advanced-config/README.md2
-rw-r--r--docs/it-IT/config/README.md20
-rw-r--r--docs/it-IT/guide/README.md8
-rw-r--r--docs/ja-JP/README.md2
-rw-r--r--docs/ja-JP/config/README.md12
-rw-r--r--docs/ja-JP/faq/README.md16
-rw-r--r--docs/ja-JP/guide/README.md2
-rw-r--r--docs/ko-KR/advanced-config/README.md2
-rw-r--r--docs/ko-KR/guide/README.md2
-rw-r--r--docs/pl-PL/README.md4
-rw-r--r--docs/pl-PL/advanced-config/README.md2
-rw-r--r--docs/pl-PL/config/README.md8
-rw-r--r--docs/pt-BR/README.md4
-rw-r--r--docs/pt-BR/config/README.md402
-rw-r--r--docs/pt-BR/guide/README.md8
-rw-r--r--docs/pt-BR/installing/README.md2
-rw-r--r--docs/pt-BR/presets/README.md12
-rw-r--r--docs/pt-BR/presets/bracketed-segments.md2
-rw-r--r--docs/pt-BR/presets/nerd-font.md2
-rw-r--r--docs/pt-BR/presets/no-runtimes.md2
-rw-r--r--docs/pt-BR/presets/pastel-powerline.md4
-rw-r--r--docs/pt-BR/presets/plain-text.md4
-rw-r--r--docs/pt-BR/presets/pure-preset.md4
-rw-r--r--docs/ru-RU/guide/README.md2
-rw-r--r--docs/tr-TR/README.md6
-rw-r--r--docs/tr-TR/config/README.md8
-rw-r--r--docs/tr-TR/guide/README.md2
-rw-r--r--docs/uk-UA/guide/README.md2
-rw-r--r--docs/vi-VN/README.md4
-rw-r--r--docs/vi-VN/config/README.md184
-rw-r--r--docs/vi-VN/faq/README.md10
-rw-r--r--docs/zh-CN/README.md2
-rw-r--r--docs/zh-CN/advanced-config/README.md2
-rw-r--r--docs/zh-CN/config/README.md26
-rw-r--r--docs/zh-CN/guide/README.md14
-rw-r--r--docs/zh-TW/config/README.md22
-rw-r--r--docs/zh-TW/guide/README.md4
59 files changed, 987 insertions, 987 deletions
diff --git a/docs/ar-SA/README.md b/docs/ar-SA/README.md
index 34c398828..e899fb40d 100644
--- a/docs/ar-SA/README.md
+++ b/docs/ar-SA/README.md
@@ -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.
diff --git a/docs/ar-SA/config/README.md b/docs/ar-SA/config/README.md
index 87ccb80b3..23b26afe8 100644
--- a/docs/ar-SA/config/README.md
+++ b/docs/ar-SA/config/README.md
@@ -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.
diff --git a/docs/ar-SA/guide/README.md b/docs/ar-SA/guide/README.md
index 760ffa284..30d9e1454 100644
--- a/docs/ar-SA/guide/README.md
+++ b/docs/ar-SA/guide/README.md
@@ -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)
diff --git a/docs/ckb-IR/README.md b/docs/ckb-IR/README.md
index 6c1c28e4b..068d2147b 100644
--- a/docs/ckb-IR/README.md
+++ b/docs/ckb-IR/README.md
@@ -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.
diff --git a/docs/ckb-IR/config/README.md b/docs/ckb-IR/config/README.md
index 9ef5e91ef..bac6c66cf 100644
--- a/docs/ckb-IR/config/README.md
+++ b/docs/ckb-IR/config/README.md
@@ -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.
diff --git a/docs/de-DE/config/README.md b/docs/de-DE/config/README.md
index 4dae32b0d..49426fae3 100644
--- a/docs/de-DE/config/README.md
+++ b/docs/de-DE/config/README.md
@@ -52,7 +52,7 @@ Standardmäßig protokolliert Starship Warnungen und Fehler in einer Datei names
export STARSHIP_CACHE=~/.starship/cache
```
-Für die Windows PowerShell diese Zeile zum `$PROFILE` hinzufügen:
+Äquivalent ist in der Windows PowerShell diese Zeile zum `$PROFILE` hinzuzufügen:
```powershell
$ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp"
@@ -66,7 +66,7 @@ os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp')
### Terminologie
-**Module**: Eine Komponente in der Konsole, die auf kontextualisierte Informationen des OS basiert. Beispielsweise zeigt das "nodejs" Module die Version von Node.js, welches derzeitig auf deinem Computer installiert ist, an, falls dein derzeitiger Ordner ein Node.js Projekt ist.
+**Modul**: Eine Komponente in der Eingabeaufforderung, welche Informationen basierend auf Kontextinformationen deines Betriebssystems angibt. Beispielsweise zeigt das "nodejs" Module die Version von Node.js, welches derzeitig auf deinem Computer installiert ist, an, falls dein derzeitiger Ordner ein Node.js Projekt ist.
**Variable**: Eine kleinere Unterkomponente, welche Information des Moduls enthält. Zum Beispiel enthält die Variable "version" im Modul "nodejs" die aktuelle Version von Node.js.
@@ -197,7 +197,7 @@ Dies ist eine Liste mit Prompt-weiten Konfigurationsoptionen.
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ----------------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `format` | [link](#default-prompt-format) | Das Aussehen des Prompts festlegen. |
| `right_format` | `''` | Sieh [Enable Right Prompt](/advanced-config/#enable-right-prompt) |
@@ -422,7 +422,7 @@ The `azure` module shows the current Azure Subscription. This is based on showin
### Optionen
-| Variable | Standardwert | Beschreibung |
+| Variable | Standartwert | Beschreibung |
| ---------- | ---------------------------------------- | ------------------------------------------ |
| `format` | `'on [$symbol($subscription)]($style) '` | The format for the Azure module to render. |
| `symbol` | `'ﴃ '` | The symbol used in the format. |
@@ -1013,7 +1013,7 @@ The `deno` module shows you your currently installed version of [Deno](https://d
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@@ -1051,7 +1051,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `truncation_length` | `3` | Die Anzahl der übergeordneten Ordner, die angezeigt werden. |
| `truncate_to_repo` | `true` | Whether or not to truncate to the root of the git repo that you're currently in. |
@@ -1070,7 +1070,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
<details>
<summary>Dieses Modul hat einige erweiterte Konfigurationsoptionen, welche die Darstellung von Verzeichnissen steuern.</summary>
-| Advanced Option | Standardwert | Beschreibung |
+| Advanced Option | Standartwert | Beschreibung |
| --------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `substitutions` | | A table of substitutions to be made to the path. |
| `fish_style_pwd_dir_length` | `0` | The number of characters to use when applying fish shell pwd path logic. |
@@ -1128,7 +1128,7 @@ The `docker_context` module shows the currently active [Docker context](https://
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| `format` | `'via [$symbol$context]($style) '` | Das Format für das Modul. |
| `symbol` | `'🐳 '` | The symbol used before displaying the Docker context. |
@@ -1181,7 +1181,7 @@ The module will also show the Target Framework Moniker (<https://docs.microsoft.
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )(🎯 $tfm )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@@ -1223,7 +1223,7 @@ The `elixir` module shows the currently installed version of [Elixir](https://el
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------- |
| `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` |
@@ -1266,7 +1266,7 @@ The `elm` module shows the currently installed version of [Elm](https://elm-lang
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ------------------- | -------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@@ -1320,7 +1320,7 @@ default = 'unknown user'
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ---------- | ------------------------------ | ---------------------------------------------------------------------------------------- |
| `symbol` | `''` | Das Symbol, das vor der Anzeige der Variable verwendet wird. |
| `variable` | | Die anzuzeigende Umgebungsvariable. |
@@ -1369,7 +1369,7 @@ The `erlang` module shows the currently installed version of [Erlang/OTP](https:
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@@ -1405,7 +1405,7 @@ The `fill` module fills any extra space on the line with a symbol. If multiple `
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ---------- | -------------- | --------------------------------- |
| `symbol` | `'.'` | The symbol used to fill the line. |
| `style` | `'bold black'` | Stil für dieses Modul. |
@@ -1434,7 +1434,7 @@ The `gcloud` module shows the current configuration for [`gcloud`](https://cloud
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| ----------------- | ---------------------------------------------------------- | ---------------------------------------------------------------- |
| `format` | `'on [$symbol$account(@$domain)(\($region\))]($style) '` | Das Format für das Modul. |
| `symbol` | `'☁️ '` | The symbol used before displaying the current GCP profile. |
@@ -1507,7 +1507,7 @@ Das `git_branch`-Modul zeigt den aktiven Git-Branch des Repositories im aktuelle
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| -------------------- | ------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `always_show_remote` | `false` | Shows the remote tracking branch name, even if it is equal to the local branch name. |
| `format` | `'on [$symbol$branch(:$remote_branch)]($style) '` | Das Format für das Modul. Use `'$branch'` to refer to the current branch name. |
@@ -1549,7 +1549,7 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| -------------------- | ------------------------------ | ------------------------------------------------------------------------------------ |
| `commit_hash_length` | `7` | The length of the displayed git commit hash. |
| `format` | `'[\($hash$tag\)]($style) '` | Das Format für das Modul. |
@@ -1585,7 +1585,7 @@ The `git_state` module will show in directories which are part of a git reposito
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| -------------- | --------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `rebase` | `'REBASING'` | A format string displayed when a `rebase` is in progress. |
| `merge` | `'MERGING'` | A format string displayed when a `merge` is in progress. |
@@ -1631,7 +1631,7 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
### Optionen
-| Option | Standardwert | Beschreibung |
+| Option | Standartwert | Beschreibung |
| -------------------- | ------------------------------------------------------------ | ------------------------------------- |
| `added_style` | `'bold green'` | The style for the added count. |
| `deleted_style` | `'bold red'` | The style for the deleted count. |
@@ -1672,7 +1672,7 @@ The Git Status module is very slow in Windows directories (for example under `/m
### Optionen