Files
decky-loader/backend/locales/en/Store.json
T
2023-01-24 17:56:34 +01:00

28 lines
945 B
JSON

{
"store_tabs":{
"title": "Browse",
"about": "About",
"alph_desc": "Alphabetical (A to Z)",
"alph_asce": "Alphabetical (Z to A)"
},
"store_sort":{
"label": "Sort",
"label_def": "Last Updated (Newest)"
},
"store_filter":{
"label": "Filter",
"label_def": "All"
},
"store_search_label": "Search",
"store_testing_cta": "Please consider testing new plugins to help the Decky Loader team!",
"store_contrib":{
"label": "Contributing",
"desc": "If you would like to contribute to the Decky Plugin Store, check the SteamDeckHomebrew/decky-plugin-template repository on GitHub. Information on development and distribution is available in the README."
},
"store_source":{
"label": "Source Code",
"desc": "All plugin source code is available on SteamDeckHomebrew/decky-plugin-database repository on GitHub."
}
}