Skip to content

Commit

Permalink
Update zh_CN translations
Browse files Browse the repository at this point in the history
  • Loading branch information
flower-elf committed Sep 24, 2024
1 parent 1f1af53 commit 4b01d59
Showing 1 changed file with 71 additions and 3 deletions.
74 changes: 71 additions & 3 deletions src-ui/assets/i18n/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
},
"deviceName": {
"lighthouseV1": "Lighthouse V1",
"lighthouseV2": "V2 Lighthouse"
"lighthouseV2": "Lighthouse V2"
},
"deviceRole": {
"AnkleLeft": "左脚踝",
Expand Down Expand Up @@ -428,7 +428,7 @@
"SLEEP_MODE_ENABLED": "因为已开启睡眠模式",
"SLEEP_PREPARATION": "因为检测到你准备睡觉了"
},
"title": "Bigscreen Beyond RGB Led 设置为 {color}"
"title": "Bigscreen Beyond RGB Led 已设置为 {color}"
},
"cctChanged": {
"reason": {
Expand All @@ -447,7 +447,7 @@
"SLEEP_MODE_ENABLED": "因为已开启睡眠模式",
"SLEEP_PREPARATION": "因为检测到你准备睡觉了"
},
"title": "设备''{deviceName}''的音量已被设置为 {percentage}"
"title": "设备''{deviceName}''的音量已设置为 {percentage}"
},
"changedSystemMicControllerButtonBehavior": {
"reason": {
Expand Down Expand Up @@ -740,13 +740,70 @@
}
}
},
"event-log-filter-dialog": {
"filters": {
"AUDIO_CONTROL": {
"description": "与音频设备相关的事件",
"title": "音频控制"
},
"BRIGHTNESS_CCT": {
"description": "与 VR 头显的亮度和色温相关的事件",
"title": "亮度与色温"
},
"BSB_CONTROL": {
"description": "与 Bigscreen Beyond 相关的事件",
"title": "Bigscreen Beyond"
},
"DEVICE_POWER": {
"description": "与设备开关(如追踪器、控制器和基站)相关的事件",
"title": "设备电源"
},
"GPU_CONTROL": {
"description": "与显卡控制相关的事件",
"title": "GPU 控制事件"
},
"SHUTDOWN_SEQUENCE": {
"description": "与关机序列相关的事件",
"title": "关机序列"
},
"SLEEP_MODE": {
"description": "与睡眠模式和睡眠检测相关的事件",
"title": "睡眠模式"
},
"STEAMVR_SETTINGS": {
"description": "与 SteamVR 设置(如渲染分辨率和淡入淡出)变化相关的事件",
"title": "SteamVR 相关"
},
"VRCHAT_AVATAR": {
"description": "与 VRChat 模型切换相关的事件",
"title": "VRChat 模型事件"
},
"VRCHAT_INVITES": {
"description": "与你的 VRChat 好友邀请相关的事件",
"title": "VRChat 邀请请求"
},
"VRCHAT_STATUS": {
"description": "与 VRChat 状态变化相关的事件",
"title": "VRChat 状态变更"
},
"WINDOWS_POWER_POLICY": {
"description": "与 Windows 电源策略变化相关的事件",
"title": "Windows 电源策略"
}
},
"selectAll": "全选",
"selectDescription": "选择你想在事件日志中查看的事件类型",
"selectNone": "全不选",
"title": "筛选事件日志"
},
"event-log": {
"clearLog": "清除",
"clearLogModal": {
"message": "你确定要清除事件日志吗?此操作不能撤销。",
"title": "确认清除"
},
"no-logs": "还没有事件被记录下来 \n 事件记录最多保存 48 小时",
"openFilters": "事件过滤器",
"show-more": "显示更多",
"title": "事件"
},
Expand Down Expand Up @@ -1185,6 +1242,17 @@
"misc": {
"GOGO_LOCO_LEGACY_PRESET_WARNING": "这个默认设置使用的解决方法存在一些问题。 如果你不能使用 GoGo Loco 的新版本,请使用这个默认设置。 即使是这样,依然建议你将模型更新到最新的 GoGo Loco",
"GORONE_LEGACY_PRESET_WARNING": "此预设中的 v4.0 及以上版本已经包含了转向功能,并且与此预设不兼容。如果你的模型使用了此预设的旧版本,它仍然可用",
"oneTimeFlagDialogs": {
"BASESTATION_COUNT_WARNING_DIALOG": {
"message": "看起来你连接了很多基站!\n\n请注意,大多数蓝牙适配器只能同时处理7个已连接设备(包括耳机等其他蓝牙设备)超出部分的稳定性没有任何保证。\n\n请记住,如果你同时连接过多的基站,或者连接了太多其他的蓝牙设备,OyasumiVR 可能会在尝试控制基站时遇到麻烦。",
"title": "警告"
},
"CCT_CONTROL_WARNING_DIALOG": {
"message": "请注意,色温控制仅适用于某些原生的 SteamVR 头显,例如Valve Index、Bigscreen Beyond 或 HTC Vive(Pro)。\n\n如果你不使用这些头显,这个功能可能对你来说没什么效果。\n\n如果你觉得这比较多余,那么可以在设置中禁用色温控制。",
"title": "功能可用性"
},
"acknowledge": "我知道了"
},
"oscScriptEditorErrors": {
"addressNoSlash": "有效的 OSC 数值必须以 “/” 符号开头。",
"addressNotASCII": "有效的 OSC 数值只能包含 ASCII 字符。",
Expand Down

0 comments on commit 4b01d59

Please sign in to comment.