diff options
| author | Adem Odza <ademodza@gmail.com> | 2023-05-17 21:26:35 +0000 |
|---|---|---|
| committer | Weblate <noreply@weblate.org> | 2023-05-20 22:07:13 +0000 |
| commit | 0ecc9bf57985950eee9381b16f0112c7158e4c17 (patch) | |
| tree | b747b2cff63423b3328fc18c231749d563a4c70d /backend | |
| parent | 88b9984b0f27e61cbe2f22e665b4b7f86ce46d33 (diff) | |
| download | decky-loader-0ecc9bf57985950eee9381b16f0112c7158e4c17.tar.gz decky-loader-0ecc9bf57985950eee9381b16f0112c7158e4c17.zip | |
Translated using Weblate (Albanian)
Currently translated at 51.0% (51 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/sq/
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/locales/sq-AL.json | 113 |
1 files changed, 112 insertions, 1 deletions
diff --git a/backend/locales/sq-AL.json b/backend/locales/sq-AL.json index 9afffa75..f128934d 100644 --- a/backend/locales/sq-AL.json +++ b/backend/locales/sq-AL.json @@ -1,6 +1,117 @@ { "SettingsDeveloperIndex": { "header_one": "", - "header_other": "Other" + "header_other": "Other", + "react_devtools": { + "ip_label": "IP", + "label": "Aktivizo React DevTools" + }, + "third_party_plugins": { + "button_zip": "Kërko", + "header": "Shtesa të Huaj", + "button_install": "Instalo", + "label_desc": "URL", + "label_url": "Instalo Shtes Nga URL", + "label_zip": "Instalo Shtes Nga ZIP" + }, + "toast_zip": { + "title": "Decky" + } + }, + "BranchSelect": { + "update_channel": { + "stable": "Fiksuar", + "label": "Kanali Përditësimet" + } + }, + "FilePickerIndex": { + "folder": { + "select": "Përdore këtë folder" + } + }, + "PluginCard": { + "plugin_install": "Instalo", + "plugin_version_label": "Versioni Shteses" + }, + "PluginInstallModal": { + "install": { + "button_idle": "Instalo", + "button_processing": "Instalohet", + "desc": "Je i sigurt që don ta instalojsh {{artifact}} {{version}}?", + "title": "Instalo {{artifact}}" + }, + "no_hash": "Ky shtesë nuk ka hash, ti e instalon me rrezikun tuaj.", + "reinstall": { + "button_idle": "Riinstalo", + "button_processing": "Riinstalohet", + "desc": "Je i sigurt a don ta riinstalojsh {{artifact}} {{version}}?", + "title": "Riinstalo {{artifact}}" + }, + "update": { + "button_processing": "Përditësohet", + "desc": "Je i sigurt a don ta përditësojsh {{artifact}} {{version}}?", + "title": "Përditëso {{artifact}}" + } + }, + "PluginLoader": { + "decky_title": "Decky", + "plugin_uninstall": { + "title": "Çinstalo {{name}}", + "button": "Çinstalo", + "desc": "Je i sigurt që don ta çinstalojsh {{name}}?" + }, + "error": "Gabim", + "plugin_error_uninstall": "Ju lutem shko nga {{-icon}} në Decky menu nëse don ta çinstalojsh këtë shtese." + }, + "PluginListIndex": { + "no_plugin": "Nuk ka shtesa të instaluar!", + "uninstall": "Çinstalo" + }, + "SettingsGeneralIndex": { + "other": { + "header": "Të Tjera" + }, + "about": { + "decky_version": "Versioni Decky" + }, + "updates": { + "header": "Përmirësimet" + } + }, + "SettingsIndex": { + "developer_title": "Zhvillues", + "general_title": "Gjeneral", + "navbar_settings": "Cilësimet Decky" + }, + "Store": { + "store_sort": { + "label": "Rendit" + }, + "store_tabs": { + "title": "Kërko" + }, + "store_contrib": { + "label": "Kontributi" + }, + "store_filter": { + "label": "Filtro", + "label_def": "Të Gjitha" + }, + "store_search": { + "label": "Kërko" + }, + "store_source": { + "label": "Kodin Burimor" + } + }, + "StoreSelect": { + "store_channel": { + "label": "Kanali Dyqanit" + } + }, + "Updater": { + "updates": { + "cur_version": "Versioni e tanishëme: {{ver}}" + } } } |
