diff options
| author | WerWolvTranslationBot <124004309+WerWolvTranslationBot@users.noreply.github.com> | 2026-06-06 17:22:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 11:22:21 -0400 |
| commit | 7a629f1cef4d0c1fded84522aeb2cec02c39cc62 (patch) | |
| tree | bd567f11193a86bc0a880dbe2cd1293aa7cac75d /backend/decky_loader/locales/es-ES.json | |
| parent | 7a7ecdac55af37ee458d852050853004f62acdaf (diff) | |
| download | decky-loader-7a629f1cef4d0c1fded84522aeb2cec02c39cc62.tar.gz decky-loader-7a629f1cef4d0c1fded84522aeb2cec02c39cc62.zip | |
Translations update from Weblate (#814)
* Added translation using Weblate (Romanian)
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (176 of 176 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ro/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (176 of 176 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
* Translated using Weblate (Italian)
Currently translated at 100.0% (176 of 176 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (186 of 186 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/es/
* Translated using Weblate (Russian)
Currently translated at 100.0% (186 of 186 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ru/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (186 of 186 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/uk/
---------
Co-authored-by: Pien <amechandotcenter@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Tak-attack <tak.bts@gmail.com>
Co-authored-by: M4ttiA <sensoriale_echidna_0w@icloud.com>
Co-authored-by: recoletosmb <recoletosmb@gmail.com>
Co-authored-by: Yevhen Chefranov <zheka767@gmail.com>
Diffstat (limited to 'backend/decky_loader/locales/es-ES.json')
| -rw-r--r-- | backend/decky_loader/locales/es-ES.json | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/backend/decky_loader/locales/es-ES.json b/backend/decky_loader/locales/es-ES.json index 288ed740..45efbde6 100644 --- a/backend/decky_loader/locales/es-ES.json +++ b/backend/decky_loader/locales/es-ES.json @@ -52,7 +52,9 @@ "MultiplePluginsInstallModal": { "confirm": "¿Estás seguro de que quieres hacer las siguientes modificaciones?", "description": { + "downgrade": "Downgrade {{name}} a la {{version}}", "install": "Instalar {{name}} {{version}}", + "overwrite": "Sobrescribir {{name}} con {{version}}", "reinstall": "Reinstalar {{name}} {{version}}", "update": "Actualizar {{name}} a {{version}}" }, @@ -61,12 +63,18 @@ "loading": "Trabajando" }, "title": { + "downgrade_many": "Downgrade {{count}} plugins", + "downgrade_one": "Downgrade 1 plugin", + "downgrade_other": "Downgrade {{count}} plugins", "install_many": "Instalar {{count}} plugins", "install_one": "Instalar 1 plugin", "install_other": "Instalar {{count}} plugins", "mixed_many": "Modificar {{count}} plugins", "mixed_one": "Modificar 1 plugin", "mixed_other": "Modificar {{count}} plugins", + "overwrite_many": "Sobrescribir {{count}} plugins", + "overwrite_one": "Sobrescribir 1 plugin", + "overwrite_other": "Sobrescribr {{count}} plugins", "reinstall_many": "Reinstalar {{count}} plugins", "reinstall_one": "Reinstalar 1 plugin", "reinstall_other": "Reinstalar {{count}} plugins", @@ -76,12 +84,22 @@ } }, "PluginCard": { + "plugin_downgrade": "Downgrade", "plugin_full_access": "Este plugin tiene acceso completo a tu Steam Deck.", "plugin_install": "Instalar", "plugin_no_desc": "No se ha proporcionado una descripción.", + "plugin_overwrite": "Sobrescribir", + "plugin_reinstall": "Reinstalar", + "plugin_update": "Actualizar", "plugin_version_label": "Versión de Plugin" }, "PluginInstallModal": { + "downgrade": { + "button_idle": "Downgrade", + "button_processing": "Downgrading", + "desc": "¿Estas seguro de que quieres realizar el downgrade de {{artifact}} a la versión {{version}}?", + "title": "Downgrade {{artifact}}" + }, "install": { "button_idle": "Instalar", "button_processing": "Instalando", @@ -89,6 +107,13 @@ "title": "Instalar {{artifact}}" }, "no_hash": "Este plugin no tiene un hash, lo estás instalando bajo tu propia responsabilidad.", + "not_installed": "(no instalado)", + "overwrite": { + "button_idle": "Sobrescribir", + "button_processing": "Sobrescribiendo", + "desc": "¿Estas seguro de que quieres sobrescribir {{artifact}} con la versión {{version}}?", + "title": "Sobrescribir {{artifact}}" + }, "reinstall": { "button_idle": "Reinstalar", "button_processing": "Reinstalando", @@ -98,7 +123,7 @@ "update": { "button_idle": "Actualizar", "button_processing": "Actualizando", - "desc": "¿Estás seguro de que quieres actualizar {{artifact}} {{version}}?", + "desc": "¿Estás seguro de que quieres actualizar {{artifact}} a la {{version}}?", "title": "Actualizar {{artifact}}" } }, @@ -206,6 +231,7 @@ }, "Store": { "download_progress_info": { + "download_remote": "Descargando los binarios externos", "download_zip": "Descargando plugin", "increment_count": "Incrementando el contador de descargas", "installing_plugin": "Instalando plugin", |
