From 4f9cf99604b2cf1cc2618a2f60c8f9614e600ed3 Mon Sep 17 00:00:00 2001 From: LogicWheat Date: Fri, 30 Jan 2026 00:48:05 +0800 Subject: [PATCH] Add zh_cn.json --- .../main/resources/assets/flywheel/lang/zh_cn.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 common/src/main/resources/assets/flywheel/lang/zh_cn.json diff --git a/common/src/main/resources/assets/flywheel/lang/zh_cn.json b/common/src/main/resources/assets/flywheel/lang/zh_cn.json new file mode 100644 index 000000000..5c3546795 --- /dev/null +++ b/common/src/main/resources/assets/flywheel/lang/zh_cn.json @@ -0,0 +1,14 @@ +{ + "argument.flywheel_backend.id.unknown": "未知后端引擎 '%s'", + "command.flywheel.backend.get": "当前飞轮后端引擎为 '%s'", + "command.flywheel.backend.set": "飞轮后端引擎已设置为 '%s'", + "command.flywheel.backend.set.unavailable": "请求的后端引擎 '%s' 不可用", + "command.flywheel.limit_updates.get.off": "更新限制当前已禁用", + "command.flywheel.limit_updates.get.on": "更新限制当前已启用", + "command.flywheel.limit_updates.set.off": "已禁用更新限制", + "command.flywheel.limit_updates.set.on": "已启用更新限制", + "command.flywheel.use_light_directions.get.off": "未使用光照方向", + "command.flywheel.use_light_directions.get.on": "正在使用光照方向", + "command.flywheel.use_light_directions.set.off": "已将光照方向设为关闭", + "command.flywheel.use_light_directions.set.on": "已将光照方向设为开启" +}