mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
feat: add activity heatmap to user dialog for online frequency visualization (#1198)
This commit is contained in:
@@ -1280,6 +1280,23 @@
|
||||
"friend_order": "Friend Order"
|
||||
}
|
||||
},
|
||||
"activity": {
|
||||
"header": "Activity",
|
||||
"total_events": "{count} online events",
|
||||
"times_online": "times online",
|
||||
"most_active_day": "Most active day:",
|
||||
"most_active_time": "Peak hours:",
|
||||
"days": {
|
||||
"mon": "Mon",
|
||||
"tue": "Tue",
|
||||
"wed": "Wed",
|
||||
"thu": "Thu",
|
||||
"fri": "Fri",
|
||||
"sat": "Sat",
|
||||
"sun": "Sun"
|
||||
},
|
||||
"easter_egg": "Did you farm your green squares today?"
|
||||
},
|
||||
"note_memo": {
|
||||
"header": "Edit Note And Memo",
|
||||
"cancel": "Cancel",
|
||||
|
||||
Reference in New Issue
Block a user