diff options
| author | AAGaming <aagaming@riseup.net> | 2024-07-08 17:50:00 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-07-08 17:50:00 -0400 |
| commit | 54b50fd25c6057285bfb1f8e7a795d268937956e (patch) | |
| tree | 469630df0a8d686c0d7fe0a8ac64c9257d0cdcc9 /backend/decky_loader/locales/sq-AL.json | |
| parent | 1bccfe22efc5352fc193563a8fd9e79bdc2fb088 (diff) | |
| download | decky-loader-54b50fd25c6057285bfb1f8e7a795d268937956e.tar.gz decky-loader-54b50fd25c6057285bfb1f8e7a795d268937956e.zip | |
add default values back
Diffstat (limited to 'backend/decky_loader/locales/sq-AL.json')
| -rw-r--r-- | backend/decky_loader/locales/sq-AL.json | 139 |
1 files changed, 131 insertions, 8 deletions
diff --git a/backend/decky_loader/locales/sq-AL.json b/backend/decky_loader/locales/sq-AL.json index e48b738c..7a048c02 100644 --- a/backend/decky_loader/locales/sq-AL.json +++ b/backend/decky_loader/locales/sq-AL.json @@ -2,15 +2,50 @@ "BranchSelect": { "update_channel": { "label": "Kanali Përditësimet", - "stable": "Fiksuar" + "prerelease": "", + "stable": "Fiksuar", + "testing": "" + } + }, + "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": "Përdore këtë folder" + "label": "", + "select": "Përdore këtë folder", + "show_more": "" } }, "MultiplePluginsInstallModal": { + "confirm": "", "title": { "install_one": "", "install_other": "", @@ -23,7 +58,9 @@ } }, "PluginCard": { + "plugin_full_access": "", "plugin_install": "Instalo", + "plugin_no_desc": "", "plugin_version_label": "Versioni Shteses" }, "PluginInstallModal": { @@ -47,10 +84,21 @@ } }, "PluginListIndex": { + "freeze": "", + "hide": "", "no_plugin": "Nuk ka shtesa të instaluar!", + "plugin_actions": "", + "reinstall": "", + "reload": "", + "show": "", + "unfreeze": "", "uninstall": "Çinstalo", "update_all_one": "", - "update_all_other": "" + "update_all_other": "", + "update_to": "" + }, + "PluginListLabel": { + "hidden": "" }, "PluginLoader": { "decky_title": "Decky", @@ -68,8 +116,21 @@ "hidden_one": "", "hidden_other": "" }, + "RemoteDebugging": { + "remote_cef": { + "desc": "", + "label": "" + } + }, "SettingsDeveloperIndex": { + "cef_console": { + "button": "", + "desc": "", + "label": "" + }, + "header": "", "react_devtools": { + "desc": "", "ip_label": "IP", "label": "Aktivizo React DevTools" }, @@ -80,11 +141,28 @@ "label_desc": "URL", "label_url": "Instalo Shtes Nga URL", "label_zip": "Instalo Shtes Nga ZIP" + }, + "valve_internal": { + "desc1": "", + "desc2": "", + "label": "" } }, "SettingsGeneralIndex": { "about": { - "decky_version": "Versioni Decky" + "decky_version": "Versioni Decky", + "header": "" + }, + "beta": { + "header": "" + }, + "developer_mode": { + "label": "" + }, + "notifications": { + "decky_updates_label": "", + "header": "", + "plugin_updates_label": "" }, "other": { "header": "Të Tjera" @@ -95,10 +173,13 @@ }, "SettingsIndex": { "developer_title": "Zhvillues", - "general_title": "Gjeneral" + "general_title": "Gjeneral", + "plugins_title": "", + "testing_title": "" }, "Store": { "store_contrib": { + "desc": "", "label": "Kontributi" }, "store_filter": { @@ -109,23 +190,65 @@ "label": "Kërko" }, "store_sort": { - "label": "Rendit" + "label": "Rendit", + "label_def": "" }, "store_source": { + "desc": "", "label": "Kodin Burimor" }, "store_tabs": { + "about": "", + "alph_asce": "", + "alph_desc": "", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "Kërko" + }, + "store_testing_cta": "", + "store_testing_warning": { + "desc": "", + "label": "" } }, "StoreSelect": { + "custom_store": { + "label": "", + "url_label": "" + }, "store_channel": { - "label": "Kanali Dyqanit" + "custom": "", + "default": "", + "label": "Kanali Dyqanit", + "testing": "" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, + "TitleView": { + "decky_store_desc": "", + "settings_desc": "" + }, "Updater": { + "decky_updates": "", + "no_patch_notes_desc": "", + "patch_notes_desc": "", "updates": { - "cur_version": "Versioni e tanishëme: {{ver}}" + "check_button": "", + "checking": "", + "cur_version": "Versioni e tanishëme: {{ver}}", + "install_button": "", + "label": "", + "lat_version": "", + "reloading": "", + "updating": "" } } } |
