summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-02-04 12:11:36 -0500
committerGitHub <noreply@github.com>2020-02-04 12:11:36 -0500
commit8e9d9409cf357c8e4c51a8f6fa88efea58be8e79 (patch)
treea514b861649441f82469cedc15cbd2ce58637c28 /docs
parent860accac558750ba3574c26dd285760a77a4cfb1 (diff)
docs(i18n): Update translations (#875)
Diffstat (limited to 'docs')
-rw-r--r--docs/de-DE/README.md44
-rw-r--r--docs/de-DE/config/README.md144
-rw-r--r--docs/de-DE/guide/README.md8
-rw-r--r--docs/es-ES/README.md32
-rw-r--r--docs/es-ES/config/README.md28
-rw-r--r--docs/es-ES/guide/README.md4
-rw-r--r--docs/fr-FR/README.md32
-rw-r--r--docs/fr-FR/config/README.md40
-rw-r--r--docs/fr-FR/guide/README.md4
-rw-r--r--docs/ja-JP/README.md32
-rw-r--r--docs/ja-JP/config/README.md152
-rw-r--r--docs/ja-JP/guide/README.md4
-rw-r--r--docs/ru-RU/README.md32
-rw-r--r--docs/ru-RU/config/README.md88
-rw-r--r--docs/ru-RU/guide/README.md28
-rw-r--r--docs/zh-CN/README.md44
-rw-r--r--docs/zh-CN/advanced-config/README.md40
-rw-r--r--docs/zh-CN/config/README.md870
-rw-r--r--docs/zh-CN/faq/README.md38
-rw-r--r--docs/zh-CN/guide/README.md100
-rw-r--r--docs/zh-CN/presets/README.md8
-rw-r--r--docs/zh-TW/README.md32
-rw-r--r--docs/zh-TW/config/README.md30
-rw-r--r--docs/zh-TW/guide/README.md8
24 files changed, 1003 insertions, 839 deletions
diff --git a/docs/de-DE/README.md b/docs/de-DE/README.md
index 3656104ef..549dd88be 100644
--- a/docs/de-DE/README.md
+++ b/docs/de-DE/README.md
@@ -1,28 +1,26 @@
---
home: true
heroImage: /logo.svg
-heroText: null
+heroText:
tagline: The cross-shell prompt for astronauts
actionText: Loslegen →
actionLink: ./guide/
+features:
+ -
+ title: Kompatibel
+ 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.
+ -
+ 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 is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.
---
-<div class="features">
- <div class="feature">
- <h2>Kompatibel</h2>
- <p>Läuft mit den beliebtesten Shells auf den beliebtesten Betriebssystemen. Überall einsetzbar!</p>
- </div>
- <div class="feature">
- <h2>Rust-Powered</h2>
- <p>Bringt die schnelligkeit und zuverlässigkeit von Rust in deinen Shell-prompt.</p>
- </div>
- <div class="feature">
- <h2>Individualisierbar</h2>
- <p>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.</p>
- </div>
-</div>
-
<div class="center">
<video class="demo-video" muted autoplay loop playsinline>
<source src="/demo.webm" type="video/webm">
@@ -35,7 +33,7 @@ footer: ICS lizenziert | Copyright © 2019-heute Starship-Mitwirkende
1. Installiere die Binärversion von **starship**:
- #### Install Latest Version
+ #### Neueste Version installieren
With Shell:
@@ -44,15 +42,15 @@ footer: ICS lizenziert | Copyright © 2019-heute Starship-Mitwirkende
```
- #### Install via Package Manager
+ #### Installation mithilfe eines Paket-Managers
- With [Homebrew](https://brew.sh/):
+ Mit [Homebrew](https://brew.sh/):
```sh
brew install starship
```
- With [Scoop](https://scoop.sh):
+ Mit [scoop](https://scoop.sh):
```powershell
scoop install starship
@@ -99,9 +97,7 @@ footer: ICS lizenziert | Copyright © 2019-heute Starship-Mitwirkende
Trage folgendes in das Powershell-Profil ($Profile) ein. Standardmäßig gespeichert unter: `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` auf Windows, oder `~/.config/powershell/Microsoft.PowerShell_profile.ps1` auf -Nix:
```sh
- # notepad $PROFILE
-
-# ~\Documents\PowerShell\Profile.ps1
+ # ~\Documents\PowerShell\Profile.ps1
Invoke-Expression (&starship init powershell)
```
@@ -109,7 +105,7 @@ footer: ICS lizenziert | Copyright © 2019-heute Starship-Mitwirkende
#### Ion
- Add the following to the end of `~/.config/ion/initrc`:
+ Trage folgendes am Ende der `~/.config/ion/initrc` ein:
```sh
# ~/.config/ion/initrc
diff --git a/docs/de-DE/config/README.md b/docs/de-DE/config/README.md
index da9eb90fa..fbdb926eb 100644
--- a/docs/de-DE/config/README.md
+++ b/docs/de-DE/config/README.md
@@ -27,7 +27,7 @@ symbol = "➜" # Das "symbol" Feld wird "➜" gesetzt
disabled = true
```
-You can change default `starship.toml` file location with `STARSHIP_CONFIG` environment variable:
+Sie können den Pfad zur `starship.toml` mit der `STARSHIP_CONFIG` Umgebungsvariable ändern:
```shell
export STARSHIP_CONFIG=~/.starship
```
@@ -101,6 +101,7 @@ prompt_order = [
"package",
"dotnet",
"golang",
+ "haskell",
"java",
"nodejs",
"php",
@@ -128,13 +129,13 @@ Das `aws`-Modul zeigt das aktuelle AWS-Profil an. Dies basiert auf den Umgebungs
### Optionen
-| Variable | Standardwert | Beschreibung |
-| ----------------- | --------------- | ------------------------------------------------------------------------------------- |
-| `symbol` | `"☁️ "` | Symbol das vor dem aktuellen AWS-Profil angezeigt wird. |
-| `displayed_items` | `all` | Welche Objekte angezeigt werden sollen. Possible values: [`all`, `profile`, `region`] |
-| `region_aliases` | | Table of region aliases to display in addition to the AWS name. |
-| `style` | `"bold yellow"` | Stil für dieses Modul. |
-| `disabled` | `false` | Deaktiviert das `aws`-Modul. |
+| Variable | Standardwert | Beschreibung |
+| ----------------- | --------------- | ------------------------------------------------------------------------------------ |
+| `symbol` | `"☁️ "` | Symbol das vor dem aktuellen AWS-Profil angezeigt wird. |
+| `displayed_items` | `all` | Welche Objekte angezeigt werden sollen. Mögliche Werte: [`all`, `profile`, `region`] |
+| `region_aliases` | | Table of region aliases to display in addition to the AWS name. |
+| `style` | `"bold yellow"` | Stil für dieses Modul. |
+| `disabled` | `false` | Deaktiviert das `aws`-Modul. |
### Beispiel
@@ -260,17 +261,17 @@ Ist `bash` die Konsole der Wahl, dann nicht die `DEBUG`-trap nach der Ausführun
:::
-Bash users who need preexec-like functionality can use [rcaloras's bash_preexec framework](https://github.com/rcaloras/bash-preexec). Simply define the arrays `preexec_functions` and `precmd_functions` before running `eval $(starship init $0)`, and then proceed as normal.
+Bash Nutzer, die eine "preexec" ähnliche Funktion benötigen, können [rcaloras bash_preexec Framework](https://github.com/rcaloras/bash-preexec) verwenden. Definieren Sie einfach die Arrays `preexec_functions` und `precmd_functions` bevor sie `eval $(starship init $0)` ausführen, und fahren Sie dann wie gewohnt fort.
### Optionen
-| Variable | Standardwert | Beschreibung |
-| ------------------- | --------------- | -------------------------------------------------------------- |
-| `min_time` | `2_000` | Shortest duration to show time for (in milliseconds). |
-| `show_milliseconds` | `false` | Show milliseconds in addition to seconds for the duration. |
-| `prefix` | `took` | Prefix der unmittelbar vor der Ausführungszeit angezeigt wird. |
-| `style` | `"bold yellow"` | Stil für dieses Modul. |
-| `disabled` | `false` | Deaktiviert das `cmd_duration`-Modul. |
+| Variable | Standardwert | Beschreibung |
+| ------------------- | --------------- | ------------------------------------------------------------------ |
+| `min_time` | `2_000` | Schwellwert für kleinste anzuzeigende Laufzeit (in Millisekunden). |
+| `show_milliseconds` | `false` | Zeige Millisekunden zusätzlich zu Sekunden. |
+| `prefix` | `took` | Prefix der unmittelbar vor der Ausführungszeit angezeigt wird. |
+| `style` | `"bold yellow"` | Stil für dieses Modul. |
+| `disabled` | `false` | Deaktiviert das `cmd_duration`-Modul. |
### Beispiel
@@ -288,18 +289,18 @@ Das `conda`-Modul zeigt dessen aktuelle Umgebung an, sofern `$CONDA_DEFAULT_ENV`
::: tip
-This does not suppress conda's own prompt modifier, you may want to run `conda config --set changeps1 False`.
+Hinweis: Dies unterdrückt nicht conda's eigenen Prompt-Modifikator, sie können jedoch conda mit `conda config --set changeps1 False` konfigurieren, um die Ausgabe von conda selbst auszuschalten.
:::
### Optionen
-| Variable | Standardwert | Beschreibung |
-| ------------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `truncation_length` | `1` | The number of directories the environment path should be truncated to, if the environment was created via `conda create -p [path]`. `0` means no truncation. Also see the [`directory`](#directory) module. |
-| `symbol` | `"C "` | Symbol das vor dem Umgebungsnamen angezeigt wird. |
-| `style` | `"bold green"` | Stil für dieses Modul. |
-| `disabled` | `false` | Deaktiviert das `conda`-Modul. |
+| Variable | Standardwert | Beschreibung |
+| ------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `truncation_length` | `1` | Die Anzahl der Verzeichnisse, auf die der Verzeichnisspfad abgeschnitten werden soll, wenn die Umgebung über `conda erstellt wurde -p [path]`. `0` bedeutet keine Kürzung. Beachte auch die Beschreibung für das [`directory`](#directory) Modul. |
+| `symbol` | `"C "` | Symbol das vor dem Umgebungsnamen angezeigt wird. |
+| `style` | `"bold green"` | Stil für dieses Modul. |
+| `disabled` | `false` | Deaktiviert das `conda`-Modul. |
### Beispiel
@@ -312,7 +313,7 @@ style = "dimmed green"
## Verzeichnis
-The `directory` module shows the path to your current directory, truncated to three parent folders. Your directory will also be truncated to the root of the git repo that you're currently in.
+Das `directory` -Modul zeigt den Pfad zu Ihrem aktuellen Verzeichnis an, abgeschnitten auf drei übergeordnete Ordner. Your directory will also be truncated to the root of the git repo that you're currently in.
When using the fish style pwd option, instead of hiding the path that is truncated, you will see a shortened name of each directory based on the number you enable for the option.
@@ -324,7 +325,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
| ------------------- | ------------- | -------------------------------------------------------------------------------- |
| `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. |
-| `prefix` | `"in "` | Prefix to display immediately before the directory. |
+| `prefix` | `"in "` | Präfix der vor dem Verzeichnis angezeigt wird. |
| `style` | `"bold cyan"` | Stil für dieses Modul. |
| `disabled` | `false` | Deaktiviert das `directory`-Modul. |
@@ -384,15 +385,15 @@ The `env_var` module displays the current value of a selected environment variab
### Optionen
-| Variable | Standardwert | Beschreibung |
-| ---------- | ---------------- | ---------------------------------------------------------------------------- |
-| `symbol` | | The symbol used before displaying the variable value. |
-| `variable` | | The environment variable to be displayed. |
-| `default` | | The default value to be displayed when the selected variable is not defined. |
-| `prefix` | `""` | Prefix to display immediately before the variable value. |
-| `suffix` | `""` | Suffix to display immediately after the variable value. |
-| `style` | `"dimmed black"` | Stil für dieses Modul. |
-| `disabled` | `false` | Deaktiviert das `env_var`-Modul. |
+| Variable | Standardwert | Beschreibung |
+| ---------- | ---------------- | ---------------------------------------------------------------------------------------- |
+| `symbol` | | Das Symbol, das vor der Anzeige der Variable verwendet wird. |
+| `variable` | | Die anzuzeigende Umgebungsvariable. |
+| `default` | | Der Standardwert, der angezeigt wird, wenn die ausgewählte Variable nicht definiert ist. |
+| `prefix` | `""` | Präfix der vor der Variable angezeigt wird. |
+| `suffix` | `""` | Suffix der nach der Variable angezeigt wird. |
+| `style` | `"dimmed black"` | Stil für dieses Modul. |
+| `disabled` | `false` | Deaktiviert das `env_var`-Modul. |
### Beispiel
@@ -410,13 +411,13 @@ Das `git_branch`-Modul zeigt den aktiven Git-Branch des Repositories im aktuelle
### Optionen
-| Variable | Standardwert | Beschreibung |
-| ------------------- | --------------- | ------------------------------------------------------------------------------------- |
-| `symbol` | `" "` | The symbol used before the branch name of the repo in your current directory. |
-| `truncation_length` | `2^63 - 1` | Truncates a git branch to X graphemes |
-| `truncation_symbol` | `"…"` | The symbol used to indicate a branch name was truncated. You can use "" for no symbol |
-| `style` | `"bold purple"` | Stil für dieses Modul. |
-| `disabled` | `false` | Deaktiviert das `git_branch`-Modul. |
+| Variable | Standardwert | Beschreibung |
+| ------------------- | --------------- | ------------------------------------------------------------------------------------------------------ |
+| `symbol` | `" "` | Das Symbol, das vor dem Branchnamen des Git-Repositorys in Ihrem aktuellen Verzeichnis angezeigt wird. |
+| `truncation_length` | `2^63 - 1` | Truncates a git branch to X graphemes |
+| `truncation_symbol` | `"…"` | The symbol used to indicate a branch name was truncated. You can use "" for no symbol |
+| `style` | `"bold purple"` | Stil für dieses Modul. |
+| `disabled` | `false` | Deaktiviert das `git_branch`-Modul. |
### Beispiel
@@ -575,6 +576,29 @@ Das `golang`-Modul zeigt die aktuell installierte Version von Golang. Das Modul
[golang]
symbol = "🏎💨 "
```
+## Haskell
+
+The `haskell` module shows the currently installed version of Haskell Stack version. Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
+
+- Das aktuelle Verzeichnis enthält eine `stack.yaml`-Datei
+
+### Optionen
+
+| Variable | Standardwert | Beschreibung |
+| ---------- | ------------ | --------------------------------------------------------- |
+| `symbol` | `"λ "` | The symbol used before displaying the version of Haskell. |
+| `style` | `"bold red"` | Stil für dieses Modul. |
+| `disabled` | `false` | Disables the `haskell` module. |
+
+
+### Beispiel
+
+```toml
+# ~/.config/starship.toml
+
+[haskell]
+symbol = "λx.x "
+```
## Mercurial Branch
@@ -730,8 +754,8 @@ pure_msg = "pure shell"
Das `java` Modul zeigt die derzeit installierte Version von Java an. Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
-- Das aktuelle Verzeichnis enthält eine der folgenden Dateien:`pom.xml`, `build.gradle` oder `build.gradle.kts`
-- Das aktuelle Verzeichnis enthält eine Datei mit der `.java`, `.class` oder `.jar` Erweiterung
+- Das aktuelle Verzeichnis enthält `pom.xml`, `build.gradle.kts` oder `build.sbt`
+- The current directory contains a file with the `.java`, `.class`, `.gradle` or `.jar` extension
### Optionen
@@ -789,7 +813,7 @@ style = "bold dimmed green"
## NodeJS
-Das `nodejs` Modul zeigt die derzeit installierte Version von NodeJS. Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
+Das `nodejs` Modul zeigt die derzeit installierte Version von NodeJS. Das Modul wird gezeigt, wenn mindestens einer der folgenden Punkte erfüllt ist:
- Das aktuelle Verzeichnis enthält eine `package.json`-Datei
- Das aktuelle Verzeichnis enthält ein `node_modules`-Verzeichnis
@@ -905,7 +929,7 @@ pyenv_prefix = "foo "
## Ruby
-Das `ruby` Modul zeigt die derzeit installierte Version von Ruby an. Das Modul wird gezeigt, wenn mindestens einer der folgenden Punkte erfüllt ist:
+Das `ruby` Modul zeigt die derzeit installierte Version von Ruby an. Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
- Das aktuelle Verzeichnis enthält eine `Gemfile`-Datei
- Das aktuelle Verzeichnis enthält eine `.rb`-Datei
@@ -976,7 +1000,7 @@ Das `Terraform` Modul zeigt den aktuell ausgewählten terraform Arbeitsbereich u
symbol = "🏎💨 "
```
-## Zeit
+## Uhrzeit
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.
@@ -988,11 +1012,11 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
### Optionen
-| Variable | Standardwert | Beschreibung |
+| Variable | Standartwert | Beschreibung |
| ----------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
-| `use_12hr` | `false` | Aktiviert 12-Stunden-Format |
-| `format` | siehe unten | Das Format zum Anzeigen der Uhrzeit in [chrono-Formatierung](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html). |
-| `style` | `bold yellow` | Stil für dieses Modul |
+| `use_12hr` | `false` | Aktiviert die Formatierung der Uhrzeit im 12-Stunden-Format. |
+| `format` | Siehe unten | Das Format zum Anzeigen der Uhrzeit in [chrono-Formatierung](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html). |
+| `style` | `bold yellow` | Stil für dieses Modul. |
| `utc_time_offset` | `lokal` | Legt das UTC-Offset fest, das verwendet werden soll. Reicht von -24 < x < 24. Allows floats to accommodate 30/45 minute timezone offsets. |
| `disabled` | `true` | Deaktiviert das `time`-Modul. |
@@ -1009,23 +1033,23 @@ format = "🕙[ %T ]"
utc_time_offset = -5
```
-## Username
+## Benutzername
Das Modul `username` zeigt den Benutzernamen des aktiven Benutzers. Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
- Der aktuelle Benutzer ist root
-- Der aktuelle Benutzer ist nicht der eingeloggte Benutzer
-- Der Benutzer ist aktuell via SSH verbunden
-- Die Variable `show_always` ist auf true gesetzt
+- Der aktuelle Benutzer ist nicht derjenige, der derzeit angemeldet ist
+- Der Benutzer ist über eine SSH-Sitzung verbunden
+- Die Variale `show_always` ist auf `true` gesetzt
### Optionen
-| Variable | Standartwert | Beschreibung |
-| ------------- | --------------- | ---------------------------------------------- |
-| `style_root` | `"bold red"` | Stil wenn der Benutzer unter root läuft. |
-| `style_user` | `"bold yellow"` | Stil wenn der Benutzer nicht unter root läuft. |
-| `show_always` | `false` | Immer das `username` Modul anzeigen. |
-| `disabled` | `false` | Deavktiviert das `username` Modul. |
+| Variable | Standardwert | Beschreibung |
+| ------------- | --------------- | --------------------------------- |
+| `style_root` | `"bold red"` | Stil beim root-Benutzer. |
+| `style_user` | `"bold yellow"` | Stil bei allen anderen Benutzern. |
+| `show_always` | `false` | `username`-Modul immer anzeigen. |
+| `disabled` | `false` | Deaktiviert das `username`-Modul. |
### Beispiel
diff --git a/docs/de-DE/guide/README.md b/docs/de-DE/guide/README.md
index cde06415c..e29eab46d 100644
--- a/docs/de-DE/guide/README.md
+++ b/docs/de-DE/guide/README.md
@@ -21,7 +21,7 @@
src="https://img.shields.io/discord/567163873606500352?logo=discord"
alt="Auf Discord chatten" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
-<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-68-orange" alt="Alle Mitwirkenden"></a>
+<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-69-orange" alt="Alle Mitwirkenden"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
</p>
@@ -74,6 +74,7 @@
- Anzeigetext wird rot wenn der letzte Befehl mit einem Exit-code größer null terminiert
- Derzeitige Go-Version (`🐹`)
+- Current Haskell version (`λ`)
- Derzeitige Java-Version (`☕`)
- Derzeitige Node.js-Version (`⬢`)
- Derzeitige PHP-Version (`🐘`)
@@ -198,9 +199,7 @@
Trage folgendes am Ende der `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` (oder `~/.config/powershell/Microsoft.PowerShell_profile.ps1` auf -Nix) ein:
```sh
- # notepad $PROFILE
-
-# ~\Documents\PowerShell\Profile.ps1
+ # ~\Documents\PowerShell\Profile.ps1
Invoke-Expression (&starship init powershell)
```
@@ -330,6 +329,7 @@ Danke an diese wunderbaren Leute ([emoji-Schlüssel](https://allcontributors.org
<td align="center"><a href="https://blog.brightone.space"><img src="https://avatars1.githubusercontent.com/u/12615679?v=4" width="100px;" alt="" /><br /><sub><b>Oleksii Filonenko</b></sub></a><br /><a href="#translation-filalex77" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/ivanovart"><img src="https://avatars2.githubusercontent.com/u/5867379?v=4" width="100px;" alt="" /><br /><sub><b>Artem Ivanov</b></sub></a><br /><a href="#translation-ivanovart" title="Translation">🌍</a></td>
<td align="center"><a href="http://www.drivendata.org"><img src="https://avatars3.githubusercontent.com/u/1799186?v=4" width="100px;" alt="" /><br /><sub><b>Peter Bull</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=pjbull" title="Code">💻</a> <a href="https://github.com/starship/starship/commits?author=pjbull" title="Tests">⚠️</a></td>
+ <td align="center"><a href="https://andrewpro.me"><img src="https://avatars1.githubusercontent.com/u/8220926?v=4" width="100px;" alt="" /><br /><sub><b>Andrew Prokhorenkov</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=m0nhawk" title="Code">💻</a> <a href="https://github.com/starship/starship/commits?author=m0nhawk" title="Documentation">📖</a> <a href="https://github.com/starship/starship/commits?author=m0nhawk" title="Tests">⚠️</a> <a href="#projectManagement-m0nhawk" title="Project Management">📆</a></td>
</tr>
</table>
diff --git a/docs/es-ES/README.md b/docs/es-ES/README.md
index 08784226a..17b0e5eb7 100644
--- a/docs/es-ES/README.md
+++ b/docs/es-ES/README.md
@@ -1,28 +1,26 @@
---
home: true
heroImage: /logo.svg
-heroText: null
+heroText:
tagline: The cross-shell prompt for astronauts
actionText: Empezar →
actionLink: ./guide/
+features:
+ -
+ title: Compatibilidad primero
+ details: Funciona en las interfaces de líneas de comando (shells) más comunes en los sistemas operativos más comunes. ¡Úsalo donde sea!
+ -
+ title: Desarrollado en Rust
+ details: Obtén la mayor velocidad y seguridad de Rust, para hacer tu prompt lo más rápida y segura posible.
+ -
+ title: Personalizable
+ details: Puedes personalizar cada pequeño detalle a tu gusto, de manera que puedes tener una interfaz minimalista o rica en funcionalidades.
footer: Bajo una licencia ISC | Derechos de autor © 2019-presente Colaboradores de Starship
+#Used for the description meta tag, for SEO
+metaTitle: "Starship: Cross-Shell Prompt"
+description: Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.
---
-<div class="features">
- <div class="feature">
- <h2>Compatibilidad primero</h2>
- <p>Funciona en las interfaces de líneas de comando (shells) más comunes en los sistemas operativos más comunes. ¡Úsalo donde sea!</p>
- </div>
- <div class="feature">
- <h2>Desarrollado en Rust</h2>
- <p>Obtén la mayor velocidad y seguridad de Rust, para hacer tu prompt lo más rápida y segura posible.</p>
- </div>
- <div class="feature">
- <h2>Personalizable</h2>
- <p>Puedes personalizar cada pequeño detalle a tu gusto, de manera que puedes tener una interfaz minimalista o rica en funcionalidades.</p>
- </div>
-</div>
-
<div class="center">
<video class="demo-video" muted autoplay loop playsinline>
<source src="/demo.webm" type="video/webm">
@@ -52,7 +50,7 @@ footer: Bajo una licencia ISC | Derechos de autor © 2019-presente Colaboradores
brew install starship
```
- Con [Scoop](https://scoop.sh):
+ Con [Scoop](https://scoop.sh):
```powershell
scoop install starship
diff --git a/docs/es-ES/config/README.md b/docs/es-ES/config/README.md
index 2c225f0ca..58bcbe7a4 100644
--- a/docs/es-ES/config/README.md
+++ b/docs/es-ES/config/README.md
@@ -101,6 +101,7 @@ prompt_order = [
"package",
"dotnet",
"golang",
+ "haskell",
"java",
"nodejs",
"php",
@@ -575,6 +576,29 @@ The `golang` module shows the currently installed version of Golang. The module
[golang]
symbol = "🏎💨 "
```
+## Haskell
+
+The `haskell` module shows the currently installed version of Haskell Stack version. The module will be shown if any of the following conditions are met:
+
+- The current directory contains a `stack.yaml` file
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------------ | --------------------------------------------------------- |
+| `symbol` | `"λ "` | The symbol used before displaying the version of Haskell. |
+| `style` | `"bold red"` | The style for the module. |
+| `disabled` | `false` | Disables the `haskell` module. |
+
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[haskell]
+symbol = "λx.x "
+```
## Mercurial Branch
@@ -730,8 +754,8 @@ pure_msg = "pure shell"
The `java` module shows the currently installed version of Java. The module will be shown if any of the following conditions are met:
-- The current directory contains a `pom.xml`, `build.gradle`, `build.gradle.kts` or `build.sbt` file
-- The current directory contains a file with the `.java`, `.class` or `.jar` extension
+- The current directory contains a `pom.xml`, `build.gradle.kts` or `build.sbt` file
+- The current directory contains a file with the `.java`, `.class`, `.gradle` or `.jar` extension
### Options
diff --git a/docs/es-ES/guide/README.md b/docs/es-ES/guide/README.md
index 200fd5bbb..bcd350726 100644
--- a/docs/es-ES/guide/README.md
+++ b/docs/es-ES/guide/README.md
@@ -21,7 +21,7 @@
src="https://img.shields.io/discord/567163873606500352?logo=discord"
alt="Chat en Discord" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
-<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-68-orange" alt="Todos los colaboradores"></a>
+<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-69-orange" alt="Todos los colaboradores"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
</p>
@@ -74,6 +74,7 @@
- Los caracteres de la prompt se colorean de rojo si el último comando termina con un código distinto a cero
- Versión actual de Go (`🐹`)
+- Current Haskell version (`λ`)
- Versión actual de Java (`☕`)
- Versión actual de Node.js (`⬢`)
- Versión actual de PHP (`🐘`)
@@ -328,6 +329,7 @@ Los agradecimientos van a estas maravillosas personas ([clave emoji](https://all
<td align="center"><a href="https://blog.brightone.space"><img src="https://avatars1.githubusercontent.com/u/12615679?v=4" width="100px;" alt="" /><br /><sub><b>Oleksii Filonenko</b></sub></a><br /><a href="#translation-filalex77" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/ivanovart"><img src="https://avatars2.githubusercontent.com/u/5867379?v=4" width="100px;" alt="" /><br /><sub><b>Artem Ivanov</b></sub></a><br /><a href="#translation-ivanovart" title="Translation">🌍</a></td>
<td align="center"><a href="http://www.drivendata.org"><img src="https://avatars3.githubusercontent.com/u/1799186?v=4" width="100px;" alt="" /><br /><sub><b>Peter Bull</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=pjbull" title="Code">💻</a> <a href="https://github.com/starship/starship/commits?author=pjbull" title="Tests">⚠️</a></td>
+ <td align="center"><a href="https://andrewpro.me"><img src="https://avatars1.githubusercontent.com/u/8220926?v=4" width="100px;" alt="" /><br /><sub><b>Andrew Prokhorenkov</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=m0nhawk" title="Code">💻</a> <a href="https://github.com/starship/starship/commits?author=m0nhawk" title="Documentation">📖</a> <a href="https://github.com/starship/starship/commits?author=m0nhawk" title="Tests">⚠️</a> <a href="#projectManagement-m0nhawk" title="Project Management">📆</a></td>
</tr>
</table>
diff --git a/docs/fr-FR/README.md b/docs/fr-FR/README.md
index a5499eb21..2771532d7 100644
--- a/docs