-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lang(zh_cn): Update Simplified Chinese translation (#231)
- Loading branch information
Showing
1 changed file
with
19 additions
and
5 deletions.
There are no files selected for viewing
24 changes: 19 additions & 5 deletions
24
common/src/main/resources/assets/craftingtweaks/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 |
---|---|---|
@@ -1,25 +1,39 @@ | ||
{ | ||
"key.categories.craftingtweaks": "合成辅助(CraftingTweaks)", | ||
"key.categories.craftingtweaks": "合成辅助 (CraftingTweaks)", | ||
"key.craftingtweaks.rotate": "旋转网格", | ||
"key.craftingtweaks.rotate_counter_clockwise": "旋转网格(逆时针)", | ||
"key.craftingtweaks.clear": "清空网格", | ||
"key.craftingtweaks.force_clear": "强制清空网格", | ||
"key.craftingtweaks.balance": "均分网格", | ||
"key.craftingtweaks.spread": "平铺网格", | ||
"key.craftingtweaks.toggleButtons": "开关按钮", | ||
"key.craftingtweaks.compress_one": "压缩物品", | ||
"key.craftingtweaks.compress_stack": "压缩一组", | ||
"key.craftingtweaks.compress_all": "压缩全部", | ||
"key.craftingtweaks.decompress_one": "解压物品", | ||
"key.craftingtweaks.decompress_stack": "解压一组", | ||
"key.craftingtweaks.decompress_all": "解压全部", | ||
"key.craftingtweaks.refill_last": "最后重填", | ||
"key.craftingtweaks.refill_last_stack": "最后重填(一组)", | ||
"key.craftingtweaks.refill_last": "重填上一配方", | ||
"key.craftingtweaks.refill_last_stack": "重填上一配方(一组)", | ||
"key.craftingtweaks.transfer_stack": "转移到工作台网格", | ||
"tooltip.craftingtweaks.rotate": "旋转网格", | ||
"tooltip.craftingtweaks.balance": "均分网格", | ||
"tooltip.craftingtweaks.spread": "平铺网格", | ||
"tooltip.craftingtweaks.clear": "清空网格", | ||
"tooltip.craftingtweaks.forceClear": "强制清空网格", | ||
"tooltip.craftingtweaks.forceClearInfo": "必要时丢出物品" | ||
"tooltip.craftingtweaks.forceClearInfo": "必要时丢出物品", | ||
"config.craftingtweaks.title": "合成辅助", | ||
"config.craftingtweaks.common": "通用", | ||
"config.craftingtweaks.common.compressRequiresCraftingGrid": "仅能在工作台中压缩", | ||
"config.craftingtweaks.common.compressRequiresCraftingGrid.tooltip": "将此项设为 false 时可以在背包中的四格合成格中解压/压缩配方(仅在服务端也安装本模组时生效)", | ||
"config.craftingtweaks.common.compressDenylist": "压缩黑名单", | ||
"config.craftingtweaks.common.compressDenylist.tooltip": "形如 modid:name 的物品列表,将无法通过压缩操作合成", | ||
"config.craftingtweaks.client": "客户端", | ||
"config.craftingtweaks.client.rightClickCraftsStack": "右击合成一组", | ||
"config.craftingtweaks.client.rightClickCraftsStack.tooltip": "若设为 true,右击工作台的合成结果格子可以直接合成一组。", | ||
"config.craftingtweaks.client.hideVanillaCraftingGuide": "隐藏原版合成书", | ||
"config.craftingtweaks.client.hideVanillaCraftingGuide.tooltip": "全世界都知道 JEI 更棒。本配置项将会隐藏原版的合成书按钮。", | ||
"config.craftingtweaks.client.mode": "模式", | ||
"config.craftingtweaks.client.mode.tooltip": "将此项设为 'DEFAULT' 以启用按钮和快捷键。设为 'BUTTONS' 时仅能使用按钮操作。设为 'HOTKEYS' 时仅能使用快捷键操作。 设为 'DISABLED' 时禁用合成辅助操作。", | ||
"config.craftingtweaks.client.disabledAddons": "已禁用的附加模组", | ||
"config.craftingtweaks.client.disabledAddons.tooltip": "在此处添加对应的模组 id,以使这些模组无法使用合成辅助。" | ||
} |