Skip to content

Commit

Permalink
docs(i18n): new Crowdin updates (starship#4956)
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai authored and Indyandie committed Jul 26, 2023
1 parent 8406036 commit da9e942
Show file tree
Hide file tree
Showing 230 changed files with 2,022 additions and 1,962 deletions.
8 changes: 6 additions & 2 deletions docs/ar-SA/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml

[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```

## CMake
Expand Down Expand Up @@ -2871,10 +2871,12 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
Expand All @@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
Expand Down Expand Up @@ -4157,8 +4160,9 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `الوصف` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |
| `detect_folders` | `[]` | The directories that will be searched in the working directory for a match. |
| `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. |
Expand Down
1 change: 0 additions & 1 deletion docs/ar-SA/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi

**Supporter Tier**

- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion docs/ar-SA/presets/bracketed-segments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This preset changes the format of all the built-in modules to show their segment
### Configuration

```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/bracketed-segments.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ar-SA/presets/nerd-font.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### Configuration

```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/nerd-font-symbols.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ar-SA/presets/no-empty-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Configuration

```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/no-empty-icons.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ar-SA/presets/no-nerd-font.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Configuration

```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/no-nerd-font.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ar-SA/presets/no-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This preset hides the version of language runtimes. If you work in containers or
### Configuration

```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/no-runtime-versions.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ar-SA/presets/pastel-powerline.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### Configuration

```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/pastel-powerline.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ar-SA/presets/plain-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### Configuration

```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/plain-text-symbols.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ar-SA/presets/pure-preset.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This preset emulates the look and behavior of [Pure](https://github.com/sindreso
### Configuration

```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/pure-preset.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ar-SA/presets/tokyo-night.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### Configuration

```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/tokyo-night.toml)
Expand Down
6 changes: 5 additions & 1 deletion docs/ckb-IR/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml

[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```

## CMake
Expand Down Expand Up @@ -2871,10 +2871,12 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
Expand All @@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
Expand Down Expand Up @@ -4157,6 +4160,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |
Expand Down
1 change: 0 additions & 1 deletion docs/ckb-IR/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi

**Supporter Tier**

- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion docs/ckb-IR/presets/bracketed-segments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This preset changes the format of all the built-in modules to show their segment
### ڕێکخستن

```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/bracketed-segments.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ckb-IR/presets/nerd-font.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### ڕێکخستن

```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/nerd-font-symbols.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ckb-IR/presets/no-empty-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### ڕێکخستن

```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/no-empty-icons.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ckb-IR/presets/no-nerd-font.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### ڕێکخستن

```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/no-nerd-font.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ckb-IR/presets/no-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### ڕێکخستن

```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/no-runtime-versions.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ckb-IR/presets/pastel-powerline.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### ڕێکخستن

```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/pastel-powerline.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ckb-IR/presets/plain-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### ڕێکخستن

```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/plain-text-symbols.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ckb-IR/presets/pure-preset.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### ڕێکخستن

```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/pure-preset.toml)
Expand Down
2 changes: 1 addition & 1 deletion docs/ckb-IR/presets/tokyo-night.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### ڕێکخستن

```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```

[Click to download TOML](/presets/toml/tokyo-night.toml)
Expand Down
8 changes: 6 additions & 2 deletions docs/de-DE/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml

[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```

## CMake
Expand Down Expand Up @@ -2871,10 +2871,12 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
Expand All @@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
Expand Down Expand Up @@ -4157,8 +4160,9 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `beschreibung` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |
| `detect_folders` | `[]` | The directories that will be searched in the working directory for a match. |
| `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. |
Expand Down
1 change: 0 additions & 1 deletion docs/de-DE/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi

**Supporter Tier**

- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)

<p align="center">
Expand Down
Loading

0 comments on commit da9e942

Please sign in to comment.