From ee2ac52cacea4d6cb50623042b2ca5c25b565b33 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Thu, 5 Dec 2024 09:32:33 +0800 Subject: [PATCH] update --- .../sophisticatedstorage/lang/zh_cn.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/sophisticatedstorage/lang/zh_cn.json b/src/main/resources/assets/sophisticatedstorage/lang/zh_cn.json index acd928c7..26760a4c 100644 --- a/src/main/resources/assets/sophisticatedstorage/lang/zh_cn.json +++ b/src/main/resources/assets/sophisticatedstorage/lang/zh_cn.json @@ -81,6 +81,7 @@ "block.sophisticatedstorage.gold_chest": "%s金箱子", "block.sophisticatedstorage.diamond_chest": "%s钻石箱子", "block.sophisticatedstorage.netherite_chest": "%s下界合金箱子", + "block.sophisticatedstorage.decoration_table": "装饰台", "item.sophisticatedstorage.shulker_box": "潜影盒", "block.sophisticatedstorage.shulker_box": "潜影盒", "item.sophisticatedstorage.copper_shulker_box": "铜潜影盒", @@ -227,8 +228,20 @@ "gui.sophisticatedstorage.block_side.back": "背面", "gui.sophisticatedstorage.block_side.left": "左面", "gui.sophisticatedstorage.block_side.right": "右面", + "gui.sophisticatedstorage.barrel_part.top_inner_trim": "顶面内部强调色", + "gui.sophisticatedstorage.barrel_part.top_trim": "顶面强调色", + "gui.sophisticatedstorage.barrel_part.side_trim": "侧面强调色", + "gui.sophisticatedstorage.barrel_part.bottom_trim": "底面强调色", + "gui.sophisticatedstorage.barrel_part.top_core": "顶面主色", + "gui.sophisticatedstorage.barrel_part.side_core": "侧面主色", + "gui.sophisticatedstorage.barrel_part.bottom_core": "底面主色", + "gui.sophisticatedstorage.tint.accent": "强调色调", + "gui.sophisticatedstorage.tint.main": "主色调", "gui.sophisticatedstorage.buttons.upgrade_switch_enabled": "开", "gui.sophisticatedstorage.buttons.upgrade_switch_disabled": "关", + "gui.sophisticatedstorage.buttons.decoration_inheritance_on": "重复使用材料", + "gui.sophisticatedstorage.buttons.decoration_inheritance_off": "不重复使用材料", + "gui.sophisticatedstorage.buttons.pick_color": "点击以选择颜色", "gui.sophisticatedstorage.settings.buttons.context_storage": "容器", "gui.sophisticatedstorage.settings.buttons.context_storage.tooltip": "该容器的设置", "gui.sophisticatedstorage.settings.buttons.context_storage.tooltip_detail": "继承自玩家设置,或为该容器单独覆写", @@ -236,5 +249,6 @@ "keybind.sophisticatedstorage.sort": "整理容器", "gui.sophisticatedstorage.status.too_many_item_entity_drops": "无法破坏该%s,将会导致过多(%s)掉落物实体从中掉落\n请考虑使用%s或者按住Shift进行破坏来跳过此项检查", "gui.sophisticatedstorage.status.too_low_tier_upgrade_count": "升级需要%s个%s", - "gui.sophisticatedstorage.status.packing_tape_disabled": "配置文件设置为以打包状态掉落所有容器,无需包装带" -} + "gui.sophisticatedstorage.status.packing_tape_disabled": "配置文件设置为以打包状态掉落所有容器,无需包装带", + "gui.sophisticatedstorage.tooltip.parts_stored": "已存储部件" +} \ No newline at end of file