mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
docs(i18n): new Crowdin updates (#4956)
This commit is contained in:
@@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
|
||||
# ~/.config/starship.toml
|
||||
|
||||
[character]
|
||||
vicmd_symbol = '[V](bold green) '
|
||||
vimcmd_symbol = '[V](bold green) '
|
||||
```
|
||||
|
||||
## CMake
|
||||
@@ -2871,10 +2871,12 @@ Ce module est désactivé par défaut. Pour l'activer, configurez `disabled` sur
|
||||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
Alpaquita = "🔔 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
Arch = "🎗️ "
|
||||
Artix = "🎗️ "
|
||||
CentOS = "💠 "
|
||||
Debian = "🌀 "
|
||||
DragonFly = "🐉 "
|
||||
@@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
Manjaro = "🥭 "
|
||||
Mariner = "🌊 "
|
||||
@@ -4158,6 +4161,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
|
||||
| ------------------------------------ | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `command` | `''` | La commande dont la sortie doit être affichée. La commande sera transmise au shell sur l’entrée standard. |
|
||||
| `when` | `false` | Soit une valeur booléenne (`true` ou `false`, sans guillemets) ou une commande shell utilisée comme condition pour afficher le module. Dans le cas d’une chaine, le module sera affiché si la commande renvoie un code de statut `0`. |
|
||||
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
|
||||
| `shell` | | [Voir plus bas](#custom-command-shell) |
|
||||
| `description` | `'<custom module>'` | La description du module qui est affichée lors de l’exécution de `starship explain`. |
|
||||
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |
|
||||
|
||||
Reference in New Issue
Block a user