diff options
Diffstat (limited to 'backend/decky_loader/locales/es-ES.json')
| -rw-r--r-- | backend/decky_loader/locales/es-ES.json | 70 |
1 files changed, 67 insertions, 3 deletions
diff --git a/backend/decky_loader/locales/es-ES.json b/backend/decky_loader/locales/es-ES.json index 4e2103bf..06cad2df 100644 --- a/backend/decky_loader/locales/es-ES.json +++ b/backend/decky_loader/locales/es-ES.json @@ -12,9 +12,41 @@ "disabling": "Desactivando DevTools de React", "enabling": "Activando DevTools de React" }, + "DropdownMultiselect": { + "button": { + "back": "" + } + }, + "FilePickerError": { + "errors": { + "file_not_found": "", + "perm_denied": "", + "unknown": "" + } + }, "FilePickerIndex": { + "file": { + "select": "" + }, + "files": { + "all_files": "", + "file_type": "", + "show_hidden": "" + }, + "filter": { + "created_asce": "", + "created_desc": "", + "modified_asce": "", + "modified_desc": "", + "name_asce": "", + "name_desc": "", + "size_asce": "", + "size_desc": "" + }, "folder": { - "select": "Usar esta carpeta" + "label": "", + "select": "Usar esta carpeta", + "show_more": "" } }, "MultiplePluginsInstallModal": { @@ -71,16 +103,23 @@ } }, "PluginListIndex": { + "freeze": "", + "hide": "", "no_plugin": "¡No hay plugins instalados!", "plugin_actions": "Acciones de plugin", "reinstall": "Reinstalar", "reload": "Recargar", + "show": "", + "unfreeze": "", "uninstall": "Desinstalar", "update_all_one": "Actualizar 1 plugin", "update_all_many": "Actualizar {{count}} plugins", "update_all_other": "Actualizar {{count}} plugins", "update_to": "Actualizar a {{name}}" }, + "PluginListLabel": { + "hidden": "" + }, "PluginLoader": { "decky_title": "Decky", "decky_update_available": "¡Actualización {{tag_name}} disponible!", @@ -147,6 +186,11 @@ "developer_mode": { "label": "Modo desarrollador" }, + "notifications": { + "decky_updates_label": "", + "header": "", + "plugin_updates_label": "" + }, "other": { "header": "Otros" }, @@ -157,7 +201,8 @@ "SettingsIndex": { "developer_title": "Desarrollador", "general_title": "General", - "plugins_title": "Plugins" + "plugins_title": "Plugins", + "testing_title": "" }, "Store": { "store_contrib": { @@ -183,9 +228,17 @@ "about": "Información", "alph_asce": "Alfabéticamente (Z-A)", "alph_desc": "Alfabéticamente (A-Z)", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "Navegar" }, - "store_testing_cta": "¡Por favor considera probar plugins nuevos para ayudar al equipo de Decky Loader!" + "store_testing_cta": "¡Por favor considera probar plugins nuevos para ayudar al equipo de Decky Loader!", + "store_testing_warning": { + "desc": "", + "label": "" + } }, "StoreSelect": { "custom_store": { @@ -199,6 +252,17 @@ "testing": "Pruebas" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, + "TitleView": { + "decky_store_desc": "", + "settings_desc": "" + }, "Updater": { "decky_updates": "Actualizaciones de Decky", "no_patch_notes_desc": "No hay notas de parche para esta versión", |
