Skip to content

Commit 7c7edff

Browse files
Xinyang-Gaoxpple
andauthored
Adds Chinese (Simplified) localization. (xpple#99)
* Adds Chinese (Simplified) localization. Adds Chinese (Simplified) localization. * Remove leftover backticks + convert file encoding to UTF-8 * Update Chinese translations * Re-upload Re-upload the optimized UTF-8 formatted file after translation * Delete src/main/resources/assets/seedmapper/lang/zh_cn.txt --------- Co-authored-by: Frederik van der Els <[email protected]>
1 parent fa7deb1 commit 7c7edff

File tree

1 file changed

+107
-0
lines changed
  • src/main/resources/assets/seedmapper/lang

1 file changed

+107
-0
lines changed
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
"commands.exceptions.noSeedAvailable": "无可用种子,请使用 /cconfig 命令设置。",
3+
"commands.exceptions.alreadyBusyLocating": "已在定位其他目标 [%s]。",
4+
"commands.exceptions.alreadyBusyLocating.stopTask": "停止任务",
5+
"commands.exceptions.alreadyBusyLocating.clickToStop": "点击停止任务",
6+
"commands.exceptions.unknownError": "发生未知错误,请查看日志!",
7+
"commands.exceptions.unknownDimension": "未知维度 \"%s\"",
8+
"commands.exceptions.unknownVersion": "未知版本 \"%s\"",
9+
"commands.exceptions.invalidDimension": "无效维度。",
10+
"commands.exceptions.unknownBiome": "未知生物群系 \"%s\"",
11+
"commands.exceptions.noBiomeFound": "在 %s 格范围内未找到该生物群系。",
12+
"commands.exceptions.unknownStructure": "未知结构 \"%s\"",
13+
"commands.exceptions.unknownStructurePiece": "未知结构部件 \"%s\"",
14+
"commands.exceptions.unknownVariantKey": "未知结构变体键 \"%s\"",
15+
"commands.exceptions.unknownVariantValue": "未知结构变体值 \"%s\"",
16+
"commands.exceptions.noStructureFound": "在 %s 格范围内未找到该结构。",
17+
"commands.exceptions.noOreVeinFound": "在 %s 个区块范围内未找到矿脉。",
18+
"commands.exceptions.noCanyonFound": "在 %s 个区块范围内未找到峡谷。",
19+
"commands.exceptions.unknownOre": "未知方块 \"%s\"",
20+
"commands.exceptions.unknownItem": "未知物品 \"%s\"",
21+
"commands.exceptions.expectedWithWithout": "应为 \"with\"\"without\"",
22+
"commands.exceptions.unknownEnchantment": "未知附魔 \"%s\"",
23+
"commands.exceptions.unknownCanyonCarver": "未知峡谷雕刻器 \"%s\"",
24+
"commands.exceptions.unknownCaveCarver": "未知洞穴雕刻器 \"%s\"",
25+
"commands.exceptions.unknownMapFeature": "未知地图特征 \"%s\"",
26+
"commands.exceptions.incompatibleParameters": "参数不兼容。",
27+
"commands.exceptions.oreVeinWrongVersion": "矿脉仅在 1.18 版本之后存在!",
28+
"commands.exceptions.canyonWrongVersion": "峡谷雕刻器的版本无效!",
29+
"commands.exceptions.caveWrongVersion": "洞穴雕刻器的版本无效!",
30+
"commands.exceptions.lootNotSupported": "1.13 版本之前不支持战利品!",
31+
"commands.exceptions.lootNotAvailable": "此维度中无法生成该战利品!",
32+
"commands.exceptions.unknownResolutionMethod": "未知解析方法 \"%s\"",
33+
34+
"command.checkSeed.using": "SeedMapper 正在使用来自 %s 的种子 %s。",
35+
"command.checkSeed.fromSavedSeeds": "\"SavedSeeds\" 配置",
36+
"command.checkSeed.fromDatabase": "在线数据库",
37+
"command.checkSeed.fromSeed": "\"Seed\" 配置",
38+
"command.checkSeed.fromSource": "/sm:source 命令",
39+
40+
"command.locate.taskStarted": "开始定位...",
41+
"command.locate.taskStopped": "任务已停止。",
42+
"command.locate.noTaskRunning": "没有正在运行的任务。",
43+
"command.locate.biome.foundAt": "生物群系位于 %s。",
44+
"command.locate.feature.structure.foundAt": "结构位于 %s。",
45+
"command.locate.feature.structure.endCity.hasShip": "末地城在 %s 附近有一艘船。",
46+
"command.locate.feature.structure.fortress.hasSpawner": "下界要塞在 %s 附近有一个刷怪笼。",
47+
"command.locate.feature.structure.variantData": "该结构具有以下变体数据:",
48+
"command.locate.feature.structure.yLevel": "Y 层级:%s。",
49+
"command.locate.feature.structure.start": "起始点:%s。",
50+
"command.locate.feature.structure.rotation_0": "旋转:0 度。",
51+
"command.locate.feature.structure.rotation_1": "旋转:顺时针 90 度。",
52+
"command.locate.feature.structure.rotation_2": "旋转:180 度。",
53+
"command.locate.feature.structure.rotation_3": "旋转:逆时针 90 度。",
54+
"command.locate.feature.structure.mirrored": "镜像:%s。",
55+
"command.locate.feature.structure.village.abandoned": "村庄已被废弃。",
56+
"command.locate.feature.structure.village.notAbandoned": "村庄未被废弃。",
57+
"command.locate.feature.structure.ruinedPortal.giant": "废弃传送门为巨型。",
58+
"command.locate.feature.structure.ruinedPortal.notGiant": "废弃传送门为常规尺寸。",
59+
"command.locate.feature.structure.ruinedPortal.underground": "废弃传送门位于地下。",
60+
"command.locate.feature.structure.ruinedPortal.notUnderground": "废弃传送门位于地上。",
61+
"command.locate.feature.structure.ruinedPortal.airPocket": "废弃传送门有气穴。",
62+
"command.locate.feature.structure.ruinedPortal.noAirPocket": "废弃传送门没有气穴。",
63+
"command.locate.feature.structure.igloo.size": "雪屋有 %s 个中间部件。",
64+
"command.locate.feature.structure.igloo.basement": "雪屋有地下室。",
65+
"command.locate.feature.structure.igloo.noBasement": "雪屋没有地下室。",
66+
"command.locate.feature.structure.geode.size": "晶洞尺寸为 %s。",
67+
"command.locate.feature.structure.geode.cracked": "晶洞已破裂。",
68+
"command.locate.feature.structure.geode.notCracked": "晶洞未破裂。",
69+
"command.locate.loot.foundAtStructure": "在 %2$s 的 %3$s 处找到了 %1$s。",
70+
"command.locate.loot.totalFound": "总计找到 %s 个 %s。",
71+
"command.locate.feature.stronghold.success": "要塞位于 %s。",
72+
"command.locate.feature.slimeChunk.noneFound": "在 6400 格范围内未找到史莱姆区块。",
73+
"command.locate.feature.slimeChunk.foundAt": "史莱姆区块位于 %s (区块 %s)。",
74+
"command.locate.feature.slimeChunk.copy": "点击复制此史莱姆区块的坐标",
75+
"command.locate.feature.slimeChunk.copyChunk": "点击复制此史莱姆区块的区块坐标",
76+
"command.locate.spawn.success": "预计出生点位于 %s。",
77+
"command.locate.oreVein.foundAt": "矿脉位于 %s。",
78+
"command.locate.oreVein.copy": "点击复制此矿脉的坐标",
79+
"command.locate.canyon.foundAt": "峡谷位于 %s。",
80+
"command.locate.canyon.copy": "点击复制此峡谷的坐标",
81+
82+
"command.highlight.block.chunkSuccess": "在区块 %2$s 中高亮显示了 %1$s 个矿石。",
83+
"command.highlight.block.success": "总计高亮显示了 %s 个矿石!",
84+
"command.highlight.oreVein.rawBlocks": "原始矿石方块位于:%s。",
85+
"command.highlight.oreVein.success": "已高亮显示 %s 个矿脉方块!",
86+
"command.highlight.carver.success": "已高亮显示 %s 个被雕刻的方块!",
87+
88+
"command.clear.success": "已清除所有渲染。",
89+
90+
"command.buildInfo.success": "正在运行 SeedMapper 版本 %s (%s@{%s})。",
91+
92+
"config.oreAirCheck.comment": "SeedMapper 是否应使用游戏内空气检查来使矿石位置无效。",
93+
"config.devMode.comment": "启用某些调试命令。",
94+
95+
"key.seedMap": "种子地图",
96+
97+
"seedMap.seedAndVersion": "种子:%s (%s)",
98+
"seedMap.chestLoot.title": "%s 战利品 (%d/%d)",
99+
"seedMap.chestLoot.extraInfo.pieceName": "部件名称:%s",
100+
"seedMap.chestLoot.extraInfo.chestPos": "箱子位置:%s",
101+
"seedMap.chestLoot.extraInfo.lootTable": "战利品表:%s",
102+
"seedMap.chestLoot.extraInfo.lootSeed": "战利品种子:%s",
103+
"seedMap.coordinatesCopied": "%s (坐标已复制!)",
104+
"seedMap.teleportEditBoxX": "编辑框 X 坐标",
105+
"seedMap.teleportEditBoxZ": "编辑框 Z 坐标",
106+
"seedMap.waypointNameEditBox": "路径点名称编辑框"
107+
}

0 commit comments

Comments
 (0)