mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
improve: instance activity chart (#1144)
* improve: instance activity chart * wip: ? * Wrong commit * add prev/next day btn, bar width setting, i18n * add show solo, no friend instance btn, add friend icon, i18n * add favorite friend icon, tips, improve the chart display effect, and i18n
This commit is contained in:
@@ -218,6 +218,30 @@
|
||||
"clear_tooltip": "Clear Results",
|
||||
"cancel_tooltip": "Cancel"
|
||||
},
|
||||
"charts": {
|
||||
"header": "Charts",
|
||||
"instance_activity": {
|
||||
"header": "Instance Activity",
|
||||
"online_time": "Online Time",
|
||||
"previous_day": "Previous Day",
|
||||
"next_day": "Next Day",
|
||||
"refresh": "Refresh",
|
||||
"tips": {
|
||||
"header": "Tips",
|
||||
"online_time": "Online time refers to the game time recorded by VRCX for the current day.",
|
||||
"click_Y_axis": "Click Y-axis label to open user/world dialog.",
|
||||
"click_instance_name": "Click instance name for previous instance info.",
|
||||
"accuracy_notice": "Info from local database may not be accurate"
|
||||
},
|
||||
"settings": {
|
||||
"header": "Settings",
|
||||
"bar_width": "Bar Width",
|
||||
"show_solo_instance": "Show Solo Instance",
|
||||
"show_no_friend_instance": "Show No Friend Instance",
|
||||
"show_detail": "Show Detail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"profile": {
|
||||
"header": "Profile",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"moderation": "モデレーション",
|
||||
"notification": "通知",
|
||||
"friend_list": "フレンドリスト",
|
||||
"charts": "チャート",
|
||||
"profile": "プロフィール",
|
||||
"settings": "設定"
|
||||
},
|
||||
@@ -217,6 +218,30 @@
|
||||
"clear_tooltip": "結果を消去",
|
||||
"cancel_tooltip": "キャンセル"
|
||||
},
|
||||
"charts": {
|
||||
"header": "チャート",
|
||||
"instance_activity": {
|
||||
"header": "インスタンスアクティビティ",
|
||||
"online_time": "オンライン時間",
|
||||
"previous_day": "前日",
|
||||
"next_day": "翌日",
|
||||
"refresh": "更新",
|
||||
"tips": {
|
||||
"header": "ヒント",
|
||||
"online_time": "オンライン時間とは、VRCXが記録した当日のゲームプレイ時間です。",
|
||||
"click_Y_axis": "Y軸ラベルをクリックでプレイヤー/ワールドダイアログを表示します。",
|
||||
"click_instance_name": "インスタンス名をクリックで以前のインスタンス情報ダイアログを表示します。",
|
||||
"accuracy_notice": "ローカルデータベースからの情報であり、正確ではない可能性があります。"
|
||||
},
|
||||
"settings": {
|
||||
"header": "設定",
|
||||
"bar_width": "棒グラフ幅",
|
||||
"show_solo_instance": "一人インスタンス",
|
||||
"show_no_friend_instance": "フレンドなしインスタンス",
|
||||
"show_detail": "インスタンス詳細"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"profile": {
|
||||
"header": "プロフィール",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"moderation": "用户管理(屏蔽 / 静音)",
|
||||
"notification": "通知",
|
||||
"friend_list": "好友列表",
|
||||
"charts": "图表",
|
||||
"profile": "个人信息",
|
||||
"settings": "设置"
|
||||
},
|
||||
@@ -217,6 +218,30 @@
|
||||
"clear_tooltip": "清除结果",
|
||||
"cancel_tooltip": "取消"
|
||||
},
|
||||
"charts": {
|
||||
"header": "图表",
|
||||
"instance_activity": {
|
||||
"header": "Instance Activity",
|
||||
"online_time": "在线时长",
|
||||
"previous_day": "前一天",
|
||||
"next_day": "后一天",
|
||||
"refresh": "刷新",
|
||||
"tips": {
|
||||
"header": "提示",
|
||||
"online_time": "在线时间是指VRCX记录地当天的游戏时间。",
|
||||
"click_Y_axis": "点击Y轴标签打开“玩家“、“世界“对话框。",
|
||||
"click_instance_name": "点击房间名称查看上个“曾加入的房间信息“对话框。",
|
||||
"accuracy_notice": "本地数据库的数据可能不准确。"
|
||||
},
|
||||
"settings": {
|
||||
"header": "设置",
|
||||
"bar_width": "柱条宽度",
|
||||
"show_solo_instance": "显示独自一人的房间",
|
||||
"show_no_friend_instance": "显示没有好友的房间",
|
||||
"show_detail": "显示详细房间"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"profile": {
|
||||
"header": "个人信息",
|
||||
@@ -2017,4 +2042,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user