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 #542

Merged
merged 5 commits into from
Jul 18, 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
8 changes: 5 additions & 3 deletions src/main/resources/assets/clientcommands/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@

"commands.ctranslate.unknownError": "发生错误",
"commands.ctranslate.unknownLanguageCode": "未知的语言代码“%s”",
"commands.ctranslate.expectedFromTo": "有效参数:“from”“to”",
"commands.ctranslate.expectedFromTo": "有效参数:“from”/“to”",
"commands.ctranslate.hoverText": "单击以复制,按住Shift键单击以插入到聊天栏",

"commands.cuuid.success": "%s的UUID是%s",
"commands.cuuid.success.nameless": "该实体的UUID是%s",
Expand All @@ -216,9 +217,10 @@
"commands.client.crack": "破解",
"commands.client.enable": "启用",
"commands.client.expectedRegex": "无效的正则表达式%s",
"commands.client.invalidArgumentException": "无效参数‘%s’",
"commands.client.notClient": "不是客户端指令",
"commands.client.requiresRestart": "此更改将在你重新启动客户端后生效",
"commands.client.tooFewArguments": "参数过少",
"commands.client.invalidArgumentException": "无效参数‘%s’",

"chorusManip.landing.success": "成功降落在:%d,%d,%d",
"chorusManip.landing.failed": "降落操作不可用",
Expand Down Expand Up @@ -293,7 +295,7 @@
"playerManip.notEnoughItems": "物品数量(%d,共%d)不足以破解玩家种子",
"playerManip.uncracked": "需要破解玩家种子",

"snakeGame.title": "潜行",
"snakeGame.title": "贪吃蛇",
"snakeGame.score": "分数:%d",

"ccpacket.messageTooLong": "信息过长(最多255个字符)",
Expand Down