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

Update zh_cn lang #611

Open
wants to merge 1 commit into
base: 1.16
Choose a base branch
from
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
12 changes: 7 additions & 5 deletions src/main/resources/assets/theoneprobe/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"key.toggleLiquids": "液体信息显示开关",
"key.toggleVisible": "信息显示开关",
"_comment": "key.categories.theoneprobe=The One Probe",
"item.theoneprobe.probe": "检测器No.1",
"key.toggleLiquids": "切换液体显示",
"key.toggleVisible": "切换信息显示",
"key.categories.theoneprobe": "检测器",
"item.theoneprobe.probe": "检测器",
"item.theoneprobe.probe_goggles": "检测器(饰品)",
"item.theoneprobe.diamond_helmet_probe": "带检测器的钻石头盔",
"item.theoneprobe.gold_helmet_probe": "带检测器的金头盔",
"item.theoneprobe.iron_helmet_probe": "带检测器的铁头盔",
"item.theoneprobe.creativeprobe": "创造模式检测器",
"item.theoneprobe.probenote": "检测器使用指南",

"_comment": "itemGroup.Probe=The One Probe"
"itemGroup.Probe": "检测器"
}