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.json #553

Merged
merged 1 commit into from
Sep 15, 2023
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
3 changes: 2 additions & 1 deletion src/main/resources/assets/clientcommands/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"commands.cstopsound.success.sourceless.any": "已为自身停止播放所有声音",
"commands.cstopsound.success.sourceless.sound": "已为自身停止播放%s声音",
"commands.cstopsound.success.source.any": "已为自身停止播放所有%s声音",
"commands.cstopsound.success.source.sound": "已为自身停止播放来自%2$s音源的%$1s声音",
"commands.cstopsound.success.source.sound": "已为自身停止播放来自%2$s音源的%1$s声音",

"commands.ctask.list.noTasks": "当前没有正在执行的任务",
"commands.ctask.list.success": "%d个任务正在执行",
Expand Down Expand Up @@ -236,6 +236,7 @@
"enchCrack.enchantments": "附魔:",
"enchCrack.clues": "提示:",
"enchCrack.slot": "第%d行:",
"enchCrack.bookshelfCount": "书架数量:%d",

"enchCrack.xpSeed.one": "经验值种子:%08X",
"enchCrack.xpSeed.many": "可能的经验值种子数量:%d",
Expand Down