summaryrefslogtreecommitdiffstats
path: root/docs/es-ES/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/es-ES/config/README.md')
-rw-r--r--docs/es-ES/config/README.md38
1 files changed, 34 insertions, 4 deletions
diff --git a/docs/es-ES/config/README.md b/docs/es-ES/config/README.md
index a6796e90b..b563768b4 100644
--- a/docs/es-ES/config/README.md
+++ b/docs/es-ES/config/README.md
@@ -325,6 +325,7 @@ $aws\
$gcloud\
$openstack\
$azure\
+$nats\
$direnv\
$env_var\
$crystal\
@@ -1980,7 +1981,7 @@ The `gleam` module shows the currently installed version of [Gleam](https://glea
| ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- |
| `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` |
-| `symbol` | `'⭐ '` | Una cadena de formato que representa el símbolo de Go. |
+| `symbol` | `'⭐ '` | A format string representing the symbol of Gleam. |
| `detect_extensions` | `['gleam']` | Qué extensiones deberían activar este módulo. |
| `detect_files` | `['gleam.toml']` | Qué nombres de archivo deberían activar este módulo. |
| `style` | `'bold #FFAFF3'` | El estilo del módulo. |
@@ -2179,7 +2180,7 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o
| `detect_extensions` | `['hx', 'hxml']` | Qué extensiones deberían activar este módulo. |
| `detect_files` | `['project.xml', 'Project.xml', 'application.xml', 'haxelib.json', 'hxformat.json', '.haxerc']` | Qué nombres de archivo deberían activar este módulo. |
| `detect_folders` | `['.haxelib', 'haxe_libraries']` | Qué carpetas deberían activar estos módulos. |
-| `symbol` | `'⌘ '` | Una cadena de formato que representa el símbolo de Helm. |
+| `symbol` | `'⌘ '` | A format string representing the symbol of Haxe. |
| `style` | `'bold fg:202'` | El estilo del módulo. |
| `disabled` | `false` | Deshabilita el módulo `haxe`. |
@@ -2808,6 +2809,35 @@ truncation_length = 4
truncation_symbol = ''
```
+## NATS
+
+The `nats` module shows the name of the current [NATS](https://nats.io) context.
+
+### Opciones
+
+| Opción | Predeterminado | Descripción |
+| ---------- | -------------------------- | ------------------------------------------------------------ |
+| `symbol` | `'✉️ '` | The symbol used before the NATS context (defaults to empty). |
+| `style` | `'bold purple'` | El estilo del módulo. |
+| `format` | `'[$symbol$name]($style)'` | El formato del módulo. |
+| `disabled` | `false` | Disables the `nats` module. |
+
+### Variables
+
+| Variable | Ejemplo | Descripción |
+| --------- | ----------- | -------------------------------------- |
+| name | `localhost` | The name of the NATS context |
+| symbol | | Refleja el valor de la opción `symbol` |
+| style\* | | Refleja el valor de la opción `style` |
+
+### Ejemplo
+
+```toml
+[nats]
+format = '[$symbol]($style)'
+style = 'bold purple'
+```
+
## Nim
El módulo `nim` muestra la versión instalada de [Nim](https://nim-lang.org/). Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes condiciones:
@@ -4274,12 +4304,12 @@ Por defecto, el módulo se mostrará si se cumplen cualquiera de las siguientes
| ------------------- | ------------------------------------ | --------------------------------------------------------------------------------------- |
| `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` |
-| `symbol` | `'t '` | A format string representing the symbol of Daml |
+| `symbol` | `'t '` | A format string representing the symbol of Typst |
| `style` | `'bold #0093A7'` | El estilo del módulo. |
| `detect_extensions` | `['.typ']` | Qué extensiones deberían activar este módulo. |
| `detect_files` | `['template.typ']` | Qué nombres de archivo deberían activar este módulo. |
| `detect_folders` | `[]` | Qué carpetas deberían activar este módulo. |
-| `disabled` | `false` | Deshabilita el módulo `daml`. |
+| `disabled` | `false` | Disables the `typst` module. |
### Variables