Sidebar sorting dropdown

This commit is contained in:
Natsumi
2024-09-14 21:07:24 +12:00
parent 2cc42d48a9
commit 4a2ea2fde3
4 changed files with 175 additions and 131 deletions

View File

@@ -292,24 +292,16 @@
"side_panel": {
"header": "Side Panel",
"sorting": {
"header": "Sorting",
"sort_default": "Default",
"sort_private_to_bottom": "Sort Private to bottom",
"sort_by_status": "Sort by Status",
"sort_by_status_and_private_to_bottom": "Sort by Status and Private to Bottom",
"sort_by_location": "Sort by Location",
"sort_favorite_by": "Sort Favorites by",
"sort_favorite_by_alphabet": "alphabetical",
"sort_favorite_by_online_time": "online for",
"sort_online_by": "Sort Online by",
"sort_online_by_alphabet": "alphabetical",
"sort_online_by_online_time": "online for",
"sort_active_by": "Sort Active by",
"sort_active_by_alphabet": "alphabetical",
"sort_active_by_online_time": "online for",
"sort_offline_by": "Sort Offline by",
"sort_offline_by_alphabet": "alphabetical",
"sort_offline_by_offline_time": "offline for"
"header": "Sort Order",
"alphabetical": "Alphabetical",
"private_to_bottom": "Private to Bottom",
"status": "Status",
"status_and_private_to_bottom": "Status and Private to Bottom",
"location": "Location",
"last_active": "Last Active",
"time_in_instance": "Time in Instance",
"placeholder": "Sort Order",
"dropdown_header": "Choose Sort Order"
},
"width": "Width"
},