From 42d8ec37170e7c8a00592bae372a09298465dde1 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 14 Dec 2022 00:50:29 +0900 Subject: [PATCH] docs(i18n): new Crowdin updates (#4711) --- docs/ar-SA/README.md | 6 +- docs/ar-SA/config/README.md | 8 +- docs/ar-SA/guide/README.md | 12 +- docs/ckb-IR/README.md | 4 +- docs/ckb-IR/config/README.md | 8 +- docs/de-DE/config/README.md | 146 ++++---- docs/de-DE/guide/README.md | 14 +- docs/es-ES/advanced-config/README.md | 14 +- docs/es-ES/config/README.md | 358 ++++++++++---------- docs/es-ES/guide/README.md | 20 +- docs/es-ES/migrating-to-0.45.0/README.md | 4 +- docs/es-ES/presets/pastel-powerline.md | 2 +- docs/fr-FR/config/README.md | 310 ++++++++--------- docs/fr-FR/faq/README.md | 4 +- docs/fr-FR/guide/README.md | 30 +- docs/fr-FR/migrating-to-0.45.0/README.md | 4 +- docs/fr-FR/presets/README.md | 2 +- docs/fr-FR/presets/no-runtimes.md | 2 +- docs/fr-FR/presets/plain-text.md | 2 +- docs/id-ID/advanced-config/README.md | 2 +- docs/id-ID/config/README.md | 174 +++++----- docs/id-ID/migrating-to-0.45.0/README.md | 34 +- docs/it-IT/advanced-config/README.md | 2 +- docs/it-IT/config/README.md | 20 +- docs/it-IT/guide/README.md | 8 +- docs/ja-JP/README.md | 2 +- docs/ja-JP/config/README.md | 12 +- docs/ja-JP/faq/README.md | 16 +- docs/ja-JP/guide/README.md | 2 +- docs/ko-KR/advanced-config/README.md | 2 +- docs/ko-KR/guide/README.md | 2 +- docs/pl-PL/README.md | 4 +- docs/pl-PL/advanced-config/README.md | 2 +- docs/pl-PL/config/README.md | 8 +- docs/pt-BR/README.md | 4 +- docs/pt-BR/config/README.md | 402 +++++++++++------------ docs/pt-BR/guide/README.md | 8 +- docs/pt-BR/installing/README.md | 2 +- docs/pt-BR/presets/README.md | 12 +- docs/pt-BR/presets/bracketed-segments.md | 2 +- docs/pt-BR/presets/nerd-font.md | 2 +- docs/pt-BR/presets/no-runtimes.md | 2 +- docs/pt-BR/presets/pastel-powerline.md | 4 +- docs/pt-BR/presets/plain-text.md | 4 +- docs/pt-BR/presets/pure-preset.md | 4 +- docs/ru-RU/guide/README.md | 2 +- docs/tr-TR/README.md | 6 +- docs/tr-TR/config/README.md | 8 +- docs/tr-TR/guide/README.md | 2 +- docs/uk-UA/guide/README.md | 2 +- docs/vi-VN/README.md | 4 +- docs/vi-VN/config/README.md | 184 +++++------ docs/vi-VN/faq/README.md | 10 +- docs/zh-CN/README.md | 2 +- docs/zh-CN/advanced-config/README.md | 2 +- docs/zh-CN/config/README.md | 26 +- docs/zh-CN/guide/README.md | 14 +- docs/zh-TW/config/README.md | 22 +- docs/zh-TW/guide/README.md | 4 +- 59 files changed, 987 insertions(+), 987 deletions(-) diff --git a/docs/ar-SA/README.md b/docs/ar-SA/README.md index 34c39882..e899fb40 100644 --- a/docs/ar-SA/README.md +++ b/docs/ar-SA/README.md @@ -119,13 +119,13 @@ description: Starship is the minimal, blazing fast, and extremely customizable p #### Elvish - ::: تحذير + ::: warning Only elvish v0.18 or higher is supported. ::: - أضف ما يلي إلى نهاية `~/.elvish/rc.elv`: + أضف ما يلي إلى نهاية الملف `~/.elvish/rc.elv`: ```sh # ~/.elvish/rc.elv @@ -147,7 +147,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p #### Nushell - ::: تحذير + ::: warning This will change in the future. Only Nushell v0.61+ is supported. diff --git a/docs/ar-SA/config/README.md b/docs/ar-SA/config/README.md index 87ccb80b..23b26afe 100644 --- a/docs/ar-SA/config/README.md +++ b/docs/ar-SA/config/README.md @@ -656,7 +656,7 @@ The character will tell you whether the last command was successful or not. It c By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape). -::: تحذير +::: warning `vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148). @@ -2038,13 +2038,13 @@ The default functionality is: - 1 job -> `symbol` is shown. - 2 jobs or more -> `symbol` + `number` are shown. -::: تحذير +::: warning This module is not supported on tcsh and nu. ::: -::: تحذير +::: warning The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running. @@ -2720,7 +2720,7 @@ symbol = '☁️ ' The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate. -::: تحذير +::: warning The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems. diff --git a/docs/ar-SA/guide/README.md b/docs/ar-SA/guide/README.md index 760ffa28..30d9e145 100644 --- a/docs/ar-SA/guide/README.md +++ b/docs/ar-SA/guide/README.md @@ -178,7 +178,7 @@
Android -قم بتثبيت Starship باستخدام أي من package managers التاليين: +يمكنك تثبيت starship باستخدام احد ال package managers التالية: | Repository | Instructions | | --------------------------------------------------------------------------------- | ---------------------- | @@ -189,7 +189,7 @@
BSD -قم بتثبيت Starship باستخدام أي من package managers التاليين: +يمكنك تثبيت starship باستخدام احد ال package managers التالية: | Distribution | Repository | Instructions | | ------------ | -------------------------------------------------------- | --------------------------------- | @@ -270,7 +270,7 @@ curl -sS https://starship.rs/install.sh | sh
Bash -أضف ما يلي إلى نهاية ملف `~/.bashrc`: +أضف ما يلي إلى نهاية `~/.bashrc`: ```sh eval "$(starship init bash)" @@ -292,7 +292,7 @@ load(io.popen('starship init cmd'):read("*a"))()
Elvish -أضف ما يلي إلى نهاية الملف `~/.elvish/rc.elv`: +أضف ما يلي إلى نهاية `~/.elvish/rc.elv`: ```sh eval (starship init elvish) @@ -305,7 +305,7 @@ eval (starship init elvish)
Fish -أضف ما يلي إلى نهاية الملف `~/.fish/config.fish`: +أضف ما يلي إلى نهاية `~/.config/fish/config.fish`: ```fish starship init fish | source @@ -316,7 +316,7 @@ starship init fish | source
Ion -أضف ما يلي إلى نهاية الملف `config/ion/initrc`: +أضف ما يلي إلى نهاية `~/.config/ion/initrc`: ```sh eval $(starship init ion) diff --git a/docs/ckb-IR/README.md b/docs/ckb-IR/README.md index 6c1c28e4..068d2147 100644 --- a/docs/ckb-IR/README.md +++ b/docs/ckb-IR/README.md @@ -119,7 +119,7 @@ description: 'Starship: یەکێ لە promptـە سوکەڵە، خێرا، و ب #### Elvish - ::: ئاگادارکردنەوە + ::: warning Only elvish v0.18 or higher is supported. @@ -147,7 +147,7 @@ description: 'Starship: یەکێ لە promptـە سوکەڵە، خێرا، و ب #### Nushell - ::: ئاگادارکردنەوە + ::: warning This will change in the future. Only Nushell v0.61+ is supported. diff --git a/docs/ckb-IR/config/README.md b/docs/ckb-IR/config/README.md index 9ef5e91e..bac6c66c 100644 --- a/docs/ckb-IR/config/README.md +++ b/docs/ckb-IR/config/README.md @@ -656,7 +656,7 @@ The character will tell you whether the last command was successful or not. It c By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape). -::: ئاگادارکردنەوە +::: warning `vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148). @@ -2038,13 +2038,13 @@ The default functionality is: - 1 job -> `symbol` is shown. - 2 jobs or more -> `symbol` + `number` are shown. -::: ئاگادارکردنەوە +::: warning This module is not supported on tcsh and nu. ::: -::: ئاگادارکردنەوە +::: warning The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running. @@ -2720,7 +2720,7 @@ symbol = '☁️ ' The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate. -::: ئاگادارکردنەوە +::: warning The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems. diff --git a/docs/de-DE/config/README.md b/docs/de-DE/config/README.md index 4dae32b0..49426fae 100644 --- a/docs/de-DE/config/README.md +++ b/docs/de-DE/config/README.md @@ -52,7 +52,7 @@ Standardmäßig protokolliert Starship Warnungen und Fehler in einer Datei names export STARSHIP_CACHE=~/.starship/cache ``` -Für die Windows PowerShell diese Zeile zum `$PROFILE` hinzufügen: +Äquivalent ist in der Windows PowerShell diese Zeile zum `$PROFILE` hinzuzufügen: ```powershell $ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp" @@ -66,7 +66,7 @@ os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp') ### Terminologie -**Module**: Eine Komponente in der Konsole, die auf kontextualisierte Informationen des OS basiert. Beispielsweise zeigt das "nodejs" Module die Version von Node.js, welches derzeitig auf deinem Computer installiert ist, an, falls dein derzeitiger Ordner ein Node.js Projekt ist. +**Modul**: Eine Komponente in der Eingabeaufforderung, welche Informationen basierend auf Kontextinformationen deines Betriebssystems angibt. Beispielsweise zeigt das "nodejs" Module die Version von Node.js, welches derzeitig auf deinem Computer installiert ist, an, falls dein derzeitiger Ordner ein Node.js Projekt ist. **Variable**: Eine kleinere Unterkomponente, welche Information des Moduls enthält. Zum Beispiel enthält die Variable "version" im Modul "nodejs" die aktuelle Version von Node.js. @@ -197,7 +197,7 @@ Dies ist eine Liste mit Prompt-weiten Konfigurationsoptionen. ### Optionen -| Option | Standardwert | Beschreibung | +| Option | Standartwert | Beschreibung | | ----------------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `format` | [link](#default-prompt-format) | Das Aussehen des Prompts festlegen. | | `right_format` | `''` | Sieh [Enable Right Prompt](/advanced-config/#enable-right-prompt) | @@ -422,7 +422,7 @@ The `azure` module shows the current Azure Subscription. This is based on showin ### Optionen -| Variable | Standardwert | Beschreibung | +| Variable | Standartwert | Beschreibung | | ---------- | ---------------------------------------- | ------------------------------------------ | | `format` | `'on [$symbol($subscription)]($style) '` | The format for the Azure module to render. | | `symbol` | `'ﴃ '` | The symbol used in the format. | @@ -1013,7 +1013,7 @@ The `deno` module shows you your currently installed version of [Deno](https://d ### Optionen -| Option | Standardwert | Beschreibung | +| Option | Standartwert | Beschreibung | | ------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | @@ -1051,7 +1051,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an ### Optionen -| Option | Standardwert | Beschreibung | +| Option | Standartwert | Beschreibung | | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | | `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. | @@ -1070,7 +1070,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
Dieses Modul hat einige erweiterte Konfigurationsoptionen, welche die Darstellung von Verzeichnissen steuern. -| Advanced Option | Standardwert | Beschreibung | +| Advanced Option | Standartwert | Beschreibung | | --------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `substitutions` | | A table of substitutions to be made to the path. | | `fish_style_pwd_dir_length` | `0` | The number of characters to use when applying fish shell pwd path logic. | @@ -1128,7 +1128,7 @@ The `docker_context` module shows the currently active [Docker context](https:// ### Optionen -| Option | Standardwert | Beschreibung | +| Option | Standartwert | Beschreibung | | ------------------- | ------------------------------------------------------------- | --------------------------------------------------------------------------------- | | `format` | `'via [$symbol$context]($style) '` | Das Format für das Modul. | | `symbol` | `'🐳 '` | The symbol used before displaying the Docker context. | @@ -1181,7 +1181,7 @@ The module will also show the Target Framework Moniker (Chat auf Discord Russisch   -**Minimale, super schnelle und unendlich anpassbare Prompt für jede Shell!** +**Der minimalistische, super schnelle und unendlich anpassbare Prompt für jede Shell!** - **Schnell:** sie ist schnell – _sehr, sehr_ schnell! 🚀 - **Konfigurierbar:** konfiguriere jedes Detail der Prompt. @@ -400,15 +400,15 @@ Falls du Starship weiter anpassen möchtest: ## 🤝 Mitwirken -Wir laden Leute **aller Erfahrungsstufen** herzlich ein mitzumachen! Falls du dich mit dem Projekt vertaut machen willst, versuche ein [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue). +Wir sind immer auf der Suche nach Helfern **jeder Erfahrungsstufe**! Probleme mit dem Label [„Good first issues“](https://github.com/starship/starship/labels/🌱%20good%20first%20issue) sind der beste Weg, um dich mit dem Projekt vertraut zu machen. Wenn du eine andere Sprache flüssig sprichts, würden wir uns sehr freuen wenn du helfen würdest die Dokumentation in anderen Sprachen auf dem aktuellsten Stand zu halten. Hier kannst du bei der Übersetzung helfen [Starship Crowdin](https://translate.starship.rs/). -Falls du an Starship mitwirken willst, wirf bitte einen Blick auf den [Contributing Guide](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Schau auch gerne auf unserem [Discord server](https://discord.gg/8Jzqu3T) vorbei. 👋 +Falls du an Starship mitwirken willst, wirf bitte einen Blick auf den [Leitfaden zum Mitwirken](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Schau auch gerne auf unserem [Discord-Server](https://discord.gg/8Jzqu3T) vorbei. 👋 ## 💭 Inspiriert durch -Checkt bitte diese älteren Projekte, die das Entstehen von Starhip inspiriert haben. 🙏 +Schaut euch bitte auch die Projekte an, die die Entstehung von Starship inspiriert haben. 🙏 - **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** – A ZSH prompt for astronauts. diff --git a/docs/es-ES/advanced-config/README.md b/docs/es-ES/advanced-config/README.md index 0a100eb5..9dc17fc9 100644 --- a/docs/es-ES/advanced-config/README.md +++ b/docs/es-ES/advanced-config/README.md @@ -10,9 +10,9 @@ Las configuraciones de esta sección están sujetos a cambios en futuras version ## TransientPrompt en PowerShell -It is possible to replace the previous-printed prompt with a custom string. This is useful in cases where all the prompt information is not always needed. To enable this, run `Enable-TransientPrompt` in the shell session. To make it permanent, put this statement in your `$PROFILE`. Transience can be disabled on-the-fly with `Disable-TransientPrompt`. +Es posible reemplazar la entrada impresa anteriormente con una cadena personalizada. Esto es útil en los casos que toda la información de la entrada no es siempre necesaria. Para habilitar esto, ejecuta `Enable-TransientPrompt` en la línea de comandos. Para hacerlo permanente, haz esta declaración en tu `$PROFILE`. La transitoriedad puede ser desactivada al momento con `Disable-TransientPrompt`. -By default, the left side of input gets replaced with `>`. To customize this, define a new function called `Invoke-Starship-TransientFunction`. For example, to display Starship's `character` module here, you would do +Por defecto, el lado izquierdo de la entrada es reemplazado por `>`. Para personalizar esto, defina una nueva función llamada `Invoke-Starship-TransientFunction`. Por ejemplo, para mostrar el módulo `character` de Starship aquí, harías ```powershell function Invoke-Starship-TransientFunction { @@ -26,7 +26,7 @@ Enable-TransientPrompt ## TransientPrompt y TransientRight Prompt en Cmd -Clink allows you to replace the previous-printed prompt with custom strings. This is useful in cases where all the prompt information is not always needed. To enable this, run `clink set prompt.transient ` where \ can be one of: +Clink allows you to replace the previous-printed prompt with custom strings. Esto es útil en los casos que toda la información de la entrada no es siempre necesaria. To enable this, run `clink set prompt.transient ` where \ can be one of: - `always`: always replace the previous prompt - `same_dir`: replace the previous prompt only if the working directory is same @@ -34,7 +34,7 @@ Clink allows you to replace the previous-printed prompt with custom strings. Thi You need to do this only once. Make the following changes to your `starship.lua` to customize what gets displayed on the left and on the right: -- By default, the left side of input gets replaced with `>`. To customize this, define a new function called `starship_transient_prompt_func`. This function receives the current prompt as a string that you can utilize. For example, to display Starship's `character` module here, you would do +- Por defecto, el lado izquierdo de la entrada es reemplazado por `>`. To customize this, define a new function called `starship_transient_prompt_func`. This function receives the current prompt as a string that you can utilize. Por ejemplo, para mostrar el módulo `character` de Starship aquí, harías ```lua function starship_transient_prompt_func(prompt) @@ -56,11 +56,11 @@ load(io.popen('starship init cmd'):read("*a"))() ## TransientPrompt and TransientRightPrompt in Fish -It is possible to replace the previous-printed prompt with a custom string. This is useful in cases where all the prompt information is not always needed. To enable this, run `enable_transience` in the shell session. To make it permanent, put this statement in your `~/.config/fish/config.fish`. Transience can be disabled on-the-fly with `disable_transience`. +Es posible reemplazar la entrada impresa anteriormente con una cadena personalizada. Esto es útil en los casos que toda la información de la entrada no es siempre necesaria. To enable this, run `enable_transience` in the shell session. To make it permanent, put this statement in your `~/.config/fish/config.fish`. Transience can be disabled on-the-fly with `disable_transience`. Note that in case of Fish, the transient prompt is only printed if the commandline is non-empty, and syntactically correct. -- By default, the left side of input gets replaced with a bold-green `❯`. To customize this, define a new function called `starship_transient_prompt_func`. For example, to display Starship's `character` module here, you would do +- By default, the left side of input gets replaced with a bold-green `❯`. To customize this, define a new function called `starship_transient_prompt_func`. Por ejemplo, para mostrar el módulo `character` de Starship aquí, harías ```fish function starship_transient_prompt_func @@ -265,7 +265,7 @@ Las cadenas de estilo son una lista de palabras, separadas por espacios en blanc - `bg:` - `fg:` - `` -- `none` +- `ninguno` donde `` es un especificador de color (discutido a continuación). `fg:` y `` hacen actualmente lo mismo, aunque esto puede cambiar en el futuro. `inverted` cambia el fondo y los colores de primer plano. El orden de las palabras en la cadena no importa. diff --git a/docs/es-ES/config/README.md b/docs/es-ES/config/README.md index 113d1ff3..5f978f61 100644 --- a/docs/es-ES/config/README.md +++ b/docs/es-ES/config/README.md @@ -70,7 +70,7 @@ os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp') **Variable**: subcomponentes más pequeños que contienen información proporcionada por el módulo. Por ejemplo, la variable "version" en el módulo "nodejs" contiene la versión actual de NodeJS. -Por convención, la mayoría de los módulos tienen un prefijo del color predeterminado de la terminal (por ejemplo, `vía` en "nodejs") y un espacio vacío como sufijo. +Por convención, la mayoría de los módulos tienen un prefijo del color por defecto de la terminal (por ejemplo, `vía` en "nodejs") y un espacio vacío como sufijo. ### Strings @@ -197,7 +197,7 @@ Esta es la lista de opciones de configuración del prompt. ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ----------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `format` | [ver aquí](#default-prompt-format) | Configura el formato del prompt. | | `right_format` | `''` | Ver [Habilitar prompt derecho](/advanced-config/#enable-right-prompt) | @@ -348,7 +348,7 @@ When using [saml2aws](https://github.com/Versent/saml2aws) the expiration inform ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | | `format` | `'on [$symbol($profile )(\($region\) )(\[$duration\] )]($style)'` | El formato del módulo. | | `symbol` | `'☁️ '` | El símbolo que se muestra antes del perfil de AWS. | @@ -369,7 +369,7 @@ When using [saml2aws](https://github.com/Versent/saml2aws) the expiration inform | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplos @@ -422,7 +422,7 @@ El módulo `azure` muestra la suscripción Azure actual. This is based on showin ### Opciones -| Variable | Por defecto | Descripción | +| Variable | Predeterminado | Descripción | | ---------- | ---------------------------------------- | ------------------------------------------- | | `format` | `'on [$symbol($subscription)]($style) '` | El formato para renderizar el módulo Azure. | | `symbol` | `'ﴃ '` | El símbolo utilizado en el formato. | @@ -461,7 +461,7 @@ El módulo `battery` muestra la cantidad de batería y si se está cargando o no ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | -------------------- | --------------------------------- | ------------------------------------------------------------------------ | | `full_symbol` | `' '` | Se muestra cuando la batería está cargada. | | `charging_symbol` | `' '` | Se muestra cuando la batería se está cargando. | @@ -499,12 +499,12 @@ El valor por defecto para las opciones `charging_symbol` y `discharging_symbol` La opción `display` es un arreglo de la siguiente tabla. -| Opción | Por defecto | Descripción | -| -------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------- | -| `threshold` | `10` | El umbral para la opción de visualización. | -| `style` | `'red bold'` | El estilo usado cuando si la opción <0>display está activa. | -| `charging_symbol` | | Símbolo opcional que se muestra si la opción de visualización está en uso, por defecto en la opción `charging_symbol` de la batería. | -| `discharging_symbol` | | Símbolo opcional que se muestra si la opción de visualización está en uso, por defecto en la opción `discharging_symbol` de la batería. | +| Opción | Predeterminado | Descripción | +| -------------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------- | +| `threshold` | `10` | El umbral para la opción de visualización. | +| `style` | `'red bold'` | El estilo usado cuando si la opción <0>display está activa. | +| `charging_symbol` | | Símbolo opcional que se muestra si la opción de visualización está en uso, por defecto en la opción `charging_symbol` de la batería. | +| `discharging_symbol` | | Símbolo opcional que se muestra si la opción de visualización está en uso, por defecto en la opción `discharging_symbol` de la batería. | #### Ejemplo @@ -530,7 +530,7 @@ El módulo `buf` muestra la versión instalada de [Buf](https://buf.build). Por ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ----------------------------------------------- | ---------------------------------------------------- | | `format` | `'with [$symbol($version )]($style)'` | El formato para el módulo `buf`. | | `version_format` | `'v${raw}'` | El formato de versión. | @@ -549,7 +549,7 @@ El módulo `buf` muestra la versión instalada de [Buf](https://buf.build). Por | `symbol` | | Refleja el valor de la opción `symbol` | | `style`* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -564,12 +564,12 @@ symbol = '🦬 ' The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes condiciones: -- El directorio actual contiene un fichero `bun.lockb` -- El directorio actual contiene un fichero `bunfig.toml` +- El directorio actual contiene un archivo `bun.lockb` +- El directorio actual contiene un archivo `bunfig.toml` ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -588,7 +588,7 @@ The `bun` module shows the currently installed version of the [bun](https://bun. | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -605,7 +605,7 @@ El módulo `c` muestra información sobre su compilador de C. Por defecto el mó ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version(-$name) )]($style)'` | La cadena de formato para el módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -645,7 +645,7 @@ Si un compilador C no es compatible con este módulo, puede solicitarlo [plantea format = 'via [$name $version]($style)' ``` -## Character +## Carácter El módulo `character` muestra un carácter (normalmente una flecha) al lado del texto que introduces en la terminal. @@ -664,7 +664,7 @@ Por defecto sólo cambia el color. Si también se quiere cambiar su forma, ver [ ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | --------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------- | | `format` | `'$symbol '` | La cadena de formato usada antes de la entrada de texto. | | `success_symbol` | `'[❯](bold green)'` | La cadena de formato usada antes de la entrada de texto si el comando anterior tuvo éxito. | @@ -721,7 +721,7 @@ El módulo `cmake` muestra la versión actualmente instalada de [CMake](https:// ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | -------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -740,7 +740,7 @@ El módulo `cmake` muestra la versión actualmente instalada de [CMake](https:// | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ## COBOL / GNUCOBOL @@ -751,7 +751,7 @@ El módulo `cobol` muestra la versión instalada de COBOL. Por defecto, el módu ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `symbol` | `'⚙️ '` | El símbolo usado antes de mostrar la versión de COBOL. | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | @@ -770,9 +770,9 @@ El módulo `cobol` muestra la versión instalada de COBOL. Por defecto, el módu | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo -## Tiempo de ejecución +## Tiempo de Ejecución El módulo `cmd_duration` muestra cuánto tiempo tomó ejecutarse el último comando. El módulo se mostrará solo si el comando llevó dos segundos o más, o el valor de `min_time` si existe. @@ -786,7 +786,7 @@ Los usuarios de Bash que necesiten la funcionalidad como preexec pueden usar el ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------------------- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `min_time` | `2_000` | Duración más corta para mostrar el tiempo (en milisegundos). | | `show_milliseconds` | `false` | Mostrar milisegundos además de segundos para la duración. | @@ -804,7 +804,7 @@ Los usuarios de Bash que necesiten la funcionalidad como preexec pueden usar el | duration | `16m40s` | El tiempo que tardó en ejecutar el comando | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -828,7 +828,7 @@ Esto no modifica el propio símbolo de sistema de Conda. En caso de querer supri ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `truncation_length` | `1` | El número de directorios a los que se debe truncar la ruta de entorno, si el entorno fue creado a través de `conda create -p [path]`. `0` significa sin truncamiento. Vea también el módulo [`directory`](#directory). | | `symbol` | `'🅒 '` | El símbolo usado antes del nombre del entorno. | @@ -845,7 +845,7 @@ Esto no modifica el propio símbolo de sistema de Conda. En caso de querer supri | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -862,7 +862,7 @@ El módulo `container` muestra el símbolo y nombre del contenedor, si está den ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------- | ---------------------------------- | ---------------------------------------------------------------- | | `symbol` | `'⬢'` | El símbolo mostrado, cuando se encuentra dentro de un contenedor | | `style` | `'bold red dimmed'` | El estilo del módulo. | @@ -877,7 +877,7 @@ El módulo `container` muestra el símbolo y nombre del contenedor, si está den | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -897,7 +897,7 @@ El módulo `cristal` muestra la versión instalada de [Crystal](https://crystal- ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `symbol` | `'🔮 '` | El símbolo usado antes de mostrar la versión del crystal. | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | @@ -916,7 +916,7 @@ El módulo `cristal` muestra la versión instalada de [Crystal](https://crystal- | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -931,11 +931,11 @@ format = 'via [✨ $version](bold blue) ' The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes condiciones: -- El directorio actual contiene un fichero `daml.yaml` +- El directorio actual contiene un archivo `daml.yaml` ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -954,7 +954,7 @@ The `daml` module shows the currently used [Daml](https://www.digitalasset.com/d | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -975,7 +975,7 @@ El módulo `dart` muestra la versión instalada de [Dart](https://dart.dev/). Po ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -994,7 +994,7 @@ El módulo `dart` muestra la versión instalada de [Dart](https://dart.dev/). Po | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1013,7 +1013,7 @@ El módulo `deno` le muestra la versión instalada de [Deno](https://deno.land/) ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -1051,7 +1051,7 @@ Por ejemplo, dado `~/Dev/Nix/nixpkgs/pkgs` donde `nixpkgs` es la raíz del repos ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | `truncation_length` | `3` | El número de carpetas a las que se debe truncar el directorio actual. | | `truncate_to_repo` | `true` | Truncar o no hasta la raíz del repositorio git en el que se esté. | @@ -1070,11 +1070,11 @@ Por ejemplo, dado `~/Dev/Nix/nixpkgs/pkgs` donde `nixpkgs` es la raíz del repos
Este módulo tiene algunas opciones avanzadas de configuración que controlan cómo se muestra el directorio. -| Opción avanzada | Por defecto | Descripción | -| --------------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `sustituciones` | | Una tabla de sustituciones que se deben hacer a la ruta. | -| `fish_style_pwd_dir_length` | `0` | El número de caracteres a usar al aplicar la lógica de ruta pwd del intérprete de comandos de Fish. | -| `use_logical_path` | `true` | Si `true` renderiza la ruta lógica originada desde el intérprete de comandos a través de `PWD` o `--logical-path`. Si `false` en su lugar renderiza la ruta física del sistema de archivos con enlaces simbólicos resueltos. | +| Opción avanzada | Predeterminado | Descripción | +| --------------------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `sustituciones` | | Una tabla de sustituciones que se deben hacer a la ruta. | +| `fish_style_pwd_dir_length` | `0` | El número de caracteres a usar al aplicar la lógica de ruta pwd del intérprete de comandos de Fish. | +| `use_logical_path` | `true` | Si `true` renderiza la ruta lógica originada desde el intérprete de comandos a través de `PWD` o `--logical-path`. Si `false` en su lugar renderiza la ruta física del sistema de archivos con enlaces simbólicos resueltos. | `substitutions` permite definir reemplazos arbitrarios para cadenas literales que ocurren en la ruta, por ejemplo prefijos largos de red o directorios de desarrollo (p. ej. Java). Ten en cuenta que esto desactivará el estilo PWD de fish. @@ -1095,7 +1095,7 @@ Por ejemplo, dado `~/Dev/Nix/nixpkgs/pkgs` donde `nixpkgs` es la raíz del repos | ruta | `'D:/Projects'` | La ruta del directorio actual | | style\* | `'black bold dimmed'` | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo
Los repositorios de git tienen variables adicionales. @@ -1122,13 +1122,13 @@ truncation_length = 8 truncation_symbol = '…/' ``` -## Docker context +## Contexto de Docker El módulo `docker_context` muestra el [contexto de Docker](https://docs.docker.com/engine/context/working-with-contexts/) actualmente activo si no está definido en `default` o si las variables de entorno `DOCKER_MACHINE_NAME`, `DOCKER_HOST` o `DOCKER_CONTEXT` están definidas (como se entiende para sobrescribir el contexto en uso). ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol$context]($style) '` | El formato del módulo. | | `symbol` | `'🐳 '` | El símbolo usado antes de mostrar el contexto de Docker. | @@ -1147,7 +1147,7 @@ El módulo `docker_context` muestra el [contexto de Docker](https://docs.docker. | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1181,7 +1181,7 @@ El módulo también mostrará el Target Framework Moniker ([https://docs.microso ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )(🎯 $tfm )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -1202,7 +1202,7 @@ El módulo también mostrará el Target Framework Moniker ([https://docs.microso | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1223,7 +1223,7 @@ El módulo `elixir` muestra la versión instalada de [Elixir](https://elixir-lan ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ----------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version \(OTP $otp_version\) )]($style)'` | El formato para el módulo de elixir. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -1243,7 +1243,7 @@ El módulo `elixir` muestra la versión instalada de [Elixir](https://elixir-lan | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1266,7 +1266,7 @@ El módulo `elm` muestra la versión instalada de [Elm](https://elm-lang.org/). ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | -------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -1285,7 +1285,7 @@ El módulo `elm` muestra la versión instalada de [Elm](https://elm-lang.org/). | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1301,7 +1301,7 @@ format = 'via [ $version](cyan bold) ' El módulo `env_var` muestra el valor actual de una variable de entorno seleccionada. El módulo se mostrará sólo si se cumplen cualquiera de las siguientes condiciones: - La opción de configuración de `variable` coincide con una variable de entorno existente -- La opción de configuración de `variable` no está definida, pero la opción de configuración `predeterminada` se encuentra +- La opción de configuración de `variable` no está definida, pero la opción de configuración se encuentra `por defecto` ::: tip @@ -1320,7 +1320,7 @@ default = 'unknown user' ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------- | ----------------------------- | -------------------------------------------------------------------------------------- | | `symbol` | `''` | El símbolo usado antes de mostrar el valor de la variable. | | `variable` | | La variable de entorno a mostrar. | @@ -1336,7 +1336,7 @@ default = 'unknown user' | symbol | | Refleja el valor de la opción `symbol` | | style\* | `black bold dimmed` | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1369,7 +1369,7 @@ El módulo `erlang` muestra la versión instalada de [Erlang/OTP](https://erlang ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -1388,7 +1388,7 @@ El módulo `erlang` muestra la versión instalada de [Erlang/OTP](https://erlang | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1399,13 +1399,13 @@ El módulo `erlang` muestra la versión instalada de [Erlang/OTP](https://erlang format = 'via [e $version](bold red) ' ``` -## Llenar +## Rellenar El módulo `fill` llena cualquier espacio extra en la línea con un símbolo. Si múltiples módulos `fill` están presentes en una línea, dividirán el espacio equitativamente entre ellos. Esto es útil para alinear otros módulos. ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------- | -------------- | ------------------------------------------ | | `symbol` | `'.'` | El símbolo utilizado para llenar la línea. | | `style` | `'bold black'` | El estilo del módulo. | @@ -1434,7 +1434,7 @@ El módulo `gcloud` muestra la configuración actual para el CLI de [`gcloud`](h ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ----------------- | ---------------------------------------------------------- | ------------------------------------------------------------ | | `format` | `'on [$symbol$account(@$domain)(\($region\))]($style) '` | El formato del módulo. | | `symbol` | `'☁️ '` | El símbolo usado antes de mostrar el perfil actual de GCP. | @@ -1455,7 +1455,7 @@ El módulo `gcloud` muestra la configuración actual para el CLI de [`gcloud`](h | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplos @@ -1501,13 +1501,13 @@ format = 'on [$symbol$account(@$domain)(\($project\))]($style) ' very-long-project-name = 'vlpn' ``` -## Git Branch +## Rama Git El módulo `git_branch` muestra la rama activa del repositorio en tu directorio actual. ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | -------------------- | ------------------------------------------------- | --------------------------------------------------------------------------------------------------- | | `always_show_remote` | `false` | Muestra el nombre de la rama de seguimiento remoto, incluso si es igual al nombre de la rama local. | | `format` | `'on [$symbol$branch(:$remote_branch)]($style) '` | El formato del módulo. Use `'$branch'` to refer to the current branch name. | @@ -1529,7 +1529,7 @@ El módulo `git_branch` muestra la rama activa del repositorio en tu directorio | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1549,7 +1549,7 @@ El módulo `git_commit` muestra el hash de la confirmación actual y también la ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | -------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------ | | `commit_hash_length` | `7` | La longitud del hash de la confirmación de git mostrado. | | `format` | `'[\($hash$tag\)]($style) '` | El formato del módulo. | @@ -1567,7 +1567,7 @@ El módulo `git_commit` muestra el hash de la confirmación actual y también la | hash | `b703eb3` | El hash actual de la confirmación de git | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1579,13 +1579,13 @@ commit_hash_length = 4 tag_symbol = '🔖 ' ``` -## Git state +## Git State El módulo `git_state` se mostrará en directorios que son parte de un repositorio git, y donde hay una operación en curso, tales como: _REBASING_, _BISECTING_, etc. Si hay información de progreso (por ejemplo, REBASING 3/10), esa información será mostrada también. ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | -------------- | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | | `rebase` | `'REBASING'` | Una cadena de formato que se muestra cuando un `rebase` está en progreso. | | `fusionar` | `'FUSIONANDO'` | Una cadena de formato que se muestra cuando un `merge` está en progreso. | @@ -1607,7 +1607,7 @@ El módulo `git_state` se mostrará en directorios que son parte de un repositor | progress_total | `2` | El progreso total de la operación | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1631,7 +1631,7 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | -------------------- | ------------------------------------------------------------ | -------------------------------------------------- | | `added_style` | `'bold green'` | El estilo para el recuento añadido. | | `deleted_style` | `'bold red'` | El estilo para el recuento eliminado. | @@ -1648,7 +1648,7 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable | added_style\* | | Refleja el valor de la opción `added_style` | | deleted_style\* | | Refleja el valor de la opción `deleted_style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1672,7 +1672,7 @@ El módulo Git Status es muy lento en los directorios de Windows (por ejemplo ba ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | | `format` | `'([\[$all_status$ahead_behind\]]($style) )'` | El formato predeterminado para `git_status` | | `conflicted` | `'='` | Esta rama tiene conflictos de fusión. | @@ -1708,7 +1708,7 @@ Las siguientes variables se pueden utilizar en `format`: | `borrado` | Muestra `deleted` cuando un archivo ha sido añadido al área de preparación. | | style\* | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo Las siguientes variables pueden ser usadas en `diverged`: @@ -1778,7 +1778,7 @@ El módulo `golang` muestra la versión instalada de [Go](https://golang.org/). ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ----------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -1797,7 +1797,7 @@ El módulo `golang` muestra la versión instalada de [Go](https://golang.org/). | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1814,7 +1814,7 @@ The `guix_shell` module shows the [guix-shell](https://guix.gnu.org/manual/devel ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------- | -------------------------- | ------------------------------------------------------ | | `format` | `'vía [$symbol]($style) '` | El formato del módulo. | | `symbol` | `"🐃 "` | A format string representing the symbol of guix-shell. | @@ -1828,7 +1828,7 @@ The `guix_shell` module shows the [guix-shell](https://guix.gnu.org/manual/devel | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1846,12 +1846,12 @@ El módulo `haskell` encuentra la versión GHC seleccionada y/o la instantánea Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes condiciones: -- El directorio actual contiene un fichero `stack.yaml` +- El directorio actual contiene un archivo `stack.yaml` - El directorio actual contiene cualquier archivo `.hs`, `.cabal` o `.hs-boot` ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | ---------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `symbol` | `'λ '` | Una cadena de formato que representa el símbolo de Haskell | @@ -1871,7 +1871,7 @@ Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ## Haxe @@ -1883,7 +1883,7 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ----------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `"via [$symbol($version )]($style)"` | El formato del módulo. | | `version_format` | `"v${raw}"` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -1902,7 +1902,7 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1922,7 +1922,7 @@ El módulo `helm` muestra la versión instalada de [Helm](https://helm.sh/). Por ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -1941,7 +1941,7 @@ El módulo `helm` muestra la versión instalada de [Helm](https://helm.sh/). Por | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1958,7 +1958,7 @@ El módulo `hostname` muestra el nombre de host del sistema. ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------ | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ssh_only` | `true` | Mostrar sólo el nombre de host cuando esté conectado a una sesión SSH. | | `ssh_symbol` | `'🌐 '` | Una cadena de formato que representa el símbolo cuando se conecta a la sesión SSH. | @@ -1975,7 +1975,7 @@ El módulo `hostname` muestra el nombre de host del sistema. | style\* | | Refleja el valor de la opción `style` | | ssh_symbol | `'🌏 '` | El símbolo a representar cuando está conectado a la sesión SSH | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -1998,7 +1998,7 @@ El módulo `java` muestra la versión instalada de [Java](https://www.oracle.com ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [${symbol}(${version} )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2017,7 +2017,7 @@ El módulo `java` muestra la versión instalada de [Java](https://www.oracle.com | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2052,7 +2052,7 @@ La opción `threshold` está obsoleta, pero si deseas usarla, el módulo mostrar ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------ | ----------------------------- | ---------------------------------------------------------------------------------- | | `threshold`* | `1` | Muestra el número de tareas si se exceden. | | `symbol_threshold` | `1` | Muestra `symbol` si el conteo de tareas es al menos `symbol_threshold`. | @@ -2072,7 +2072,7 @@ La opción `threshold` está obsoleta, pero si deseas usarla, el módulo mostrar | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2095,7 +2095,7 @@ El módulo `julia` muestra la versión instalada de [Julia](https://julialang.or ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2114,7 +2114,7 @@ El módulo `julia` muestra la versión instalada de [Julia](https://julialang.or | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2133,7 +2133,7 @@ El módulo `kotlin` muestra la versión instalada de [Kotlin](https://kotlinlang ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2153,7 +2153,7 @@ El módulo `kotlin` muestra la versión instalada de [Kotlin](https://kotlinlang | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2186,7 +2186,7 @@ When the module is enabled it will always be active, unless any of `detect_exten ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ---------------------------------------------------- | --------------------------------------------------------------------------- | | `symbol` | `'☸ '` | Una cadena de formato que representa el símbolo mostrado antes del Cluster. | | `format` | `'[$symbol$context( \($namespace\))]($style) in '` | El formato del módulo. | @@ -2209,7 +2209,7 @@ When the module is enabled it will always be active, unless any of `detect_exten | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2265,9 +2265,9 @@ El módulo `line_break` separa el prompt en dos líneas. ### Opciones -| Opción | Por defecto | Descripción | -| ---------- | ----------- | ------------------------------------------------------------------------------ | -| `disabled` | `false` | Deshabilita el módulo `line_break`, haciendo que el prompt sea una sola línea. | +| Opción | Predeterminado | Descripción | +| ---------- | -------------- | ------------------------------------------------------------------------------ | +| `disabled` | `false` | Deshabilita el módulo `line_break`, haciendo que el prompt sea una sola línea. | ### Ejemplo @@ -2284,7 +2284,7 @@ El módulo `localip` muestra la dirección IPv4 de la interfaz de red principal. ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------- | ------------------------- | ----------------------------------------------------------------------- | | `ssh_only` | `true` | Solo muestra la direccion IP cuando se está conectado a una sesión SSH. | | `format` | `'[$localipv4]($style) '` | El formato del módulo. | @@ -2298,7 +2298,7 @@ El módulo `localip` muestra la dirección IPv4 de la interfaz de red principal. | localipv4 | 192.168.1.13 | Contiene la dirección IPv4 primaria | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2321,7 +2321,7 @@ El módulo `lua` muestra la versión instalada de [Lua](http://www.lua.org/). Po ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2341,7 +2341,7 @@ El módulo `lua` muestra la versión instalada de [Lua](http://www.lua.org/). Po | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2366,7 +2366,7 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ----------- | ----------------------------------------------- | ------------------------------------------------------------- | | `threshold` | `75` | Ocultar el uso de memoria a menos que supere este porcentaje. | | `format` | `'via $symbol [${ram}( \| ${swap})]($style) '` | El formato del módulo. | @@ -2407,7 +2407,7 @@ By default the Meson project name is displayed, if `$MESON_DEVENV` is set. ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ---------------------------------- | ----------------------------------------------------------------------------------------- | | `truncation_length` | `2^32 - 1` | Truncates a project name to `N` graphemes. | | `truncation_symbol` | `'…'` | The symbol used to indicate a project name was truncated. You can use `''` for no symbol. | @@ -2424,7 +2424,7 @@ By default the Meson project name is displayed, if `$MESON_DEVENV` is set. | symbol | `🐏` | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2444,7 +2444,7 @@ El módulo `hg_branch` muestra la rama activa del repositorio del directorio act ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | -------------------------------- | --------------------------------------------------------------------------------------------------- | | `symbol` | `' '` | El símbolo usado antes del marcador hg o nombre de la rama del repositorio en su directorio actual. | | `style` | `'bold purple'` | El estilo del módulo. | @@ -2461,7 +2461,7 @@ El módulo `hg_branch` muestra la rama activa del repositorio del directorio act | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2485,7 +2485,7 @@ El módulo `nim` muestra la versión instalada de [Nim](https://nim-lang.org/). ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2504,7 +2504,7 @@ El módulo `nim` muestra la versión instalada de [Nim](https://nim-lang.org/). | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2522,7 +2522,7 @@ El módulo `nix_shell` muestra el entorno [nix-shell](https://nixos.org/guides/n ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------ | ---------------------------------------------- | -------------------------------------------------------------------------------- | | `format` | `'via [$symbol$state( \($name\))]($style) '` | El formato del módulo. | | `symbol` | `'❄️ '` | Una cadena de formato que representa el símbolo de nix-shell. | @@ -2540,7 +2540,7 @@ El módulo `nix_shell` muestra el entorno [nix-shell](https://nixos.org/guides/n | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2567,7 +2567,7 @@ El módulo `nodejs` muestra la versión instalada de [Node.js](https://nodejs.or ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------------ | --------------------------------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2587,7 +2587,7 @@ El módulo `nodejs` muestra la versión instalada de [Node.js](https://nodejs.or | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2611,7 +2611,7 @@ El módulo `ocaml` muestra la versión instalada de [OCaml](https://ocaml.org/). ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )(\($switch_indicator$switch_name\) )]($style)'` | La cadena de formato para el módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2651,7 +2651,7 @@ The `opa` module shows the currently installed version of the OPA tool. By defau ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2670,7 +2670,7 @@ The `opa` module shows the currently installed version of the OPA tool. By defau | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2687,7 +2687,7 @@ El módulo `openstack` muestra la nube actual y el proyecto OpenStack. El módul ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------- | ----------------------------------------------- | ----------------------------------------------------------- | | `format` | `'on [$symbol$cloud(\($project\))]($style) '` | El formato del módulo. | | `symbol` | `'☁️ '` | El símbolo usado antes de mostrar la nube OpenStack actual. | @@ -2703,7 +2703,7 @@ El módulo `openstack` muestra la nube actual y el proyecto OpenStack. El módul | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2734,7 +2734,7 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------- | --------------------- | ------------------------------------------------------ | | `format` | `"[$symbol]($style)"` | El formato del módulo. | | `style` | `"bold white"` | El estilo del módulo. | @@ -2796,7 +2796,7 @@ Windows = "🪟 " | version | | The current operating system version, if applicable | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2839,7 +2839,7 @@ El módulo `package` se muestra cuando el directorio actual es el repositorio de ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ----------------- | --------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'is [$symbol$version]($style) '` | El formato del módulo. | | `symbol` | `'📦 '` | El símbolo usado antes de mostrar la versión del paquete. | @@ -2856,7 +2856,7 @@ El módulo `package` se muestra cuando el directorio actual es el repositorio de | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2879,7 +2879,7 @@ El módulo `perl` muestra la versión instalada de [Perl](https://www.perl.org/) ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | La cadena de formato para el módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2917,7 +2917,7 @@ El módulo `php` muestra la versión instalada de [PHP](https://www.php.net/). P ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2936,7 +2936,7 @@ El módulo `php` muestra la versión instalada de [PHP](https://www.php.net/). P | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -2964,7 +2964,7 @@ Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------------- | -------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($username@)$stack]($style) '` | La cadena de formato para el módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -2983,7 +2983,7 @@ Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3014,7 +3014,7 @@ El módulo `purescript` muestra la versión instalada de [PureScript](https://ww ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3033,7 +3033,7 @@ El módulo `purescript` muestra la versión instalada de [PureScript](https://ww | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3064,7 +3064,7 @@ Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | -------------------- | ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3147,7 +3147,7 @@ El módulo `rlang` muestra la versión instalada de [R](https://www.r-project.or ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3184,7 +3184,7 @@ El módulo `raku` muestra la versión instalada de [Raku](https://www.raku.org/) ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version-$vm_version )]($style)'` | La cadena de formato para el módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3221,7 +3221,7 @@ Por defecto, el módulo `red` muestra la versión actualmente instalada de [Red] ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3240,7 +3240,7 @@ Por defecto, el módulo `red` muestra la versión actualmente instalada de [Red] | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3264,7 +3264,7 @@ Starship obtiene la versión actual de Ruby ejecutando `ruby -v`. ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3284,7 +3284,7 @@ Starship obtiene la versión actual de Ruby ejecutando `ruby -v`. | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3304,7 +3304,7 @@ Por defecto, el módulo `rust` muestra la versión instalada de [Rust](https://w ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3325,7 +3325,7 @@ Por defecto, el módulo `rust` muestra la versión instalada de [Rust](https://w | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3346,7 +3346,7 @@ El módulo `scala` muestra la versión actualmente instalada de [Scala](https:// ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ---------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [${symbol}(${version} )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3365,7 +3365,7 @@ El módulo `scala` muestra la versión actualmente instalada de [Scala](https:// | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3388,7 +3388,7 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------------------- | ------------------------- | ----------------------------------------------------------------------- | | `bash_indicator` | `'bsh'` | Una cadena de formato usada para representar bash. | | `fish_indicator` | `'fsh'` | Una cadena de formato usada para representar fish. | @@ -3407,12 +3407,12 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable ### Variables -| Variable | Por defecto | Descripción | -| --------- | ----------- | ------------------------------------------------------------------------------------- | -| indicador | | Refleja el valor de `indicator` para el intérprete de comandos actualmente utilizado. | -| style\* | | Refleja el valor de la opción `style`. | +| Variable | Predeterminado | Descripción | +| --------- | -------------- | ------------------------------------------------------------------------------------- | +| indicador | | Refleja el valor de `indicator` para el intérprete de comandos actualmente utilizado. | +| style\* | | Refleja el valor de la opción `style`. | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplos @@ -3433,7 +3433,7 @@ The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/int ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ----------- | ---------------------------- | ----------------------------------------------------------------- | | `threshold` | `2` | Mostrar el umbral. | | `format` | `'[$symbol$shlvl]($style) '` | El formato del módulo. | @@ -3450,7 +3450,7 @@ The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/int | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3469,7 +3469,7 @@ El módulo `singularity` muestra la imagen de [singularity](https://sylabs.io/si ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------- | -------------------------------- | ------------------------------------------------------------------- | | `format` | `'[$symbol\[$env\]]($style) '` | El formato del módulo. | | `symbol` | `''` | Una cadena de formato que se muestra antes del nombre de la imagen. | @@ -3484,7 +3484,7 @@ El módulo `singularity` muestra la imagen de [singularity](https://sylabs.io/si | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3501,7 +3501,7 @@ El módulo `spack` muestra el entorno actual [Spack](https://spack.readthedocs.i ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | | `truncation_length` | `1` | El número de directorios a los que se debe truncar la ruta de entorno. `0` significa sin truncamiento. Vea también el módulo [`directory`](#directory). | | `symbol` | `'🅢 '` | El símbolo usado antes del nombre del entorno. | @@ -3517,7 +3517,7 @@ El módulo `spack` muestra el entorno actual [Spack](https://spack.readthedocs.i | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3540,7 +3540,7 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | --------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | | `format` | `'[$symbol$status]($style) '` | El formato del módulo | | `symbol` | `'❌'` | El símbolo mostrado en el error del programa | @@ -3573,7 +3573,7 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3601,7 +3601,7 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | --------------- | ------------------------ | -------------------------------------------------------------------------------- | | `format` | `'[as $symbol]($style)'` | El formato del módulo | | `symbol` | `'🧙 '` | El símbolo mostrado cuando las credenciales se almacenan en caché | @@ -3616,7 +3616,7 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3647,7 +3647,7 @@ Por defecto, el módulo `swift` muestra la versión instalada de [Swift](https:/ ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3666,7 +3666,7 @@ Por defecto, el módulo `swift` muestra la versión instalada de [Swift](https:/ | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3694,7 +3694,7 @@ Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol$workspace]($style) '` | La cadena de formato para el módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3714,7 +3714,7 @@ Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3736,7 +3736,7 @@ format = '[🏎💨 $version$workspace]($style) ' format = '[🏎💨 $workspace]($style) ' ``` -## Hora +## Time El módulo `time` muestra la hora **local** actual. El valor de configuración de `format` es usado por el crate de [`chrono`](https://crates.io/crates/chrono) para controlar cómo se muestra la hora. Echa un vistazo a [los documentos de chrono strftime](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html) para ver qué opciones están disponibles. @@ -3748,7 +3748,7 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ----------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `format` | `'at [$time]($style) '` | La cadena de formato para el módulo. | | `use_12hr` | `false` | Habilita el formato de 12 horas | @@ -3767,7 +3767,7 @@ If `use_12hr` is `true`, then `time_format` defaults to `'%r'`. Otherwise, it de | tiempo | `13:08:10` | La hora actual. | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3799,7 +3799,7 @@ La conexión SSH se detecta comprobando las variables de entorno `SSH_CONNECTION ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------- | ----------------------- | ------------------------------------------------ | | `style_root` | `'bold red'` | El estilo usado cuando el usuario es root/admin. | | `style_user` | `'bold yellow'` | El estilo usado para usuarios no root. | @@ -3835,7 +3835,7 @@ El módulo `vagrant` muestra la versión instalada de [Vagrant](https://www.vagr ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3854,7 +3854,7 @@ El módulo `vagrant` muestra la versión instalada de [Vagrant](https://www.vagr | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3874,7 +3874,7 @@ El módulo `vlang` te muestra la versión instalada de [V](https://vlang.io/). P ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | -------------------------------------------- | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3907,7 +3907,7 @@ El módulo `vcsh` muestra el repositorio activo [VCSH](https://github.com/RichiH ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ---------- | -------------------------------- | ------------------------------------------------------------ | | `symbol` | `''` | El símbolo usado antes de mostrar el nombre del repositorio. | | `style` | `'bold yellow'` | El estilo del módulo. | @@ -3922,7 +3922,7 @@ El módulo `vcsh` muestra el repositorio activo [VCSH](https://github.com/RichiH | symbol | | Refleja el valor de la opción `symbol` | | style\* | `black bold dimmed` | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -3941,7 +3941,7 @@ Por defecto, el módulo `zig` muestra la versión instalada de [Zig](https://zig ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | El formato del módulo. | | `version_format` | `'v${raw}'` | El formato de versión. Las variables disponibles son `raw`, `major`, `minor`, & `patch` | @@ -3960,7 +3960,7 @@ Por defecto, el módulo `zig` muestra la versión instalada de [Zig](https://zig | symbol | | Refleja el valor de la opción `symbol` | | style\* | | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo ### Ejemplo @@ -4011,7 +4011,7 @@ Las cadenas de formato también pueden contener secuencias específicas del int ### Opciones -| Opción | Por defecto | Descripción | +| Opción | Predeterminado | Descripción | | ------------------- | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `comando` | `''` | El comando cuya salida debe ser impresa. El comando se pasará en stdin al intérprete de comandos. | | `cuando` | `false` | Valor booleano (`true` o `false`, sin comillas) o un comando de shell usado como una condición para mostrar el módulo. En caso de una cadena, el módulo se mostrará si el comando devuelve un código de estado `0`. | @@ -4036,7 +4036,7 @@ Las cadenas de formato también pueden contener secuencias específicas del int | symbol | Refleja el valor de la opción `symbol` | | style\* | Refleja el valor de la opción `style` | -*: Esta variable sólo puede ser usada como parte de una cadena de estilo +*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo #### Comando personalizado del intérprete de comandos @@ -4055,7 +4055,7 @@ Si no se da el `shell` o solo contiene un elemento y Starship detecta PowerShell shell = ['pwsh', '-Command', '-'] ``` -::: warning Asegúrate de que tu configuración personalizada del intérprete de comandos salga con éxito +::: warning Asegúrate de que tu configuración personalizada de shell salga con éxito Si estableces un comando personalizado, asegúrate de que el intérprete de comandos por defecto usado por Starship ejecutará correctamente el comando con una salida elegante (a través de la opción `shell`). diff --git a/docs/es-ES/guide/README.md b/docs/es-ES/guide/README.md index 53d243e2..d620b873 100644 --- a/docs/es-ES/guide/README.md +++ b/docs/es-ES/guide/README.md @@ -71,7 +71,7 @@ >Français   @@ -390,7 +390,7 @@ eval "$(starship init zsh)" ### Paso 3. Configurar Starship -Inicia una nueva instancia de shell, y deberías ver tu nuevo y hermoso prompt para shell. Si estás contento con los valores por defecto, ¡disfruta! +Inicia una nueva instancia de shell, y deberías ver tu nuevo y hermoso prompt para shell. Si está contento con los valores por defecto, ¡disfrútelos! Si estás buscando personalizar Starship: @@ -400,15 +400,15 @@ Si estás buscando personalizar Starship: ## 🤝 Contribuir -¡Siempre estamos buscando colaboradores de **todos los niveles y habilidades**! Si estás interesado en empezar en el proyecto con algo sencillo, prueba con un problema etiquetado como [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue). +¡Siempre estamos buscando colaboradores de **todos los niveles y habilidades**! Si estas buscando una manera fácil de ayudar este proyecto, puedes intentar resolver un problema con la etiqueta "[good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)". -Si hablas con fluidez en un idioma que no sea inglés, agradecemos mucho cualquier ayuda para mantener nuestros documentos traducidos y actualizados en otros idiomas. Si quieres ayudar, puedes contribuir con las traducciones en el [Crowdin de Starship](https://translate.starship.rs/). +Si habla con fluidez en un idioma que no es inglés, agradecemos mucho cualquier ayuda para mantener nuestros documentos traducidos y actualizados en otros idiomas. Si quieres ayudar, puedes contribuir con las traducciones en el [Crowdin de Starship](https://translate.starship.rs/). -Si estás interesado en ayudar contribuyendo a starship, por favor échale un vistazo a [Guía de Colaboración](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). También siéntete libre de pasarte por nuestro [servidor de Discord](https://discord.gg/8Jzqu3T) y saludarnos. 👋 +Si estás interesado en ayudar contribuyendo a Starship, por favor échale un vistazo a nuestra [Guía de Colaboración](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Además, siéntete libre de entrar en nuestro [servidor de Discord](https://discord.gg/8Jzqu3T) y di "¡Hola!". 👋 ## 💭 Inspirado por -Por favor, revisa estos proyectos que inspiraron la creación de Starship. 🙏 +Por favor, revisa estas obras anteriores que ayudaron a inspirar la creación de la nave. 🙏 - **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** – Un prompt de ZSH para astronautas. @@ -416,11 +416,11 @@ Por favor, revisa estos proyectos que inspiraron la creación de Starship. 🙏 - **[reujab/silver](https://github.com/reujab/silver)** - Un prompt multi-intérprete de comandos personalizable basada en Powerline con iconos. -## ❤️ Sponsors +## ❤️ Patrocinadores -Support this project by [becoming a sponsor](https://github.com/sponsors/starship). Your name or logo will show up here with a link to your website. +Apoya este proyecto [convirtiéndote en patrocinador](https://github.com/sponsors/starship). Tu nombre o logo aparecerá aquí con un enlace a tu sitio web. -**Supporter Tier** +**Patrocinadores** - [Dimension](https://dimension.dev/) diff --git a/docs/es-ES/migrating-to-0.45.0/README.md b/docs/es-ES/migrating-to-0.45.0/README.md index fff56d96..00e15813 100644 --- a/docs/es-ES/migrating-to-0.45.0/README.md +++ b/docs/es-ES/migrating-to-0.45.0/README.md @@ -76,7 +76,7 @@ format = "tomó [$duration]($style) " ### Módulos afectados -#### Character +#### Carácter | Propiedad eliminada | Reemplazo | | ----------------------- | ---------------- | @@ -235,7 +235,7 @@ behind = "⇣${count}" ++ format = '[$symbol\[$env\]]($style) ' ``` -#### Hora +#### Time | Propiedad eliminada | Reemplazo | | ------------------- | ------------- | diff --git a/docs/es-ES/presets/pastel-powerline.md b/docs/es-ES/presets/pastel-powerline.md index a9014945..793ed554 100644 --- a/docs/es-ES/presets/pastel-powerline.md +++ b/docs/es-ES/presets/pastel-powerline.md @@ -4,7 +4,7 @@ Este preajuste está inspirado en [M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json). También muestra cómo funciona la sustitución de rutas en Starship. -![Captura de pantalla del preajuste Pastel Powerline](/presets/img/pastel-powerline.png) +![Captura de pantalla del preajuste de Pastel Powerline](/presets/img/pastel-powerline.png) ### Prerequisitos diff --git a/docs/fr-FR/config/README.md b/docs/fr-FR/config/README.md index c307f9c0..ca9c1579 100644 --- a/docs/fr-FR/config/README.md +++ b/docs/fr-FR/config/README.md @@ -66,7 +66,7 @@ os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp') ### Terminologie -**Module**: Un composant dans l'invite donnant des informations basées sur des informations contextuelles à propos de votre système d'exploitation. Par exemple, le module "nodejs" montre la version de Node.js qui installée sur votre ordinateur, si votre dossier actuel est un projet Node.js. +**Module**: Un composant dans l'invite de commande donnant des informations basées sur des données contextuelles de votre OS. Par exemple, le module "nodejs" montre la version de Node.js qui installée sur votre ordinateur, si votre dossier actuel est un projet Node.js. **Variable**: Petits sous-composants qui contiennent des informations fournies par le module. Par exemple, la variable "version" dans le module "nodejs" contient la version actuelle de Node.js. @@ -351,7 +351,7 @@ When using [saml2aws](https://github.com/Versent/saml2aws) the expiration inform | Option | Défaut | Description | | ------------------- | --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | | `format` | `'on [$symbol($profile )(\($region\) )(\[$duration\] )]($style)'` | Format du module. | -| `symbol` | `'☁️ '` | Le symbole est affiché avant le profil AWS actuel. | +| `symbole` | `'☁️ '` | Le symbole est affiché avant le profil AWS actuel. | | `region_aliases` | `{}` | Tableau des alias de région à afficher en plus du nom AWS. | | `profile_aliases` | `{}` | Tableau des alias de profil à afficher en plus du nom AWS. | | `style` | `'bold yellow'` | Le style pour le module. | @@ -366,7 +366,7 @@ When using [saml2aws](https://github.com/Versent/saml2aws) the expiration inform | region | `ap-northeast-1` | La région AWS actuelle | | profile | `astronauts` | Le profil AWS actuel | | duration | `2h27m20s` | Durée de validité des identifiants temporaires | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -425,7 +425,7 @@ Le module `azure` affiche l'abonnement Azure actuel. This is based on showing th | Variable | Défaut | Description | | ---------- | ---------------------------------------- | ---------------------------------------- | | `format` | `'on [$symbol($subscription)]($style) '` | Le format pour le rendu du module Azure. | -| `symbol` | `'ﴃ '` | Le symbole utilisé dans le format. | +| `symbole` | `'ﴃ '` | Le symbole utilisé dans le format. | | `style` | `'blue bold'` | Le style utilisé dans le format. | | `disabled` | `true` | Désactive le module `azure`. | @@ -534,7 +534,7 @@ Le module `buf` affiche la version de [Buf](https://buf.build) installée. Par d | ------------------------------------ | ----------------------------------------------- | ------------------------------------------------------ | | `format` | `'with [$symbol($version )]($style)'` | Le format du module `buf`. | | `version_format` | `'v${raw}'` | Le format de la version. | -| `symbol` | `'🐃 '` | Le symbole utilisé avant d’afficher la version de Buf. | +| `symbole` | `'🐃 '` | Le symbole utilisé avant d’afficher la version de Buf. | | `detect_extensionsdetect_extensions` | `[]` | Les extensions qui déclenchent ce module. | | `detect_files` | `['buf.yaml', 'buf.gen.yaml', 'buf.work.yaml']` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Quels dossiers devraient activer ce module. | @@ -546,7 +546,7 @@ Le module `buf` affiche la version de [Buf](https://buf.build) installée. Par d | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | `version` | `v1.0.0` | La version de `buf` | -| `symbol` | | Reflète la valeur de l'option `symbol` | +| `symbole` | | Reflète la valeur de l'option `symbol` | | `style`* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -564,8 +564,8 @@ symbol = '🦬 ' The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. Par défaut, le module sera affiché si l’une de ces conditions est remplie: -- Le répertoire courant contient un fichier `bun.lockb` -- Le répertoire courant contient un fichier `bunfig.toml` +- Le dossier courant contient un fichier `bun.lockb` +- Le dossier courant contient un fichier `bunfig.toml` ### Options @@ -573,7 +573,7 @@ The `bun` module shows the currently installed version of the [bun](https://bun. | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🍞 '` | A format string representing the symbol of Bun. | +| `symbole` | `'🍞 '` | A format string representing the symbol of Bun. | | `detect_extensionsdetect_extensions` | `[]` | Les extensions qui déclenchent ce module. | | `detect_files` | `['bun.lockb', 'bunfig.toml']` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -585,7 +585,7 @@ The `bun` module shows the currently installed version of the [bun](https://bun. | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | version | `v0.1.4` | The version of `bun` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -609,7 +609,7 @@ Le module `c` affiche des informations à propos de votre compilateur C. Par dé | ------------------------------------ | --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version(-$name) )]($style)'` | La chaîne de format pour le module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'C '` | Le symbole utilisé avant d’afficher les détails du compilateur | +| `symbole` | `'C '` | Le symbole utilisé avant d’afficher les détails du compilateur | | `detect_extensionsdetect_extensions` | `['c', 'h']` | Les extensions qui déclenchent ce module. | | `detect_files` | `[]` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -623,7 +623,7 @@ Le module `c` affiche des informations à propos de votre compilateur C. Par dé | -------- | ------- | -------------------------------------- | | name | clang | Le nom du compilateur | | version | 13.0.0 | La version du compilateur | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style | | Reflète la valeur de l'option `style` | Notez que `version` n’est pas dans le format par défaut. @@ -645,7 +645,7 @@ Si un compilateur C n’est pas supporté par ce module, vous pouvez demander so format = 'via [$name $version]($style)' ``` -## Caractères +## Caractère Le module `character` affiche un caractère (en général une flèche) à côté de là où vous entrez le texte dans votre terminal. @@ -679,7 +679,7 @@ Par défaut, il ne change que de couleur. Si vous désirez également changer sa | Variable | Exemple | Description | | -------- | ------- | -------------------------------------------------------------------------------------------------------- | -| symbol | | A mirror of either `success_symbol`, `error_symbol`, `vimcmd_symbol` or `vimcmd_replace_one_symbol` etc. | +| symbole | | A mirror of either `success_symbol`, `error_symbol`, `vimcmd_symbol` or `vimcmd_replace_one_symbol` etc. | ### Exemples @@ -725,7 +725,7 @@ Le module `cmake` affiche la version de [CMake](https://cmake.org/) installée. | ------------------------------------ | -------------------------------------- | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'△ '` | Le symbole utilisé avant la version de cmake. | +| `symbole` | `'△ '` | Le symbole utilisé avant la version de cmake. | | `detect_extensionsdetect_extensions` | `[]` | Les extensions qui déclenchent ce module | | `detect_files` | `['CMakeLists.txt', 'CMakeCache.txt']` | Quels fichiers devraient activer ce module | | `detect_folders` | `[]` | Quels dossiers devraient activer ce module | @@ -737,7 +737,7 @@ Le module `cmake` affiche la version de [CMake](https://cmake.org/) installée. | Variable | Exemple | Description | | --------- | --------- | -------------------------------------- | | version | `v3.17.3` | La version de cmake | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -753,7 +753,7 @@ Le module `cobol` affiche la version de COBOL installée. Par défaut, le module | Option | Défaut | Description | | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | -| `symbol` | `'⚙️ '` | Le symbole utilisé avant d’afficher la version de COBOL. | +| `symbole` | `'⚙️ '` | Le symbole utilisé avant d’afficher la version de COBOL. | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | | `style` | `'bold blue'` | Le style pour le module. | @@ -767,7 +767,7 @@ Le module `cobol` affiche la version de COBOL installée. Par défaut, le module | Variable | Exemple | Description | | --------- | ---------- | -------------------------------------- | | version | `v3.1.2.0` | La version de `cobol` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -831,7 +831,7 @@ Cela ne supprime pas le modificateur d'invite de conda, vous pourriez vouloir ex | Option | Défaut | Description | | ------------------- | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `truncation_length` | `1` | Le nombre de répertoires dans lesquels le chemin d'environnement (Path) doit être tronqué, si l'environnement a été créé via `conda create -p [path]`. `0` ne signifie pas de troncature. Regardez aussi le module [`directory`](#directory). | -| `symbol` | `'🅒 '` | Le symbole utilisé avant le nom d'environnement. | +| `symbole` | `'🅒 '` | Le symbole utilisé avant le nom d'environnement. | | `style` | `'bold green'` | Le style pour le module. | | `format` | `'via [$symbol$environment]($style) '` | Format du module. | | `ignore_base` | `true` | Ignore l'environnement `base` lorsqu'il est activé. | @@ -842,7 +842,7 @@ Cela ne supprime pas le modificateur d'invite de conda, vous pourriez vouloir ex | Variable | Exemple | Description | | ----------- | ------------ | -------------------------------------- | | environment | `astronauts` | La version courante de conda | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -864,7 +864,7 @@ Le module `container` affiche un symbole et le nom du conteneur, si vous êtes d | Option | Défaut | Description | | ---------- | ---------------------------------- | ---------------------------------------------------- | -| `symbol` | `'⬢'` | Le symbole affiché quand vous êtes dans un conteneur | +| `symbole` | `'⬢'` | Le symbole affiché quand vous êtes dans un conteneur | | `style` | `'bold red dimmed'` | Le style pour le module. | | `format` | `'[$symbol \[$name\]]($style) '` | Format du module. | | `disabled` | `false` | Désactive le module `container`. | @@ -874,7 +874,7 @@ Le module `container` affiche un symbole et le nom du conteneur, si vous êtes d | Variable | Exemple | Description | | --------- | ------------------- | -------------------------------------- | | name | `fedora-toolbox:35` | Le nom du conteneur | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -892,14 +892,14 @@ format = '[$symbol \[$name\]]($style) ' Le module `crystal` affiche la version de [Crystal](https://crystal-lang.org/) installée. Par défaut, le module sera affiché si l’une de ces conditions est remplie: -- Le répertoire courant contient un fichier `shard.yml` -- Le répertoire courant contient un fichier `.cr` +- Le dossier courant contient un fichier `shard.yml` +- Le dossier courant contient un fichier `.cr` ### Options | Option | Défaut | Description | | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | -| `symbol` | `'🔮 '` | Le symbole utilisé avant d'afficher la version de crystal. | +| `symbole` | `'🔮 '` | Le symbole utilisé avant d'afficher la version de crystal. | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | | `style` | `'bold red'` | Le style pour le module. | @@ -913,7 +913,7 @@ Le module `crystal` affiche la version de [Crystal](https://crystal-lang.org/) i | Variable | Exemple | Description | | --------- | --------- | -------------------------------------- | | version | `v0.32.1` | La version de `crystal` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -931,7 +931,7 @@ format = 'via [✨ $version](bold blue) ' The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. Par défaut, le module sera affiché si l’une de ces conditions est remplie: -- Le répertoire courant contient un fichier `daml.yaml` +- Le dossier courant contient un fichier `daml.yaml` ### Options @@ -939,7 +939,7 @@ The `daml` module shows the currently used [Daml](https://www.digitalasset.com/d | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'Λ '` | A format string representing the symbol of Daml | +| `symbole` | `'Λ '` | A format string representing the symbol of Daml | | `style` | `'bold cyan'` | Le style pour le module. | | `detect_extensionsdetect_extensions` | `[]` | Les extensions qui déclenchent ce module. | | `detect_files` | `['daml.yaml']` | Les fichiers qui activent ce module. | @@ -951,7 +951,7 @@ The `daml` module shows the currently used [Daml](https://www.digitalasset.com/d | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | version | `v2.2.0` | The version of `daml` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -969,9 +969,9 @@ format = 'via [D $version](bold bright-green) ' Le module `dart` affiche la version de [Dart](https://dart.dev/) installée. Par défaut, le module sera affiché si l’une de ces conditions est remplie: -- Le répertoire courant contient un fichier `.dart` -- Le répertoire courant contient un répertoire `.dart_tool` -- Le répertoire courant contient un fichier `pubspec.yaml`, `pubspec.yml` ou `pubspec.lock` +- Le dossier courant contient un fichier avec l’extension `.dart` +- Le dossier courant contient un fichier `.dart_tool` +- Le dossier courant contient un fichier `pubsepc.yaml`, `pubspec.yml` ou `pubspec.lock` ### Options @@ -979,7 +979,7 @@ Le module `dart` affiche la version de [Dart](https://dart.dev/) installée. Par | ------------------------------------ | ------------------------------------------------- | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🎯 '` | Une chaîne de caractères représentant le symbole de Dart | +| `symbole` | `'🎯 '` | Une chaîne de caractères représentant le symbole de Dart | | `detect_extensionsdetect_extensions` | `['dart']` | Les extensions qui déclenchent ce module. | | `detect_files` | `['pubspec.yaml', 'pubspec.yml', 'pubspec.lock']` | Les fichiers qui activent ce module. | | `detect_folders` | `['.dart_tool']` | Les dossiers qui activent ce module. | @@ -991,7 +991,7 @@ Le module `dart` affiche la version de [Dart](https://dart.dev/) installée. Par | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | version | `v2.8.4` | La version de `dart` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -1009,7 +1009,7 @@ format = 'via [🔰 $version](bold red) ' Le module `deno` affiche la version de [Deno](https://deno.land/) installée. Par défaut, le module sera affiché si l’une de ces conditions est remplie: -- Le répertoire actuel contient un fichier `deno.json`, `deno.jsonc`, `mod.ts`, `mod.ts`, `mod.js`, `deps.ts`, ou `deps.js` +- Le dossier courant contient un fichier `deno.json`, `deno.jsonc`, `mod.ts`, `mod.js`, `deps.ts` ou `deps.js` ### Options @@ -1017,7 +1017,7 @@ Le module `deno` affiche la version de [Deno](https://deno.land/) installée. Pa | ------------------------------------ | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🦕 '` | Une chaîne de caractères représentant le symbole de Deno | +| `symbole` | `'🦕 '` | Une chaîne de caractères représentant le symbole de Deno | | `detect_extensionsdetect_extensions` | `[]` | Les extensions qui déclenchent ce module. | | `detect_files` | `['deno.json', 'deno.jsonc', 'mod.ts', 'mod.js', 'deps.ts', 'deps.js']` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -1029,7 +1029,7 @@ Le module `deno` affiche la version de [Deno](https://deno.land/) installée. Pa | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | version | `v1.8.3` | La version de `deno` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | ### Exemple @@ -1131,7 +1131,7 @@ Le module `docker_context` affiche le [context Docker](https://docs.docker.com/e | Option | Défaut | Description | | ------------------------------------ | ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol$context]($style) '` | Format du module. | -| `symbol` | `'🐳 '` | Le symbole utilisé avant d'afficher le contexte Docker. | +| `symbole` | `'🐳 '` | Le symbole utilisé avant d'afficher le contexte Docker. | | `only_with_files` | `true` | Afficher uniquement quand il y a une correspondance | | `detect_extensionsdetect_extensions` | `[]` | Quelles extensions devraient activer ce module (il faut que `only_with_files` soit réglé sur true). | | `detect_files` | `['docker-compose.yml', 'docker-compose.yaml', 'Dockerfile']` | Quels noms de fichier devraient activer ce module (il faut que `only_with_files` soit réglé sur true). | @@ -1144,7 +1144,7 @@ Le module `docker_context` affiche le [context Docker](https://docs.docker.com/e | Variable | Exemple | Description | | --------- | -------------- | -------------------------------------- | | context | `test_context` | Le contexte docker courant | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -1185,7 +1185,7 @@ Le module affichera aussi le Moniker de Framework Cible ( '` | Le symbole utilisé avant d'afficher la version de PureScript. | +| `symbole` | `'<=> '` | Le symbole utilisé avant d'afficher la version de PureScript. | | `detect_extensionsdetect_extensions` | `['purs']` | Les extensions qui déclenchent ce module. | | `detect_files` | `['spago.dhall']` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -3030,7 +3030,7 @@ Le module `purescript` affiche la version de [PureScript](https://www.purescript | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | version | `0.13.5` | La version de `purescript` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3068,7 +3068,7 @@ Par défaut, le module sera affiché si l’une de ces conditions est remplie: | ------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🐍 '` | Une chaîne de caractères représentant le symbole de Python | +| `symbole` | `'🐍 '` | Une chaîne de caractères représentant le symbole de Python | | `style` | `'yellow bold'` | Le style pour le module. | | `pyenv_version_name` | `false` | Utiliser pyenv pour obtenir la version de Python | | `pyenv_prefix` | `pyenv` | Prefix before pyenv version display, only used if pyenv is used | @@ -3091,7 +3091,7 @@ The default values and order for `python_binary` was chosen to first identify th | Variable | Exemple | Description | | ------------ | --------------- | -------------------------------------------- | | version | `'v3.8.1'` | La version de `python` | -| symbol | `'🐍 '` | Reflète la valeur de l'option `symbol` | +| symbole | `'🐍 '` | Reflète la valeur de l'option `symbol` | | style | `'yellow bold'` | Reflète la valeur de l'option `style` | | pyenv_prefix | `'pyenv '` | Reflète la valeur de l'option `pyenv_prefix` | | virtualenv | `'venv'` | Le nom du `virtualenv` courant | @@ -3152,7 +3152,7 @@ Le module `rlang` affiche la version de [R](https://www.r-project.org/) install | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'📐'` | Une chaîne de caractères représentant le symbole de R. | +| `symbole` | `'📐'` | Une chaîne de caractères représentant le symbole de R. | | `style` | `'blue bold'` | Le style pour le module. | | `detect_extensionsdetect_extensions` | `['R', 'Rd', 'Rmd', 'Rproj', 'Rsx']` | Les extensions qui déclenchent ce module | | `detect_files` | `['.Rprofile']` | Quels fichiers devraient activer ce module | @@ -3164,7 +3164,7 @@ Le module `rlang` affiche la version de [R](https://www.r-project.org/) install | Variable | Exemple | Description | | -------- | ------------- | -------------------------------------- | | version | `v4.0.5` | La version de `R` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style | `'blue bold'` | Reflète la valeur de l'option `style` | ### Exemple @@ -3189,7 +3189,7 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra | ------------------------------------ | ------------------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version-$vm_version )]($style)'` | La chaîne de format pour le module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🦋 '` | The symbol used before displaying the version of Raku | +| `symbole` | `'🦋 '` | The symbol used before displaying the version of Raku | | `detect_extensionsdetect_extensions` | `['p6', 'pm6', 'pod6', 'raku', 'rakumod']` | Les extensions qui déclenchent ce module. | | `detect_files` | `['META6.json']` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -3202,7 +3202,7 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra | ---------- | ------- | -------------------------------------- | | version | `v6.d` | The version of `raku` | | vm_version | `moar` | The version of VM `raku` is built on | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | ### Exemple @@ -3226,7 +3226,7 @@ Par défaut, le module `red` affiche la version de [Red](https://www.red-lang.or | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🔺 '` | Une chaîne de caractères représentant le symbole de Red. | +| `symbole` | `'🔺 '` | Une chaîne de caractères représentant le symbole de Red. | | `detect_extensionsdetect_extensions` | `['red']` | Les extensions qui déclenchent ce module. | | `detect_files` | `[]` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -3238,7 +3238,7 @@ Par défaut, le module `red` affiche la version de [Red](https://www.red-lang.or | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | version | `v2.5.1` | La version de `red` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3269,7 +3269,7 @@ Starship obtient la version actuelle de Ruby en exécutant `ruby -v`. | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'💎 '` | Une chaîne de caractères représentant le symbole de Ruby. | +| `symbole` | `'💎 '` | Une chaîne de caractères représentant le symbole de Ruby. | | `detect_extensionsdetect_extensions` | `['rb']` | Les extensions qui déclenchent ce module. | | `detect_files` | `['Gemfile', '.ruby-version']` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -3282,7 +3282,7 @@ Starship obtient la version actuelle de Ruby en exécutant `ruby -v`. | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | version | `v2.5.1` | La version de `ruby` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3309,7 +3309,7 @@ Le module `rust` affiche la version de [Rust](https://www.rust-lang.org/) instal | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🦀 '` | Une chaîne de caractères représentant le symbole de Rust | +| `symbole` | `'🦀 '` | Une chaîne de caractères représentant le symbole de Rust | | `detect_extensionsdetect_extensions` | `['rs']` | Les extensions qui déclenchent ce module. | | `detect_files` | `['Cargo.toml']` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -3323,7 +3323,7 @@ Le module `rust` affiche la version de [Rust](https://www.rust-lang.org/) instal | version | `v1.43.0-nightly` | La version de `rustc` | | numver | `1.51.0` | The numeric component of the `rustc` version | | toolchain | `beta` | The toolchain version | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3354,7 +3354,7 @@ Le module `scale` affiche la version de [Scala](https://www.scala-lang.org/) ins | `detect_extensionsdetect_extensions` | `['sbt', 'scala']` | Les extensions qui déclenchent ce module. | | `detect_files` | `['.scalaenv', '.sbtenv', 'build.sbt']` | Les fichiers qui activent ce module. | | `detect_folders` | `['.metals']` | Quels dossiers devraient activer ce module. | -| `symbol` | `'🆂 '` | Une chaîne de caractères représentant le symbole de Scala. | +| `symbole` | `'🆂 '` | Une chaîne de caractères représentant le symbole de Scala. | | `style` | `'red dimmed'` | Le style pour le module. | | `disabled` | `false` | Désactive le module `scala`. | @@ -3363,7 +3363,7 @@ Le module `scale` affiche la version de [Scala](https://www.scala-lang.org/) ins | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | version | `2.13.5` | La version de `scala` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3438,7 +3438,7 @@ The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/int | ----------- | ---------------------------- | ----------------------------------------------------------------------- | | `threshold` | `2` | Seuil d’affichage. | | `format` | `'[$symbol$shlvl]($style) '` | Format du module. | -| `symbol` | `'↕️ '` | Le symbole utilisée pour représenter le `SHLVL`. | +| `symbole` | `'↕️ '` | Le symbole utilisée pour représenter le `SHLVL`. | | `repeat` | `false` | Fait répéter `symbol` autant de fois que la valeur actuelle de `SHLVL`. | | `style` | `'bold yellow'` | Le style pour le module. | | `disabled` | `true` | Désactive le module `shlvl`. | @@ -3448,7 +3448,7 @@ The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/int | Variable | Exemple | Description | | --------- | ------- | -------------------------------------- | | shlvl | `3` | La valeur actuelle de `SHLVL` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3473,7 +3473,7 @@ Le module `singularity` affiche l’image [Singularity](https://sylabs.io/singul | Option | Défaut | Description | | ---------- | -------------------------------- | ------------------------------------------------------ | | `format` | `'[$symbol\[$env\]]($style) '` | Format du module. | -| `symbol` | `''` | Une chaîne de format affichée avant le nom de l'image. | +| `symbole` | `''` | Une chaîne de format affichée avant le nom de l'image. | | `style` | `'bold dimmed blue'` | Le style pour le module. | | `disabled` | `false` | Désactive le module `singularity`. | @@ -3482,7 +3482,7 @@ Le module `singularity` affiche l’image [Singularity](https://sylabs.io/singul | Variable | Exemple | Description | | --------- | ------------ | -------------------------------------- | | env | `centos.img` | L’image Singularity actuelle | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3505,7 +3505,7 @@ Le module `spack` affiche l’environnement [Spack](https://spack.readthedocs.io | Option | Défaut | Description | | ------------------- | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `truncation_length` | `1` | Le nombre de dossiers auxquels le chemin d’environnement doit être tronqué. `0` ne signifie pas de troncature. Regardez aussi le module [`directory`](#directory). | -| `symbol` | `'🅢 '` | Le symbole utilisé avant le nom d'environnement. | +| `symbole` | `'🅢 '` | Le symbole utilisé avant le nom d'environnement. | | `style` | `'bold blue'` | Le style pour le module. | | `format` | `'via [$symbol$environment]($style) '` | Format du module. | | `disabled` | `false` | Désactive le module `spack`. | @@ -3515,7 +3515,7 @@ Le module `spack` affiche l’environnement [Spack](https://spack.readthedocs.io | Variable | Exemple | Description | | ----------- | ------------ | -------------------------------------- | | environment | `astronauts` | L’environnement de spack courant | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3544,7 +3544,7 @@ Ce module est désactivé par défaut. Pour l'activer, configurez `disabled` sur | Option | Défaut | Description | | --------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------------------------------- | | `format` | `'[$symbol$status]($style) '` | Le format du module | -| `symbol` | `'❌'` | The symbol displayed on program error | +| `symbole` | `'❌'` | The symbol displayed on program error | | `success_symbol` | `''` | The symbol displayed on program success | | `not_executable_symbol` | `'🚫'` | The symbol displayed when file isn't executable | | `not_found_symbol` | `'🔍'` | The symbol displayed when the command can't be found | @@ -3571,7 +3571,7 @@ Ce module est désactivé par défaut. Pour l'activer, configurez `disabled` sur | signal_name | `KILL` | Name of the signal corresponding to the exit code, only if signalled | | maybe_int | `7` | Contains the exit code number when no meaning has been found | | pipestatus | | Rendering of in pipeline programs's exit codes, this is only available in pipestatus_format | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3605,7 +3605,7 @@ Ce module est désactivé par défaut. Pour l'activer, configurez `disabled` sur | Option | Défaut | Description | | --------------- | ------------------------ | ----------------------------------------------------------------- | | `format` | `'[as $symbol]($style)'` | Le format du module | -| `symbol` | `'🧙 '` | Le symbole affiché quand les identifiants sont en cache | +| `symbole` | `'🧙 '` | Le symbole affiché quand les identifiants sont en cache | | `style` | `'bold blue'` | Le style pour le module. | | `allow_windows` | `false` | Puisque Windows n’a pas de sudo par défaut, désactivé par défaut. | | `disabled` | `true` | Désactive le module `sudo`. | @@ -3614,7 +3614,7 @@ Ce module est désactivé par défaut. Pour l'activer, configurez `disabled` sur | Variable | Exemple | Description | | --------- | ------- | -------------------------------------- | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3652,7 +3652,7 @@ Par défaut, le module `swift` affiche la version de [Swift](https://swift.org/) | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🐦 '` | Une chaîne de caractères représentant le symbole de Swift | +| `symbole` | `'🐦 '` | Une chaîne de caractères représentant le symbole de Swift | | `detect_extensionsdetect_extensions` | `['swift']` | Les extensions qui déclenchent ce module. | | `detect_files` | `['Package.swift']` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -3664,7 +3664,7 @@ Par défaut, le module `swift` affiche la version de [Swift](https://swift.org/) | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | version | `v5.2.4` | La version de `swift` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3699,7 +3699,7 @@ Par défaut, le module sera affiché si l’une de ces conditions est remplie: | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol$workspace]($style) '` | La chaîne de format pour le module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'💠'` | Une chaîne de format montrée avant l'espace de travail terraform. | +| `symbole` | `'💠'` | Une chaîne de format montrée avant l'espace de travail terraform. | | `detect_extensionsdetect_extensions` | `['tf', 'tfplan', 'tfstate']` | Les extensions qui déclenchent ce module. | | `detect_files` | `[]` | Les fichiers qui activent ce module. | | `detect_folders` | `['.terraform']` | Les dossiers qui activent ce module. | @@ -3712,7 +3712,7 @@ Par défaut, le module sera affiché si l’une de ces conditions est remplie: | --------- | ---------- | -------------------------------------- | | version | `v0.12.24` | La version de `terraform` | | workspace | `default` | L’espace de travail Terraform courant | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3840,7 +3840,7 @@ Le module `vagrant` affiche la version de [Vagrant](https://www.vagrantup.com/) | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'⍱ '` | Une chaîne de caractères représentant le symbole de Vagrant. | +| `symbole` | `'⍱ '` | Une chaîne de caractères représentant le symbole de Vagrant. | | `detect_extensionsdetect_extensions` | `[]` | Les extensions qui déclenchent ce module. | | `detect_files` | `['Vagrantfile']` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -3852,7 +3852,7 @@ Le module `vagrant` affiche la version de [Vagrant](https://www.vagrantup.com/) | Variable | Exemple | Description | | --------- | ---------------- | -------------------------------------- | | version | `Vagrant 2.2.10` | La version de `Vagrant` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3879,7 +3879,7 @@ Le module `vlang` affiche la version de [V](https://vlang.io/) installée. Par d | ------------------------------------ | -------------------------------------------- | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'V '` | Une chaîne de caractères représentant le symbole de V | +| `symbole` | `'V '` | Une chaîne de caractères représentant le symbole de V | | `detect_extensionsdetect_extensions` | `['v']` | Les extensions qui déclenchent ce module. | | `detect_files` | `['v.mod', 'vpkg.json', '.vpkg-lock.json' ]` | Les fichiers qui activent ce module. | | `detect_folders` | `[]` | Les dossiers qui activent ce module. | @@ -3891,7 +3891,7 @@ Le module `vlang` affiche la version de [V](https://vlang.io/) installée. Par d | Variable | Exemple | Description | | --------- | ------- | -------------------------------------- | | version | `v0.2` | La version de `v` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | ### Exemple @@ -3910,7 +3910,7 @@ The `vcsh` module displays the current active [VCSH](https://github.com/RichiH/v | Option | Défaut | Description | | ---------- | -------------------------------- | ---------------------------------------------------- | -| `symbol` | `''` | Le symbole utilisé avant d'afficher le nom du dépôt. | +| `symbole` | `''` | Le symbole utilisé avant d'afficher le nom du dépôt. | | `style` | `'bold yellow'` | Le style pour le module. | | `format` | `'vcsh [$symbol$repo]($style) '` | Format du module. | | `disabled` | `false` | Désactive le module `vcsh`. | @@ -3920,7 +3920,7 @@ The `vcsh` module displays the current active [VCSH](https://github.com/RichiH/v | Variable | Exemple | Description | | --------- | ----------------------------------------------- | -------------------------------------- | | repo | `dotfiles` si dans un dépôt VCSH nommé dotfiles | Le nom du dépôt actif | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | `black bold dimmed` | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -3946,7 +3946,7 @@ Le module `zig` affiche la version de [Zig](https://ziglang.org/) installée. Le | ------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------ | | `format` | `'via [$symbol($version )]($style)'` | Format du module. | | `version_format` | `'v${raw}'` | Le format de la version. Les variables disponibles sont `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'↯ '` | Le symbole utilisé avant d'afficher la version de Zig. | +| `symbole` | `'↯ '` | Le symbole utilisé avant d'afficher la version de Zig. | | `style` | `'bold yellow'` | Le style pour le module. | | `disabled` | `false` | Désactive le module `zig`. | | `detect_extensionsdetect_extensions` | `['zig']` | Les extensions qui déclenchent ce module. | @@ -3958,7 +3958,7 @@ Le module `zig` affiche la version de [Zig](https://ziglang.org/) installée. Le | Variable | Exemple | Description | | --------- | -------- | -------------------------------------- | | version | `v0.6.0` | La version de `zip` | -| symbol | | Reflète la valeur de l'option `symbol` | +| symbole | | Reflète la valeur de l'option `symbol` | | style\* | | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style @@ -4021,7 +4021,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt | `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_extensionsdetect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. | -| `symbol` | `''` | Le symbole utilisé avant d'afficher la sortie de la commande. | +| `symbole` | `''` | Le symbole utilisé avant d'afficher la sortie de la commande. | | `style` | `'bold green'` | Le style pour le module. | | `format` | `'[$symbol($output )]($style)'` | Format du module. | | `disabled` | `false` | Désactive le module `custom`. | @@ -4034,7 +4034,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt | Variable | Description | | --------- | ------------------------------------------- | | output | La sortie de la commande shell dans `shell` | -| symbol | Reflète la valeur de l'option `symbol` | +| symbole | Reflète la valeur de l'option `symbol` | | style\* | Reflète la valeur de l'option `style` | *: Cette variable peut uniquement être utilisée dans une chaine de style diff --git a/docs/fr-FR/faq/README.md b/docs/fr-FR/faq/README.md index c1ebf808..d88d7759 100644 --- a/docs/fr-FR/faq/README.md +++ b/docs/fr-FR/faq/README.md @@ -38,7 +38,7 @@ NUM_JOBS=$(jobs -p | wc -l) PS1="$(starship prompt --status=$STATUS --jobs=$NUM_JOBS)" ``` -[L'implémentation Bash](https://github.com/starship/starship/blob/master/src/init/starship.bash) intégrée dans Starship est légèrement plus complexe pour permettre des fonctionnalités avancées comme le [module Durée de commande](https://starship.rs/config/#command-duration) et pour s'assurer que Starship est compatible avec les configurations Bash préinstallées. +L' [implémentation Bash](https://github.com/starship/starship/blob/master/src/init/starship.bash) intégrée à Starship est légèrement plus complexe pour permettre des fonctionnalités avancées comme le [module de durée de commande](https://starship.rs/config/#command-duration) et pour s'assurer que Starship est compatible avec les configurations Bash pré-installées. Pour une liste de tous les flags acceptés par `starship prompt`, utilisez la commande suivante : @@ -107,7 +107,7 @@ Si l'un ou l'autre des symboles ne parvient pas à s'afficher correctement, votr ## Comment désinstaller Starship ? -Starship est tout aussi facile à désinstaller que d'installer. +Starship est tout aussi facile à désinstaller qu'à installer. 1. Supprimez les lignes de la configuration de votre shell (par exemple `~/.bashrc`) utilisées pour initialiser Starship. 1. Supprimez l'exécutable de Starship. diff --git a/docs/fr-FR/guide/README.md b/docs/fr-FR/guide/README.md index c8f5cb7a..adef840c 100644 --- a/docs/fr-FR/guide/README.md +++ b/docs/fr-FR/guide/README.md @@ -145,7 +145,7 @@ Starship dans iTerm2 avec le thème Snazzy @@ -265,12 +265,12 @@ Installez Starship en utilisant l’un de ces gestionnaires de paquets: ### Étape 2. Configurer votre shell pour Starship -Configurez votre shell pour initialiser starship. Sélectionnez le vôtre dans la liste ci-dessous : +Configurez votre shell pour initialiser starship. Sélectionnez le vôtre dans la liste ci-dessous:
Bash -Ajouter ce qui suit à la fin de `~/.bashrc`: +Ajoutez ce qui suit à la fin de `~/.bashrc`: ```sh eval "$(starship init bash)" @@ -281,7 +281,7 @@ eval "$(starship init bash)"
Cmd -Vous devez utiliser [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) avec Cmd. Créez un fichier avec le chemin `%LocalAppData%\clink\starship.lua` et le contenu suivant: +Vous devez utiliser [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) avec Cmd. Créez le fichier `%LocalAppData%\clink\starship.lua` avec le contenu suivant: ```lua load(io.popen('starship init cmd'):read("*a"))() @@ -298,14 +298,14 @@ Ajoutez ce qui suit à la fin de `~/.elvish/rc.elv`: eval (starship init elvish) ``` -Note : Seul Elvish v0.18+ est supporté +Note: Seul Elvish v0.18+ est supporté
Fish -Ajoute ce qui suit à la fin de `~/.config/fish/config.fish`: +Ajoutez le code suivant à la fin de `~/.config/fish/config.fish`: ```fish starship init fish | source @@ -316,7 +316,7 @@ starship init fish | source
Ion -Ajouter ce qui suit à la fin de `~/.config/ion/initrc`: +Ajoutez ce qui suit à la fin de `~/.config/ion/initrc`: ```sh eval $(starship init ion) @@ -347,7 +347,7 @@ Note: Seul Nushell v0.61+ est supporté
PowerShell -Ajoutez ce qui suit à la fin de votre configuration PowerShell (trouvez-la en exécutant `$PROFILE`) : +Ajoutez le code suivant à la fin de votre configuration de PowerShell (trouvez-la en exécutant `$PROFILE`): ```powershell Invoke-Expression (&starship init powershell) @@ -380,7 +380,7 @@ execx($(starship init xonsh))
Zsh -Ajouter ce qui suit à la fin de `~/.zshrc`: +Ajoutez ce qui suit à la fin de `~/.zshrc`: ```sh eval "$(starship init zsh)" @@ -390,9 +390,9 @@ eval "$(starship init zsh)" ### Étape 3. Configurer Starship -Démarrez une nouvelle instance de votre shell, et vous devriez voir votre magnifique nouveau prompt. Si vous appréciez les paramètres par défaut, profitez! +Démarrez une nouvelle instance de votre shell, et vous devriez voir votre magnifique nouveau prompt. Si vous êtes satisfait des valeurs par défaut, profitez-en ! -Si vous souhaitez personnaliser Starship: +Si vous cherchez à personnaliser davantage Starship : - **[Configuration](https://starship.rs/config/)** – apprenez à configurer Starship pour ajuster votre prompt à vos préférences @@ -400,15 +400,15 @@ Si vous souhaitez personnaliser Starship: ## 🤝 Contribuer -Nous sommes toujours à la recherche de contributeurs de **tous les niveaux de compétence**! Si vous cherchez à faciliter votre entrée dans le projet, essayez un [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue). +Nous sommes toujours à la recherche de contributeurs de **tous niveaux de compétence**! Si vous cherchez à faciliter votre entrée dans le projet, essayez un [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue). -Si vous parlez couramment une langue autre que l'anglais, nous apprécions grandement toute aide pour que nos documents soient traduits et mis à jour dans d'autres langues. Si vous souhaitez nous aider, les traductions peuvent êtres suggérées sur le [Crowdin de Starship](https://translate.starship.rs/). +Si vous parlez couramment une langue autre que l'anglais, nous apprécions grandement toute aide pour traduire et mettre à jour notre documentation dans d'autres langues. Si vous souhaitez nous aider, les traductions se font sur le [Crowdin Starship](https://translate.starship.rs/). -Si vous êtes intéressé à aider à contribuer à Starship, veuillez jeter un coup d'oeil à notre [Guide de contribution](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Aussi, n'hésitez pas à vous rendre sur notre [serveur Discord](https://discord.gg/8Jzqu3T) pour dire bonjour. 👋 +Si vous êtes intéressé pour aider et contribuer à Starship, veuillez jeter un coup d'œil à notre [Guide de contribution](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Aussi, n'hésitez pas à nous rendre sur notre [serveur Discord](https://discord.gg/8Jzqu3T) pour dire bonjour. 👋 ## 💭Inspiré par -Jetez un œil aux précédents projets qui ont inspiré la création de starship. 🙏 +Voyez ces travaux précédents qui ont contribué à inspirer la création de Starship. 🙏 - **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** – Un prompt ZSH pour les astronautes. diff --git a/docs/fr-FR/migrating-to-0.45.0/README.md b/docs/fr-FR/migrating-to-0.45.0/README.md index 08e62106..be194454 100644 --- a/docs/fr-FR/migrating-to-0.45.0/README.md +++ b/docs/fr-FR/migrating-to-0.45.0/README.md @@ -76,11 +76,11 @@ format = "took [$duration]($style) " ### Modules affectés -#### Caractères +#### Caractère | Propriété supprimée | Remplacement | | ----------------------- | ---------------- | -| `symbol` | `success_symbol` | +| `symbole` | `success_symbol` | | `use_symbol_for_status` | `error_symbol` | | `style_success` | `success_symbol` | | `style_failure` | `error_symbol` | diff --git a/docs/fr-FR/presets/README.md b/docs/fr-FR/presets/README.md index 4cea68cc..88642827 100644 --- a/docs/fr-FR/presets/README.md +++ b/docs/fr-FR/presets/README.md @@ -34,7 +34,7 @@ Ce préréglage change les symboles de chaque module en texte brut. Idéal si vo Ce préréglage masque la version des environnements. Si vous travaillez dans des conteneurs ou environnements virtuels, celui-là est pour vous! -[![Capture d'écran du préréglage Cacher les versions des environnements](/presets/img/no-runtime-versions.png "Cliquez pour voir le préréglage Pas de version des environnements")](./no-runtimes) +[![Capture d'écran du préréglage Pas de version des environnements](/presets/img/no-runtime-versions.png "Cliquez pour voir le préréglage Pas de version des environnements")](./no-runtimes) ## [No Empty Icons](./no-empty-icons.md) diff --git a/docs/fr-FR/presets/no-runtimes.md b/docs/fr-FR/presets/no-runtimes.md index 4676ab67..e7eab310 100644 --- a/docs/fr-FR/presets/no-runtimes.md +++ b/docs/fr-FR/presets/no-runtimes.md @@ -4,7 +4,7 @@ Ce préréglage masque la version des environnements. Si vous travaillez dans des conteneurs ou environnements virtuels, celui-là est pour vous! -![Capture d'écran du préréglage Cacher les versions des environnements](/presets/img/no-runtime-versions.png) +![Capture d'écran du préréglage Pas de version des environnements](/presets/img/no-runtime-versions.png) ### Configuration diff --git a/docs/fr-FR/presets/plain-text.md b/docs/fr-FR/presets/plain-text.md index 2f4fb861..4b2e7139 100644 --- a/docs/fr-FR/presets/plain-text.md +++ b/docs/fr-FR/presets/plain-text.md @@ -4,7 +4,7 @@ Ce préréglage change les symboles de chaque module en texte brut. Idéal si vous n'avez pas accès à Unicode. -![Capture d'écran du préréglage Symboles en texte brut](/presets/img/plain-text-symbols.png) +![Capture d'écran du préréglage Texte uniquement](/presets/img/plain-text-symbols.png) ### Configuration diff --git a/docs/id-ID/advanced-config/README.md b/docs/id-ID/advanced-config/README.md index 182f7d76..c4f90b66 100644 --- a/docs/id-ID/advanced-config/README.md +++ b/docs/id-ID/advanced-config/README.md @@ -250,7 +250,7 @@ Catatan: Continuation prompts hanya tersedia pada beberapa shells berikut: continuation_prompt = "▶▶" ``` -## Menata String +## Penataan String Penataan string adalah kumpulan kata-kata, yang dipisahkan oleh ruang kosong. Kumpulannya tidak bersifat case sensitive (mis. `tebal` dan `TeBaL` dianggap sebagai string yang sama). Tiap-tiap kata berikut adalah opsinya: diff --git a/docs/id-ID/config/README.md b/docs/id-ID/config/README.md index ddb99592..6e245b86 100644 --- a/docs/id-ID/config/README.md +++ b/docs/id-ID/config/README.md @@ -156,7 +156,7 @@ Sebagai contoh: - `'[⌘ $version](bold green)'` will print a symbol `⌘` followed by the content of variable `version`, with bold text colored green. - `'[a [b](red) c](green)'` will print `a b c` with `b` red, and `a` and `c` green. -#### Menata String +#### Penataan String Sebagian besar modul starship memungkinkan kamu untuk mengkonfigurasi gaya tampilannya. Hal ini dilakukan dengan sebuah entri (biasanya `style`) yang konfigurasinya ditentukan oleh string. Berikut adalah beberapa contoh penataan pada string dan kegunaannya. Untuk detail sintaksis yang lebih lengkap, lihat [panduan konfigurasi lanjutan](/advanced-config/). @@ -350,7 +350,7 @@ When using [saml2aws](https://github.com/Versent/saml2aws) the expiration inform | Opsi | Bawaan | Deskripsi | | ------------------- | --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -| `fromat` | `'on [$symbol($profile )(\($region\) )(\[$duration\] )]($style)'` | Format dari modul. | +| `format` | `'on [$symbol($profile )(\($region\) )(\[$duration\] )]($style)'` | Format dari modul. | | `symbol` | `'☁️ '` | Simbol yang digunakan sebelum menampilkan profil AWS terkini. | | `region_aliases` | `{}` | Tabel alias dari region yang ditampilan selain nama AWS. | | `profile_aliases` | `{}` | Table of profile aliases to display in addition to the AWS name. | @@ -424,7 +424,7 @@ The `azure` module shows the current Azure Subscription. This is based on showin | Variabel | Bawaan | Deskripsi | | ---------- | ---------------------------------------- | ------------------------------------------ | -| `fromat` | `'on [$symbol($subscription)]($style) '` | The format for the Azure module to render. | +| `format` | `'on [$symbol($subscription)]($style) '` | The format for the Azure module to render. | | `symbol` | `'ﴃ '` | The symbol used in the format. | | `style` | `'blue bold'` | The style used in the format. | | `disabled` | `true` | Disables the `azure` module. | @@ -468,7 +468,7 @@ Modul `battery` menampilkan seberapa penuh baterai perangkat terisi dan status p | `discharging_symbol` | `' '` | Simbol dimunculkan ketika baterai terpakai. | | `unknown_symbol` | `' '` | Simbol dimunculkan ketika keadaan baterai tidak dikenali. | | `empty_symbol` | `' '` | Simbol dimunculkan ketika keadaan baterai kosong. | -| `fromat` | `'[$symbol$percentage]($style) '` | Format dari modul. | +| `format` | `'[$symbol$percentage]($style) '` | Format dari modul. | | `display` | [link](#battery-display) | Menampilkan ambang dan gaya dari modul. | | `disabled` | `false` | Menonaktifkan modul `baterai`. | @@ -532,7 +532,7 @@ The `buf` module shows the currently installed version of [Buf](https://buf.buil | Opsi | Bawaan | Deskripsi | | ------------------- | ----------------------------------------------- | ----------------------------------------------------- | -| `fromat` | `'with [$symbol($version )]($style)'` | The format for the `buf` module. | +| `format` | `'with [$symbol($version )]($style)'` | The format for the `buf` module. | | `version_format` | `'v${raw}'` | Format dari versi. | | `symbol` | `'🐃 '` | The symbol used before displaying the version of Buf. | | `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -564,14 +564,14 @@ symbol = '🦬 ' The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi: -- Direktori terkini yang berisikan sebuah file `bun.lockb` -- Direktori terkini yang berisikan sebuah file `bunfig.toml` +- Direktori ini memiliki berkas `bun.lockb` +- Direktori ini memiliki berkas `bunfig.toml` ### Opsi | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'🍞 '` | A format string representing the symbol of Bun. | | `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -607,7 +607,7 @@ The `c` module shows some information about your C compiler. By default the modu | Opsi | Bawaan | Deskripsi | | ------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version(-$name) )]($style)'` | The format string for the module. | +| `format` | `'via [$symbol($version(-$name) )]($style)'` | The format string for the module. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'C '` | The symbol used before displaying the compiler details | | `detect_extensions` | `['c', 'h']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -666,7 +666,7 @@ Secara bawaan karakter hanya dapat mengganti warna. Jika kamu juga ingin menggan | Opsi | Bawaan | Deskripsi | | --------------------------- | -------------------- | ------------------------------------------------------------------------------------------------- | -| `fromat` | `'$symbol '` | Format string yang digunakan sebelum masukan teks. | +| `format` | `'$symbol '` | Format string yang digunakan sebelum masukan teks. | | `success_symbol` | `'[❯](bold green)'` | Format string yang digunakan sebelum masukan teks jika perintah sebelumnya berhasil. | | `error_symbol` | `'[❯](bold red)'` | Format string yang digunakan sebelum masukan teks jika perintah sebelumnya gagal. | | `vimcmd_symbol` | `'[❮](bold green)'` | Format string yang digunakan sebelum masukan teks jika shell sedang dalam vim dengan mode normal. | @@ -723,7 +723,7 @@ Modul `cmake` menampilkan versi terkini dari [CMake](https://cmake.org/) yang te | Opsi | Bawaan | Deskripsi | | ------------------- | -------------------------------------- | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'△ '` | Simbol yang digunakan sebelum versi cmake. | | `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini | @@ -754,7 +754,7 @@ The `cobol` module shows the currently installed version of COBOL. By default, t | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | | `symbol` | `'⚙️ '` | The symbol used before displaying the version of COBOL. | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `style` | `'bold blue'` | Gaya penataan untuk modul. | | `detect_extensions` | `['cbl', 'cob', 'CBL', 'COB']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -790,7 +790,7 @@ Pengguna Bash yang membutuhkan fungsi seperti preexec dapat menggunakan [kerangk | ---------------------- | ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `min_tim` | `2_000` | Durasi terpendek untuk menampilkan waktu (dalam milidetik). | | `show_milliseconds` | `false` | Tampilkan milidetik sebagai ganti detik untuk durasinya. | -| `fromat` | `'took [$duration]($style) '` | Format dari modul. | +| `format` | `'took [$duration]($style) '` | Format dari modul. | | `style` | `'bold yellow'` | Gaya penataan untuk modul. | | `disabled` | `false` | Menonaktifkan modul `cmd_duration`. | | `show_notifications` | `false` | Menampilkan notifikasi layar ketika perintah selesai. | @@ -833,7 +833,7 @@ Hal ini tidak menahan pengubah (modifier) prompt dari conda sendiri, kamu mungki | `truncation_length` | `1` | Jumlah direktori yang dipotong oleh environment path, jika environment-nya dibuat melalui `conda create -p [path]`. `0` artinya tidak ada potongan. Lihat juga modul [`directory`](#directory). | | `symbol` | `'🅒 '` | Simbol yang digunakan sebelum nama environment. | | `style` | `'bold green'` | Gaya penataan untuk modul. | -| `fromat` | `'via [$symbol$environment]($style) '` | Format dari modul. | +| `format` | `'via [$symbol$environment]($style) '` | Format dari modul. | | `ignore_base` | `true` | Mengabaikan `base` environment saat aktif. | | `disabled` | `false` | Menonaktifkan modul `conda`. | @@ -866,7 +866,7 @@ The `container` module displays a symbol and container name, if inside a contain | ---------- | ---------------------------------- | ----------------------------------------- | | `symbol` | `'⬢'` | The symbol shown, when inside a container | | `style` | `'bold red dimmed'` | Gaya penataan untuk modul. | -| `fromat` | `'[$symbol \[$name\]]($style) '` | Format dari modul. | +| `format` | `'[$symbol \[$name\]]($style) '` | Format dari modul. | | `disabled` | `false` | Disables the `container` module. | ### Variabel @@ -900,7 +900,7 @@ Modul `crystal` menampilkan versi terkini dari [Crystal](https://crystal-lang.or | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | | `symbol` | `'🔮 '` | Simbol yang digunakan sebelum menampilkan versi crystal terkini. | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `style` | `'bold red'` | Gaya penataan untuk modul. | | `detect_extensions` | `['cr']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -931,13 +931,13 @@ format = 'via [✨ $version](bold blue) ' The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi: -- Direktori terkini yang berisikan sebuah file `daml.yaml` +- Direktori ini memiliki berkas `daml.yaml` ### Opsi | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'Λ '` | A format string representing the symbol of Daml | | `style` | `'bold cyan'` | Gaya penataan untuk modul. | @@ -977,7 +977,7 @@ Modul `dart` menampilkan versi terkini dari [Dart](https://dart.dev/) yang terpa | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------------------- | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'🎯 '` | Sebuah format string yang melambangkan simbol Dart | | `detect_extensions` | `['dart']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -1015,7 +1015,7 @@ Modul `deno` menampilkan versi terkini dari [Deno](https://deno.land/) yang terp | Opsi | Bawaan | Deskripsi | | ------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'🦕 '` | Sebuah format string yang melambangkan simbol Deno | | `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -1130,7 +1130,7 @@ The `docker_context` module shows the currently active [Docker context](https:// | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol$context]($style) '` | Format dari modul. | +| `format` | `'via [$symbol$context]($style) '` | Format dari modul. | | `symbol` | `'🐳 '` | Simbol yang digunakan sebelum menampilkan Docker context. | | `only_with_files` | `true` | Hanya ditampilkan jika terdapat kecocokan | | `detect_extensions` | `[]` | Extensions mana yang harusnya memicu modul (butuh `only_with_files` untuk diset true). | @@ -1183,7 +1183,7 @@ The module will also show the Target Framework Moniker ( '` | The symbol used before displaying the version of PureScript. | | `detect_extensions` | `['purs']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -3066,7 +3066,7 @@ Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi: | Opsi | Bawaan | Deskripsi | | -------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- | -| `fromat` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | Format dari modul. | +| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'🐍 '` | A format string representing the symbol of Python | | `style` | `'yellow bold'` | Gaya penataan untuk modul. | @@ -3149,7 +3149,7 @@ The `rlang` module shows the currently installed version of [R](https://www.r-pr | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'📐'` | A format string representing the symbol of R. | | `style` | `'blue bold'` | Gaya penataan untuk modul. | @@ -3186,7 +3186,7 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version-$vm_version )]($style)'` | The format string for the module. | +| `format` | `'via [$symbol($version-$vm_version )]($style)'` | The format string for the module. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'🦋 '` | The symbol used before displaying the version of Raku | | `detect_extensions` | `['p6', 'pm6', 'pod6', 'raku', 'rakumod']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -3223,7 +3223,7 @@ By default the `red` module shows the currently installed version of [Red](https | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'🔺 '` | A format string representing the symbol of Red. | | `detect_extensions` | `['red']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -3266,7 +3266,7 @@ Starship gets the current Ruby version by running `ruby -v`. | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'💎 '` | A format string representing the symbol of Ruby. | | `detect_extensions` | `['rb']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -3306,7 +3306,7 @@ By default the `rust` module shows the currently installed version of [Rust](htt | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'🦀 '` | A format string representing the symbol of Rust | | `detect_extensions` | `['rs']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -3348,7 +3348,7 @@ The `scala` module shows the currently installed version of [Scala](https://www. | Opsi | Bawaan | Deskripsi | | ------------------- | ---------------------------------------- | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [${symbol}(${version} )]($style)'` | Format dari modul. | +| `format` | `'via [${symbol}(${version} )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `detect_extensions` | `['sbt', 'scala']` | Ekstensi mana yang sebaiknya memicu modul ini. | | `detect_files` | `['.scalaenv', '.sbtenv', 'build.sbt']` | filenames mana yang sebaiknya memicu modul ini. | @@ -3401,7 +3401,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y | `cmd_indicator` | `'cmd'` | A format string used to represent cmd. | | `nu_indicator` | `'nu'` | A format string used to represent nu. | | `unknown_indicator` | `''` | The default value to be displayed when the shell is unknown. | -| `fromat` | `'[$indicator]($style) '` | Format dari modul. | +| `format` | `'[$indicator]($style) '` | Format dari modul. | | `style` | `'white bold'` | Gaya penataan untuk modul. | | `disabled` | `true` | Disables the `shell` module. | @@ -3436,7 +3436,7 @@ The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/int | Opsi | Bawaan | Deskripsi | | ----------- | ---------------------------- | ------------------------------------------------------------- | | `threshold` | `2` | Display threshold. | -| `fromat` | `'[$symbol$shlvl]($style) '` | Format dari modul. | +| `format` | `'[$symbol$shlvl]($style) '` | Format dari modul. | | `symbol` | `'↕️ '` | The symbol used to represent the `SHLVL`. | | `repeat` | `false` | Causes `symbol` to be repeated by the current `SHLVL` amount. | | `style` | `'bold yellow'` | Gaya penataan untuk modul. | @@ -3471,7 +3471,7 @@ The `singularity` module shows the current [Singularity](https://sylabs.io/singu | Opsi | Bawaan | Deskripsi | | ---------- | -------------------------------- | ------------------------------------------------ | -| `fromat` | `'[$symbol\[$env\]]($style) '` | Format dari modul. | +| `format` | `'[$symbol\[$env\]]($style) '` | Format dari modul. | | `symbol` | `''` | A format string displayed before the image name. | | `style` | `'bold dimmed blue'` | Gaya penataan untuk modul. | | `disabled` | `false` | Disables the `singularity` module. | @@ -3506,7 +3506,7 @@ The `spack` module shows the current [Spack](https://spack.readthedocs.io/en/lat | `truncation_length` | `1` | The number of directories the environment path should be truncated to. `0` artinya tidak ada potongan. Lihat juga modul [`directory`](#directory). | | `symbol` | `'🅢 '` | Simbol yang digunakan sebelum nama environment. | | `style` | `'bold blue'` | Gaya penataan untuk modul. | -| `fromat` | `'via [$symbol$environment]($style) '` | Format dari modul. | +| `format` | `'via [$symbol$environment]($style) '` | Format dari modul. | | `disabled` | `false` | Disables the `spack` module. | ### Variabel @@ -3542,7 +3542,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y | Opsi | Bawaan | Deskripsi | | --------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -| `fromat` | `'[$symbol$status]($style) '` | The format of the module | +| `format` | `'[$symbol$status]($style) '` | The format of the module | | `symbol` | `'❌'` | The symbol displayed on program error | | `success_symbol` | `''` | The symbol displayed on program success | | `not_executable_symbol` | `'🚫'` | The symbol displayed when file isn't executable | @@ -3603,7 +3603,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y | Opsi | Bawaan | Deskripsi | | --------------- | ------------------------ | ------------------------------------------------------- | -| `fromat` | `'[as $symbol]($style)'` | The format of the module | +| `format` | `'[as $symbol]($style)'` | The format of the module | | `symbol` | `'🧙 '` | The symbol displayed when credentials are cached | | `style` | `'bold blue'` | Gaya penataan untuk modul. | | `allow_windows` | `false` | Since windows has no default sudo, default is disabled. | @@ -3649,7 +3649,7 @@ By default the `swift` module shows the currently installed version of [Swift](h | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'🐦 '` | A format string representing the symbol of Swift | | `detect_extensions` | `['swift']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -3696,7 +3696,7 @@ Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi: | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol$workspace]($style) '` | The format string for the module. | +| `format` | `'via [$symbol$workspace]($style) '` | The format string for the module. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'💠'` | A format string shown before the terraform workspace. | | `detect_extensions` | `['tf', 'tfplan', 'tfstate']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -3750,7 +3750,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y | Opsi | Bawaan | Deskripsi | | ----------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -| `fromat` | `'at [$time]($style) '` | The format string for the module. | +| `format` | `'at [$time]($style) '` | The format string for the module. | | `use_12hr` | `false` | Enables 12 hour formatting | | `time_format` | see below | The [chrono format string](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html) used to format the time. | | `style` | `'bold yellow'` | The style for the module time | @@ -3803,7 +3803,7 @@ SSH connection is detected by checking environment variables `SSH_CONNECTION`, ` | ------------- | ----------------------- | ------------------------------------------- | | `style_root` | `'bold red'` | The style used when the user is root/admin. | | `style_user` | `'bold yellow'` | The style used for non-root users. | -| `fromat` | `'[$user]($style) in '` | Format dari modul. | +| `format` | `'[$user]($style) in '` | Format dari modul. | | `show_always` | `false` | Always shows the `username` module. | | `disabled` | `false` | Disables the `username` module. | @@ -3837,7 +3837,7 @@ The `vagrant` module shows the currently installed version of [Vagrant](https:// | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'⍱ '` | A format string representing the symbol of Vagrant. | | `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -3876,7 +3876,7 @@ The `vlang` module shows you your currently installed version of [V](https://vla | Opsi | Bawaan | Deskripsi | | ------------------- | -------------------------------------------- | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'V '` | A format string representing the symbol of V | | `detect_extensions` | `['v']` | Ekstensi mana yang sebaiknya memicu modul ini. | @@ -3911,7 +3911,7 @@ The `vcsh` module displays the current active [VCSH](https://github.com/RichiH/v | ---------- | -------------------------------- | ------------------------------------------------------ | | `symbol` | `''` | The symbol used before displaying the repository name. | | `style` | `'bold yellow'` | Gaya penataan untuk modul. | -| `fromat` | `'vcsh [$symbol$repo]($style) '` | Format dari modul. | +| `format` | `'vcsh [$symbol$repo]($style) '` | Format dari modul. | | `disabled` | `false` | Disables the `vcsh` module. | ### Variabel @@ -3943,7 +3943,7 @@ By default the the `zig` module shows the currently installed version of [Zig](h | Opsi | Bawaan | Deskripsi | | ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. | +| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. | | `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` | | `symbol` | `'↯ '` | The symbol used before displaying the version of Zig. | | `style` | `'bold yellow'` | Gaya penataan untuk modul. | @@ -4022,7 +4022,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt | `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. | | `symbol` | `''` | The symbol used before displaying the command output. | | `style` | `'bold green'` | Gaya penataan untuk modul. | -| `fromat` | `'[$symbol($output )]($style)'` | Format dari modul. | +| `format` | `'[$symbol($output )]($style)'` | Format dari modul. | | `disabled` | `false` | Disables this `custom` module. | | `os` | | Operating System name on which the module will be shown (unix, linux, macos, windows, ... ) [See possible values](https://doc.rust-lang.org/std/env/consts/constant.OS.html). | | `use_stdin` | | An optional boolean value that overrides whether commands should be forwarded to the shell via the standard input or as an argument. If unset standard input is used by default, unless the shell does not support it (cmd, nushell). Setting this disables shell-specific argument handling. | diff --git a/docs/id-ID/migrating-to-0.45.0/README.md b/docs/id-ID/migrating-to-0.45.0/README.md index d6e49d5f..be95bb5c 100644 --- a/docs/id-ID/migrating-to-0.45.0/README.md +++ b/docs/id-ID/migrating-to-0.45.0/README.md @@ -115,7 +115,7 @@ _Catatan:_ Element `character` secara otomatis menambahkan sebuah spasi setelahn | Properti Yang Digantikan | Penggantinya | | ------------------------ | ------------ | -| `prefix` | `fromat` | +| `prefix` | `format` | **Perubahan pada konfigurasi bawaan** @@ -129,7 +129,7 @@ _Catatan:_ Element `character` secara otomatis menambahkan sebuah spasi setelahn | Properti Yang Digantikan | Penggantinya | | ------------------------ | ------------ | -| `prefix` | `fromat` | +| `prefix` | `format` | **Perubahan pada konfigurasi bawaan** @@ -143,8 +143,8 @@ _Catatan:_ Element `character` secara otomatis menambahkan sebuah spasi setelahn | Properti Yang Digantikan | Penggantinya | | ------------------------ | ------------ | -| `prefix` | `fromat` | -| `suffix` | `fromat` | +| `prefix` | `format` | +| `suffix` | `format` | **Perubahan pada konfigurasi bawaan** @@ -159,8 +159,8 @@ _Catatan:_ Element `character` secara otomatis menambahkan sebuah spasi setelahn | Properti Yang Digantikan | Penggantinya | | ------------------------ | ------------ | -| `prefix` | `fromat` | -| `suffix` | `fromat` | +| `prefix` | `format` | +| `suffix` | `format` | **Perubahan pada konfigurasi bawaan** @@ -175,9 +175,9 @@ _Catatan:_ Element `character` secara otomatis menambahkan sebuah spasi setelahn | Properti Yang Digantikan | Penggantinya | | ------------------------ | ------------ | -| `prefix` | `fromat` | -| `suffix` | `fromat` | -| `show_sync_count` | `fromat` | +| `prefix` | `format` | +| `suffix` | `format` | +| `show_sync_count` | `format` | **Perubahan pada konfigurasi bawaan** @@ -206,8 +206,8 @@ behind = "⇣${count}" | Properti Yang Digantikan | Penggantinya | | ------------------------ | ------------ | -| `prefix` | `fromat` | -| `suffix` | `fromat` | +| `prefix` | `format` | +| `suffix` | `format` | **Perubahan pada konfigurasi bawaan** @@ -222,9 +222,9 @@ behind = "⇣${count}" | Properti Yang Digantikan | Penggantinya | | ------------------------ | ------------ | -| `label` | `fromat` | -| `prefix` | `fromat` | -| `suffix` | `fromat` | +| `label` | `format` | +| `prefix` | `format` | +| `suffix` | `format` | **Perubahan pada konfigurasi bawaan** @@ -239,7 +239,7 @@ behind = "⇣${count}" | Properti Yang Digantikan | Penggantinya | | ------------------------ | ------------- | -| `fromat` | `time_format` | +| `format` | `time_format` | **Perubahan pada konfigurasi bawaan** @@ -254,8 +254,8 @@ behind = "⇣${count}" | Properti Yang Digantikan | Penggantinya | | ------------------------ | ------------ | -| `prefix` | `fromat` | -| `suffix` | `fromat` | +| `prefix` | `format` | +| `suffix` | `format` | **Perubahan pada konfigurasi bawaan** diff --git a/docs/it-IT/advanced-config/README.md b/docs/it-IT/advanced-config/README.md index 671b2f30..b181b0a3 100644 --- a/docs/it-IT/advanced-config/README.md +++ b/docs/it-IT/advanced-config/README.md @@ -250,7 +250,7 @@ Note: Continuation prompts are only available in the following shells: continuation_prompt = "▶▶" ``` -## Stringhe di stile +## Stile delle Stringhe Le stringhe di stile sono un elenco di parole, separate da spazi bianchi. Le parole non sono sensibili alle maiuscole (cioè `grassetto` e `BoLd` sono considerate la stessa stringa). Ogni parola può essere una delle seguenti: diff --git a/docs/it-IT/config/README.md b/docs/it-IT/config/README.md index 0b4c7d38..80f4f4b0 100644 --- a/docs/it-IT/config/README.md +++ b/docs/it-IT/config/README.md @@ -3014,16 +3014,16 @@ The `purescript` module shows the currently installed version of [PureScript](ht ### Opzioni -| Opzione | Default | Descrizione | -| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | The format for the module. | -| `version_format` | `'v${raw}'` | Il formato della versione. Le variabili disponibili sono `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'<=> '` | The symbol used before displaying the version of PureScript. | -| `detect_extensions` | `['purs']` | Quali estensioni dovrebbero attivare questo modulo. | -| `detect_files` | `['spago.dhall']` | Quali nomi di file dovrebbero attivare questo modulo. | -| `detect_folders` | `[]` | Quali cartelle dovrebbero attivare questo modulo. | -| `style` | `'bold white'` | Lo stile per il modulo. | -| `disabled` | `false` | Disables the `purescript` module. | +| Opzione | Default | Descrizione | +| ------------------- | ------------------------------------ | -------------------------------------------------------------------------------------------- | +| `format` | `'via [$symbol($version )]($style)'` | The format for the module. | +| `version_format` | `'v${raw}'` | Il formato della versione. Le variabili disponibili sono `raw`, `major`, `minore`, & `patch` | +| `symbol` | `'<=> '` | The symbol used before displaying the version of PureScript. | +| `detect_extensions` | `['purs']` | Quali estensioni dovrebbero attivare questo modulo. | +| `detect_files` | `['spago.dhall']` | Quali nomi di file dovrebbero attivare questo modulo. | +| `detect_folders` | `[]` | Quali cartelle dovrebbero attivare questo modulo. | +| `style` | `'bold white'` | Lo stile per il modulo. | +| `disabled` | `false` | Disables the `purescript` module. | ### Variables diff --git a/docs/it-IT/guide/README.md b/docs/it-IT/guide/README.md index 3bb28a83..c371d77e 100644 --- a/docs/it-IT/guide/README.md +++ b/docs/it-IT/guide/README.md @@ -95,7 +95,7 @@ >日本語   Tiếng Việt   简体中文   繁體中文

diff --git a/docs/ja-JP/README.md b/docs/ja-JP/README.md index 9fd27087..63cf0283 100644 --- a/docs/ja-JP/README.md +++ b/docs/ja-JP/README.md @@ -159,7 +159,7 @@ description: Starship はミニマルで、非常に高速で、カスタマイ starship init nu | save ~/.cache/starship/init.nu ``` - そして、Nushellの設定ファイルの最後に以下を追加してください( `$nu.config-path` を実行してください)。 + そして、Nushellの設定ファイルの最後に以下を追記してください (`$nu.config-path` を実行してください): ```sh source ~/.cache/starship/init.nu diff --git a/docs/ja-JP/config/README.md b/docs/ja-JP/config/README.md index 12342cda..b177b4b0 100644 --- a/docs/ja-JP/config/README.md +++ b/docs/ja-JP/config/README.md @@ -70,7 +70,7 @@ os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp') **変数**: モジュールが提供する情報を含むサブコンポーネントを小さくする。 例えば、"nodejs" モジュールの "version" 変数には、Node.js の現在のバージョンが含まれています。 -慣例により、ほとんどのモジュールにはデフォルトの端末色の接頭辞(「nodejs」の`via` など)と接尾辞として空のスペースがあります。 +慣例により、ほとんどのモジュールにはデフォルトの端末色の接頭辞("nodejs" の `via` など)と接尾辞として空のスペースがあります。 ### Strings @@ -645,7 +645,7 @@ Each command is represented as a list of the executable name, followed by its ar format = 'via [$name $version]($style)' ``` -## 文字 +## Character `character`モジュールは、端末でテキストが入力される場所の横に文字(通常は矢印)を表示します。 @@ -772,7 +772,7 @@ vicmd_symbol = '[V](bold green) ' *: この変数は、スタイル文字列の一部としてのみ使用することができます。 -## コマンド実行時間 +## Command Duration `cmd_duration`モジュールは、最後のコマンドの実行にかかった時間を示します。 モジュールが表示されるのは、コマンドが2秒以上かかった場合、または`min_time`値が存在する場合のみです。 @@ -1543,7 +1543,7 @@ truncation_symbol = '' ignore_branches = ['master', 'main'] ``` -## Git コミット +## Git Commit `git_commit` モジュールは、カレントディレクトリのリポジトリの現在のコミットハッシュとタグ (もしあれば) を表示します。 @@ -1952,7 +1952,7 @@ format = "via [⌘ $version](bold fg:202) " format = 'via [⎈ $version](bold white) ' ``` -## ホスト名 +## Hostname `hostname`モジュールには、システムのホスト名が表示されます。 @@ -3736,7 +3736,7 @@ format = '[🏎💨 $version$workspace]($style) ' format = '[🏎💨 $workspace]($style) ' ``` -## 時刻 +## Time `time`モジュールは、現在の**現地**時間を示します。 `format`設定は、時間の表示方法を制御するために[`chrono`](https://crates.io/crates/chrono)クレートによって使用されます。 使用可能なオプションを確認するには、[chrono strftimeのドキュメント](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html)をご覧ください。 diff --git a/docs/ja-JP/faq/README.md b/docs/ja-JP/faq/README.md index 66a4bd89..c40235c4 100644 --- a/docs/ja-JP/faq/README.md +++ b/docs/ja-JP/faq/README.md @@ -86,33 +86,33 @@ Finally if you find a bug you can use the `bug-report` command to create a Githu starship bug-report ``` -## プロンプトにグリフ記号が表示されないのはなぜですか? +## 私のプロンプトで記号のグリフがないのはなぜですか? -これの最も一般的な原因は、システムの設定ミスです。 いくつかのLinuxディストリビューション 特に、すぐに使用できるフォントサポートは付属していません。 次のことを確認する必要があります。 +よくある原因はシステム上での設定ミスです。 いくつかのLinuxディストリビューションの初期設定にフォントサポートがありません。 次のことを確認してください。 - ロケールが、`de_DE.UTF-8`や` ja_JP.UTF-8`などのUTF-8に設定されている。 `LC_ALL`がUTF-8でない場合、[変更する必要があります](https://www.tecmint.com/set-system-locales-in-linux/)。 - 絵文字フォントがインストールされている。 ほとんどのシステムにはデフォルトで絵文字フォントが付属していますが、 一部 (特にArch Linux) はそうではありません。 通常、システムの パッケージマネージャーからインストールすることができます。--[noto emoji](https://www.google.com/get/noto/help/emoji/)は一般的な選択肢です。 - [Nerd Font](https://www.nerdfonts.com/)を使用している。 -システムをテストするには、ターミナルで次のコマンドを実行します。 +ターミナルで以下のコマンドを実行することでテストできます。 ```sh echo -e "\xf0\x9f\x90\x8d" echo -e "\xee\x82\xa0" ``` -1行目は[snake emoji](https://emojipedia.org/snake/)を生成し、2行目は[powerline branch symbol (e0a0)](https://github.com/ryanoasis/powerline-extra-symbols#glyphs)を生成するはずです。 +一行目は[蛇の絵文字](https://emojipedia.org/snake/)、二行目は[powerline branch symbol (e0a0)](https://github.com/ryanoasis/powerline-extra-symbols#glyphs)が表示されるはずです。 -いずれかのシンボルが正しく表示されない場合でも、システムの設定が間違っています。 残念ながら、フォント設定を正しくするのは難しい場合があります。 Discordのユーザーがお役に立てるかもしれません。 両方の記号が正しく表示されているにもかかわらず、まだStarshipに表示されていない場合は、[バグ報告をしてください!](https://github.com/starship/starship/issues/new/choose) +もし、どちらの記号とも正しく表示されない場合は、システムの設定が間違っています。 不幸にも、正しくフォントを設定するのは難しいものです。 Discordのユーザーが助けてくれるかもしれません! もし記号が正しく表示されているのにもかかわらず、Starshipが正しく表示されていない場合は、[バグの報告](https://github.com/starship/starship/issues/new/choose)をお願いします。 -## Starshipをアンインストールするにはどうすればいいですか? +## Starshipをアンインストールしたい -Starshipは、最初の場所にインストールするのと同じくらい簡単にアンインストールできます。 +Starshipのアンインストールはインストールと同じぐらい簡単です。 1. Starshipを初期化するために使用した、シェルの設定行を削除します (例:`~/.bashrc`)。 1. Starshipのバイナリを削除します。 -Starship がパッケージマネージャを使用してインストールされている場合は、アンインストール手順については、そのドキュメントを参照してください。 +パッケージマネージャーを使用してStarshipをインストールした場合は、パッケージマネージャーのアンインストールガイドを参照してください。 Starship をインストールスクリプトを使用してインストールした場合、次のコマンドでバイナリが削除されます。 diff --git a/docs/ja-JP/guide/README.md b/docs/ja-JP/guide/README.md index 8ba15fba..95c60c0e 100644 --- a/docs/ja-JP/guide/README.md +++ b/docs/ja-JP/guide/README.md @@ -334,7 +334,7 @@ mkdir ~/.cache/starship starship init nu | save ~/.cache/starship/init.nu ``` -そして、Nushellの設定ファイルの最後に以下を追記してください (`$nu.config-path` を実行してください): +そして、Nushellの設定ファイルの最後に以下を追加してください( `$nu.config-path` を実行してください)。 ```sh source ~/.cache/starship/init.nu diff --git a/docs/ko-KR/advanced-config/README.md b/docs/ko-KR/advanced-config/README.md index cb717320..a3719eb2 100644 --- a/docs/ko-KR/advanced-config/README.md +++ b/docs/ko-KR/advanced-config/README.md @@ -239,7 +239,7 @@ Note: Continuation prompts are only available in the following shells: - `bash` - `zsh` -- `파워셀` +- `Powershell` ### Example diff --git a/docs/ko-KR/guide/README.md b/docs/ko-KR/guide/README.md index 74fff57d..c8231e69 100644 --- a/docs/ko-KR/guide/README.md +++ b/docs/ko-KR/guide/README.md @@ -345,7 +345,7 @@ Note: Only Nushell v0.61+ is supported
-파워셀 +Powershell 다음 내용을 PowerShell 설정파일 (찾으려면 `$PROFILE` 실행) 마지막 부분에 추가하세요: diff --git a/docs/pl-PL/README.md b/docs/pl-PL/README.md index 1266f5c2..5db7eda1 100644 --- a/docs/pl-PL/README.md +++ b/docs/pl-PL/README.md @@ -119,7 +119,7 @@ description: Starship to minimalny, szybki i ekstremalnie konfigurowalny wiersz #### Elvish - ::: uwaga + ::: warning Działa tylko dla elvish v0.18 albo wyższej wersji. @@ -147,7 +147,7 @@ description: Starship to minimalny, szybki i ekstremalnie konfigurowalny wiersz #### Nushell - ::: uwaga + ::: warning Ten sposób zmieni się w przyszłości. Działa tylko na Nushell v0.61+. diff --git a/docs/pl-PL/advanced-config/README.md b/docs/pl-PL/advanced-config/README.md index f64ab621..4bb70ff3 100644 --- a/docs/pl-PL/advanced-config/README.md +++ b/docs/pl-PL/advanced-config/README.md @@ -2,7 +2,7 @@ Mimo że Starship jest wszechstronny, czasem nie wystarczy modyfikacja pliku `starship.toml` żeby uzyskać pewne rzeczy. Na tej stronie opisano bardziej zaawansowane sposoby konfigurowania używane w Starship. -::: uwaga +::: warning Konfiguracja opisana w tej sekcji może ulec zmianie w przyszłych wydaniach Starship. diff --git a/docs/pl-PL/config/README.md b/docs/pl-PL/config/README.md index 977b1300..04f3c7f0 100644 --- a/docs/pl-PL/config/README.md +++ b/docs/pl-PL/config/README.md @@ -656,7 +656,7 @@ The character will tell you whether the last command was successful or not. It c By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape). -::: uwaga +::: warning `vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148). @@ -2038,13 +2038,13 @@ The default functionality is: - 1 job -> `symbol` is shown. - 2 jobs or more -> `symbol` + `number` are shown. -::: uwaga +::: warning This module is not supported on tcsh and nu. ::: -::: uwaga +::: warning The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running. @@ -2720,7 +2720,7 @@ symbol = '☁️ ' The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate. -::: uwaga +::: warning The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems. diff --git a/docs/pt-BR/README.md b/docs/pt-BR/README.md index dbcf79bf..58a6666c 100644 --- a/docs/pt-BR/README.md +++ b/docs/pt-BR/README.md @@ -119,7 +119,7 @@ description: O Starship é o prompt minimalista, extremamente rápido e extremam #### Elvish - ::: atenção + ::: warning Apenas elvish v0.18 ou superior é suportado. @@ -147,7 +147,7 @@ description: O Starship é o prompt minimalista, extremamente rápido e extremam #### Nushell - ::: atenção + ::: warning Isto irá mudar no futuro. Somente Nushell v0.61+ é suportado. diff --git a/docs/pt-BR/config/README.md b/docs/pt-BR/config/README.md index 5de00c4a..70800406 100644 --- a/docs/pt-BR/config/README.md +++ b/docs/pt-BR/config/README.md @@ -564,8 +564,8 @@ symbol = '🦬 ' The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. Por padrão o módulo vai exibir se uma das condições a seguir for atendida: -- O diretório atual contem um arquivo `bun.lockb` -- O diretório atual contem um arquivo `bunfig.toml` +- O diretório atual conter um arquivo `bun.lockb` +- O diretório atual conter um arquivo `bunfig.toml` ### Opções @@ -656,7 +656,7 @@ O caractere vai te dizer se o ultimo comando foi bem sucedido ou não. Você pod Por padrão ele apenas muda de cor. Se você deseja alterar o formato de uma olhada [neste exemplo](#with-custom-error-shape). -::: atenção +::: warning `vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148). @@ -721,16 +721,16 @@ O módulo `cmake` exibe a versão instalada do [CMake](https://cmake.org/). Por ### Opções -| Opções | Padrão | Descrição | -| ------------------- | -------------------------------------- | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'△ '` | O simbolo usado antes da versão do cmake. | -| `detect_extensions` | `[]` | Quais extensões devem acionar este módulo | -| `detect_files` | `['CMakeLists.txt', 'CMakeCache.txt']` | [] | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo | -| `style` | `'bold blue'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `cmake`. | +| Opções | Padrão | Descrição | +| ------------------- | -------------------------------------- | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'△ '` | O simbolo usado antes da versão do cmake. | +| `detect_extensions` | `[]` | Quais extensões devem acionar este módulo | +| `detect_files` | `['CMakeLists.txt', 'CMakeCache.txt']` | [] | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo | +| `style` | `'bold blue'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `cmake`. | ### Variáveis @@ -931,20 +931,20 @@ format = 'via [✨ $version](bold blue) ' The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. Por padrão o módulo vai exibir se uma das condições a seguir for atendida: -- O diretório atual contem um arquivo `daml.yaml` +- O diretório atual conter um arquivo `daml.yaml` ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'Λ '` | A format string representing the symbol of Daml | -| `style` | `'bold cyan'` | O estilo do módulo. | -| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['daml.yaml']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | -| `disabled` | `false` | Disables the `daml` module. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'Λ '` | A format string representing the symbol of Daml | +| `style` | `'bold cyan'` | O estilo do módulo. | +| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['daml.yaml']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | +| `disabled` | `false` | Disables the `daml` module. | ### Variáveis @@ -975,16 +975,16 @@ O módulo `dart` exibe a versão atual instalada do [Dart](https://dart.dev/). P ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------------------- | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🎯 '` | Um formato de string que representa o simbolo do Dart | -| `detect_extensions` | `['dart']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['pubspec.yaml', 'pubspec.yml', 'pubspec.lock']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `['.dart_tool']` | Quais pastas devem ativar este módulo. | -| `style` | `'bold blue'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `dart`. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'🎯 '` | Um formato de string que representa o simbolo do Dart | +| `detect_extensions` | `['dart']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['pubspec.yaml', 'pubspec.yml', 'pubspec.lock']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `['.dart_tool']` | Quais pastas devem ativar este módulo. | +| `style` | `'bold blue'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `dart`. | ### Variáveis @@ -1013,16 +1013,16 @@ O módulo `deno` exibe a versão instalada atual do [Deno](https://deno.land/). ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🦕 '` | Um formato de string que representa o simbolo do Deno | -| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['deno.json', 'deno.jsonc', 'mod.ts', 'mod.js', 'deps.ts', 'deps.js']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | -| `style` | `'green bold'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `deno`. | +| Opções | Padrão | Descrição | +| ------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'🦕 '` | Um formato de string que representa o simbolo do Deno | +| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['deno.json', 'deno.jsonc', 'mod.ts', 'mod.js', 'deps.ts', 'deps.js']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | +| `style` | `'green bold'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `deno`. | ### Variáveis @@ -1219,7 +1219,7 @@ heuristic = false O módulo `elixir` exibe a versão instalada do [Elixir](https://elixir-lang.org/) e [Erlang/OTP](https://erlang.org/doc/). Por padrão o módulo vai exibir se uma das condições a seguir for atendida: -- O diretório atual contem um arquivo `mix.exs`. +- O diretório atual conter um arquivo `mix.exs`. ### Opções @@ -1364,8 +1364,8 @@ default = 'unknown user' O módulo `erlang` mostra a versão atualmente instalada do [Erlang/OTP](https://erlang.org/doc/). Por padrão o módulo vai exibir se uma das condições a seguir for atendida: -- O diretório atual contem um arquivo `rebar.config`. -- O diretório atual contem um arquivo `erlang.mk`. +- O diretório atual contém um arquivo `rebar.config`. +- O diretório atual contém um arquivo `erlang.mk`. ### Opções @@ -1766,10 +1766,10 @@ windows_starship = '/mnt/c/Users/nomedousuario/scoop/apps/starship/current/stars O módulo `golang` exibe a versão instalada atual do [Go](https://golang.org/). Por padrão o módulo vai exibir se uma das condições a seguir for atendida: -- O diretório atual contem um arquivo `go.mod` -- O diretório atual contem um arquivo `go.sum` -- O diretório atual contem um arquivo `go.work` -- O diretório atual contem um arquivo `glide.yaml` +- O diretório atual conter um arquivo `go.mod` +- O diretório atual conter um arquivo `go.sum` +- O diretório atual conter um arquivo `go.work` +- O diretório atual conter um arquivo `glide.yaml` - O diretório atual contem um arquivo `Gopkg.yml` - O diretório atual contém um arquivo `Gopkg.lock` - O diretório atual contem um arquivo `.go-version` @@ -1778,16 +1778,16 @@ O módulo `golang` exibe a versão instalada atual do [Go](https://golang.org/). ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🐹 '` | O formato da string que representa o simbolo do Go. | -| `detect_extensions` | `['go']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['go.mod', 'go.sum', 'go.work', 'glide.yaml', 'Gopkg.yml', 'Gopkg.lock', '.go-version']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `['Godeps']` | Quais pastas devem ativar este módulo. | -| `style` | `'bold cyan'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `golang`. | +| Opções | Padrão | Descrição | +| ------------------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'🐹 '` | O formato da string que representa o simbolo do Go. | +| `detect_extensions` | `['go']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['go.mod', 'go.sum', 'go.work', 'glide.yaml', 'Gopkg.yml', 'Gopkg.lock', '.go-version']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `['Godeps']` | Quais pastas devem ativar este módulo. | +| `style` | `'bold cyan'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `golang`. | ### Variáveis @@ -1846,7 +1846,7 @@ O módulo `haskell` encontra a versão atual do GHC selecionada e/ou o snapshot Por padrão o módulo vai exibir se uma das condições a seguir for atendida: -- O diretório atual contem um arquivo `stack.yaml` +- O diretório atual conter um arquivo `stack.yaml` - O diretório atual contém qualquer arquivo `.hs`, `.cabal`, ou `.hs-boot` ### Opções @@ -1883,16 +1883,16 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | -| `format` | `"via [$symbol($version )]($style)"` | O formato do módulo. | -| `version_format` | `"v${raw}"` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `detect_extensions` | `["hx", "hxml"]` | Quais extensões devem ativar este módulo. | -| `detect_files` | `["project.xml", "Project.xml", "application.xml", "haxelib.json", "hxformat.json", ".haxerc"]` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[".haxelib", "haxe_libraries"]` | Quais pastas devem ativar este módulo. | -| `symbol` | `"⌘ "` | O formato de string que representa o simbolo do Helm. | -| `style` | `"bold fg:202"` | O estilo do módulo. | -| `disabled` | `false` | Disables the `haxe` module. | +| Opções | Padrão | Descrição | +| ------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | +| `format` | `"via [$symbol($version )]($style)"` | O formato do módulo. | +| `version_format` | `"v${raw}"` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `detect_extensions` | `["hx", "hxml"]` | Quais extensões devem ativar este módulo. | +| `detect_files` | `["project.xml", "Project.xml", "application.xml", "haxelib.json", "hxformat.json", ".haxerc"]` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[".haxelib", "haxe_libraries"]` | Quais pastas devem ativar este módulo. | +| `symbol` | `"⌘ "` | O formato de string que representa o simbolo do Helm. | +| `style` | `"bold fg:202"` | O estilo do módulo. | +| `disabled` | `false` | Disables the `haxe` module. | ### Variáveis @@ -2038,13 +2038,13 @@ A funcionalidade padrão é: - 1 job -> `symbol` é exibido. - 2 jobs or more -> `symbol` + `number` é exibido. -::: atenção +::: warning Este módulo não é suportado em tcsh e nu. ::: -::: atenção +::: warning A opção `threshold` está obsoleta, mas se você quiser usa-la, o módulo vai exibir o numero de jobs rodando se for maior que 1 ou maior que o valor configurado na `threshold`, se ele existir. Se o valor `threshold` for definido como 0, então o módulo vai exibir quando tiver 0 jobs rodando. @@ -2095,16 +2095,16 @@ O módulo `julia` exibe a versão atual instalada do [Julia](https://julialang.o ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `detect_extensions` | `['jl']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['Project.toml', 'Manifest.toml']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | -| `symbol` | `'ஃ '` | O formato de string que representa o simbolo do Julia. | -| `style` | `'bold purple'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `julia`. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `detect_extensions` | `['jl']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['Project.toml', 'Manifest.toml']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | +| `symbol` | `'ஃ '` | O formato de string que representa o simbolo do Julia. | +| `style` | `'bold purple'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `julia`. | ### Variáveis @@ -2133,17 +2133,17 @@ O módulo `kotlin` exibie a versão atual instalada do [Kotlin](https://kotlinla ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `detect_extensions` | `['kt', 'kts']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `[]` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | -| `symbol` | `'🅺 '` | O formato de string que representa o simbolo do Kotlin. | -| `style` | `'bold blue'` | O estilo do módulo. | -| `kotlin_binary` | `'kotlin'` | Configura o binário do kotlin que o Starship executa para obter a versão. | -| `disabled` | `false` | Desabilita o módulo `kotlin`. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `detect_extensions` | `['kt', 'kts']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `[]` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | +| `symbol` | `'🅺 '` | O formato de string que representa o simbolo do Kotlin. | +| `style` | `'bold blue'` | O estilo do módulo. | +| `kotlin_binary` | `'kotlin'` | Configura o binário do kotlin que o Starship executa para obter a versão. | +| `disabled` | `false` | Desabilita o módulo `kotlin`. | ### Variáveis @@ -2321,17 +2321,17 @@ O módulo `lua` exibe a versão atual instalada do [Lua](http://www.lua.org/). P ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🌙 '` | Uma string que representa o simbolo do Lua. | -| `detect_extensions` | `['lua']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['.lua-version']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `['lua']` | Quais pastas devem ativar este módulo. | -| `style` | `'bold blue'` | O estilo do módulo. | -| `lua_binary` | `'lua'` | Configura o binário lua que o Starship executa para pegar a versão. | -| `disabled` | `false` | Desabilita o módulo `lua`. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'🌙 '` | Uma string que representa o simbolo do Lua. | +| `detect_extensions` | `['lua']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['.lua-version']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `['lua']` | Quais pastas devem ativar este módulo. | +| `style` | `'bold blue'` | O estilo do módulo. | +| `lua_binary` | `'lua'` | Configura o binário lua que o Starship executa para pegar a versão. | +| `disabled` | `false` | Desabilita o módulo `lua`. | ### Variáveis @@ -2720,7 +2720,7 @@ symbol = '☁️ ' The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate. -::: atenção +::: warning The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems. @@ -3064,19 +3064,19 @@ Por padrão o módulo vai exibir se uma das condições a seguir for atendida: ### Opções -| Opções | Padrão | Descrição | -| -------------------- | ------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🐍 '` | Uma string que representa o simbolo do Python | -| `style` | `'yellow bold'` | O estilo do módulo. | -| `pyenv_version_name` | `false` | Usa pyenv para pegar a versão do Python | -| `pyenv_prefix` | `pyenv` | Prefixo antes da versão do pyenv, apenas usado se pyenv for usado | -| `python_binary` | `['python', 'python3', 'python2']` | Configura o binário python que o Starship vai executar para obter a versão. | -| `detect_extensions` | `['py']` | Quais extensões devem acionar este módulo | -| `detect_files` | `['.python-version', 'Pipfile', '__init__.py', 'pyproject.toml', 'requirements.txt', 'setup.py', 'tox.ini']` | [] | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo | -| `disabled` | `false` | Desabilita o módulo `python`. | +| Opções | Padrão | Descrição | +| -------------------- | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'🐍 '` | Uma string que representa o simbolo do Python | +| `style` | `'yellow bold'` | O estilo do módulo. | +| `pyenv_version_name` | `false` | Usa pyenv para pegar a versão do Python | +| `pyenv_prefix` | `pyenv` | Prefixo antes da versão do pyenv, apenas usado se pyenv for usado | +| `python_binary` | `['python', 'python3', 'python2']` | Configura o binário python que o Starship vai executar para obter a versão. | +| `detect_extensions` | `['py']` | Quais extensões devem acionar este módulo | +| `detect_files` | `['.python-version', 'Pipfile', '__init__.py', 'pyproject.toml', 'requirements.txt', 'setup.py', 'tox.ini']` | [] | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo | +| `disabled` | `false` | Desabilita o módulo `python`. | ::: tip @@ -3147,16 +3147,16 @@ O módulo `rlang` mostra a versão atualmente instalada do [R](https://www.r-pro ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'📐'` | Uma string que representa o simbolo do R. | -| `style` | `'blue bold'` | O estilo do módulo. | -| `detect_extensions` | `['R', 'Rd', 'Rmd', 'Rproj', 'Rsx']` | Quais extensões devem acionar este módulo | -| `detect_files` | `['.Rprofile']` | [] | -| `detect_folders` | `['.Rproj.user']` | Quais pastas devem ativar este módulo | -| `disabled` | `false` | Desabilita o módulo `r`. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'📐'` | Uma string que representa o simbolo do R. | +| `style` | `'blue bold'` | O estilo do módulo. | +| `detect_extensions` | `['R', 'Rd', 'Rmd', 'Rproj', 'Rsx']` | Quais extensões devem acionar este módulo | +| `detect_files` | `['.Rprofile']` | [] | +| `detect_folders` | `['.Rproj.user']` | Quais pastas devem ativar este módulo | +| `disabled` | `false` | Desabilita o módulo `r`. | ### Variáveis @@ -3184,16 +3184,16 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version-$vm_version )]($style)'` | A string de formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🦋 '` | The symbol used before displaying the version of Raku | -| `detect_extensions` | `['p6', 'pm6', 'pod6', 'raku', 'rakumod']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['META6.json']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | -| `style` | `'bold 149'` | O estilo do módulo. | -| `disabled` | `false` | Disables the `raku` module. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version-$vm_version )]($style)'` | A string de formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'🦋 '` | The symbol used before displaying the version of Raku | +| `detect_extensions` | `['p6', 'pm6', 'pod6', 'raku', 'rakumod']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['META6.json']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | +| `style` | `'bold 149'` | O estilo do módulo. | +| `disabled` | `false` | Disables the `raku` module. | ### Variáveis @@ -3221,16 +3221,16 @@ Por padrão o módulo `red` exibe a versão atual instalada do [Red](https://www ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🔺 '` | Uma string que representa o simbolo do Red. | -| `detect_extensions` | `['red']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `[]` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | -| `style` | `'red bold'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `red`. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'🔺 '` | Uma string que representa o simbolo do Red. | +| `detect_extensions` | `['red']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `[]` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | +| `style` | `'red bold'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `red`. | ### Variáveis @@ -3264,17 +3264,17 @@ O Starship pega a versão atual do Ruby rodando `ruby -v`. ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'💎 '` | Uma string que representa o simbolo do Ruby. | -| `detect_extensions` | `['rb']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['Gemfile', '.ruby-version']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | -| `detect_variables` | `['RUBY_VERSION', 'RBENV_VERSION']` | Quais variáveis de ambiente devem ativar este módulo. | -| `style` | `'bold red'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `ruby`. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'💎 '` | Uma string que representa o simbolo do Ruby. | +| `detect_extensions` | `['rb']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['Gemfile', '.ruby-version']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | +| `detect_variables` | `['RUBY_VERSION', 'RBENV_VERSION']` | Quais variáveis de ambiente devem ativar este módulo. | +| `style` | `'bold red'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `ruby`. | ### Variáveis @@ -3304,16 +3304,16 @@ Por padrão o módulo `rust` vai exibir a versão atual instalada do [Rust](http ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🦀 '` | Uma string que representa o simbolo do Rust | -| `detect_extensions` | `['rs']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['Cargo.toml']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | -| `style` | `'bold red'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `rust`. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'🦀 '` | Uma string que representa o simbolo do Rust | +| `detect_extensions` | `['rs']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['Cargo.toml']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | +| `style` | `'bold red'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `rust`. | ### Variáveis @@ -3346,16 +3346,16 @@ O módulo `scala` exibe a versão atual instalada do [Scala](https://www.scala-l ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ---------------------------------------- | ----------------------------------------------------------------------------------- | -| `format` | `'via [${symbol}(${version} )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `detect_extensions` | `['sbt', 'scala']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['.scalaenv', '.sbtenv', 'build.sbt']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `['.metals']` | Quais pastas devem ativar este módulo. | -| `symbol` | `'🆂 '` | Uma string que representa o simbolo do Scala. | -| `style` | `'red dimmed'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `scala`. | +| Opções | Padrão | Descrição | +| ------------------- | ---------------------------------------- | ------------------------------------------------------------------------------------ | +| `format` | `'via [${symbol}(${version} )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `detect_extensions` | `['sbt', 'scala']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['.scalaenv', '.sbtenv', 'build.sbt']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `['.metals']` | Quais pastas devem ativar este módulo. | +| `symbol` | `'🆂 '` | Uma string que representa o simbolo do Scala. | +| `style` | `'red dimmed'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `scala`. | ### Variáveis @@ -3647,16 +3647,16 @@ Por padrão o módulo `swift` vai exibir a versão atual instalada do [Swift](ht ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🐦 '` | Uma string que representa o simbolo do Swift | -| `detect_extensions` | `['swift']` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['Package.swift']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | -| `style` | `'bold 202'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `swift`. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'🐦 '` | Uma string que representa o simbolo do Swift | +| `detect_extensions` | `['swift']` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['Package.swift']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | +| `style` | `'bold 202'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `swift`. | ### Variáveis @@ -3835,16 +3835,16 @@ O módulo `vagrant` exibe a versão atual instalada do [Vagrant](https://www.vag ### Opções -| Opções | Padrão | Descrição | -| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | -| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'⍱ '` | Um formato de string que representa o simbolo do Vagrant. | -| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. | -| `detect_files` | `['Vagrantfile']` | Quais nomes de arquivos devem ativar este módulo. | -| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | -| `style` | `'cyan bold'` | O estilo do módulo. | -| `disabled` | `false` | Desabilita o módulo `vagrant`. | +| Opções | Padrão | Descrição | +| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. | +| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` | +| `symbol` | `'⍱ '` | Um formato de string que representa o simbolo do Vagrant. | +| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. | +| `detect_files` | `['Vagrantfile']` | Quais nomes de arquivos devem ativar este módulo. | +| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. | +| `style` | `'cyan bold'` | O estilo do módulo. | +| `disabled` | `false` | Desabilita o módulo `vagrant`. | ### Variáveis diff --git a/docs/pt-BR/guide/README.md b/docs/pt-BR/guide/README.md index 1ebb4c24..8a179924 100644 --- a/docs/pt-BR/guide/README.md +++ b/docs/pt-BR/guide/README.md @@ -400,15 +400,15 @@ Se você estiver procurando personalizar ainda mais a Starship: ## 🤝 Contribuindo -Nós estamos sempre procurando contribuidores de **todos os níveis de conhecimento**! Se você está buscando um caminho mais fácil para começar no projeto, veja essas [boas issues para começar](https://github.com/starship/starship/labels/🌱%20good%20first%20issue). +Nós estamos sempre procurando contribuidores de **todos os níveis de conhecimento**! Se você deseja facilitar seu caminho para o projeto, experimente uma [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue). -Se você é fluente em uma linguá não inglesa, nos ficaríamos gratos por qualquer ajuda em manter nossas documentações traduzidas e atualizadas em outras linguás. Se você deseja ajudar nas traduções, você pode contribuir no [Crowdin do Starship](https://translate.starship.rs/). +Se você é fluente em um idioma diferente do inglês, agradecemos qualquer ajuda para manter nossos documentos traduzidos e atualizados em outros idiomas. Se você quiser ajudar, as traduções podem ser contribuídas no [Crowdin do Starship](https://translate.starship.rs/). -Se você está interessado em ajudar contribuindo com o projeto, dê uma olhada no nosso [Guia de Contribuição](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Além disso, sinta-se à vontade para entrar no nosso [servidor no Discord](https://discord.gg/8Jzqu3T) e dizer oi. 👋 +Se você estiver interessado em ajudar a contribuir com starship, dê uma olhada em nosso [Guia de Contribuição](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Além disso, sinta-se à vontade para entrar no nosso [servidor do Discord](https://discord.gg/8Jzqu3T) e diga oi. 👋 ## 💭 Inspirado por -Por favor, confira estes projetos anteriores que ajudaram a inspirar a criação do startship. 🙏 +Por favor, confira esses trabalhos anteriores que ajudaram a inspirar a criação do starship. 🙏 - **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** – Um prompt ZSH para astronautas. diff --git a/docs/pt-BR/installing/README.md b/docs/pt-BR/installing/README.md index ac747c53..6479e13c 100644 --- a/docs/pt-BR/installing/README.md +++ b/docs/pt-BR/installing/README.md @@ -1,4 +1,4 @@ -# Instalação Avançada +# Instalação avançada Para instalar o starship, você precisa de duas coisas: diff --git a/docs/pt-BR/presets/README.md b/docs/pt-BR/presets/README.md index 297a3e40..92013941 100644 --- a/docs/pt-BR/presets/README.md +++ b/docs/pt-BR/presets/README.md @@ -6,7 +6,7 @@ Para mais detalhes sobre como usar uma personalização, clique na imagem. ## [Símbolos Nerd Font](./nerd-font.md) -Essa personalização altera os símbolos para cada módulo usar Nerd Font. +Essa predefinição altera os símbolos para cada módulo usar símbolos com Nerd Font. [![Captura de tela da personalização com símbolos usando Nerd Font](/presets/img/nerd-font-symbols.png "Clique para ver as personalizações para Nerd Font")](./nerd-font) @@ -20,7 +20,7 @@ This preset changes the symbols for several modules so that no Nerd Font symbols ## [Seguimentos entre colchetes](./bracketed-segments.md) -Esta configuração altera o formato de todos os módulos internos para mostrar seus respectivos segmentos entre colchetes em vez de usar o texto convencional do Starship ("via", "on", etc.). +Está personalização altera o formato de todos os módulos integrados para que usem colchetes ao mostrar o seguimento ao invés de usar texto convencional do Starship ("via", "on", etc.). [![Captura de tela de segmentos predefinidos](/presets/img/bracketed-segments.png "Clique para ver as personalizações de seguimentos entre colchetes")](./bracketed-segments) @@ -28,7 +28,7 @@ Esta configuração altera o formato de todos os módulos internos para mostrar Essa personalização converte os símbolos para cada módulo em texto simples. Importante para quando não tiver suporte para caracteres Unicode. -[![Captura de tela da predefinição de símbolos de texto simples](/presets/img/plain-text-symbols.png "Clique para ver as personalizações para símbolos de texto simples")](./plain-text) +[![Captura de tela de personalização de símbolos de texto simples](/presets/img/plain-text-symbols.png "Clique para ver as personalizações para símbolos de texto simples")](./plain-text) ## [Runtime Ausente](./no-runtimes.md) @@ -44,15 +44,15 @@ This preset does not show icons if the toolset is not found. ## [Prompt do Terminal com Pure](./pure-preset.md) -Essa personalização simula o comportamento e aparência do [Pure](https://github.com/sindresorhus/pure). +Essa configuração simula a aparência e o comportamento do [Pure](https://github.com/sindresorhus/pure). -[![Captura de tela da configuração emulando Pure](/presets/img/pure-preset.png "Clique para ver as personalização para usar no prompt do terminal com Pure")](./pure-preset) +[![Captura de tela da personalização do prompt do terminal usando Pure](/presets/img/pure-preset.png "Clique para ver as personalização para usar no prompt do terminal com Pure")](./pure-preset) ## [Pastel Powerline](./pastel-powerline.md) Esta personalização é inspirada em [M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json). Mostra também como a substituição de segmentos do caminho completo do diretório funciona no starship. -[![Screenshot do preset Pastel Powerline](/presets/img/pastel-powerline.png "Clique para ver as personalização para usar no prompt do terminal com Pure")](./pastel-powerline) +[![Capture de tela das personalizações com Pastel Powerline](/presets/img/pastel-powerline.png "Clique para ver as personalização para usar no prompt do terminal com Pure")](./pastel-powerline) ## [Tokyo Night](./tokyo-night.md) diff --git a/docs/pt-BR/presets/bracketed-segments.md b/docs/pt-BR/presets/bracketed-segments.md index 90170875..f84b8626 100644 --- a/docs/pt-BR/presets/bracketed-segments.md +++ b/docs/pt-BR/presets/bracketed-segments.md @@ -2,7 +2,7 @@ # Predefinições entre colchetes -Esta configuração altera o formato de todos os módulos internos para mostrar seus respectivos segmentos entre colchetes em vez de usar o texto convencional do Starship ("via", "on", etc.). +Está personalização altera o formato de todos os módulos integrados para que usem colchetes ao mostrar o seguimento ao invés de usar texto convencional do Starship ("via", "on", etc.). ![Captura de tela de segmentos predefinidos](/presets/img/bracketed-segments.png) diff --git a/docs/pt-BR/presets/nerd-font.md b/docs/pt-BR/presets/nerd-font.md index bf241d59..fcb82625 100644 --- a/docs/pt-BR/presets/nerd-font.md +++ b/docs/pt-BR/presets/nerd-font.md @@ -2,7 +2,7 @@ # Símbolos Nerd Font -Essa predefinição altera os símbolos para cada módulo usar símbolos com Nerd Font. +Essa personalização altera os símbolos para cada módulo usar Nerd Font. ![Captura de tela da predefinição Nerd Font Symbols](/presets/img/nerd-font-symbols.png) diff --git a/docs/pt-BR/presets/no-runtimes.md b/docs/pt-BR/presets/no-runtimes.md index 70bc5662..bbe1a953 100644 --- a/docs/pt-BR/presets/no-runtimes.md +++ b/docs/pt-BR/presets/no-runtimes.md @@ -4,7 +4,7 @@ Esta predefinição oculta a versão do runtime da linguagem. Se você trabalha com containers ou ambientes virtualizados, esta aqui é para você! -![Captura da tela de predefinição Ocultar Versões de Runtime](/presets/img/no-runtime-versions.png) +![Captura de tela de uma personalização ocultando a versão do runtime](/presets/img/no-runtime-versions.png) ### Configuração diff --git a/docs/pt-BR/presets/pastel-powerline.md b/docs/pt-BR/presets/pastel-powerline.md index b1f3ad60..2725697b 100644 --- a/docs/pt-BR/presets/pastel-powerline.md +++ b/docs/pt-BR/presets/pastel-powerline.md @@ -1,10 +1,10 @@ -[Retornar para Predefinições](./README.md#pastel-powerline) +[Retornar para Personalizações](./README.md#pastel-powerline) # Pastel Powerline Esta personalização é inspirada em [M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json). Mostra também como a substituição de segmentos do caminho completo do diretório funciona no starship. -![Screenshot do preset Pastel Powerline](/presets/img/pastel-powerline.png) +![Capture de tela das personalizações com Pastel Powerline](/presets/img/pastel-powerline.png) ### Pré-requisitos diff --git a/docs/pt-BR/presets/plain-text.md b/docs/pt-BR/presets/plain-text.md index 0bc800bf..91516609 100644 --- a/docs/pt-BR/presets/plain-text.md +++ b/docs/pt-BR/presets/plain-text.md @@ -1,10 +1,10 @@ -[Retornar para Personalizações](./README.md#plain-text-symbols) +[Retornar para Predefinições](./README.md#plain-text-symbols) ## Personalização de símbolos de texto simples Essa personalização converte os símbolos para cada módulo em texto simples. Importante para quando não tiver suporte para caracteres Unicode. -![Captura de tela da predefinição de símbolos de texto simples](/presets/img/plain-text-symbols.png) +![Captura de tela de personalização de símbolos de texto simples](/presets/img/plain-text-symbols.png) ### Configuração diff --git a/docs/pt-BR/presets/pure-preset.md b/docs/pt-BR/presets/pure-preset.md index a57e99fe..71b6d085 100644 --- a/docs/pt-BR/presets/pure-preset.md +++ b/docs/pt-BR/presets/pure-preset.md @@ -2,9 +2,9 @@ # Personalização do prompt do terminal com Pure -Essa personalização simula o comportamento e aparência do [Pure](https://github.com/sindresorhus/pure). +Essa personalização simula a aparência e o comportamento do [Pure](https://github.com/sindresorhus/pure). -![Captura de tela da configuração emulando Pure](/presets/img/pure-preset.png) +![Captura de tela da personalização do prompt do terminal usando Pure](/presets/img/pure-preset.png) ### Configuração diff --git a/docs/ru-RU/guide/README.md b/docs/ru-RU/guide/README.md index 55942eef..1298f595 100644 --- a/docs/ru-RU/guide/README.md +++ b/docs/ru-RU/guide/README.md @@ -400,7 +400,7 @@ If you're looking to further customize Starship: ## 🤝 Помощь -Мы всегда ищем помощников **всех уровней навыков**! Если вы хотите облегчить свой путь к проекту, попробуйте [хорошие первые задачи](https://github.com/starship/starship/labels/🌱%20good%20first%20issue). +Мы всегда ищем помощь людей **всех уровней навыков**! Если вы хотите облегчить свой путь к проекту, посмотрите хорошие первые ошибки ([first good issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)). Если Вы свободно владеете иностранным языком отличным от английского, мы высоко оценим любую помощь в переводе нашей документации на другие языки и поддержании ее в актуальном состоянии. Если вы хотите помочь, переводы могут быть сделаны на платформе [Starship Crowdin](https://translate.starship.rs/). diff --git a/docs/tr-TR/README.md b/docs/tr-TR/README.md index 0fe3921a..09694be2 100644 --- a/docs/tr-TR/README.md +++ b/docs/tr-TR/README.md @@ -119,7 +119,7 @@ description: Starship, her prompt için minimal, son derece hızlı ve son derec #### Elvish - ::: uyarı + ::: warning Only elvish v0.18 or higher is supported. @@ -147,7 +147,7 @@ description: Starship, her prompt için minimal, son derece hızlı ve son derec #### Nushell - ::: uyarı + ::: warning This will change in the future. Only Nushell v0.61+ is supported. @@ -178,7 +178,7 @@ description: Starship, her prompt için minimal, son derece hızlı ve son derec #### Cmd - Cmd ıle beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. Add the following to a file `starship.lua` and place this file in Clink scripts directory: + Cmd ile beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. Add the following to a file `starship.lua` and place this file in Clink scripts directory: ```lua -- starship.lua diff --git a/docs/tr-TR/config/README.md b/docs/tr-TR/config/README.md index 1d568b93..9d6a29c7 100644 --- a/docs/tr-TR/config/README.md +++ b/docs/tr-TR/config/README.md @@ -656,7 +656,7 @@ The character will tell you whether the last command was successful or not. It c By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape). -::: uyarı +::: warning `vimcmd_symbol` yalnızca cmd, fish ve zsh'de desteklenir. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148). @@ -2038,13 +2038,13 @@ The default functionality is: - 1 job -> `symbol` is shown. - 2 jobs or more -> `symbol` + `number` are shown. -::: uyarı +::: warning This module is not supported on tcsh and nu. ::: -::: uyarı +::: warning The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running. @@ -2720,7 +2720,7 @@ symbol = '☁️ ' The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate. -::: uyarı +::: warning The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems. diff --git a/docs/tr-TR/guide/README.md b/docs/tr-TR/guide/README.md index 410c56a2..45b9f173 100644 --- a/docs/tr-TR/guide/README.md +++ b/docs/tr-TR/guide/README.md @@ -281,7 +281,7 @@ eval "$(starship init bash)"
Cmd -Cmd ile beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. `%LocalAppData%\clink\starship.lua` dosyasını belirtilen dizinde aşağıdaki kod içeriği olacak şekilde oluşturun: +Cmd ıle beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. `%LocalAppData%\clink\starship.lua` dosyasını belirtilen dizinde aşağıdaki kod içeriği olacak şekilde oluşturun: ```lua load(io.popen('starship init cmd'):read("*a"))() diff --git a/docs/uk-UA/guide/README.md b/docs/uk-UA/guide/README.md index ade01af2..bd98f8db 100644 --- a/docs/uk-UA/guide/README.md +++ b/docs/uk-UA/guide/README.md @@ -178,7 +178,7 @@
Android -Встановіть Starship використовуючи менеджер пакетів: +Встановіть Starship використовуючи будь-який з наступних менеджерів пакетів: | Репозиторій | Командна інструкція | | --------------------------------------------------------------------------------- | ---------------------- | diff --git a/docs/vi-VN/README.md b/docs/vi-VN/README.md index 5bb5c887..4b30d3ad 100644 --- a/docs/vi-VN/README.md +++ b/docs/vi-VN/README.md @@ -119,7 +119,7 @@ description: Starship là prompt nhỏ, cực nhanh, và khả năng tuỳ biế #### Elvish - ::: cảnh báo + ::: warning Only elvish v0.18 or higher is supported. @@ -147,7 +147,7 @@ description: Starship là prompt nhỏ, cực nhanh, và khả năng tuỳ biế #### Nushell - ::: cảnh báo + ::: warning This will change in the future. Only Nushell v0.61+ is supported. diff --git a/docs/vi-VN/config/README.md b/docs/vi-VN/config/README.md index 8b8f34bf..9a635a70 100644 --- a/docs/vi-VN/config/README.md +++ b/docs/vi-VN/config/README.md @@ -459,7 +459,7 @@ style = "blue bold" `battery` module cho biết cách sạc pin của thiết bị là gì và tình trạng sạc hiện tại của nó. Module chỉ được nhìn thấy khi pin của thiết bị dưới 10%. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | -------------------- | --------------------------------- | -------------------------------------------------------- | @@ -495,7 +495,7 @@ style = 'bold red' The default value for the `charging_symbol` and `discharging_symbol` option is respectively the value of `battery`'s `charging_symbol` and `discharging_symbol` option. -#### Các tuỳ chọn +#### Options Tuỳ chọn `display` là một mảng của của bảng sau. @@ -564,8 +564,8 @@ symbol = '🦬 ' The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn: -- Đường dẫn hiện tại chứa một tập tin `bun.lockb` -- Đường dẫn hiện tại chứa một tập tin `bunfig.toml` +- Thư mục hiện tại chứa một tập tin `bun.lockb` +- Thư mục hiện tại chứa một tập tin `bunfig.toml` ### Các tuỳ chọn @@ -603,7 +603,7 @@ format = 'via [🍔 $version](bold green) ' The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------- | @@ -656,13 +656,13 @@ Kí tự sẽ nói cho bạn câu lệnh cuối liệu thành công hay thất b Mặc định, nó chỉ thay đổi màu. If you also want to change its shape take a look at [this example](#with-custom-error-shape). -::: cảnh báo +::: warning `vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148). ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | --------------------------- | -------------------- | --------------------------------------------------------------------------------------- | @@ -719,7 +719,7 @@ The `cmake` module shows the currently installed version of [CMake](https://cmak - Đường dẫn hiện tại chứa một tập tin `CmakeLists.txt` - Đường dẫn hiện tại chứa một tập tin `CMakeCache.txt` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | -------------------------------------- | ------------------------------------------------------------------------- | @@ -784,7 +784,7 @@ Nếu bạn đang chạy Starship trong `bash`, không thể hook `DEBUG` trap s Người dùng Bash, những người cần chức năng giống preexec có thể sử dụng [rcaloras's bash_preexec framework](https://github.com/rcaloras/bash-preexec). Đơn giản là định nghĩa các mảng `preexec_functions` và `precmd_functions` trước khi chạy `eval $(starship init $0)`, và sau đó thực thi như bình thường. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------------------- | ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -826,7 +826,7 @@ Cái này không loại bỏ conda's prompt mà nó sở hữu, bạn có thể ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -860,7 +860,7 @@ format = '[$symbol$environment](dimmed green) ' The `container` module displays a symbol and container name, if inside a container. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------- | ---------------------------------- | ----------------------------------------- | @@ -895,7 +895,7 @@ The `crystal` module shows the currently installed version of [Crystal](https:// - Đường dẫn hiện tại chứa một tập tin `shard.yml` - Đường dẫn hiện tại chứa một tập tin `.cr` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -931,9 +931,9 @@ format = 'via [✨ $version](bold blue) ' The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn: -- Đường dẫn hiện tại chứa một tập tin `daml.yaml` +- Thư mục hiện tại chứa một tập tin `daml.yaml` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -973,7 +973,7 @@ The `dart` module shows the currently installed version of [Dart](https://dart.d - Đường dẫn hiện tại chứa một đường dẫn `.dart_tool` - Đường dẫn hiện tại chứa một tệp tin `pubspec.yaml`, `pubspec.yml` hoặc `pubspec.lock` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------------------- | ------------------------------------------------------------------------- | @@ -1011,7 +1011,7 @@ The `deno` module shows you your currently installed version of [Deno](https://d - The current directory contains a `deno.json`, `deno.jsonc`, `mod.ts`, `mod.js`, `deps.ts` or `deps.js` file -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------- | @@ -1049,7 +1049,7 @@ Khi sử dụng fish style pwd option, thay vì ẩn đường dẫn được r Cho ví dụ, `~/Dev/Nix/nixpkgs/pkgs` nơi `nixpkgs` là gốc của repo, và tuỳ chọn thiết lập sang `1`. Bây giờ bạn sẽ thấy `~/D/N/nixpkgs/pkgs`, trong khi trước nó là `nixpkgs/pkgs`. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | @@ -1126,7 +1126,7 @@ truncation_symbol = '…/' The `docker_context` module shows the currently active [Docker context](https://docs.docker.com/engine/context/working-with-contexts/) if it's not set to `default` or if the `DOCKER_MACHINE_NAME`, `DOCKER_HOST` or `DOCKER_CONTEXT` environment variables are set (as they are meant to override the context in use). -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | @@ -1179,7 +1179,7 @@ Mô đun này sử dụng cơ chế của bản thân để phát hiện phiên The module will also show the Target Framework Moniker () when there is a `.csproj` file in the current directory. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | @@ -1219,9 +1219,9 @@ heuristic = false The `elixir` module shows the currently installed version of [Elixir](https://elixir-lang.org/) and [Erlang/OTP](https://erlang.org/doc/). Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn: -- Đường dẫn hiện tại chứa một tập tin `mix.exs`. +- Thư mục hiện tại chứa một tập tin `mix.exs`. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------- | @@ -1258,13 +1258,13 @@ symbol = '🔮 ' The `elm` module shows the currently installed version of [Elm](https://elm-lang.org/). Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn: -- Đường dẫn hiện tại chứa một tập tin `elm.json` -- Đường dẫn hiện tại chứa một tập tin `elm-package.json` +- Thư mục hiện tại chứa một tập tin `elm.json` +- Thư mục hiện tại chứa một tập tin `elm-package.json` - Đường dẫn hiện tại chứa một tệp tin `.elm-version` - Đường dẫn hiện tại chứa một thư mục `elm-stuff` - The current directory contains `*.elm` files -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | -------------------------------------------------- | ------------------------------------------------------------------------- | @@ -1318,7 +1318,7 @@ default = 'unknown user' ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------- | ------------------------------ | ------------------------------------------------------------------------ | @@ -1364,10 +1364,10 @@ default = 'unknown user' The `erlang` module shows the currently installed version of [Erlang/OTP](https://erlang.org/doc/). Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn: -- Đường dẫn hiện tại chứa một tập tin `rebar.config`. -- Đường dẫn hiện tại chứa một tập tin `erlang.mk`. +- Thư mục hiện tại chứa một tập tin `rebar.config`. +- Thư mục hiện tại chứa một tập tin `erlang.mk`. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -1403,7 +1403,7 @@ format = 'via [e $version](bold red) ' The `fill` module fills any extra space on the line with a symbol. If multiple `fill` modules are present in a line they will split the space evenly between them. This is useful for aligning other modules. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------- | -------------- | --------------------------------- | @@ -1432,7 +1432,7 @@ AA -------------------------------------------- BB ----------------------------- Mô đun `gcloud` hiển thị cấu hình hiện tại của [`gcloud`](https://cloud.google.com/sdk/gcloud) CLI. Cái này dựa trên tập tin `~/.config/gcloud/active_config`, `~/.config/gcloud/configurations/config_{CONFIG NAME}` và biến môi trường `CLOUDSDK_CONFIG`. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ----------------- | ---------------------------------------------------------- | ----------------------------------------------------------------- | @@ -1505,7 +1505,7 @@ very-long-project-name = 'vlpn' Mô đun `git_branch` hiển thị nhánh hiệu lực của repo trong thư mục hiện tại của bạn. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | -------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------- | @@ -1547,7 +1547,7 @@ ignore_branches = ['master', 'main'] Mô đun `git_commit` hiển thị hash commit hiện tại và tag (nếu có) của repo trong thư mục hiện tại của bạn. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | -------------------- | ------------------------------ | ------------------------------------------------------------------------------------ | @@ -1583,7 +1583,7 @@ tag_symbol = '🔖 ' Mô đun `git_state` sẽ hiển hiển thị trong các thư mục là một phần của gt repository và những nơi tồn tại một hoạt động trong tiến trình như _REBASING_, _BISECTING_. Nếu có thông tin tiến trình (ví dụ, REBASING 3/10), thông tin đó cũng sẽ được hiển thị. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | -------------- | --------------------------------------------------------------- | ---------------------------------------------------------------------------------- | @@ -1629,7 +1629,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | -------------------- | ------------------------------------------------------------ | ------------------------------------- | @@ -1670,7 +1670,7 @@ The Git Status module is very slow in Windows directories (for example under `/m ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | @@ -1767,8 +1767,8 @@ windows_starship = '/mnt/c/Users/username/scoop/apps/starship/current/starship.e The `golang` module shows the currently installed version of [Go](https://golang.org/). Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn: - Thư mục hiện tại chứa một tập tin `go.mod` -- Đường dẫn hiện tại chứa một tập tin `go.sum` -- Đường dẫn hiện tại chứa một tập tin `go.work` +- Thư mục hiện tại chứa một tập tin `go.sum` +- Thư mục hiện tại chứa một tập tin `go.work` - Thư mục hiện tại chứa một tập tin `glide.yaml` - Thư mục hiện tại chứa một tập tin `Gopkg.yml` - Đường dẫn hiện tại chứa một tập tin `Gopkg.lock` @@ -1776,7 +1776,7 @@ The `golang` module shows the currently installed version of [Go](https://golang - Thư mục hiện tại chứa một thư mục `Godeps` - Thư mục hiện tại chứa một tệp tin với phần mở rộng `.go` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | @@ -1812,7 +1812,7 @@ format = 'via [🏎💨 $version](bold cyan) ' The `guix_shell` module shows the [guix-shell](https://guix.gnu.org/manual/devel/en/html_node/Invoking-guix-shell.html) environment. The module will be shown when inside a guix-shell environment. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------- | -------------------------- | ------------------------------------------------------ | @@ -1846,10 +1846,10 @@ The `haskell` module finds the current selected GHC version and/or the selected Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn: -- Đường dẫn hiện tại chứa một tập tin `stack.yaml` +- Thư mục hiện tại chứa một tập tin `stack.yaml` - The current directory contains any `.hs`, `.cabal`, or `.hs-boot` file -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | --------------------------------------------------- | @@ -1881,7 +1881,7 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o - The current directory contains a `.haxelib` or a `haxe_libraries` directory - The current directory contains a file with the `.hx` or `.hxml` extension -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | @@ -1920,7 +1920,7 @@ The `helm` module shows the currently installed version of [Helm](https://helm.s - Thư mục hiện tại chứa một tập tin `helmfile.yaml` - Thư mục hiện tại chứa một tập tin `Chart.yaml` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -1956,7 +1956,7 @@ format = 'via [⎈ $version](bold white) ' Mô đun `hostname` hiển thị hostnam hệ thống. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------ | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | @@ -1996,7 +1996,7 @@ The `java` module shows the currently installed version of [Java](https://www.or - The current directory contains a `pom.xml`, `build.gradle.kts`, `build.sbt`, `.java-version`, `deps.edn`, `project.clj`, or `build.boot` file - Thư mục hiện tại chứa một tệp tin với phần mở rộng `.java`, `.class`, `.gradle`, `.jar`, `.clj`, or `.cljc` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | @@ -2038,19 +2038,19 @@ The default functionality is: - 1 job -> `symbol` is shown. - 2 jobs or more -> `symbol` + `number` are shown. -::: cảnh báo +::: warning This module is not supported on tcsh and nu. ::: -::: cảnh báo +::: warning The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running. ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------ | ----------------------------- | ------------------------------------------------------------------------ | @@ -2093,7 +2093,7 @@ The `julia` module shows the currently installed version of [Julia](https://juli - Thư mục hiện tại chứa một tập tin `Manifest.toml` - Thư mục hiện tại chứa một tệp tin với phần mở rộng `.jl` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -2131,7 +2131,7 @@ The `kotlin` module shows the currently installed version of [Kotlin](https://ko - Thư mục hiện tại chứa một tệp tin `.kt` hoặc một tệp tin `.kts` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -2184,7 +2184,7 @@ When the module is enabled it will always be active, unless any of `detect_exten ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ---------------------------------------------------- | --------------------------------------------------------------------- | @@ -2263,7 +2263,7 @@ Long and automatically generated cluster names can be identified and shortened u The `line_break` module separates the prompt into two lines. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------- | -------- | ------------------------------------------------------------------ | @@ -2282,7 +2282,7 @@ disabled = true The `localip` module shows the IPv4 address of the primary network interface. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------- | ------------------------- | ------------------------------------------------------ | @@ -2319,7 +2319,7 @@ The `lua` module shows the currently installed version of [Lua](http://www.lua.o - The current directory contains a `lua` directory - The current directory contains a file with the `.lua` extension -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | -------------------------------------------------------------------------- | @@ -2364,7 +2364,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ----------- | ----------------------------------------------- | -------------------------------------------------------- | @@ -2405,7 +2405,7 @@ The `meson` module shows the current Meson developer environment status. By default the Meson project name is displayed, if `$MESON_DEVENV` is set. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ---------------------------------- | ----------------------------------------------------------------------------------------- | @@ -2442,7 +2442,7 @@ style = 'bold dimmed green' The `hg_branch` module shows the active branch of the repo in your current directory. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | -------------------------------- | -------------------------------------------------------------------------------------------- | @@ -2483,7 +2483,7 @@ The `nim` module shows the currently installed version of [Nim](https://nim-lang - The current directory contains a file with the `.nims` extension - The current directory contains a file with the `.nimble` extension -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -2520,7 +2520,7 @@ symbol = '🎣 ' 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. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------ | ---------------------------------------------- | ----------------------------------------------------- | @@ -2565,7 +2565,7 @@ The `nodejs` module shows the currently installed version of [Node.js](https://n - The current directory contains a file with the `.js`, `.mjs` or `.cjs` extension - The current directory contains a file with the `.ts`, `.mts` or `.cts` extension -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------------ | ----------------------------------------------------------------------------------------------------- | @@ -2609,7 +2609,7 @@ The `ocaml` module shows the currently installed version of [OCaml](https://ocam - The current directory contains a `.merlin` file - The current directory contains a file with `.ml`, `.mli`, `.re` or `.rei` extension -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------- | @@ -2649,7 +2649,7 @@ format = 'via [🐪 $version]($style) ' The `opa` module shows the currently installed version of the OPA tool. By default the module will be shown if the current directory contains a `.rego` file. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -2685,7 +2685,7 @@ format = 'via [⛑️ $version](bold red) ' The `openstack` module shows the current OpenStack cloud and project. The module only active when the `OS_CLOUD` env var is set, in which case it will read `clouds.yaml` file from any of the [default locations](https://docs.openstack.org/python-openstackclient/latest/configuration/index.html#configuration-files). to fetch the current project in use. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------- | ----------------------------------------------- | -------------------------------------------------------------- | @@ -2720,7 +2720,7 @@ symbol = '☁️ ' The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate. -::: cảnh báo +::: warning The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems. @@ -2732,7 +2732,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------- | --------------------- | ------------------------------------------------------ | @@ -2837,7 +2837,7 @@ The `package` module is shown when the current directory is the repository for a > ⚠️ The version being shown is that of the package whose source code is in your current directory, not your package manager. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ----------------- | --------------------------------- | ------------------------------------------------------------------------- | @@ -2877,7 +2877,7 @@ The `perl` module shows the currently installed version of [Perl](https://www.pe - The current directory contains a `.perl-version` file - The current directory contains a `.pl`, `.pm` or `.pod` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | @@ -2915,7 +2915,7 @@ The `php` module shows the currently installed version of [PHP](https://www.php. - The current directory contains a `.php-version` file - The current directory contains a `.php` extension -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -2962,7 +2962,7 @@ Mặc định module sẽ được hiển thị nếu có bất kì điều ki - The current directory contains either `Pulumi.yaml` or `Pulumi.yml` - A parent directory contains either `Pulumi.yaml` or `Pulumi.yml` unless `search_upwards` is set to `false` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------------- | -------------------------------------------- | ------------------------------------------------------------------------- | @@ -3012,7 +3012,7 @@ The `purescript` module shows the currently installed version of [PureScript](ht - Thư mục hiện tại chứa một tập tin `spago.dhall` - The current directory contains a file with the `.purs` extension -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -3062,7 +3062,7 @@ Mặc định module sẽ được hiển thị nếu có bất kì điều ki - The current directory contains a file with the `.py` extension. - A virtual environment is currently activated -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | -------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- | @@ -3145,7 +3145,7 @@ The `rlang` module shows the currently installed version of [R](https://www.r-pr - The current directory contains a `.Rprofile` file - The current directory contains a `.Rproj.user` folder -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -3182,7 +3182,7 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra - The current directory contains a `META6.json` file - The current directory contains a `.p6`, `.pm6`, `.raku`, `.rakumod` or `.pod6` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------------------ | ------------------------------------------------------------------------- | @@ -3219,7 +3219,7 @@ By default the `red` module shows the currently installed version of [Red](https - The current directory contains a file with `.red` or `.reds` extension -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -3262,7 +3262,7 @@ By default the `ruby` module shows the currently installed version of [Ruby](htt Starship gets the current Ruby version by running `ruby -v`. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -3302,7 +3302,7 @@ By default the `rust` module shows the currently installed version of [Rust](htt - The current directory contains a `Cargo.toml` file - The current directory contains a file with the `.rs` extension -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -3344,7 +3344,7 @@ The `scala` module shows the currently installed version of [Scala](https://www. - The current directory contains a file with the `.scala` or `.sbt` extension - The current directory contains a directory named `.metals` -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ---------------------------------------- | ------------------------------------------------------------------------- | @@ -3386,7 +3386,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------------------- | ------------------------- | ------------------------------------------------------------ | @@ -3431,7 +3431,7 @@ disabled = false The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/internalvariables.html#SHLVLREF) ('shell level') environment variable, if it is set to a number and meets or exceeds the specified threshold. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ----------- | ---------------------------- | ------------------------------------------------------------- | @@ -3467,7 +3467,7 @@ threshold = 3 The `singularity` module shows the current [Singularity](https://sylabs.io/singularity/) image, if inside a container and `$SINGULARITY_NAME` is set. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------- | -------------------------------- | ------------------------------------------------ | @@ -3499,7 +3499,7 @@ format = '[📦 \[$env\]]($style) ' The `spack` module shows the current [Spack](https://spack.readthedocs.io/en/latest/) environment, if `$SPACK_ENV` is set. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -3538,7 +3538,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | --------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------------------------------- | @@ -3599,7 +3599,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | --------------- | ------------------------ | ------------------------------------------------------- | @@ -3645,7 +3645,7 @@ By default the `swift` module shows the currently installed version of [Swift](h - The current directory contains a `Package.swift` file - The current directory contains a file with the `.swift` extension -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -3692,7 +3692,7 @@ Mặc định module sẽ được hiển thị nếu có bất kì điều ki - The current directory contains a `.terraform` folder - Current directory contains a file with the `.tf`, `.tfplan` or `.tfstate` extensions -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -3746,7 +3746,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ----------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | @@ -3797,7 +3797,7 @@ SSH connection is detected by checking environment variables `SSH_CONNECTION`, ` ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------- | ----------------------- | ------------------------------------------- | @@ -3833,7 +3833,7 @@ The `vagrant` module shows the currently installed version of [Vagrant](https:// - The current directory contains a `Vagrantfile` file -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -3872,7 +3872,7 @@ The `vlang` module shows you your currently installed version of [V](https://vla - The current directory contains a file with `.v` extension - The current directory contains a `v.mod`, `vpkg.json` or `.vpkg-lock.json` file -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | -------------------------------------------- | ------------------------------------------------------------------------- | @@ -3905,7 +3905,7 @@ format = 'via [V $version](blue bold) ' The `vcsh` module displays the current active [VCSH](https://github.com/RichiH/vcsh) repository. The module will be shown only if a repository is currently in use. -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ---------- | -------------------------------- | ------------------------------------------------------ | @@ -3939,7 +3939,7 @@ By default the the `zig` module shows the currently installed version of [Zig](h - The current directory contains a `.zig` file -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | @@ -4009,7 +4009,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt ::: -### Các tuỳ chọn +### Options | Tuỳ chọn | Mặc định | Mô tả | | ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | diff --git a/docs/vi-VN/faq/README.md b/docs/vi-VN/faq/README.md index 3a313d7d..f713fcc8 100644 --- a/docs/vi-VN/faq/README.md +++ b/docs/vi-VN/faq/README.md @@ -86,15 +86,15 @@ Finally if you find a bug you can use the `bug-report` command to create a Githu starship bug-report ``` -## Tại sao tôi không tình thấy một kí hiệu glyph trong prompt? +## Tại sao tôi không thấy một biểu tượng glyph trong dấu nhắc lệnh của tôi? -Đa số nguyên nhân phổ biến của việc này là cấu hình hệ thống sai. Một số bản phân phối Linux đặc biệt không có hỗ trợ phông chữ ngay lập tức. Bạn cần chắc chắn rằng: +Đa số lí do phổ biến là do cái này mất cấu hình hệ thống. Một số bản phân phối Linux cụ thể không đi kèm việ hõ trợ font out-of-the-box. Bạn cần chắc chắn rằng: - Mã ngôn ngữ của bạn được thiết lập là một giá trị UTF-8, giống như `de_DE.UTF-8` or `ja_JP.UTF-8`. Nếu `LO_ALL` không phải là một giá trị UTF-8, [ bạn sẽ cần thay đổi nó](https://www.tecmint.com/set-system-locales-in-linux/). - Bạn đã cài đặt phông chữ biểu tượng cảm xúc. Đa số hệ thống đi kèm với một phông biểu tượng cảm xúc mặc định, nhưng một vài (đáng chú ý là Arch Linux) thì không. Bạn có thể thường cài đặt thông qua một trình quản lí gói hệ thống của bạn--[noto emoji](https://www.google.com/get/noto/help/emoji/) là một lựa chọn phổ biến. - Bạn đang sử dụng một [Nerd Font](https://www.nerdfonts.com/). -Để kiểm tra hệ thống của bạn, chạy các câu lệnh sau trong một terminal: +Để kiểm tra hệ thống của bạn, chạy các câu lệnh bên dưới trong terminal: ```sh echo -e "\xf0\x9f\x90\x8d" @@ -103,9 +103,9 @@ echo -e "\xee\x82\xa0" Dòng đầu tiên nên sinh ra một [snake emoji](https://emojipedia.org/snake/), trong khi dòng thứ hai nên sinh ra một [powerline branch symbol (e0a0)](https://github.com/ryanoasis/powerline-extra-symbols#glyphs). -Nếu một trong hai biểu tượng không hiển thị chính xác, hệ thống của bạn vẫn bị cấu hình sai. Thật không may, việc lấy đúng cấu hình phông chữ đôi khi rất khó. Những người dùng trên Discord có thể giúp đỡ. Nếu cả hai kí hiệu hiển thị đúng, nhưng bạn vẫn không thấy chúng trong starship, [nộp một báo cáo lỗi!](https://github.com/starship/starship/issues/new/choose) +Nếu biểu tượng không hiển thị đúng, hệ thống của bạn vẫn cấu hình sai. Thật không may, lấy cấu hình font đúng đôi khi khó khăn. Người dùng trên Discord có thể có giúp đỡ được. Nếu các biểu tượng hiển thị đúng, nhưng bạn vẫn không thấy chúng trong starship, [nộp một báo cáo lỗi](https://github.com/starship/starship/issues/new/choose) -## Làm cách nào để tôi gỡ cài đặt Starship? +## Là thế nào để tôi gỡ cài đặt Starship? Starship thì dễ dàng gỡ cài đặt như cài đặt ngay từ đầu. diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md index e3d658fa..6959d0f3 100644 --- a/docs/zh-CN/README.md +++ b/docs/zh-CN/README.md @@ -159,7 +159,7 @@ description: Starship是一款轻量级、反应迅速、可自定义的高颜 starship init nu | save ~/.cache/starship/init.nu ``` - 然后将以下内容添加到您 Nushell 配置文件的末尾(使用 `$nu.config-path` 来获取它的路径): + 然后在您的 Nushell 配置文件的最后(使用 `$nu.config-path` 来获取它的路径),添加以下内容: ```sh source ~/.cache/starship/init.nu diff --git a/docs/zh-CN/advanced-config/README.md b/docs/zh-CN/advanced-config/README.md index d4e3e227..ea5e334e 100644 --- a/docs/zh-CN/advanced-config/README.md +++ b/docs/zh-CN/advanced-config/README.md @@ -250,7 +250,7 @@ right_format = """$all""" continuation_prompt = "▶▶" ``` -## 样式设定 +## 样式字符串 样式字符串是用空格分隔的单词列表。 其中单词不是大小写敏感的(例如 `bold` 和 `BoLd` 被视为同一字符串)。 每个单词可以是以下之一: diff --git a/docs/zh-CN/config/README.md b/docs/zh-CN/config/README.md index c0c1c5f9..3f15d900 100644 --- a/docs/zh-CN/config/README.md +++ b/docs/zh-CN/config/README.md @@ -38,7 +38,7 @@ export STARSHIP_CONFIG=~/example/non/default/path/starship.toml $ENV:STARSHIP_CONFIG = "$HOME\example\non\default\path\starship.toml" ``` -或者在 Cmd (Windows) 中,将下面的代码添加到 `starship.lua`: +或者在 Cmd (Windows) 中,将以下内容添加到您的 `starship.lua`: ```lua os.setenv('STARSHIP_CONFIG', 'C:\\Users\\user\\example\\non\\default\\path\\starship.toml') @@ -58,7 +58,7 @@ export STARSHIP_CACHE=~/.starship/cache $ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp" ``` -或者在 Cmd (Windows) 中,将以下内容添加到您的 `starship.lua`: +或者在 Cmd (Windows) 中,将下面的代码添加到 `starship.lua`: ```lua os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp') @@ -156,7 +156,7 @@ line2 - `'[⌘ $version](bold green)'` will print a symbol `⌘` followed by the content of variable `version`, with bold text colored green. - `'[a [b](red) c](green)'` will print `a b c` with `b` red, and `a` and `c` green. -#### 样式设定 +#### 样式字符串 Starship 中的大多数组件允许您为其设置显示样式。 显示样式可以通过一个字符串字段(一般是 `style`)来设置。 以下的例子给出了一些样式字符串并描述了它们的效果。 样式字符串的完整语法请查阅 [高级配置指南](/advanced-config/)。 @@ -564,8 +564,8 @@ symbol = '🦬 ' The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. By default the module will be shown if any of the following conditions are met: -- 当前目录包含 `bun.lockb` 文件 -- 当前目录包含 `bunfig.toml` 文件 +- 当前目录包含一个 `bun.lockb` 文件 +- 当前目录包含一个 `bunfig.toml` 文件 ### 配置项 @@ -892,7 +892,7 @@ format = '[$symbol \[$name\]]($style) ' The `crystal` module shows the currently installed version of [Crystal](https://crystal-lang.org/). By default the module will be shown if any of the following conditions are met: -- 当前目录包含 `shard.yml` 文件 +- 当前目录包含一个 `shard.yml` 文件 - The current directory contains a `.cr` file ### 配置项 @@ -931,7 +931,7 @@ format = 'via [✨ $version](bold blue) ' The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. By default the module will be shown if any of the following conditions are met: -- 当前目录包含 `daml.yaml` 文件 +- 当前目录包含一个 `daml.yaml` 文件 ### 配置项 @@ -1219,7 +1219,7 @@ heuristic = false The `elixir` module shows the currently installed version of [Elixir](https://elixir-lang.org/) and [Erlang/OTP](https://erlang.org/doc/). By default the module will be shown if any of the following conditions are met: -- 当前目录包含 `mix.exs` 文件. +- 当前目录包含一个 `mix.exs` 文件. ### 配置项 @@ -1258,8 +1258,8 @@ symbol = '🔮 ' The `elm` module shows the currently installed version of [Elm](https://elm-lang.org/). By default the module will be shown if any of the following conditions are met: -- 当前目录包含 `elm.json` 文件 -- 当前目录包含 `elm-package.json` 文件 +- 当前目录包含一个 `elm.json` 文件 +- 当前目录包含一个 `elm-package.json` 文件 - The current directory contains a `.elm-version` file - The current directory contains a `elm-stuff` folder - The current directory contains `*.elm` files @@ -1364,8 +1364,8 @@ default = 'unknown user' The `erlang` module shows the currently installed version of [Erlang/OTP](https://erlang.org/doc/). By default the module will be shown if any of the following conditions are met: -- 当前目录包含 `rebar.config` 文件. -- 当前目录包含 `erlang.mk` 文件. +- 当前目录包含一个 `rebar.config` 文件. +- 当前目录包含一个 `erlang.mk` 文件. ### 配置项 @@ -1768,7 +1768,7 @@ The `golang` module shows the currently installed version of [Go](https://golang - 当前目录包含 `go.mod` 文件 - 当前目录包含 `go.sum` 文件 -- 当前目录包含 `go.work` 文件 +- 当前目录包含一个 `go.work` 文件 - 当前目录包含 `glide.yaml` 文件 - 当前目录包含 `Gopkg.yml` 文件 - 当前目录包含 `Gopkg.lock` 文件 diff --git a/docs/zh-CN/guide/README.md b/docs/zh-CN/guide/README.md index 240fdd2d..ab212ec4 100644 --- a/docs/zh-CN/guide/README.md +++ b/docs/zh-CN/guide/README.md @@ -145,7 +145,7 @@ 使用 iTerm 和 Snazz 主题的 Starship @@ -334,7 +334,7 @@ mkdir ~/.cache/starship starship init nu | save ~/.cache/starship/init.nu ``` -然后在您的 Nushell 配置文件的最后(使用 `$nu.config-path` 来获取它的路径),添加以下内容: +然后将以下内容添加到您 Nushell 配置文件的末尾(使用 `$nu.config-path` 来获取它的路径): ```sh source ~/.cache/starship/init.nu @@ -390,7 +390,7 @@ eval "$(starship init zsh)" ### 步骤 3. 配置 Starship -打开一个新的 Shell 实例,你应该就能看到漂亮的 Shell 新提示符了。 如果你对默认配置感到满意,就可以开始享用了! +打开一个新的 Shell 实例,你应该就能看到漂亮的 Shell 新提示符了。 如果你对默认配置感到满意,那么开始使用吧! 如果你想进一步配置 Starship,查阅下列内容: @@ -400,15 +400,15 @@ eval "$(starship init zsh)" ## 🤝 贡献 -我们一直在寻找贡献者!**不论你的技能如何**你都可以参与贡献 。 如果您希望快速为项目作出贡献,请尝试解决 [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)。 +我们期待着 **所有技能等级** 的参与者! 如果你想让自己参与项目的路径轻松一些,可以先试试某个 [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)。 -如果你能流利地使用非英语语种,我们非常感谢你帮助翻译我们的文件并将其更新到其他语言。 如果您想要帮助,可以在 [Starship Crowdin](https://translate.starship.rs/) 上贡献翻译。 +如果你熟练掌握某个非英语语言,我们非常感谢任何帮助翻译与同步文档到其他语言的贡献。 如果你想要帮忙,可以在 [Starship Crowdin](https://translate.starship.rs/) 上参与。 -如果您有兴趣贡献于 Starship,请查看我们的[贡献指南](https://github.com/starship/starship/blob/master/CONTRIBUTING.md)。 另外,你可以自由加入我们的 [Discord 服务器](https://discord.gg/8Jzqu3T) 。 👋 +如果你有兴趣贡献 Starship 这个项目,请先看看我们的 [贡献指南](https://github.com/starship/starship/blob/master/CONTRIBUTING.md)。 也欢迎加入我们的 [Discord 服务器](https://discord.gg/8Jzqu3T) 和大家打个招呼。 👋 ## 💭 该项目受以下项目启发 -请参考这些曾经为 Starship 提供启发的工程。 🙏 +请看看这些之前的项目,他们启发了 Starship 项目。 🙏 - **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** – 为宇航员准备的 ZSH 提示符。 diff --git a/docs/zh-TW/config/README.md b/docs/zh-TW/config/README.md index 7cb1eda2..5880a615 100644 --- a/docs/zh-TW/config/README.md +++ b/docs/zh-TW/config/README.md @@ -52,7 +52,7 @@ By default starship logs warnings and errors into a file named `~/.cache/starshi export STARSHIP_CACHE=~/.starship/cache ``` -等同於在 PowersShell(Windows)的 `$PROFILE` 中添加下列文字: +等同於在 PowerShell(Windows)的 `$PROFILE` 中添加下列文字: ```powershell $ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp" @@ -564,8 +564,8 @@ symbol = '🦬 ' The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. By default the module will be shown if any of the following conditions are met: -- 現在資料夾中含有一個 `bun.lockb` 檔案 -- 現在資料夾中含有一個 `bunfig.toml` 檔案 +- 目前資料夾中有一個 `bun.lockb` 檔案 +- 目前資料夾中有一個 `bunfig.toml` 檔案 ### 選項 @@ -931,7 +931,7 @@ format = 'via [✨ $version](bold blue) ' The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. By default the module will be shown if any of the following conditions are met: -- 現在資料夾中含有一個 `daml.yaml` 檔案 +- 目前資料夾中有一個 `daml.yaml` 檔案 ### 選項 @@ -1219,7 +1219,7 @@ heuristic = false The `elixir` module shows the currently installed version of [Elixir](https://elixir-lang.org/) and [Erlang/OTP](https://erlang.org/doc/). By default the module will be shown if any of the following conditions are met: -- 現在資料夾中含有一個 `mix.exs` 檔案. +- 目前資料夾中有一個 `mix.exs` 檔案. ### 選項 @@ -1258,8 +1258,8 @@ symbol = '🔮 ' The `elm` module shows the currently installed version of [Elm](https://elm-lang.org/). By default the module will be shown if any of the following conditions are met: -- 現在資料夾中含有一個 `elm.json` 檔案 -- 現在資料夾中包含一個 `elm-package.json` 檔案 +- 目前資料夾中有一個 `elm.json` 檔案 +- 目前資料夾中有一個 `elm-package.json` 檔案 - The current directory contains a `.elm-version` file - The current directory contains a `elm-stuff` folder - The current directory contains `*.elm` files @@ -1364,8 +1364,8 @@ default = 'unknown user' The `erlang` module shows the currently installed version of [Erlang/OTP](https://erlang.org/doc/). By default the module will be shown if any of the following conditions are met: -- 現在資料夾中含有一個 `rebar.config` 檔案. -- 現在資料夾中含有一個 `erlang.mk` 檔案. +- 目前資料夾中有一個 `rebar.config` 檔案. +- 目前資料夾中有一個 `erlang.mk` 檔案. ### 選項 @@ -1768,7 +1768,7 @@ The `golang` module shows the currently installed version of [Go](https://golang - 現在資料夾中含有一個 `go.mod` 檔案 - 現在資料夾中含有一個 `go.sum` 檔案 -- 現在資料夾中含有一個 `go.work` 檔案 +- 目前資料夾中有一個 `go.work` 檔案 - 現在資料夾中含有一個 `glide.yaml` 檔案 - 現在資料夾中含有一個 `Gopkg.yml` 檔案 - 現在資料夾中含有一個 `Gopkg.lock` 檔案 @@ -1846,7 +1846,7 @@ The `haskell` module finds the current selected GHC version and/or the selected By default the module will be shown if any of the following conditions are met: -- 現在資料夾中含有一個 `stack.yaml` 檔案 +- 目前資料夾中有一個 `stack.yaml` 檔案 - The current directory contains any `.hs`, `.cabal`, or `.hs-boot` file ### 選項 diff --git a/docs/zh-TW/guide/README.md b/docs/zh-TW/guide/README.md index b02a231b..d93105cd 100644 --- a/docs/zh-TW/guide/README.md +++ b/docs/zh-TW/guide/README.md @@ -25,7 +25,7 @@ 在 Discord 上聊天 Xonsh -將以下內容加到 `~/.xonshrc` 的結尾: +將以下內容放到 `~/.xonshrc` 的結尾: ```python execx($(starship init xonsh))