Skip to content

Commit 747ff95

Browse files
authored
docs(i18n): new Crowdin updates (starship#3008)
1 parent d77ea26 commit 747ff95

File tree

17 files changed

+1194
-1193
lines changed

17 files changed

+1194
-1193
lines changed

docs/de-DE/config/README.md

+46-46
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ asia-northeast1 = "an1"
10801080

10811081
## Git-Branch
10821082

1083-
The `git_branch` module shows the active branch of the repo in your current directory.
1083+
Das `git_branch`-Modul zeigt den aktiven Git-Branch des Repositories im aktuellen Verzeichnis an.
10841084

10851085
### Optionen
10861086

@@ -1199,7 +1199,7 @@ The `git_metrics` module will show the number of added and deleted lines in the
11991199

12001200
::: Tipp
12011201

1202-
This module is disabled by default. To enable it, set `disabled` to `false` in your configuration file.
1202+
Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `disabled` auf `false` um es zu aktivieren.
12031203

12041204
:::
12051205

@@ -1254,7 +1254,7 @@ The `git_status` module shows symbols representing the state of the repo in your
12541254
| `renamed` | `"»"` | The format of `renamed` |
12551255
| `deleted` | `"✘"` | The format of `deleted` |
12561256
| `style` | `"bold red"` | Stil für dieses Modul. |
1257-
| `disabled` | `false` | Disables the `git_status` module. |
1257+
| `disabled` | `false` | Deaktiviert das `git_status`-Modul. |
12581258

12591259
### Variables
12601260

@@ -1404,7 +1404,7 @@ format = "via [⎈ $version](bold white) "
14041404

14051405
## Hostname
14061406

1407-
The `hostname` module shows the system hostname.
1407+
Das `hostname`-Modul zeigt den Hostnamen des Systems an.
14081408

14091409
### Optionen
14101410

@@ -1508,7 +1508,7 @@ The `threshold` option is deprecated, but if you want to use it, the module will
15081508
| `format` | `"[$symbol$number]($style) "` | The format for the module. |
15091509
| `symbol` | `"✦"` | The string used to represent the `symbol` variable. |
15101510
| `style` | `"bold blue"` | Stil für dieses Modul. |
1511-
| `disabled` | `false` | Disables the `jobs` module. |
1511+
| `disabled` | `false` | Deaktiviert das `jobs`-Modul. |
15121512
\*: This option is deprecated, please use the
15131513

15141514
`number_threshold` and `symbol_threshold` options instead.
@@ -1627,7 +1627,7 @@ Displays the current [Kubernetes context](https://kubernetes.io/docs/concepts/co
16271627

16281628
::: Tipp
16291629

1630-
This module is disabled by default. To enable it, set `disabled` to `false` in your configuration file.
1630+
Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `disabled` auf `false` um es zu aktivieren.
16311631

16321632
:::
16331633

@@ -1689,7 +1689,7 @@ Long and automatically generated cluster names can be identified and shortened u
16891689

16901690
## Zeilenumbruch
16911691

1692-
The `line_break` module separates the prompt into two lines.
1692+
Das `line_break`-Modul unterteilt den Prompt in zwei Zeilen.
16931693

16941694
### Optionen
16951695

@@ -1749,13 +1749,13 @@ format = "via [🌕 $version](bold blue) "
17491749

17501750
## Speicherauslastung
17511751

1752-
The `memory_usage` module shows current system memory and swap usage.
1752+
Das `memory_usage` Modul zeigt den aktuellen Systemspeicher und die swap-Nutzung an.
17531753

1754-
By default the swap usage is displayed if the total system swap is non-zero.
1754+
Standardmäßig wird die swap-Nutzung angezeigt, wenn der gesamte System-swap nicht Null ist.
17551755

17561756
::: Tipp
17571757

1758-
This module is disabled by default. To enable it, set `disabled` to `false` in your configuration file.
1758+
Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `disabled` auf `false` um es zu aktivieren.
17591759

17601760
:::
17611761

@@ -1834,7 +1834,7 @@ truncation_symbol = ""
18341834

18351835
The `nim` module shows the currently installed version of [Nim](https://nim-lang.org/). By default the module will be shown if any of the following conditions are met:
18361836

1837-
- The current directory contains a `nim.cfg` file
1837+
- Das aktuelle Verzeichnis enthält eine `nim.cfg`-Datei
18381838
- The current directory contains a file with the `.nim` extension
18391839
- The current directory contains a file with the `.nims` extension
18401840
- The current directory contains a file with the `.nimble` extension
@@ -1874,7 +1874,7 @@ symbol = "🎣 "
18741874

18751875
## Nix-Shell
18761876

1877-
The `nix_shell` module shows the [nix-shell](https://nixos.org/guides/nix-pills/developing-with-nix-shell.html) environment. The module will be shown when inside a nix-shell environment.
1877+
The `nix_shell` module shows the [nix-shell](https://nixos.org/guides/nix-pills/developing-with-nix-shell.html) environment. Das Modul wird angezeigt, wenn es sich in einer nix-Shell-Umgebung befindet.
18781878

18791879
### Optionen
18801880

@@ -1914,10 +1914,10 @@ format = 'via [☃️ $state( \($name\))](bold blue) '
19141914

19151915
The `nodejs` module shows the currently installed version of [Node.js](https://nodejs.org/). By default the module will be shown if any of the following conditions are met:
19161916

1917-
- The current directory contains a `package.json` file
1917+
- Das aktuelle Verzeichnis enthält eine `package.json`-Datei
19181918
- The current directory contains a `.node-version` file
19191919
- The current directory contains a `.nvmrc` file
1920-
- The current directory contains a `node_modules` directory
1920+
- Das aktuelle Verzeichnis enthält ein `node_modules`-Verzeichnis
19211921
- The current directory contains a file with the `.js`, `.mjs` or `.cjs` extension
19221922
- The current directory contains a file with the `.ts` extension
19231923

@@ -2038,7 +2038,7 @@ symbol = "☁️ "
20382038

20392039
## Paketversion
20402040

2041-
The `package` module is shown when the current directory is the repository for a package, and shows its current version. The module currently supports `npm`, `nimble`, `cargo`, `poetry`, `composer`, `gradle`, `julia`, `mix` and `helm` packages.
2041+
Das `Package` Modul wird angezeigt, wenn das aktuelle Verzeichnis das Repository für ein Paket ist, und zeigt dessen aktuelle Version an. The module currently supports `npm`, `nimble`, `cargo`, `poetry`, `composer`, `gradle`, `julia`, `mix` and `helm` packages.
20422042

20432043
- [**npm**](https://docs.npmjs.com/cli/commands/npm) – The `npm` package version is extracted from the `package.json` present in the current directory
20442044
- [**cargo**](https://doc.rust-lang.org/cargo/) – The `cargo` package version is extracted from the `Cargo.toml` present in the current directory
@@ -2065,7 +2065,7 @@ The `package` module is shown when the current directory is the repository for a
20652065
| `version_format` | `"v${raw}"` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
20662066
| `style` | `"bold 208"` | Stil für dieses Modul. |
20672067
| `display_private` | `false` | Enable displaying version for packages marked as private. |
2068-
| `disabled` | `false` | Disables the `package` module. |
2068+
| `disabled` | `false` | Deaktiviert das `package`-Modul. |
20692069

20702070
### Variables
20712071

@@ -2130,7 +2130,7 @@ format = "via [🦪 $version]($style) "
21302130

21312131
The `php` module shows the currently installed version of [PHP](https://www.php.net/). By default the module will be shown if any of the following conditions are met:
21322132

2133-
- The current directory contains a `composer.json` file
2133+
- Das aktuelle Verzeichnis enthält eine `composer.json`-Datei
21342134
- The current directory contains a `.php-version` file
21352135
- The current directory contains a `.php` extension
21362136

@@ -2170,7 +2170,7 @@ format = "via [🔹 $version](147 bold) "
21702170

21712171
The `purescript` module shows the currently installed version of [PureScript](https://www.purescript.org/) version. By default the module will be shown if any of the following conditions are met:
21722172

2173-
- The current directory contains a `spago.dhall` file
2173+
- Das aktuelle Verzeichnis enthält eine `spago.dhall`-Datei
21742174
- The current directory contains a file with the `.purs` extension
21752175

21762176
### Optionen
@@ -2213,15 +2213,15 @@ If `pyenv_version_name` is set to `true`, it will display the pyenv version name
22132213

22142214
By default the module will be shown if any of the following conditions are met:
22152215

2216-
- The current directory contains a `.python-version` file
2217-
- The current directory contains a `Pipfile` file
2216+
- Das aktuelle Verzeichnis enthält eine `.python-version`-Datei
2217+
- Das aktuelle Verzeichnis enthält eine `Pipfile`-Datei
22182218
- The current directory contains a `__init__.py` file
2219-
- The current directory contains a `pyproject.toml` file
2220-
- The current directory contains a `requirements.txt` file
2221-
- The current directory contains a `setup.py` file
2222-
- The current directory contains a `tox.ini` file
2223-
- The current directory contains a file with the `.py` extension.
2224-
- A virtual environment is currently activated
2219+
- Das aktuelle Verzeichnis enthält eine `pyproject.toml`-Datei
2220+
- Das aktuelle Verzeichnis enthält eine `requirements.txt`-Datei
2221+
- Das aktuelle Verzeichnis enthält eine `setup.py`-Datei
2222+
- Das aktuelle Verzeichnis enthält eine `tox.ini`-Datei
2223+
- Das aktuelle Verzeichnis enthält eine Datei mit der `.py`-Erweiterung.
2224+
- Ein virtualenv ist momentan aktiv
22252225

22262226
### Optionen
22272227

@@ -2338,7 +2338,7 @@ format = "with [📐 $version](blue bold) "
23382338

23392339
## Red
23402340

2341-
By default the `red` module shows the currently installed version of [Red](https://www.red-lang.org/). The module will be shown if any of the following conditions are met:
2341+
By default the `red` module shows the currently installed version of [Red](https://www.red-lang.org/). Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
23422342

23432343
- The current directory contains a file with `.red` or `.reds` extension
23442344

@@ -2376,11 +2376,11 @@ symbol = "🔴 "
23762376

23772377
## Ruby
23782378

2379-
By default the `ruby` module shows the currently installed version of [Ruby](https://www.ruby-lang.org/). The module will be shown if any of the following conditions are met:
2379+
By default the `ruby` module shows the currently installed version of [Ruby](https://www.ruby-lang.org/). Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
23802380

2381-
- The current directory contains a `Gemfile` file
2381+
- Das aktuelle Verzeichnis enthält eine `Gemfile`-Datei
23822382
- The current directory contains a `.ruby-version` file
2383-
- The current directory contains a `.rb` file
2383+
- Das aktuelle Verzeichnis enthält eine `.rb`-Datei
23842384

23852385
### Optionen
23862386

@@ -2416,10 +2416,10 @@ symbol = "🔺 "
24162416

24172417
## Rust
24182418

2419-
By default the `rust` module shows the currently installed version of [Rust](https://www.rust-lang.org/). The module will be shown if any of the following conditions are met:
2419+
By default the `rust` module shows the currently installed version of [Rust](https://www.rust-lang.org/). Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
24202420

2421-
- The current directory contains a `Cargo.toml` file
2422-
- The current directory contains a file with the `.rs` extension
2421+
- Das aktuelle Verzeichnis enthält eine `Cargo.toml`-Datei
2422+
- Das aktuelle Verzeichnis enthält eine Datei mit der `.rs`-Erweiterung
24232423

24242424
### Optionen
24252425

@@ -2499,7 +2499,7 @@ The `shell` module shows an indicator for currently used shell.
24992499

25002500
::: Tipp
25012501

2502-
This module is disabled by default. To enable it, set `disabled` to `false` in your configuration file.
2502+
Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `disabled` auf `false` um es zu aktivieren.
25032503

25042504
:::
25052505

@@ -2611,7 +2611,7 @@ The `status` module displays the exit code of the previous command. The module w
26112611

26122612
::: Tipp
26132613

2614-
This module is disabled by default. To enable it, set `disabled` to `false` in your configuration file.
2614+
Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `disabled` auf `false` um es zu aktivieren.
26152615

26162616
:::
26172617

@@ -2669,7 +2669,7 @@ disabled = false
26692669

26702670
## Swift
26712671

2672-
By default the `swift` module shows the currently installed version of [Swift](https://swift.org/). The module will be shown if any of the following conditions are met:
2672+
By default the `swift` module shows the currently installed version of [Swift](https://swift.org/). Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
26732673

26742674
- The current directory contains a `Package.swift` file
26752675
- The current directory contains a file with the `.swift` extension
@@ -2718,7 +2718,7 @@ By default the Terraform version is not shown, since this is slow for current ve
27182718

27192719
By default the module will be shown if any of the following conditions are met:
27202720

2721-
- The current directory contains a `.terraform` folder
2721+
- Das aktuelle Verzeichnis enthält eine `.terraform`-Datei
27222722
- Current directory contains a file with the `.tf` or `.hcl` extensions
27232723

27242724
### Optionen
@@ -2767,11 +2767,11 @@ format = "[🏎💨 $workspace]($style) "
27672767

27682768
## Zeit
27692769

2770-
The `time` module shows the current **local** time. The `format` configuration value is used by the [`chrono`](https://crates.io/crates/chrono) crate to control how the time is displayed. Take a look [at the chrono strftime docs](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html) to see what options are available.
2770+
Das `time` Modul zeigt die aktuelle **lokale** Zeit an. Der `format` Wert wird von der crate [`chrono`](https://crates.io/crates/chrono) benutzt um die Zeit zu formatieren. Schau dir [die chrono strftime Dokumentation](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html) an, um die möglichen Optionen zu sehen.
27712771

27722772
::: Tipp
27732773

2774-
This module is disabled by default. To enable it, set `disabled` to `false` in your configuration file.
2774+
Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `disabled` auf `false` um es zu aktivieren.
27752775

27762776
:::
27772777

@@ -2787,7 +2787,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
27872787
| `disabled` | `true` | Deaktiviert das `time`-Modul. |
27882788
| `time_range` | `"-"` | Sets the time range during which the module will be shown. Times must be specified in 24-hours format |
27892789

2790-
If `use_12hr` is `true`, then `time_format` defaults to `"%r"`. Otherwise, it defaults to `"%T"`. Manually setting `time_format` will override the `use_12hr` setting.
2790+
If `use_12hr` is `true`, then `time_format` defaults to `"%r"`. Ansonsten ist der Standardwert hierfür `"%T"`. Manually setting `time_format` will override the `use_12hr` setting.
27912791

27922792
### Variables
27932793

@@ -2813,12 +2813,12 @@ time_range = "10:00:00-14:00:00"
28132813

28142814
## Benutzername
28152815

2816-
The `username` module shows active user's username. The module will be shown if any of the following conditions are met:
2816+
Das Modul `username` zeigt den Benutzernamen des aktiven Benutzers. Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
28172817

2818-
- The current user is root
2819-
- The current user isn't the same as the one that is logged in
2820-
- The user is currently connected as an SSH session
2821-
- The variable `show_always` is set to true
2818+
- Der aktuelle Benutzer ist root
2819+
- Der aktuelle Benutzer ist nicht derjenige, der derzeit angemeldet ist
2820+
- Der Benutzer ist über eine SSH-Sitzung verbunden
2821+
- Die Variale `show_always` ist auf `true` gesetzt
28222822

28232823
::: Tipp
28242824

@@ -2963,7 +2963,7 @@ format = "[🆅 $repo](bold blue) "
29632963

29642964
## Zig
29652965

2966-
By default the the `zig` module shows the currently installed version of [Zig](https://ziglang.org/). The module will be shown if any of the following conditions are met:
2966+
By default the the `zig` module shows the currently installed version of [Zig](https://ziglang.org/). Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
29672967

29682968
- The current directory contains a `.zig` file
29692969

docs/de-DE/guide/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
```sh
161161
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
162162
```
163-
To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.
163+
Um Starship selbst zu aktualisieren, lasse das Skript oben nochmal laufen. Es wird die vorhandene Version ersetzen, ohne die Konfiguration von Starship zu berühren.
164164

165165

166166
**Note** - The defaults of the install script can be overridden see the built-in help.
@@ -224,7 +224,7 @@
224224

225225
#### PowerShell
226226

227-
Füge das folgende zum Ende von `Microsoft.PowerShell_profile.ps1` hinzu. Sie können den Speicherort dieser Datei überprüfen, indem Sie die `$PROFILE` Variable in PowerShell abfragen. Typically the path is `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix.
227+
Füge das folgende zum Ende von `Microsoft.PowerShell_profile.ps1` hinzu. Sie können den Speicherort dieser Datei überprüfen, indem Sie die `$PROFILE` Variable in PowerShell abfragen. Normalerweise ist der Pfad `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` oder `~/.config/powershell/Microsoft.PowerShell_profile.ps1` auf -Nix.
228228

229229
```powershell
230230
Invoke-Expression (&starship init powershell)
@@ -244,7 +244,7 @@
244244

245245
#### Elvish
246246

247-
**Warning** Only elvish v0.15 or higher is supported. Add the following to the end of `~/.elvish/rc.elv`:
247+
**Warning** Only elvish v0.15 or higher is supported. Trage folgendes am Ende von `~/.config/fish/rc.elv` ein:
248248

249249
```sh
250250
# ~/.elvish/rc.elv
@@ -255,7 +255,7 @@
255255

256256
#### Tcsh
257257

258-
Add the following to the end of `~/.tcshrc`:
258+
Trage folgendes am Ende von `~/.bashrc` ein:
259259

260260
```sh
261261
# ~/.tcshrc

0 commit comments

Comments
 (0)