summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-05-15 11:55:21 -0400
committerGitHub <noreply@github.com>2020-05-15 11:55:21 -0400
commit77c42dca734b9ee537c5c6351d1422bb025b2d30 (patch)
treeef899523e89c5744f7f950a1d07deda1b8f08dd4
parent0dfe3f7a2c53cf74fa037076449ddc2c216a1080 (diff)
docs(i18n): new Crowdin translations (#1170)
-rw-r--r--docs/de-DE/config/README.md77
-rw-r--r--docs/es-ES/config/README.md73
-rw-r--r--docs/fr-FR/config/README.md91
-rw-r--r--docs/ja-JP/config/README.md73
-rw-r--r--docs/ja-JP/guide/README.md10
-rw-r--r--docs/pt-BR/README.md46
-rw-r--r--docs/pt-BR/advanced-config/README.md2
-rw-r--r--docs/pt-BR/config/README.md103
-rw-r--r--docs/pt-BR/guide/README.md104
-rw-r--r--docs/pt-BR/presets/README.md4
-rw-r--r--docs/pt-PT/config/README.md73
-rw-r--r--docs/ru-RU/config/README.md73
-rw-r--r--docs/zh-CN/config/README.md73
-rw-r--r--docs/zh-TW/config/README.md121
14 files changed, 466 insertions, 457 deletions
diff --git a/docs/de-DE/config/README.md b/docs/de-DE/config/README.md
index c03407f66..057eaf182 100644
--- a/docs/de-DE/config/README.md
+++ b/docs/de-DE/config/README.md
@@ -442,10 +442,11 @@ The `elixir` module shows the currently installed version of Elixir and Erlang/O
### Optionen
-| Variable | Standardwert | Beschreibung |
-| ---------- | ------------ | --------------------------------------------------------------- |
-| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
-| `disabled` | `false` | Disables the `elixir` module. |
+| Variable | Standardwert | Beschreibung |
+| ---------- | --------------- | --------------------------------------------------------------- |
+| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
+| `style` | `"bold purple"` | Stil für dieses Modul. |
+| `disabled` | `false` | Disables the `elixir` module. |
### Beispiel
@@ -484,55 +485,57 @@ The `elm` module shows the currently installed version of Elm. Das Modul wird nu
symbol = " "
```
-## Erlang
+## Umgebungsvariablen
-The `erlang` module shows the currently installed version of Erlang/OTP. Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
+The `env_var` module displays the current value of a selected environment variable. The module will be shown only if any of the following conditions are met:
-- The current directory contains a `rebar.config` file.
-- The current directory contains a `erlang.mk` file.
+- The `variable` configuration option matches an existing environment variable
+- The `variable` configuration option is not defined, but the `default` configuration option is
### Optionen
-| Variable | Standardwert | Beschreibung |
-| ---------- | ------------ | -------------------------------------------------------- |
-| `symbol` | `"🖧 "` | The symbol used before displaying the version of Erlang. |
-| `disabled` | `false` | Disables the `erlang` module. |
+| 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 bold black"` | Stil für dieses Modul. |
+| `disabled` | `false` | Deaktiviert das `env_var`-Modul. |
### Beispiel
```toml
# ~/.config/starship.toml
-[erlang]
-symbol = "e "
+[env_var]
+variable = "SHELL"
+default = "unknown shell"
```
-## Umgebungsvariablen
-The `env_var` module displays the current value of a selected environment variable. The module will be shown only if any of the following conditions are met:
+## Erlang
-- The `variable` configuration option matches an existing environment variable
-- The `variable` configuration option is not defined, but the `default` configuration option is
+The `erlang` module shows the currently installed version of Erlang/OTP. Das Modul wird gezeigt, wenn mindestens einer der folgenden Punkte erfüllt ist:
+
+- Das aktuelle Verzeichnis enthält eine `rebar.config`-Datei.
+- Das aktuelle Verzeichnis enthält eine `erlang.mk`-Datei.
### Optionen
-| 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. |
+| Variable | Standardwert | Beschreibung |
+| ---------- | ------------ | -------------------------------------------------------- |
+| `symbol` | `"🖧 "` | The symbol used before displaying the version of Erlang. |
+| `style` | `bold red` | The style for this module. |
+| `disabled` | `false` | Disables the `erlang` module. |
### Beispiel
```toml
# ~/.config/starship.toml
-[env_var]
-variable = "SHELL"
-default = "unknown shell"
+[erlang]
+symbol = "e "
```
## Git-Branch
@@ -1012,7 +1015,7 @@ Das `Package` Modul wird angezeigt, wenn das aktuelle Verzeichnis das Repository
| Variable | Standartwert | Beschreibung |
| ----------------- | ------------ | --------------------------------------------------------- |
| `symbol` | `"📦 "` | Symbol das vor der Paketversion angezeigt wird. |
-| `style` | `"bold red"` | Stil für dieses Modul. |
+| `style` | `"bold 208"` | Stil für dieses Modul. |
| `display_private` | `false` | Enable displaying version for packages marked as private. |
| `disabled` | `false` | Deaktiviert das `package`-Modul. |
@@ -1038,7 +1041,7 @@ Das `php`-Modul zeigt die aktuell installierte Version von PHP. Das Modul wird g
| Variable | Standardwert | Beschreibung |
| ---------- | ------------ | ---------------------------------------------- |
| `symbol` | `"🐘 "` | Symbol das vor der PHP-Version angezeigt wird. |
-| `style` | `"bold red"` | Stil für dieses Modul. |
+| `style` | `"bold 147"` | Stil für dieses Modul. |
| `disabled` | `false` | Deaktiviert das `php`-Modul. |
### Beispiel
@@ -1052,11 +1055,9 @@ symbol = "🔹 "
## Python
-Das `python`-Modul zeigt die aktuell installierte Version von Python.
-
-Wenn `pyenv_version_name` auf `true` gesetzt ist, wird die version der pyenv angezeigt.
+The `python` module shows the currently installed version of Python and the current Python virtual environment if one is activated.
-Andernfalls wird die gleiche Versionsnummer angezeigt wie `python --version`, sowie der Name des aktuellen virtualenvs, wenn eines aktiv ist.
+If `pyenv_version_name` is set to `true`, it will display the pyenv version name. Otherwise, it will display the version number from `python --version`.
Das Modul wird gezeigt, wenn mindestens einer der folgenden Punkte erfüllt ist:
@@ -1094,7 +1095,7 @@ pyenv_prefix = "foo "
## Ruby
-Das `ruby` Modul zeigt die derzeit installierte Version von Ruby an. Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
+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 aktuelle Verzeichnis enthält eine `Gemfile`-Datei
- The current directory contains a `.ruby-version` file
@@ -1119,7 +1120,7 @@ symbol = "🔺 "
## Rust
-Das `rust` Modul zeigt die derzeit installierte Version von Rust an. Das Modul wird gezeigt, wenn mindestens einer der folgenden Punkte erfüllt ist:
+Das `rust` Modul zeigt die derzeit installierte Version von Rust an. Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
- Das aktuelle Verzeichnis enthält eine `Cargo.toml`-Datei
- Das aktuelle Verzeichnis enthält eine Datei mit der `.rs`-Erweiterung
diff --git a/docs/es-ES/config/README.md b/docs/es-ES/config/README.md
index e661ffa9e..5c95f5291 100644
--- a/docs/es-ES/config/README.md
+++ b/docs/es-ES/config/README.md
@@ -442,10 +442,11 @@ The `elixir` module shows the currently installed version of Elixir and Erlang/O
### Opciones
-| Variable | Por defecto | Descripción |
-| ---------- | ----------- | --------------------------------------------------------------- |
-| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
-| `disabled` | `false` | Disables the `elixir` module. |
+| Variable | Por defecto | Descripción |
+| ---------- | --------------- | --------------------------------------------------------------- |
+| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
+| `style` | `"bold purple"` | El estilo del módulo. |
+| `disabled` | `false` | Disables the `elixir` module. |
### Ejemplo
@@ -484,55 +485,57 @@ The `elm` module shows the currently installed version of Elm. El módulo se mue
symbol = " "
```
-## Erlang
+## Variable de entorno
-The `erlang` module shows the currently installed version of Erlang/OTP. El módulo se muestra si algunas de las siguientes condiciones se cumplen:
+The `env_var` module displays the current value of a selected environment variable. The module will be shown only if any of the following conditions are met:
-- The current directory contains a `rebar.config` file.
-- The current directory contains a `erlang.mk` file.
+- The `variable` configuration option matches an existing environment variable
+- The `variable` configuration option is not defined, but the `default` configuration option is
### Opciones
-| Variable | Por defecto | Descripción |
-| ---------- | ----------- | -------------------------------------------------------- |
-| `symbol` | `"🖧 "` | The symbol used before displaying the version of Erlang. |
-| `disabled` | `false` | Disables the `erlang` module. |
+| Variable | Por defecto | Descripción |
+| ------------- | --------------------- | ---------------------------------------------------------------------------- |
+| `symbol` | | The symbol used before displaying the variable value. |
+| `variable` | | The environment variable to be displayed. |
+| `por defecto` | | 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 bold black"` | El estilo del módulo. |
+| `disabled` | `false` | Disables the `env_var` module. |
### Ejemplo
```toml
# ~/.config/starship.toml
-[erlang]
-symbol = "e "
+[env_var]
+variable = "SHELL"
+default = "unknown shell"
```
-## Variable de entorno
-The `env_var` module displays the current value of a selected environment variable. The module will be shown only if any of the following conditions are met:
+## Erlang
-- The `variable` configuration option matches an existing environment variable
-- The `variable` configuration option is not defined, but the `default` configuration option is
+The `erlang` module shows the currently installed version of Erlang/OTP. El módulo se muestra si algunas de las siguientes condiciones se cumplen:
+
+- El directorio actual contiene un fichero `rebar.config`.
+- El directorio actual contiene un fichero `erlang.mk`.
### Opciones
-| Variable | Por defecto | Descripción |
-| ------------- | ---------------- | ---------------------------------------------------------------------------- |
-| `symbol` | | The symbol used before displaying the variable value. |
-| `variable` | | The environment variable to be displayed. |
-| `por defecto` | | 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"` | El estilo del módulo. |
-| `disabled` | `false` | Disables the `env_var` module. |
+| Variable | Por defecto | Descripción |
+| ---------- | ----------- | -------------------------------------------------------- |
+| `symbol` | `"🖧 "` | The symbol used before displaying the version of Erlang. |
+| `style` | `bold red` | The style for this module. |
+| `disabled` | `false` | Disables the `erlang` module. |
### Ejemplo
```toml
# ~/.config/starship.toml
-[env_var]
-variable = "SHELL"
-default = "unknown shell"
+[erlang]
+symbol = "e "
```
## Git Branch
@@ -1012,7 +1015,7 @@ The `package` module is shown when the current directory is the repository for a
| Variable | Por defecto | Descripción |
| ----------------- | ------------ | ---------------------------------------------------------- |
| `symbol` | `"📦 "` | The symbol used before displaying the version the package. |
-| `style` | `"bold red"` | El estilo del módulo. |
+| `style` | `"bold 208"` | El estilo del módulo. |
| `display_private` | `false` | Enable displaying version for packages marked as private. |
| `disabled` | `false` | Disables the `package` module. |
@@ -1038,7 +1041,7 @@ The `php` module shows the currently installed version of PHP. El módulo se mue
| Variable | Por defecto | Descripción |
| ---------- | ------------ | ----------------------------------------------------- |
| `symbol` | `"🐘 "` | The symbol used before displaying the version of PHP. |
-| `style` | `"bold red"` | El estilo del módulo. |
+| `style` | `"bold 147"` | El estilo del módulo. |
| `disabled` | `false` | Disables the `php` module. |
### Ejemplo
@@ -1052,11 +1055,9 @@ symbol = "🔹 "
## Python
-The `python` module shows the currently installed version of Python.
-
-If `pyenv_version_name` is set to `true`, it will display the pyenv version name.
+The `python` module shows the currently installed version of Python and the current Python virtual environment if one is activated.
-Otherwise, it will display the version number from `python --version` and show the current Python virtual environment if one is activated.
+If `pyenv_version_name` is set to `true`, it will display the pyenv version name. Otherwise, it will display the version number from `python --version`.
El módulo se muestra si algunas de las siguientes condiciones se cumplen:
diff --git a/docs/fr-FR/config/README.md b/docs/fr-FR/config/README.md
index 8dfeda407..5a6cd7bc2 100644
--- a/docs/fr-FR/config/README.md
+++ b/docs/fr-FR/config/README.md
@@ -442,10 +442,11 @@ The `elixir` module shows the currently installed version of Elixir and Erlang/O
### Options
-| Variable | Default | Description |
-| ---------- | ------- | --------------------------------------------------------------- |
-| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
-| `disabled` | `false` | Disables the `elixir` module. |
+| Variable | Default | Description |
+| ---------- | --------------- | --------------------------------------------------------------- |
+| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
+| `style` | `"bold purple"` | The style for the module. |
+| `disabled` | `false` | Disables the `elixir` module. |
### Exemple
@@ -484,55 +485,57 @@ The `elm` module shows the currently installed version of Elm. Le module est aff
symbol = " "
```
-## Erlang
+## Environment Variable
-The `erlang` module shows the currently installed version of Erlang/OTP. Le module est affiché si l'une des ces conditions est remplie :
+The `env_var` module displays the current value of a selected environment variable. The module will be shown only if any of the following conditions are met:
-- The current directory contains a `rebar.config` file.
-- The current directory contains a `erlang.mk` file.
+- The `variable` configuration option matches an existing environment variable
+- The `variable` configuration option is not defined, but the `default` configuration option is
### Options
-| Variable | Default | Description |
-| ---------- | ------- | -------------------------------------------------------- |
-| `symbol` | `"🖧 "` | The symbol used before displaying the version of Erlang. |
-| `disabled` | `false` | Disables the `erlang` module. |
+| Variable | Default | Description |
+| ---------- | --------------------- | ---------------------------------------------------------------------------- |
+| `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 bold black"` | The style for the module. |
+| `disabled` | `false` | Disables the `env_var` module. |
### Exemple
```toml
# ~/.config/starship.toml
-[erlang]
-symbol = "e "
+[env_var]
+variable = "SHELL"
+default = "unknown shell"
```
-## Environment Variable
-The `env_var` module displays the current value of a selected environment variable. The module will be shown only if any of the following conditions are met:
+## Erlang
-- The `variable` configuration option matches an existing environment variable
-- The `variable` configuration option is not defined, but the `default` configuration option is
+The `erlang` module shows the currently installed version of Erlang/OTP. Le module est affiché si l'une des ces conditions est remplie :
+
+- The current directory contains a `rebar.config` file.
+- The current directory contains a `erlang.mk` file.
### Options
-| Variable | Default | Description |
-| ---------- | ---------------- | ---------------------------------------------------------------------------- |
-| `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"` | The style for the module. |
-| `disabled` | `false` | Disables the `env_var` module. |
+| Variable | Default | Description |
+| ---------- | ------------ | -------------------------------------------------------- |
+| `symbol` | `"🖧 "` | The symbol used before displaying the version of Erlang. |
+| `style` | `bold green` | The style for this module. |
+| `disabled` | `false` | Disables the `erlang` module. |
### Exemple
```toml
# ~/.config/starship.toml
-[env_var]
-variable = "SHELL"
-default = "unknown shell"
+[erlang]
+symbol = "e "
```
## Git Branch
@@ -1009,12 +1012,12 @@ The `package` module is shown when the current directory is the repository for a
### Options
-| Variable | Default | Description |
-| ----------------- | -------------- | ---------------------------------------------------------- |
-| `symbol` | `"📦 "` | The symbol used before displaying the version the package. |
-| `style` | `"bold green"` | The style for the module. |
-| `display_private` | `false` | Enable displaying version for packages marked as private. |
-| `disabled` | `false` | Disables the `package` module. |
+| Variable | Default | Description |
+| ----------------- | ------------ | ---------------------------------------------------------- |
+| `symbol` | `"📦 "` | The symbol used before displaying the version the package. |
+| `style` | `"bold 208"` | The style for the module. |
+| `display_private` | `false` | Enable displaying version for packages marked as private. |
+| `disabled` | `false` | Disables the `package` module. |
### Exemple
@@ -1035,11 +1038,11 @@ The `php` module shows the currently installed version of PHP. Le module est aff
### Options
-| Variable | Default | Description |
-| ---------- | -------------- | ----------------------------------------------------- |
-| `symbol` | `"🐘 "` | The symbol used before displaying the version of PHP. |
-| `style` | `"bold green"` | The style for the module. |
-| `disabled` | `false` | Disables the `php` module. |
+| Variable | Default | Description |
+| ---------- | ------------ | ----------------------------------------------------- |
+| `symbol` | `"🐘 "` | The symbol used before displaying the version of PHP. |
+| `style` | `"bold 147"` | The style for the module. |
+| `disabled` | `false` | Disables the `php` module. |
### Exemple
@@ -1052,11 +1055,9 @@ symbol = "🔹 "
## Python
-The `python` module shows the currently installed version of Python.
-
-If `pyenv_version_name` is set to `true`, it will display the pyenv version name.
+The `python` module shows the currently installed version of Python and the current Python virtual environment if one is activated.
-Otherwise, it will display the version number from `python --version` and show the current Python virtual environment if one is activated.
+If `pyenv_version_name` is set to `true`, it will display the pyenv version name. Otherwise, it will display the version number from `python --version`.
Le module est affiché si l'une des ces conditions est remplie :
diff --git a/docs/ja-JP/config/README.md b/docs/ja-JP/config/README.md
index 498a03ba9..b7c7d8f1e 100644
--- a/docs/ja-JP/config/README.md
+++ b/docs/ja-JP/config/README.md
@@ -442,10 +442,11 @@ The `elixir` module shows the currently installed version of Elixir and Erlang/O
### オプション
-| 変数 | デフォルト | 説明 |
-| ---------- | ------- | --------------------------------------------------------------- |
-| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
-| `disabled` | `false` | Disables the `elixir` module. |
+| 変数 | デフォルト | 説明 |
+| ---------- | --------------- | --------------------------------------------------------------- |
+| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
+| `style` | `"bold purple"` | モジュールのスタイルです。 |
+| `disabled` | `false` | Disables the `elixir` module. |
### 設定例
@@ -484,55 +485,57 @@ symbol = "🔮 "
symbol = " "
```
-## Erlang
+## 環境変数
-The `erlang` module shows the currently installed version of Erlang/OTP. 次の条件のいずれかが満たされると、モジュールが表示されます。
+`env_var`モジュールは、選択された環境変数の現在の値を表示します。 次の条件のいずれかが満たされると、モジュールが表示されます。
-- The current directory contains a `rebar.config` file.
-- The current directory contains a `erlang.mk` file.
+- `variable`オプションが、既存の環境変数と一致する
+- `variable`オプションが定義されておらず、`default`オプションが定義されている
### オプション
-| 変数 | デフォルト | 説明 |
-| ---------- | ------- | -------------------------------------------------------- |
-| `symbol` | `"🖧 "` | The symbol used before displaying the version of Erlang. |
-| `disabled` | `false` | Disables the `erlang` module. |
+| 変数 | デフォルト | 説明 |
+| ---------- | --------------------- | ------------------------------------- |
+| `symbol` | | 環境変数を表示する前に使用される記号です。 |
+| `variable` | | 表示される環境変数です。 |
+| `default` | | 上のvariableが定義されていない場合に表示されるデフォルトの値です。 |
+| `prefix` | `""` | 変数の直前に表示するprefixです。 |
+| `suffix` | `""` | 変数の直後に表示するsuffixです。 |
+| `style` | `"dimmed bold black"` | モジュールのスタイルです。 |
+| `disabled` | `false` | `env_var`モジュールを無効にします。 |
### 設定例
```toml
# ~/.config/starship.toml
-[erlang]
-symbol = "e "
+[env_var]
+variable = "SHELL"
+default = "unknown shell"
```
-## 環境変数
-`env_var`モジュールは、選択された環境変数の現在の値を表示します。 次の条件のいずれかが満たされると、モジュールが表示されます。
+## Erlang
-- `variable`オプションが、既存の環境変数と一致する
-- `variable`オプションが定義されておらず、`default`オプションが定義されている
+The `erlang` module shows the currently installed version of Erlang/OTP. 次の条件のいずれかが満たされると、モジュールが表示されます。
+
+- カレントディレクトリに`rebar.config`ファイルが含まれている.
+- カレントディレクトリに`erlang.mk`ファイルが含まれている.
### オプション
-| 変数 | デフォルト | 説明 |
-| ---------- | ---------------- | ------------------------------------- |
-| `symbol` | | 環境変数を表示する前に使用される記号です。 |
-| `variable` | | 表示される環境変数です。 |
-| `default` | | 上のvariableが定義されていない場合に表示されるデフォルトの値です。 |
-| `prefix` | `""` | 変数の直前に表示するprefixです。 |
-| `suffix` | `""` | 変数の直後に表示するsuffixです。 |
-| `style` | `"dimmed black"` | モジュールのスタイルです。 |
-| `disabled` | `false` | `env_var`モジュールを無効にします。 |
+| 変数 | デフォルト | 説明 |
+| ---------- | ---------- | -------------------------------------------------------- |
+| `symbol` | `"🖧 "` | The symbol used before displaying the version of Erlang. |
+| `style` | `bold red` | The style for this module. |
+| `disabled` | `false` | Disables the `erlang` module. |
### 設定例
```toml
# ~/.config/starship.toml
-[env_var]
-variable = "SHELL"
-default = "unknown shell"
+[erlang]
+symbol = "e "
```
## Git ブランチ
@@ -1013,7 +1016,7 @@ symbol = "🤖 "
| 変数 | デフォルト | 説明 |
| ----------------- | ------------ | --------------------------------------------------------- |
| `symbol` | `"📦 "` | パッケージのバージョンを表示する前に使用される記号です。 |
-| `style` | `"bold red"` | モジュールのスタイルです。 |
+| `style` | `"bold 208"` | モジュールのスタイルです。 |
| `display_private` | `false` | Enable displaying version for packages marked as private. |
| `disabled` | `false` | `package` モジュールを無効にします。 |
@@ -1039,7 +1042,7 @@ symbol = "🎁 "
| 変数 | デフォルト | 説明 |
| ---------- | ------------ | -------------------------- |
| `symbol` | `"🐘 "` | PHPのバージョンを表示する前に使用される記号です。 |
-| `style` | `"bold red"` | モジュールのスタイルです。 |
+| `style` | `"bold 147"` | モジュールのスタイルです。 |
| `disabled` | `false` | `php`モジュールを無効にします。 |
### 設定例
@@ -1053,11 +1056,9 @@ symbol = "🔹 "
## Python
-`python`モジュールは、現在インストールされているPythonのバージョンを示します。
-
-`pyenvversionname`が`true`に設定されている場合 、pyenvでのバージョン名が表示されます 。
+The `python` module shows the currently installed version of Python and the current Python virtual environment if one is activated.
-それ以外の場合は、 `python --version`バージョン番号が表示され、アクティブになっている場合は現在のPython仮想環境が表示されます。
+If `pyenv_version_name` is set to `true`, it will display the pyenv version name. Otherwise, it will display the version number from `python --version`.
次の条件のいずれかが満たされると、モジュールが表示されます。
diff --git a/docs/ja-JP/guide/README.md b/docs/ja-JP/guide/README.md
index 43f2bdaeb..bf9638616 100644
--- a/docs/ja-JP/guide/README.md
+++ b/docs/ja-JP/guide/README.md
@@ -104,12 +104,12 @@
**シェル用の最小限の、非常に高速で、無限にカスタマイズ可能なプロンプトです!**
-- **高速: ** _本当に</ 1>高速です! 🚀</li>
-- **カスタマイズ可能: **プロンプトのあらゆる側面を構成します。
-- **ユニバーサル: ** あらゆるシェル、あらゆるオペレーティングシステムで動作します。
+- **高速:** _本当に_ 高速です! 🚀
+- **カスタマイズ可能:** プロンプトのあらゆる側面を構成します。
+- **ユニバーサル:** あらゆるシェル、あらゆるオペレーティングシステムで動作します。
- **インテリジェント:** 関連情報を一目で示します。
-- **豊富な機能: ** お気に入りのツールをすべてサポートします。
-- **簡単: ** 迅速なインストールが可能であり、数分で使用開始可能です。</ul>
+- **豊富な機能:** お気に入りのツールをすべてサポートします。
+- **簡単:** 迅速なインストールが可能であり、数分で使用開始可能です。
<p align="center">
<a href="https://starship.rs/"><strong>Starshipのドキュメントを見る&nbsp;&nbsp;▶</strong></a>
diff --git a/docs/pt-BR/README.md b/docs/pt-BR/README.md
index 048607956..a68fa66e8 100644
--- a/docs/pt-BR/README.md
+++ b/docs/pt-BR/README.md
@@ -2,23 +2,23 @@
home: true
heroImage: /logo.svg
heroText:
-tagline: The minimal, blazing-fast, and infinitely customizable prompt for any shell!
-actionText: Get Started →
+tagline: O prompt minimalista, extremamente rápido e infinitamente personalizável para qualquer shell!
+actionText: Primeiros passos →
actionLink: ./guide/
features:
-
- title: Compatibility First
- details: Works on the most common shells on the most common operating systems. Use it everywhere!
+ title: Compatibilidade primeiro
+ details: Funciona nos principais shells nos principais sistemas operacionais. Use em qualquer lugar!
-
- title: Rust-Powered
- details: Brings the best-in-class speed and safety of Rust, to make your prompt as quick and reliable as possible.
+ title: Poder do Rust
+ details: Tenha o melhor da velocidade e segurança do Rust, para tornar seu prompt o mais rápido e confiável possível.
-
- title: Customizable
- details: Every little detail is customizable to your liking, to make this prompt as minimal or feature-rich as you'd like it to be.
-footer: ISC Licensed | Copyright © 2019-present Starship Contributors
+ title: Personalizável
+ details: Cada pequeno detalhe é personalizável ao seu gosto, para tornar esse prompt o mínimo possível ou rico em recursos, como você preferir.
+footer: Licenciado pelo ISC | Todos os direitos reservados © 2019-Presente | Contribuidores 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.
+description: O Starship é o prompt minimalista, extremamente rápido e extremamente personalizável para qualquer shell! Mostra as informações que você precisa, mantendo-se elegante e minimalista. Instalação rápida disponível para Bash, Fish, ZSH, Ion e Powershell.
---
<div class="center">
@@ -28,40 +28,40 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
</video>
</