mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-16 18:40:32 +03:00
Co-authored-by: elliotfontaine <elliot.fontaine@gmail.com> Co-authored-by: Meiton <michal.salati@gmail.com> Co-authored-by: Andrew <www.andru90@gmail.com> Co-authored-by: Denys Dovhan <denysdovhan@gmail.com> Co-authored-by: Eryk Pawlikowski <eryk5188@gmail.com> Co-authored-by: Weblate <noreply@weblate.org>
87 lines
2.7 KiB
JSON
87 lines
2.7 KiB
JSON
{
|
|
"BranchSelect": {
|
|
"update_channel": {
|
|
"label": "Uppdateringskanal",
|
|
"prerelease": "Förhandsversion",
|
|
"stable": "Stabil",
|
|
"testing": "Testning"
|
|
}
|
|
},
|
|
"Developer": {
|
|
"5secreload": "Omladdning på 5 sekunder",
|
|
"disabling": "Inaktivera React DevTools",
|
|
"enabling": "Aktivera React DevTools"
|
|
},
|
|
"DropdownMultiselect": {
|
|
"button": {
|
|
"back": "Tillbaka"
|
|
}
|
|
},
|
|
"FilePickerError": {
|
|
"errors": {
|
|
"file_not_found": "Den angivna sökvägen är inte giltig. Kontrollera den och ange den korrekt igen.",
|
|
"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": {
|
|
"file": {
|
|
"select": "Välj denna fil"
|
|
},
|
|
"files": {
|
|
"all_files": "Alla Filer",
|
|
"file_type": "Filtyp",
|
|
"show_hidden": "Visa dolda filer"
|
|
},
|
|
"filter": {
|
|
"created_asce": "Skapad (Äldst)",
|
|
"created_desc": "Skapad (nyast)",
|
|
"modified_asce": "Modifierad (Äldst)",
|
|
"modified_desc": "Modifierad (nyaste)",
|
|
"name_asce": "Z-A",
|
|
"name_desc": "A-Z",
|
|
"size_asce": "Storlek (minst)",
|
|
"size_desc": "Storlek (Störst)"
|
|
},
|
|
"folder": {
|
|
"label": "Mapp",
|
|
"select": "Använd denna mapp",
|
|
"show_more": "Visa fler filer"
|
|
}
|
|
},
|
|
"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}}",
|
|
"update": "Uppdatera {{name}} {{version}}"
|
|
},
|
|
"ok_button": {
|
|
"idle": "Bekräfta",
|
|
"loading": "Arbetar"
|
|
},
|
|
"title": {
|
|
"install_one": "Install 1 tillägg",
|
|
"install_other": "Installerar {{count}} tillägg",
|
|
"mixed_one": "",
|
|
"mixed_other": "",
|
|
"reinstall_one": "",
|
|
"reinstall_other": "",
|
|
"update_one": "",
|
|
"update_other": ""
|
|
}
|
|
},
|
|
"PluginListIndex": {
|
|
"update_all_one": "",
|
|
"update_all_other": ""
|
|
},
|
|
"PluginLoader": {
|
|
"plugin_update_one": "",
|
|
"plugin_update_other": ""
|
|
},
|
|
"PluginView": {
|
|
"hidden_one": "",
|
|
"hidden_other": ""
|
|
}
|
|
}
|