feat: custom nav menu

This commit is contained in:
pa
2025-11-16 23:12:31 +09:00
committed by Natsumi
parent 672a3ddf51
commit f874473647
3 changed files with 1290 additions and 270 deletions

View File

@@ -8,6 +8,9 @@
"player_list": "Player List",
"search": "Search",
"favorites": "Favorites",
"favorite_friends": "Favorite Friends",
"favorite_worlds": "Favorite Worlds",
"favorite_avatars": "Favorite Avatars",
"social": "Social",
"friend_log": "Friend Log",
"moderation": "Moderation",
@@ -26,7 +29,27 @@
"get_help": "GET HELP",
"github": "VRCX on GitHub",
"discord": "Join our Discord",
"whats_new": "What's New?"
"whats_new": "What's New?",
"custom_nav": {
"header": "Custom Navigation Menu",
"dialog_title": "Customize Navigation",
"add_folder": "Add Folder",
"folder_name_placeholder": "Folder name",
"folder_icon_placeholder": "Icon class (e.g. ri-menu-fold-line)",
"edit_folder": "Edit Folder",
"folder_available": "Available items",
"folder_selected": "Folder items",
"folder_selected_empty": "No items selected",
"delete_folder": "Delete Folder",
"assign_folder": "Add to folder",
"remove_from_folder": "Remove from folder",
"folder_empty": "No items in this folder",
"invalid_folder": "Folder must have a name and contain at least two items.",
"restore_default": "Restore Default",
"restore_default_confirm": "Restore navigation to its default order?",
"save": "Save",
"cancel": "Cancel"
}
},
"view": {
"login": {