Some better namespaced text.

This commit is contained in:
Marco Rodolfi
2023-01-24 17:56:34 +01:00
parent 4f111948be
commit 92e3cc7790
28 changed files with 207 additions and 163 deletions
+22 -13
View File
@@ -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."
}
}