From 5ff222d5635ba82c239c0f5c056aebc5b9935aaa Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sat, 16 Sep 2023 18:38:36 +0100 Subject: [PATCH] New translations README.md (Spanish) --- docs/es-ES/config/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/es-ES/config/README.md b/docs/es-ES/config/README.md index d1aa63b7..03eef498 100644 --- a/docs/es-ES/config/README.md +++ b/docs/es-ES/config/README.md @@ -2147,7 +2147,7 @@ El m贸dulo `hostname` muestra el nombre de host del sistema. | ----------------- | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `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. | -| `trim_at` | `'.'` | Cadena en la que el nombre del host se corta, despu茅s de la primera coincidencia. `'.'` will stop after the first dot. `''` will disable any truncation. | +| `trim_at` | `'.'` | Cadena en la que el nombre del host se corta, despu茅s de la primera coincidencia. `'.'` will stop after the first dot. `''` deshabilitar谩 cualquier truncamiento. | | `detect_env_vars` | `[]` | Which environment variable(s) should trigger this module. | | `format` | `'[$ssh_symbol$hostname]($style) in '` | El formato del m贸dulo. | | `style` | `'bold dimmed green'` | El estilo del m贸dulo. | @@ -2379,7 +2379,7 @@ symbol = '馃吅 ' # ~/.config/starship.toml [kotlin] -# Uses the Kotlin Compiler binary to get the installed version +# Utiliza el compilador binario Kotlink para obtener la versi贸n instalada kotlin_binary = 'kotlinc' ``` @@ -2467,7 +2467,7 @@ disabled = false detect_files = ['k8s'] ``` -#### Kubernetes Context specific config +#### Configuraci贸n espec铆fica del Contexto de Kubernetes The `contexts` configuration option is used to customise what the current Kubernetes context name looks like (style and symbol) if the name matches the defined regular expression.