summaryrefslogtreecommitdiffstats
path: root/docs/de-DE
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2023-04-11 13:05:27 +0900
committerGitHub <noreply@github.com>2023-04-11 13:05:27 +0900
commit7a8c103749831433b2ade3c324ca4441c1a8fc24 (patch)
treee5e9921a131c7a7a82402ff6755d11cbaa4dfb98 /docs/de-DE
parentb475b5809fe2050fa0fd991ca9c5607a4c869519 (diff)
docs(i18n): new Crowdin updates (#4956)
Diffstat (limited to 'docs/de-DE')
-rw-r--r--docs/de-DE/config/README.md8
-rw-r--r--docs/de-DE/guide/README.md1
-rw-r--r--docs/de-DE/migrating-to-0.45.0/README.md20
-rw-r--r--docs/de-DE/presets/bracketed-segments.md2
-rw-r--r--docs/de-DE/presets/nerd-font.md2
-rw-r--r--docs/de-DE/presets/no-empty-icons.md2
-rw-r--r--docs/de-DE/presets/no-nerd-font.md2
-rw-r--r--docs/de-DE/presets/no-runtimes.md2
-rw-r--r--docs/de-DE/presets/pastel-powerline.md2
-rw-r--r--docs/de-DE/presets/plain-text.md2
-rw-r--r--docs/de-DE/presets/pure-preset.md2
-rw-r--r--docs/de-DE/presets/tokyo-night.md2
12 files changed, 25 insertions, 22 deletions
diff --git a/docs/de-DE/config/README.md b/docs/de-DE/config/README.md
index 940835feb..5b3b17f62 100644
--- a/docs/de-DE/config/README.md
+++ b/docs/de-DE/config/README.md
@@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
-vicmd_symbol = '[V](bold green) '
+vimcmd_symbol = '[V](bold green) '
```
## CMake
@@ -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 = "🐉 "
@@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
+Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@@ -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. |
diff --git a/docs/de-DE/guide/README.md b/docs/de-DE/guide/README.md
index a87c9875e..d1dfa127e 100644
--- a/docs/de-DE/guide/README.md
+++ b/docs/de-DE/guide/README.md
@@ -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">
diff --git a/docs/de-DE/migrating-to-0.45.0/README.md b/docs/de-DE/migrating-to-0.45.0/README.md
index 6b390b4f2..d9f187bde 100644
--- a/docs/de-DE/migrating-to-0.45.0/README.md
+++ b/docs/de-DE/migrating-to-0.45.0/README.md
@@ -85,7 +85,7 @@ format = "took [$duration]($style) "
| `style_success` | `success_symbol` |
| `style_failure` | `error_symbol` |
-**Changes to the Default Configuration**
+**Änderungen an der Standardkonfiguration**
```diff
[character]
@@ -117,7 +117,7 @@ _Note:_ The `character` element automatically adds a space after, so unlike the
| ---------------- | ----------- |
| `prefix` | `format` |
-**Changes to the Default Configuration**
+**Änderungen an der Standardkonfiguration**
```diff
[cmd_duration]
@@ -131,7 +131,7 @@ _Note:_ The `character` element automatically adds a space after, so unlike the
| ---------------- | ----------- |
| `prefix` | `format` |
-**Changes to the Default Configuration**
+**Änderungen an der Standardkonfiguration**
```diff
[directory]
@@ -146,7 +146,7 @@ _Note:_ The `character` element automatically adds a space after, so unlike the
| `prefix` | `format` |
| `suffix` | `format` |
-**Changes to the Default Configuration**
+**Änderungen an der Standardkonfiguration**
```diff
[env_var]
@@ -162,7 +162,7 @@ _Note:_ The `character` element automatically adds a space after, so unlike the
| `prefix` | `format` |
| `suffix` | `format` |
-**Changes to the Default Configuration**
+**Änderungen an der Standardkonfiguration**
```diff
[git_commit]
@@ -179,7 +179,7 @@ _Note:_ The `character` element automatically adds a space after, so unlike the
| `suffix` | `format` |
| `show_sync_count` | `format` |
-**Changes to the Default Configuration**
+**Änderungen an der Standardkonfiguration**
```diff
[git_status]
@@ -209,7 +209,7 @@ behind = "⇣${count}"
| `prefix` | `format` |
| `suffix` | `format` |
-**Changes to the Default Configuration**
+**Änderungen an der Standardkonfiguration**
```diff
[hostname]
@@ -226,7 +226,7 @@ behind = "⇣${count}"
| `prefix` | `format` |
| `suffix` | `format` |
-**Changes to the Default Configuration**
+**Änderungen an der Standardkonfiguration**
```diff
[singularity]
@@ -241,7 +241,7 @@ behind = "⇣${count}"
| ---------------- | ------------- |
| `format` | `time_format` |
-**Changes to the Default Configuration**
+**Änderungen an der Standardkonfiguration**
```diff
[time]
@@ -257,7 +257,7 @@ behind = "⇣${count}"
| `prefix` | `format` |
| `suffix` | `format` |
-**Changes to the Default Configuration**
+**Änderungen an der Standardkonfiguration**
```diff
[custom.example]
diff --git a/docs/de-DE/presets/bracketed-segments.md b/docs/de-DE/presets/bracketed-segments.md
index 453aaf0f7..9bd67c54e 100644
--- a/docs/de-DE/presets/bracketed-segments.md
+++ b/docs/de-DE/presets/bracketed-segments.md
@@ -9,7 +9,7 @@ This preset changes the format of all the built-in modules to show their segment
### Konfiguration
```sh
-starship preset bracketed-segments > ~/.config/starship.toml
+starship preset bracketed-segments -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/bracketed-segments.toml)
diff --git a/docs/de-DE/presets/nerd-font.md b/docs/de-DE/presets/nerd-font.md
index e291ebf70..dd8074324 100644
--- a/docs/de-DE/presets/nerd-font.md
+++ b/docs/de-DE/presets/nerd-font.md
@@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### Konfiguration
```sh
-starship preset nerd-font-symbols > ~/.config/starship.toml
+starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/nerd-font-symbols.toml)
diff --git a/docs/de-DE/presets/no-empty-icons.md b/docs/de-DE/presets/no-empty-icons.md
index 5244f41d0..5210cb9e0 100644
--- a/docs/de-DE/presets/no-empty-icons.md
+++ b/docs/de-DE/presets/no-empty-icons.md
@@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Konfiguration
```sh
-starship preset no-empty-icons > ~/.config/starship.toml
+starship preset no-empty-icons -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/no-empty-icons.toml)
diff --git a/docs/de-DE/presets/no-nerd-font.md b/docs/de-DE/presets/no-nerd-font.md
index 69c7dfbe3..2b4b641eb 100644
--- a/docs/de-DE/presets/no-nerd-font.md
+++ b/docs/de-DE/presets/no-nerd-font.md
@@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Konfiguration
```sh
-starship preset no-nerd-font > ~/.config/starship.toml
+starship preset no-nerd-font -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/no-nerd-font.toml)
diff --git a/docs/de-DE/presets/no-runtimes.md b/docs/de-DE/presets/no-runtimes.md
index 2f359d758..f13cb76e9 100644
--- a/docs/de-DE/presets/no-runtimes.md
+++ b/docs/de-DE/presets/no-runtimes.md
@@ -9,7 +9,7 @@ This preset hides the version of language runtimes. If you work in containers or
### Konfiguration
```sh
-starship preset no-runtime-versions > ~/.config/starship.toml
+starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/no-runtime-versions.toml)
diff --git a/docs/de-DE/presets/pastel-powerline.md b/docs/de-DE/presets/pastel-powerline.md
index 39297f4db..a63618234 100644
--- a/docs/de-DE/presets/pastel-powerline.md
+++ b/docs/de-DE/presets/pastel-powerline.md
@@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### Konfiguration
```sh
-starship preset pastel-powerline > ~/.config/starship.toml
+starship preset pastel-powerline -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/pastel-powerline.toml)
diff --git a/docs/de-DE/presets/plain-text.md b/docs/de-DE/presets/plain-text.md
index fdcc1f717..2b008e314 100644
--- a/docs/de-DE/presets/plain-text.md
+++ b/docs/de-DE/presets/plain-text.md
@@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### Konfiguration
```sh
-starship preset plain-text-symbols > ~/.config/starship.toml
+starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/plain-text-symbols.toml)
diff --git a/docs/de-DE/presets/pure-preset.md b/docs/de-DE/presets/pure-preset.md
index 2f2384592..cd9e040e2 100644
--- a/docs/de-DE/presets/pure-preset.md
+++ b/docs/de-DE/presets/pure-preset.md
@@ -9,7 +9,7 @@ Diese Voreinstellung emuliert das Aussehen und das Verhalten von [Pure](https://
### Konfiguration
```sh
-starship preset pure-preset > ~/.config/starship.toml
+starship preset pure-preset -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/pure-preset.toml)
diff --git a/docs/de-DE/presets/tokyo-night.md b/docs/de-DE/presets/tokyo-night.md
index 9fd57a104..e5753db10 100644
--- a/docs/de-DE/presets/tokyo-night.md
+++ b/docs/de-DE/presets/tokyo-night.md
@@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### Konfiguration
```sh
-starship preset tokyo-night > ~/.config/starship.toml
+starship preset tokyo-night -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/tokyo-night.toml)