diff options
author | Kiwi <42833050+Kiwi233@users.noreply.github.com> | 2022-09-24 18:37:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 12:37:38 +0200 |
commit | 5eaf79f70be6dcb9cab46824b24c1785acdcb888 (patch) | |
tree | 91dc8abd021089cf10d979e87fc6b1433c4630a5 /src/main | |
parent | d2363df06930afb452eda246f1e36fe1768ea75d (diff) | |
download | GT5-Unofficial-5eaf79f70be6dcb9cab46824b24c1785acdcb888.tar.gz GT5-Unofficial-5eaf79f70be6dcb9cab46824b24c1785acdcb888.tar.bz2 GT5-Unofficial-5eaf79f70be6dcb9cab46824b24c1785acdcb888.zip |
Update zh_CN.lang (#22)
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang b/src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang index ce0fe22f00..4fe6e5fe32 100644 --- a/src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang +++ b/src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang @@ -1,7 +1,8 @@ -# gui names +# gui names gtnop.gui.veinStat.name=矿脉信息 gtnop.gui.asteroidStat.name=小行星信息 gtnop.gui.smallOreStat.name=贫瘠矿石信息 +gtnop.gui.undergroundFluid.name=地下流体信息 gtnop.gui.ieVeinStat.name=IE虚拟矿脉信息 gtnop.gui.bedrockOreStat.name=基岩矿脉信息 @@ -14,6 +15,9 @@ gtnop.gui.nei.genHeight=生成高度 gtnop.gui.nei.weightedChance=生成几率 gtnop.gui.nei.worldNames=生成世界 gtnop.gui.nei.restrictBiome=生物群系限制 +gtnop.gui.nei.dimension=维度 +gtnop.gui.nei.chance=几率 +gtnop.gui.nei.fluidAmount=储量 gtnop.gui.nei.asteroidPrimary=主要生成一 gtnop.gui.nei.asteroidSecondary=主要生成二 @@ -28,7 +32,7 @@ gtnop.gui.nei.ieVeinComponent=矿脉构成 gtnop.gui.nei.fromMod=来自模组 gtnop.gui.nei.seeAll=查看全部 - +gtnop.gui.nei.vein=矿脉 gtnop.gui.nei.oreOthers=伴随生成 gtnop.nei.genPosition=生成位置 gtnop.nei.genPositionInfo=各个区块的正中心 @@ -50,11 +54,13 @@ gtnop.world.Ceres=谷神星 gtnop.world.Europa=木卫二 gtnop.world.Ganymede=木卫三 gtnop.world.Callisto=木卫四 +gtnop.world.Ross128b=罗斯128b gtnop.world.Io=木卫一 gtnop.world.Venus=金星 gtnop.world.Mercury=水星 gtnop.world.Enceladus=土卫二 gtnop.world.Titan=土卫六 +gtnop.world.Ross128ba=罗斯128ba gtnop.world.Miranda=天卫五 gtnop.world.Oberon=天卫四 gtnop.world.Proteus=海卫八 @@ -83,4 +89,7 @@ gtnop.ore.null.name=无 # vein types gtnop.ore.vein.name=矿脉 gtnop.ore.asteroid.name=小行星 -gtnop.ore.custom.name=自定义
\ No newline at end of file +gtnop.ore.custom.name=自定义 + +# items +itemGroup.gtneioreplugin=GT NEI 矿物插件
\ No newline at end of file |