Skip to content

Commit 18aba94

Browse files
authored
Update zh_cn.json
1 parent 363b950 commit 18aba94

File tree

1 file changed

+67
-67
lines changed
  • src/main/resources/assets/clientcommands/lang

1 file changed

+67
-67
lines changed

src/main/resources/assets/clientcommands/lang/zh_cn.json

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"c2cpacket.malformedPacket": "你收到了一个格式错误的客户端到客户端数据包:",
44
"c2cpacket.messageC2CPacket.incoming": "%s -> 你:%s",
55
"c2cpacket.messageC2CPacket.outgoing": "你 -> %s:%s",
6-
"c2cpacket.messageTooLong": "Message too long (max. 255 characters) got %s characters",
6+
"c2cpacket.messageTooLong": "消息太长(最多255个字符)得到%s个字符",
77
"c2cpacket.publicKeyNotFound": "未找到公共密匙",
88
"c2cpacket.receivedC2CPacket": "你收到了一个客户端到客户端数据包,但你不接受传入客户端到客户端的数据包!悬停以查看原始数据包",
99
"c2cpacket.sentC2CPacket": "你发送了一个客户端到客户端数据包,但你不接受传入客户端到客户端的数据包!",
10-
"c2cpacket.startTwoPlayerGameC2CPacket.incoming": "%s invited you to a game of %s",
11-
"c2cpacket.startTwoPlayerGameC2CPacket.incoming.accept": "Accept",
12-
"c2cpacket.startTwoPlayerGameC2CPacket.incoming.accept.hover": "Click to accept",
13-
"c2cpacket.startTwoPlayerGameC2CPacket.incoming.accepted": "%s has accepted your invitation to %s",
14-
"c2cpacket.startTwoPlayerGameC2CPacket.outgoing.accept": "Accepted the invitation, your opponent will go first",
15-
"c2cpacket.startTwoPlayerGameC2CPacket.outgoing.invited": "You invited %s to a game of %s",
10+
"c2cpacket.startTwoPlayerGameC2CPacket.incoming": "%s邀请您参加%s的游戏",
11+
"c2cpacket.startTwoPlayerGameC2CPacket.incoming.accept": "同意",
12+
"c2cpacket.startTwoPlayerGameC2CPacket.incoming.accept.hover": "点击以同意",
13+
"c2cpacket.startTwoPlayerGameC2CPacket.incoming.accepted": "%s已经接受了你的邀请%s",
14+
"c2cpacket.startTwoPlayerGameC2CPacket.outgoing.accept": "接受邀请,你的对手将先走",
15+
"c2cpacket.startTwoPlayerGameC2CPacket.outgoing.invited": "你邀请%s参加%s的游戏",
1616

1717
"chorusManip.goalTooFar": "目标过远!",
1818
"chorusManip.landing.failed": "降落操作不可用",
@@ -40,7 +40,7 @@
4040
"commands.cbook.commandException": "你没有手握书本",
4141
"commands.cbook.success": "成功编辑书本",
4242

43-
"commands.cbuildinfo.success": "Running clientcommands on version %s (%s@{%s})",
43+
"commands.cbuildinfo.success": "运行clientcommands在%s版本上(%s@{%s})",
4444

4545
"commands.ccalc.expected": "期望的标识符%s",
4646
"commands.ccalc.invalidArgumentCount": "函数“%s”无法接受%s个自变量",
@@ -62,13 +62,13 @@
6262
"commands.ccalcstack.success.empty.exact": "%s个物品是正好%s组",
6363
"commands.ccalcstack.success.exact": "%s个%s是正好%s组",
6464

65-
"commands.ccallback.failed": "Unknown or expired callback",
65+
"commands.ccallback.failed": "未知或过期的callback",
6666

67-
"commands.cconnectfour.name": "Connect Four",
67+
"commands.cconnectfour.name": "四子棋",
6868

6969
"commands.ccrackrng.failed": "破解玩家随机种子失败",
7070
"commands.ccrackrng.failed.help": "提示:RNG控制并不在一些被修改过的服务器有效,特别是Paper端",
71-
"commands.ccrackrng.failed.unexpectedCall": "Failed to crack player seed due to unexpected RNG call: %s",
71+
"commands.ccrackrng.failed.unexpectedCall": "由于意外的RNG call而无法破解玩家种子:%s",
7272
"commands.ccrackrng.retries": "正在破解玩家随机种子,尝试次数:%s/%s",
7373
"commands.ccrackrng.starting": "正在破解玩家随机种子",
7474
"commands.ccrackrng.success": "成功破解玩家随机种子:%s",
@@ -92,7 +92,7 @@
9292
"commands.cenchant.needEnchantingPrediction": "本命令需要启用附魔预测",
9393
"commands.cenchant.success": "正在开始操控附魔…",
9494
"commands.cenchant.uncracked": "你需要先破解随机种子",
95-
"commands.cenchant.unexpectedCall": "Stopped enchantment manipulation due to unexpected RNG call: %s",
95+
"commands.cenchant.unexpectedCall": "由于意外的RNG call而导致停止附魔操纵:%s",
9696

9797
"commands.cfind.found": "在%2$s找到%1$s, 距离你%3$s格",
9898
"commands.cfind.keepSearching.success": "正在搜寻实体",
@@ -131,11 +131,11 @@
131131

132132
"commands.cfov.success": "将视场角设为%s",
133133

134-
"commands.cfps.getMaxFps": "Max FPS is %s",
135-
"commands.cfps.getMaxFps.unlimited": "Max FPS is unlimited",
136-
"commands.cfps.resetMaxFps.success": "Stopped overriding max FPS",
137-
"commands.cfps.setMaxFps": "Set max FPS to %s",
138-
"commands.cfps.setMaxFps.unlimited": "Set max FPS to unlimited",
134+
"commands.cfps.getMaxFps": "最大FPS是%s",
135+
"commands.cfps.getMaxFps.unlimited": "最大FPS是无限",
136+
"commands.cfps.resetMaxFps.success": "停止重写最大FPS",
137+
"commands.cfps.setMaxFps": "设置最大FPS为%s",
138+
"commands.cfps.setMaxFps.unlimited": "设置最大FPS为无限",
139139

140140
"commands.cfunction.limitReached": "已达到命令限制(%s)",
141141
"commands.cfunction.success": "从函数%s中运行%s个命令",
@@ -150,7 +150,7 @@
150150
"commands.cghostblock.fill.success": "成功填充%s个幽灵方块",
151151
"commands.cghostblock.set.success": "成功放置幽灵方块",
152152

153-
"commands.cgive.noSpace": "There is no space in your inventory for that item",
153+
"commands.cgive.noSpace": "你的背包中没有空间存放这些物品",
154154
"commands.cgive.notCreative": "仅创造模式玩家可以将物品给予自己",
155155
"commands.cgive.success": "成功给予%s个%s给自己",
156156

@@ -177,7 +177,7 @@
177177

178178
"commands.client.blockpos": "(%s,%s,%s)",
179179
"commands.client.cancel": "取消",
180-
"commands.client.componentTooDeeplyNested": "Chat component too deeply nested",
180+
"commands.client.componentTooDeeplyNested": "聊天组件嵌套过深",
181181
"commands.client.crack": "破解",
182182
"commands.client.enable": "启用",
183183
"commands.client.expectedRegex": "无效的正则表达式%s",
@@ -206,10 +206,10 @@
206206
"commands.clisten.sentPacket": "发送了以下数据包:%s",
207207
"commands.clisten.unknownPacket": "未知数据包%s",
208208

209-
"commands.cmap.export.success.hand": "Saved held map successfully as %s",
210-
"commands.cmap.export.success.world": "Saved target map successfully as %s",
211-
"commands.cmap.failedSave": "Failed to save map to file",
212-
"commands.cmap.noHeldMap": "You are not holding or looking at a map",
209+
"commands.cmap.export.success.hand": "成功保存手持地图为%s",
210+
"commands.cmap.export.success.world": "成功保存准心地图为%s",
211+
"commands.cmap.failedSave": "保存地图到文件失败",
212+
"commands.cmap.noHeldMap": "你没有持有或看向地图",
213213

214214
"commands.cminesweeper.tooManyMines": "地雷数量过多,必须在0到9之间并小于砖块总数",
215215

@@ -238,18 +238,18 @@
238238

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

241-
"commands.creply.messageTooLong": "Your reply was too long (maximum: %s, given: %s)",
242-
"commands.creply.noTargetFound": "Could not find a target to reply to",
241+
"commands.creply.messageTooLong": "你的回复太长(最大:%s,给定:%s)",
242+
"commands.creply.noTargetFound": "找不到回复目标",
243243

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

246-
"commands.csnap.airborne": "You cannot snap while airborne",
247-
"commands.csnap.cannotFit": "The player cannot fit at that location",
248-
"commands.csnap.clickToTeleportDisabled": "Disabled click to teleport",
249-
"commands.csnap.clickToTeleportEnabled": "Enabled click to teleport",
250-
"commands.csnap.success": "Snapped to %s %s %s",
251-
"commands.csnap.tooFar": "You can only snap to locations at most 1 block away",
252-
"commands.csnap.wall": "You cannot snap onto walls",
246+
"commands.csnap.airborne": "你在空中时不能移动",
247+
"commands.csnap.cannotFit": "玩家无法适应该位置",
248+
"commands.csnap.clickToTeleportDisabled": "禁用点击传送",
249+
"commands.csnap.clickToTeleportEnabled": "启用点击传输",
250+
"commands.csnap.success": "移动到 %s %s %s",
251+
"commands.csnap.tooFar": "你只能移动到最远1方块的位置",
252+
"commands.csnap.wall": "你不能移动到墙上",
253253

254254
"commands.cstartup.add.success": "在启动文件中添加了命令",
255255
"commands.cstartup.couldNotCreateFile": "无法创建启动文件",
@@ -266,7 +266,7 @@
266266
"commands.ctask.stop.noMatch": "没有匹配的任务",
267267
"commands.ctask.stop.success": "已停止%s个任务",
268268

269-
"commands.ctictactoe.name": "Tic-tac-toe",
269+
"commands.ctictactoe.name": "井字棋",
270270

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

@@ -301,14 +301,14 @@
301301
"commands.cvar.remove.success": "成功删除变量“%s”",
302302
"commands.cvar.saveFile.failed": "无法保存变量文件",
303303

304-
"commands.cwaypoint.add.success": "Waypoint \"%s\" at %s in %s successfully added",
305-
"commands.cwaypoint.alreadyExists": "A waypoint with the name \"%s\" already exists",
306-
"commands.cwaypoint.edit.success": "Waypoint \"%s\" has successfully been changed to %s in %s",
307-
"commands.cwaypoint.list": "- \"%s\" at %s in %s",
308-
"commands.cwaypoint.list.empty": "No available waypoints",
309-
"commands.cwaypoint.notFound": "No waypoint with the name \"%s\" could be found",
310-
"commands.cwaypoint.remove.success": "Waypoint \"%s\" successfully removed",
311-
"commands.cwaypoint.saveFailed": "Could not save waypoints file",
304+
"commands.cwaypoint.add.success": "成功添加导航点“%s”位于%s在%s",
305+
"commands.cwaypoint.alreadyExists": "名称为“%s”的导航点已经存在",
306+
"commands.cwaypoint.edit.success": "导航点“%s”已成功修改到%s在%s",
307+
"commands.cwaypoint.list": "- “%s”位于%s在%s",
308+
"commands.cwaypoint.list.empty": "没有可用的导航点",
309+
"commands.cwaypoint.notFound": "找不到名称为“%s”的导航点",
310+
"commands.cwaypoint.remove.success": "导航点“%s”已被移除",
311+
"commands.cwaypoint.saveFailed": "无法保存导航点文件",
312312

313313
"commands.cwe.playerNotFound": "未找到玩家",
314314

@@ -317,21 +317,21 @@
317317
"commands.cwiki.failed": "未能获取维基内容",
318318
"commands.cwiki.noContent": "那篇文章中没有用于介绍的段落",
319319

320-
"connectFourGame.draw": "Draw!",
321-
"connectFourGame.lost": "Lost!",
322-
"connectFourGame.opponentMove": "You are waiting for your opponent...",
323-
"connectFourGame.pieceRed": "red",
324-
"connectFourGame.pieceSet": "You are playing with the %s pieces",
325-
"connectFourGame.pieceYellow": "yellow",
326-
"connectFourGame.title": "Connect Four against %s",
327-
"connectFourGame.won": "Won!",
328-
"connectFourGame.yourMove": "It is your move",
320+
"connectFourGame.draw": "绘制!",
321+
"connectFourGame.lost": "失败!",
322+
"connectFourGame.opponentMove": "你正在等待你的对手...",
323+
"connectFourGame.pieceRed": "红色",
324+
"connectFourGame.pieceSet": "你正在玩的是%s棋子",
325+
"connectFourGame.pieceYellow": "黄色",
326+
"connectFourGame.title": "四子棋对抗%s",
327+
"connectFourGame.won": "获胜!",
328+
"connectFourGame.yourMove": "这是你的行动",
329329

330330
"enchCrack.addInfo": "添加信息",
331331
"enchCrack.bookshelfCount": "书架数量:%s",
332-
"enchCrack.bookshelfCount.actual": "Actual Bookshelf Count: %s",
333-
"enchCrack.bookshelfCount.expected": "Expected Bookshelf Count: %s",
334-
"enchCrack.bookshelfCount.incorrect": "Incorrect Bookshelf Count",
332+
"enchCrack.bookshelfCount.actual": "实际书架数量:%s",
333+
"enchCrack.bookshelfCount.expected": "预期书架数量:%s",
334+
"enchCrack.bookshelfCount.incorrect": "不正确的书架数量",
335335
"enchCrack.clues": "提示:",
336336
"enchCrack.enchantments": "附魔:",
337337
"enchCrack.insn.bookshelves": "需要的书架数:%s",
@@ -355,21 +355,21 @@
355355
"minesweeperGame.title": "扫雷",
356356

357357
"playerManip.notEnoughItems": "物品数量不足以破解玩家种子",
358-
"playerManip.notEnoughItems.help": "Help: put some more items in your inventory",
358+
"playerManip.notEnoughItems.help": "帮助:将更多的物品放入你的背包中",
359359
"playerManip.reset": "重新开始操控玩家随机数。原因:%s",
360360
"playerManip.reset.advancement": "获得了进度",
361361
"playerManip.reset.amethystChime": "在紫水晶上走动",
362362
"playerManip.reset.anvil": "使用了铁砧",
363363
"playerManip.reset.baneOfArthropods": "使用节肢杀手攻击了节肢生物",
364-
"playerManip.reset.consume": "Consumed",
365-
"playerManip.reset.crossbow": "Crossbow Used",
364+
"playerManip.reset.consume": "消耗",
365+
"playerManip.reset.crossbow": "使用弩",
366366
"playerManip.reset.drink": "饮用",
367367
"playerManip.reset.dropItem": "扔出了物品",
368368
"playerManip.reset.enchanting": "附魔了物品",
369369
"playerManip.reset.enterWater": "进入水中",
370370
"playerManip.reset.entityCramming": "实体拥挤伤害",
371-
"playerManip.reset.equipItem": "Item Equipped",
372-
"playerManip.reset.fallFlying": "Elytra Used",
371+
"playerManip.reset.equipItem": "装备物品",
372+
"playerManip.reset.fallFlying": "使用鞘翅",
373373
"playerManip.reset.food": "进食",
374374
"playerManip.reset.frostWalker": "使用了冰霜行者",
375375
"playerManip.reset.give": "使用了give命令",
@@ -394,8 +394,8 @@
394394
"playerManip.state.ench_cracking_2": "正在破解附魔种子2",
395395
"playerManip.state.half_cracked": "半破解",
396396
"playerManip.state.uncracked": "未破解",
397-
"playerManip.throttled": "Hit the creative mode item throw throttle limit",
398-
"playerManip.throttled.help": "Help: try changing to survival mode",
397+
"playerManip.throttled": "命中创造模式物品扔出限制",
398+
"playerManip.throttled.help": "帮助:尝试更改为生存模式",
399399
"playerManip.throwError": "条件不可达成,或者需要丢出大于%s个物品",
400400
"playerManip.toolBreakWarning": "警告:工具还有%s耐久度",
401401
"playerManip.uncracked": "需要破解玩家种子",
@@ -408,11 +408,11 @@
408408
"ticTacToeGame.playingWith": "你正在与%s玩",
409409
"ticTacToeGame.title": "井字棋对手:%s",
410410

411-
"twoPlayerGame.chat.draw": "You've made a move and drawn against %s in %s",
412-
"twoPlayerGame.chat.lost": "%s has made a move in %s and won",
413-
"twoPlayerGame.chat.won": "You made a move in %s and beat %s!",
414-
"twoPlayerGame.clickToMakeYourMove": "Click here to make your move",
415-
"twoPlayerGame.incoming": "%s has made a move in %s",
416-
"twoPlayerGame.noGameWithPlayer": "Currently not playing a game with that player",
417-
"twoPlayerGame.playerNotFound": "Player not found"
411+
"twoPlayerGame.chat.draw": "您已经采取了行动,并在%s中绘制了%s",
412+
"twoPlayerGame.chat.lost": "%s已经在%s中做出了一个行动并赢了",
413+
"twoPlayerGame.chat.won": "你已经在%中做出了一个行动并击败了%s!",
414+
"twoPlayerGame.clickToMakeYourMove": "单击此处以行动",
415+
"twoPlayerGame.incoming": "%s已经在%中做出了一个行动s",
416+
"twoPlayerGame.noGameWithPlayer": "目前没有和那个玩家一起玩游戏",
417+
"twoPlayerGame.playerNotFound": "玩家未找到"
418418
}

0 commit comments

Comments
 (0)