mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:11:56 +00:00
Some better namespaced text.
This commit is contained in:
@@ -1,19 +1,28 @@
|
||||
{
|
||||
"store_tabs_title": "Browse",
|
||||
"store_tabs_about": "About",
|
||||
"store_tabs":{
|
||||
"title": "Browse",
|
||||
"about": "About",
|
||||
|
||||
"store_tabs_alph_desc": "Alphabetical (A to Z)",
|
||||
"store_tabs_alph_asce": "Alphabetical (Z to A)",
|
||||
|
||||
"store_sort_label": "Sort",
|
||||
"store_sort_label_def": "Last Updated (Newest)",
|
||||
"store_filter_label": "Filter",
|
||||
"store_fiter_label_def": "All",
|
||||
"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",
|
||||
"store_contrib_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",
|
||||
"store_source_desc": "All plugin source code is available on SteamDeckHomebrew/decky-plugin-database repository on GitHub."
|
||||
"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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user