summaryrefslogtreecommitdiffstats
path: root/docs/de-DE/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-08-26 10:11:13 -0400
committerGitHub <noreply@github.com>2021-08-26 10:11:13 -0400
commitd77ea269f87ad4118d71ade218ee2e472fb6f2a7 (patch)
treea6ba530fd57dea000c7ddf2537b8627ad30eee72 /docs/de-DE/README.md
parentf03c0825c0d9f99789128692324855a7d5baecca (diff)
docs(i18n): new Crowdin updates (#2985)
Diffstat (limited to 'docs/de-DE/README.md')
-rw-r--r--docs/de-DE/README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/de-DE/README.md b/docs/de-DE/README.md
index ea6c18c8a..7d44bcf09 100644
--- a/docs/de-DE/README.md
+++ b/docs/de-DE/README.md
@@ -11,14 +11,14 @@ features:
details: Läuft mit den beliebtesten Shells auf den beliebtesten Betriebssystemen. Überall einsetzbar!
-
title: Rust-Powered
- details: Bringt die schnelligkeit und zuverlässigkeit von Rust in deinen Shell-prompt.
+ details: Bringt die Schnelligkeit und Zuverlässigkeit von Rust in deine Shell-Prompt.
-
title: Individualisierbar
details: Jedes noch so kleine Detail kann nach Deinen Wünschen angepasst werden, um die Eingabeaufforderung so minimal oder funktionsreich zu gestalten, wie Du es möchtest.
footer: ICS lizenziert | Copyright © 2019-heute Starship-Mitwirkende
#Used for the description meta tag, for SEO
metaTitle: "Starship: Cross-Shell Prompt"
-description: Starship ist eine minimale, super schnelle, und extrem anpassbare Prompt für jede Shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, Tcsh, Elvish, Nu, Xonsh, and PowerShell.
+description: Starship ist eine minimale, super schnelle, und extrem anpassbare Prompt für jede Shell! Sie zeigt die Information, die man benötigt an, während sie schnell und minimal bleibt. Schnell-Installation verfügbar für Bash, Fish, ZSH, Ion, Tcsh, Elvish, Nu, Xonsh, und PowerShell.
---
<div class="center">
@@ -30,7 +30,7 @@ description: Starship ist eine minimale, super schnelle, und extrem anpassbare P
### Voraussetzungen
-- A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal.
+- Eine [Nerd Font](https://www.nerdfonts.com/) installiert und aktiviert in Ihrem Terminal.
### Schnellinstallation
@@ -44,7 +44,7 @@ description: Starship ist eine minimale, super schnelle, und extrem anpassbare P
```sh
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
```
- To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.
+ 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.
#### Installation mithilfe eines Paket-Managers
@@ -99,7 +99,7 @@ description: Starship ist eine minimale, super schnelle, und extrem anpassbare P
#### Powershell
- Add the following to the end of `Microsoft.PowerShell_profile.ps1`. You can check the location of this file by querying the `$PROFILE` variable in PowerShell. Typically the path is `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix.
+ 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.
```sh
Invoke-Expression (&starship init powershell)
@@ -119,9 +119,9 @@ description: Starship ist eine minimale, super schnelle, und extrem anpassbare P
#### Elvish
- ::: warning Only elvish v0.15 or higher is supported. :::
+ ::: warning Nur elvish v0.15 oder höher ist unterstützt. :::
- Add the following to the end of `~/.elvish/rc.elv`:
+ Trage folgendes am Ende von `~/.config/fish/rc.elv` ein:
```sh
# ~/.elvish/rc.elv
@@ -132,7 +132,7 @@ description: Starship ist eine minimale, super schnelle, und extrem anpassbare P
#### Tcsh
- Add the following to the end of `~/.tcshrc`:
+ Trage folgendes am Ende von `~/.bashrc` ein:
```sh
# ~/.tcshrc