mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Add GameLog entries for resource loading (#513)
* add log entries for resource loading * add config for resource loading
This commit is contained in:
@@ -202,6 +202,10 @@
|
||||
"minimized": "Start as minimized state",
|
||||
"tray": "Close to tray"
|
||||
},
|
||||
"game_log": {
|
||||
"header": "Game Log",
|
||||
"resource_load": "Log Resource Load entries"
|
||||
},
|
||||
"legal_notice": {
|
||||
"header": "Legal Notice",
|
||||
"info": "VRCX is an assistant application for VRChat that provides information about and managing friendship. This application makes use of the unofficial VRChat API SDK.",
|
||||
|
||||
@@ -201,6 +201,9 @@
|
||||
"minimized": "최소화 상태로 시작",
|
||||
"tray": "닫지 않고 트레이로 최소화하기"
|
||||
},
|
||||
"game_log": {
|
||||
"header": "게임 기록"
|
||||
},
|
||||
"legal_notice": {
|
||||
"header": "법적 공지",
|
||||
"info": "VRCX는 친구 관계에 도움을 줄 만한 정보를 제공하는 보조 프로그램입니다. 비공식 VRChat 응용프로그램 프로그래밍 인터페이스를 사용합니다 (VRCSDK).",
|
||||
|
||||
@@ -202,6 +202,9 @@
|
||||
"minimized": "以最小化的形式启动",
|
||||
"tray": "最小化到系统托盘"
|
||||
},
|
||||
"game_log": {
|
||||
"header": "游戏日志"
|
||||
},
|
||||
"legal_notice": {
|
||||
"header": "法律声明",
|
||||
"info": "VRCX 是一个提供VRChat好友管理的辅助应用程序。这个程序使用非官方的 VRChat API (VRCSDK)。",
|
||||
|
||||
@@ -202,6 +202,9 @@
|
||||
"minimized": "以最小化啟動",
|
||||
"tray": "最小化到系統列"
|
||||
},
|
||||
"game_log": {
|
||||
"header": "遊戲紀錄"
|
||||
},
|
||||
"legal_notice": {
|
||||
"header": "法律聲明",
|
||||
"info": "VRCX 是一個提供好友管理的輔助應用程式。這個程式使用非官方的 VRChat API (VRCSDK)。",
|
||||
|
||||
Reference in New Issue
Block a user