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

Merged
merged 3 commits into from
Mar 7, 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
7 changes: 7 additions & 0 deletions src/main/resources/assets/clientcommands/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"commands.cfind.success": "找到%d个匹配查找条件的实体",

"commands.cfindblock.notFound": "未发现此方块",
"commands.cfindblock.starting": "正在搜索:%s",
"commands.cfindblock.success.left": "离你最近的匹配方块在",
"commands.cfindblock.success.glow": "[发光]",
"commands.cfindblock.success.right": ",距离你%1$s格",
Expand Down Expand Up @@ -107,6 +108,8 @@
"commands.cglow.entity.success": "成功使%d个实体发光",
"commands.cglow.area.success": "成功使%d个区域发光",

"commands.chat.success": "喜报:已经成功地打开了聊天窗口!!",

"commands.chotbar.notCreative": "仅创造模式玩家可以恢复物品栏",
"commands.chotbar.restoredHotbar": "成功恢复物品栏%d",

Expand Down Expand Up @@ -160,6 +163,8 @@

"commands.crender.entities.success": "实体渲染规则已更新",

"commands.csignsearch.starting": "正在搜索告示牌",

"commands.cstartup.add.success": "在启动文件中添加了命令",
"commands.cstartup.couldNotCreateFile": "无法创建启动文件",
"commands.cstartup.couldNotEdit": "无法编辑启动文件",
Expand All @@ -174,6 +179,8 @@
"commands.ctask.stop.noMatch": "没有匹配的任务",
"commands.ctask.stop.success": "已停止%d个任务",

"commands.ctime.reset.success": "当前时间与服务器相同",

"commands.ctitle.cleared": "已清除的标题",
"commands.ctitle.reset": "重置标题选项",
"commands.ctitle.show.title": "显示新标题",
Expand Down