Add localization support to Tools page and update translation (#1375)

* Add tools tab and group calendar localization support

* Update japanese translation
This commit is contained in:
Yuki
2025-09-13 08:40:11 +09:00
committed by GitHub
parent d09f8fa54a
commit d115d3bde7
5 changed files with 129 additions and 57 deletions

View File

@@ -250,6 +250,26 @@
}
}
},
"tools": {
"header": "Tools",
"group": {
"header": "Group",
"calendar": "Calendar",
"calendar_description": "Group Events Calendar"
},
"image": {
"header": "Image",
"screenshot": "Screenshot Management",
"screenshot_description": "Manage screenshots and view metadata",
"inventory": "VRC+ Images & Inventory Management",
"inventory_description": "Manage VRC+ Images & Inventory"
},
"user": {
"header": "User",
"export_notes": "Export User Notes",
"export_notes_description": "Export VRCX user memos to VRChat notes"
}
},
"profile": {
"profile": {
"header": "Profile",
@@ -1650,7 +1670,20 @@
"save": "Save"
},
"group_calendar": {
"header": "Group Calendar"
"header": "Group Calendar",
"list_view": "List View",
"calendar_view": "Calendar View",
"no_events": "No events found",
"search_placeholder": "Search groups or events...",
"search_no_matching": "No matching events found",
"search_no_this_month": "No events this month",
"event_card": {
"category": "Category",
"interested_user": "Interested User",
"close_time": "Close Instance After End",
"created": "Created Date",
"description": "Description"
}
},
"moderate_group": {
"header": "Moderate Group Member",