forked from GuyApooye/ClockworkAdditions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
common/src/main/resources/assets/clockworkadditions/lang/zh_cn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"block.clockworkadditions.kinetic_flap_bearing": "活动襟翼轴承", | ||
"block.clockworkadditions.mechanical_pedals": "脚踏板", | ||
"block.clockworkadditions.handlebar": "车把手", | ||
"block.clockworkadditions.copycat_wing": "伪装机翼", | ||
"block.clockworkadditions.copycat_flap": "伪装襟翼", | ||
"block.clockworkadditions.cv_joint": "等速万向节", | ||
"itemGroup.clockworkadditions": "Clockwork:Additions", | ||
"create.contraptions.kinetic_flap_bearing.normal": "红石输入行为正常", | ||
"create.contraptions.kinetic_flap_bearing.inverted": "红石输入行为反转", | ||
"create.redstone.gyro.unpowered": "所有输出方向都未被充能", | ||
"create.redstone.gyro.tilt": "红石输出基于倾斜", | ||
"create.redstone.gyro.omega": "红石输出基于角速度", | ||
"create.redstone.gyro.both": "红石输出基于倾斜和角速度", | ||
"create.redstone.gyro.pid": "使用 PID 控制决定红石输出", | ||
"create.redstone.gyro.powered": "所有输出方向都被充能", | ||
"clockworkadditions.contraptions.kinetic_flap_bearing.redstone_input_mode": "正常或反转", | ||
"clockworkadditions.circuits.gyro.output_mode": "红石输出模式", | ||
"block.clockworkadditions.inverted_redstone_resistor": "反向红石阻尼器" | ||
} |