Skip to content

Commit

Permalink
updated chinese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nettakrim committed Jun 12, 2023
1 parent 471b0f9 commit 1d877d4
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src/main/resources/assets/spyglass_astronomy/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"spyglass_astronomy.commands.admin.changes.query" : "自上次更改后已有 %s 次更改",

"spyglass_astronomy.commands.admin.constellations.remove" : "移除星座 \"%s\"",
"spyglass_astronomy.commands.admin.constellations.remove.nothingselected": "#Select a Constellation or use /sga:admin constellations remove <x> to Remove a Constellation",
"spyglass_astronomy.commands.admin.constellations.remove.all" : "#Removed all %s Constellations",
"spyglass_astronomy.commands.admin.constellations.remove.nothingselected": "选择一个星座或者使用/sga:admin constellations remove <x> 删除一个星座",
"spyglass_astronomy.commands.admin.constellations.remove.all" : "删除所有 %s 星座",
"spyglass_astronomy.commands.admin.constellations.add" : "添加新的星座 \"%s\"",
"spyglass_astronomy.commands.admin.constellations.add.fail.data": "#Cannot add new Constellation \"%s\": invalid data",
"spyglass_astronomy.commands.admin.constellations.add.fail.stars": "#Cannot add new Constellation \"%s\": at least %s Stars are required, there are currently %s",
"spyglass_astronomy.commands.admin.constellations.add.fail.data": "无法添加新星座 \"%s\": 无效数据",
"spyglass_astronomy.commands.admin.constellations.add.fail.stars": "无法添加新星座 \"%s\": 至少需要 %s 颗星辰,目前有 %s 颗",
"spyglass_astronomy.commands.admin.constellations.add.fail.collision" : "无法添加新星座 \"%s\": 与 \"%s\" 冲突",
"spyglass_astronomy.commands.admin.constellations.add.edit": "#Changed existing Constellation \"%s\"",
"spyglass_astronomy.commands.admin.constellations.generate": "#Created %s new Constellations",
"spyglass_astronomy.commands.admin.constellations.add.edit": "改变了现有的星座 \"%s\"",
"spyglass_astronomy.commands.admin.constellations.generate": "创建了新星座 %s ",

"spyglass_astronomy.commands.admin.seed.planet.set" : "设置行星种子为 %s (改动前 %s)",
"spyglass_astronomy.commands.admin.seed.planet.query": "#The Planet Seed is %s",
"spyglass_astronomy.commands.admin.seed.planet.query": "当前行星种子为 %s",
"spyglass_astronomy.commands.admin.seed.star.set" : "设置星辰种子为 %s (改动前 %s)",
"spyglass_astronomy.commands.admin.seed.star.query": "#The Star Seed is %s",
"spyglass_astronomy.commands.admin.seed.star.query": "当前星辰种子为 %s",

"spyglass_astronomy.commands.admin.starcount.set" : "设置星辰数量为 %s (改动前 %s)",
"spyglass_astronomy.commands.admin.starcount.set.invalidate" : "#%s Constellations are no longer valid due to missing Stars - Returning the Stars will Recover as many Constellations as possible",
"spyglass_astronomy.commands.admin.starcount.set.validate" : "#%s Constellations are valid again and have been Recovered",
"spyglass_astronomy.commands.admin.starcount.query": "#There are %s stars",
"spyglass_astronomy.commands.admin.starcount.set.invalidate" : "%s 由于缺少星辰,星座不再有效 - 重新添加星辰可以尽量恢复星座",
"spyglass_astronomy.commands.admin.starcount.set.validate" : "%s 星座已经再次有效并且被恢复",
"spyglass_astronomy.commands.admin.starcount.query": "当前有 %s 颗星辰",

"spyglass_astronomy.commands.admin.yearlength.set" : "设置一年长度为 %s (改动前 %s)",
"spyglass_astronomy.commands.admin.yearlength.query": "#The Year Length is %s days",
"spyglass_astronomy.commands.admin.yearlength.query": "当前一年长度为 %s ",



Expand All @@ -46,16 +46,16 @@

"spyglass_astronomy.commands.name.constellation" : "新星座被命名为 \"%s\"",
"spyglass_astronomy.commands.name.constellation.rename" : "星座 \"%s\" 被重命名为 \"%s\"",
"spyglass_astronomy.commands.name.constellation.fail": "#Not enough Constellations exist, try a number less than %s",
"spyglass_astronomy.commands.name.constellation.fail.none": "#No Constellations exist, try creating some first",
"spyglass_astronomy.commands.name.constellation.fail": "没有足够的星座,目标数字必须小于 %s",
"spyglass_astronomy.commands.name.constellation.fail.none": "没有可用星座,尝试先创造一些星座",
"spyglass_astronomy.commands.name.star" : "新星辰被命名为 \"%s\"",
"spyglass_astronomy.commands.name.star.rename" : "星辰 \"%s\" 被重命名为 \"%s\"",
"spyglass_astronomy.commands.name.star.fail": "#Not enough Stars exist, are you using the correct starcount? (/sga:admin starcount query)",
"spyglass_astronomy.commands.name.star.fail": "没有足够的星辰,请检查星辰数量是否正确 (/sga:admin 星辰数量查询)",
"spyglass_astronomy.commands.name.planet" : "新行星被命名为 \"%s\"",
"spyglass_astronomy.commands.name.planet.rename" : "行星 \"%s\" 被重命名为 \"%s\"",
"spyglass_astronomy.commands.name.comet" : "新彗星被命名为 \"%s\"",
"spyglass_astronomy.commands.name.comet.rename" : "彗星 \"%s\" 被重命名为 \"%s\"",
"spyglass_astronomy.commands.name.planet.fail": "#Not enough Planets or Comets exist, are you using the correct planet seed? (/sga:admin seed planet query)",
"spyglass_astronomy.commands.name.planet.fail": "没有足够的行星或彗星,请检查行星种子是否正确 (/sga:admin 行星种子查询)",
"spyglass_astronomy.commands.name.nothingselected" : "必须选择一个对象才能为其命名",

"spyglass_astronomy.commands.select.constellation" : "选择星座 \"%s\"",
Expand Down Expand Up @@ -119,7 +119,7 @@
"spyglass_astronomy.commands.info.orbit.distance" : "\n距离: %s AU(天文单位)",
"spyglass_astronomy.commands.info.orbit.angle" : "\n当前角度: %s %s",
"spyglass_astronomy.commands.info.orbit.eccentricity" : "\n轨道偏心率: %s",
"spyglass_astronomy.commands.info.orbit.ascension": "\n#Ascension: %s",
"spyglass_astronomy.commands.info.orbit.ascension": "\n升交点经度: %s",
"spyglass_astronomy.commands.info.orbit.inclination" : "\n倾角: %s",

"spyglass_astronomy.commands.info.starknowledge.toadept" : "\n绘制 %s 个星座以了解更多",
Expand Down Expand Up @@ -150,11 +150,11 @@
"spyglass_astronomy.prompt.name.star" : "使用/sga:name 命名这个星辰!",
"spyglass_astronomy.prompt.name.planet" : "使用/sga:name 命名这个行星!",
"spyglass_astronomy.prompt.name.comet" : "使用/sga:name 命名这个彗星!",
"spyglass_astronomy.prompt.unnamed.constellation": "#Unnamed Constellation",
"spyglass_astronomy.prompt.unnamed.constellationandstar": "#Unnamed Constellation | %s",
"spyglass_astronomy.prompt.unnamed.star": "#Unnamed Star",
"spyglass_astronomy.prompt.unnamed.planet": "#Unnamed Planet",
"spyglass_astronomy.prompt.unnamed.comet": "#Unnamed Comet",
"spyglass_astronomy.prompt.unnamed.constellation": "未命名星座",
"spyglass_astronomy.prompt.unnamed.constellationandstar": "未命名星座 | %s",
"spyglass_astronomy.prompt.unnamed.star": "未命名星辰",
"spyglass_astronomy.prompt.unnamed.planet": "未命名行星",
"spyglass_astronomy.prompt.unnamed.comet": "未命名彗星",
"spyglass_astronomy.prompt.constellation" : "%s",
"spyglass_astronomy.prompt.constellationandstar" : "%s | %s",
"spyglass_astronomy.prompt.star" : "%s",
Expand Down

0 comments on commit 1d877d4

Please sign in to comment.