diff options
| author | EMERALD <hudson.samuels@gmail.com> | 2023-05-17 21:31:57 +0000 |
|---|---|---|
| committer | Weblate <noreply@weblate.org> | 2023-05-20 22:07:13 +0000 |
| commit | 92b953a22db8c31c0f2ef4f0297ab1c2536eef53 (patch) | |
| tree | f1cdda05313ef1444e917cb7296b54ee95189708 /backend/locales/es-ES.json | |
| parent | 9accb676e6e8f537e3c1012f921c884050385feb (diff) | |
| download | decky-loader-92b953a22db8c31c0f2ef4f0297ab1c2536eef53.tar.gz decky-loader-92b953a22db8c31c0f2ef4f0297ab1c2536eef53.zip | |
Added translation using Weblate (Spanish)
Diffstat (limited to 'backend/locales/es-ES.json')
| -rw-r--r-- | backend/locales/es-ES.json | 183 |
1 files changed, 183 insertions, 0 deletions
diff --git a/backend/locales/es-ES.json b/backend/locales/es-ES.json new file mode 100644 index 00000000..3da71f54 --- /dev/null +++ b/backend/locales/es-ES.json @@ -0,0 +1,183 @@ +{ + "BranchSelect": { + "update_channel": { + "label": "", + "prerelease": "", + "stable": "", + "testing": "" + } + }, + "Developer": { + "5secreload": "", + "disabling": "", + "enabling": "" + }, + "FilePickerIndex": { + "folder": { + "select": "" + } + }, + "PluginCard": { + "plugin_full_access": "", + "plugin_install": "", + "plugin_no_desc": "", + "plugin_version_label": "" + }, + "PluginInstallModal": { + "install": { + "button_idle": "", + "button_processing": "", + "desc": "", + "title": "" + }, + "no_hash": "", + "reinstall": { + "button_idle": "", + "button_processing": "", + "desc": "", + "title": "" + }, + "update": { + "button_idle": "", + "button_processing": "", + "desc": "", + "title": "" + } + }, + "PluginListIndex": { + "no_plugin": "", + "plugin_actions": "", + "reinstall": "", + "reload": "", + "uninstall": "", + "update_to": "" + }, + "PluginLoader": { + "decky_title": "", + "decky_update_available": "", + "error": "", + "plugin_error_uninstall": "", + "plugin_load_error": { + "message": "", + "toast": "" + }, + "plugin_uninstall": { + "button": "", + "desc": "", + "title": "" + }, + "plugin_update": "" + }, + "RemoteDebugging": { + "remote_cef": { + "desc": "", + "label": "" + } + }, + "SettingsDeveloperIndex": { + "header_one": "", + "header_many": "Other", + "react_devtools": { + "desc": "", + "ip_label": "", + "label": "" + }, + "third_party_plugins": { + "button_install": "", + "button_zip": "", + "header": "", + "label_desc": "", + "label_url": "", + "label_zip": "" + }, + "toast_zip": { + "body": "", + "title": "" + }, + "valve_internal": { + "desc1": "", + "desc2": "", + "label": "" + } + }, + "SettingsGeneralIndex": { + "about": { + "decky_version": "", + "header": "" + }, + "beta": { + "header": "" + }, + "developer_mode": { + "desc": "", + "label": "" + }, + "other": { + "header": "" + }, + "updates": { + "header": "" + } + }, + "SettingsIndex": { + "developer_title": "", + "general_title": "", + "navbar_settings": "", + "plugins_title": "" + }, + "Store": { + "store_contrib": { + "desc": "", + "label": "" + }, + "store_filter": { + "label": "", + "label_def": "" + }, + "store_search": { + "label": "" + }, + "store_sort": { + "label": "", + "label_def": "" + }, + "store_source": { + "desc": "", + "label": "" + }, + "store_tabs": { + "about": "", + "alph_asce": "", + "alph_desc": "", + "title": "" + }, + "store_testing_cta": "" + }, + "StoreSelect": { + "custom_store": { + "label": "", + "url_label": "" + }, + "store_channel": { + "custom": "", + "default": "", + "label": "", + "testing": "" + } + }, + "Updater": { + "decky_updates": "", + "no_patch_notes_desc": "", + "patch_notes_desc": "", + "updates": { + "check_button": "", + "checking": "", + "cur_version": "", + "install_button": "", + "label": "", + "lat_version": "", + "reloading": "", + "updating": "" + } + } +} |
