Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions common/src/main/resources/assets/flywheel/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -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": "已将光照方向设为开启"
}