diff options
| author | AAGaming <aagaming@riseup.net> | 2024-07-08 17:33:09 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-07-08 17:33:09 -0400 |
| commit | 68c6eedb8154a8483bdbf2b5c3320d1368fc4504 (patch) | |
| tree | 12792e74f475de5a9d2185eb30e3d38900a4f350 /backend/decky_loader/locales/sv-SE.json | |
| parent | 7e0ec279e7f9184fdedbe237cba06b2724378801 (diff) | |
| download | decky-loader-68c6eedb8154a8483bdbf2b5c3320d1368fc4504.tar.gz decky-loader-68c6eedb8154a8483bdbf2b5c3320d1368fc4504.zip | |
fix(i18n): fix i18next-parser configuration
i can't wait to fix the weblate conflicts this one causes
Diffstat (limited to 'backend/decky_loader/locales/sv-SE.json')
| -rw-r--r-- | backend/decky_loader/locales/sv-SE.json | 177 |
1 files changed, 172 insertions, 5 deletions
diff --git a/backend/decky_loader/locales/sv-SE.json b/backend/decky_loader/locales/sv-SE.json index 4961956a..0c3f2b50 100644 --- a/backend/decky_loader/locales/sv-SE.json +++ b/backend/decky_loader/locales/sv-SE.json @@ -1,10 +1,10 @@ { "BranchSelect": { "update_channel": { + "label": "Uppdateringskanal", "prerelease": "Förhandsversion", "stable": "Stabil", - "testing": "Testning", - "label": "Uppdateringskanal" + "testing": "Testning" } }, "Developer": { @@ -20,8 +20,8 @@ "FilePickerError": { "errors": { "file_not_found": "Den angivna sökvägen är inte giltig. Kontrollera den och ange den korrekt igen.", - "unknown": "Ett okänt fel har inträffat. Det råa felet är: {{raw_error}}", - "perm_denied": "Du har inte tillgång till den angivna katalogen. Kontrollera om din användare (deck på Steam Deck) har motsvarande behörighet för att komma åt den angivna mappen/filen." + "perm_denied": "Du har inte tillgång till den angivna katalogen. Kontrollera om din användare (deck på Steam Deck) har motsvarande behörighet för att komma åt den angivna mappen/filen.", + "unknown": "Ett okänt fel har inträffat. Det råa felet är: {{raw_error}}" } }, "FilePickerIndex": { @@ -50,6 +50,7 @@ } }, "MultiplePluginsInstallModal": { + "confirm": "Är du säker på att du vill göra följande ändringar?", "description": { "install": "Installera {{name}} {{version}}", "reinstall": "Installera om {{name}} {{version}}", @@ -62,7 +63,173 @@ "title": { "install_one": "Install 1 tillägg", "install_other": "Installerar {{count}} tillägg" + } + }, + "PluginCard": { + "plugin_full_access": "", + "plugin_install": "", + "plugin_no_desc": "", + "plugin_version_label": "" + }, + "PluginInstallModal": { + "no_hash": "" + }, + "PluginListIndex": { + "freeze": "", + "hide": "", + "no_plugin": "", + "plugin_actions": "", + "reinstall": "", + "reload": "", + "show": "", + "unfreeze": "", + "uninstall": "", + "update_all_one": "", + "update_all_other": "", + "update_to": "" + }, + "PluginListLabel": { + "hidden": "" + }, + "PluginLoader": { + "plugin_uninstall": { + "button": "", + "desc": "", + "title": "" + } + }, + "PluginView": { + "hidden_one": "", + "hidden_other": "" + }, + "RemoteDebugging": { + "remote_cef": { + "desc": "", + "label": "" + } + }, + "SettingsDeveloperIndex": { + "cef_console": { + "button": "", + "desc": "", + "label": "" + }, + "header": "", + "react_devtools": { + "desc": "", + "ip_label": "", + "label": "" + }, + "third_party_plugins": { + "button_install": "", + "button_zip": "", + "header": "", + "label_desc": "", + "label_url": "", + "label_zip": "" + }, + "valve_internal": { + "desc1": "", + "desc2": "", + "label": "" + } + }, + "SettingsGeneralIndex": { + "about": { + "decky_version": "", + "header": "" + }, + "beta": { + "header": "" + }, + "developer_mode": { + "label": "" }, - "confirm": "Är du säker på att du vill göra följande ändringar?" + "notifications": { + "decky_updates_label": "", + "header": "", + "plugin_updates_label": "" + }, + "other": { + "header": "" + }, + "updates": { + "header": "" + } + }, + "SettingsIndex": { + "developer_title": "", + "general_title": "", + "plugins_title": "", + "testing_title": "" + }, + "Store": { + "store_contrib": { + "desc": "", + "label": "" + }, + "store_search": { + "label": "" + }, + "store_sort": { + "label": "", + "label_def": "" + }, + "store_source": { + "desc": "", + "label": "" + }, + "store_tabs": { + "about": "", + "alph_asce": "", + "alph_desc": "", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", + "title": "" + }, + "store_testing_cta": "", + "store_testing_warning": { + "desc": "", + "label": "" + } + }, + "StoreSelect": { + "custom_store": { + "label": "", + "url_label": "" + }, + "store_channel": { + "custom": "", + "default": "", + "label": "", + "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": { + "check_button": "", + "checking": "", + "install_button": "", + "label": "", + "lat_version": "", + "reloading": "", + "updating": "" + } } } |
