Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.20.x] Chinese localization update #552

Merged
merged 1 commit into from
Dec 5, 2024
Merged
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
18 changes: 16 additions & 2 deletions src/main/resources/assets/sophisticatedstorage/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "铜潜影盒",
Expand Down Expand Up @@ -227,14 +228,27 @@
"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": "继承自玩家设置,或为该容器单独覆写",
"keybind.sophisticatedstorage.category": "精妙存储",
"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": "已存储部件"
}