mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 14:51:57 +00:00
add default values back
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user