diff options
| author | BlueWeabo <ilia.iliev@tuta.com> | 2024-08-26 20:39:28 +0300 |
|---|---|---|
| committer | BlueWeabo <ilia.iliev@tuta.com> | 2024-08-26 20:39:28 +0300 |
| commit | 2a5ab51b85b20ccaaff400f225cf653ba77b96f7 (patch) | |
| tree | 30dde76032764a7c2dd68393818dc818e220abcc /src/main/resources/assets/gtneioreplugin/lang | |
| parent | 6aab5b34e433be5d13297a001219562856463a6b (diff) | |
| download | GT5-Unofficial-2a5ab51b85b20ccaaff400f225cf653ba77b96f7.tar.gz GT5-Unofficial-2a5ab51b85b20ccaaff400f225cf653ba77b96f7.tar.bz2 GT5-Unofficial-2a5ab51b85b20ccaaff400f225cf653ba77b96f7.zip | |
merge sources and edit mcmod.info
Diffstat (limited to 'src/main/resources/assets/gtneioreplugin/lang')
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/lang/en_US.lang | 101 | ||||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang | 95 |
2 files changed, 196 insertions, 0 deletions
diff --git a/src/main/resources/assets/gtneioreplugin/lang/en_US.lang b/src/main/resources/assets/gtneioreplugin/lang/en_US.lang new file mode 100644 index 0000000000..0540870c92 --- /dev/null +++ b/src/main/resources/assets/gtneioreplugin/lang/en_US.lang @@ -0,0 +1,101 @@ +# gui names +gtnop.gui.veinStat.name=Vein Stats +gtnop.gui.asteroidStat.name=Asteroid Stats +gtnop.gui.smallOreStat.name=Small Ore Stats +gtnop.gui.undergroundFluid.name=Underground Fluid Stats +gtnop.gui.ieVeinStat.name=IE Vein Stats +gtnop.gui.bedrockOreStat.name=Bedrock Ore Stats + +gtnop.gui.nei.veinName=Vein name +gtnop.gui.nei.primaryOre=Primary +gtnop.gui.nei.secondaryOre=Secondary +gtnop.gui.nei.betweenOre=Between +gtnop.gui.nei.sporadicOre=Sporadic +gtnop.gui.nei.genHeight=Height +gtnop.gui.nei.weightedChance=Weight +gtnop.gui.nei.worldNames=Generated world +gtnop.gui.nei.restrictBiome=Restricted biome +gtnop.gui.nei.dimension=Dimension +gtnop.gui.nei.chance=Chance +gtnop.gui.nei.fluidAmount=Amount + +gtnop.gui.nei.asteroidPrimary=Main-Gen1 +gtnop.gui.nei.asteroidSecondary=Main-Gen2 +gtnop.gui.nei.asteroidBetween=Minor-Gen1 +gtnop.gui.nei.asteroidSporadic=Minor-Gen2 + +gtnop.gui.nei.oreName=Ore name +gtnop.gui.nei.amount=Amount per chunk +gtnop.gui.nei.chanceDrops=Drops + +gtnop.gui.nei.ieVeinComponent=Vein components +gtnop.gui.nei.fromMod=From mod + +gtnop.gui.nei.seeAll=See All +gtnop.gui.nei.vein=Vein +gtnop.gui.nei.oreOthers=Other ore +gtnop.nei.genPosition=Position +gtnop.nei.genPositionInfo=In the center of each chunk + + +# world names +gtnop.world.Overworld=Overworld +gtnop.world.Nether=Nether +gtnop.world.TheEnd=The End +gtnop.world.Twilight=Twilight Forest +gtnop.world.EndAsteroid=Far End Asteroids +gtnop.world.Vanilla EndAsteroids=Vanilla End Asteroids +gtnop.world.Moon=Moon +gtnop.world.Mars=Mars +gtnop.world.Phobos=Phobos +gtnop.world.Deimos=Deimos +gtnop.world.Asteroids=Asteroids +gtnop.world.Ceres=Ceres +gtnop.world.Europa=Europa +gtnop.world.Ganymede=Ganymede +gtnop.world.Callisto=Callisto +gtnop.world.Ross128b=Ross128b +gtnop.world.Io=Io +gtnop.world.Venus=Venus +gtnop.world.Mercury=Mercury +gtnop.world.Enceladus=Enceladus +gtnop.world.Titan=Titan +gtnop.world.Ross128ba=Ross128ba +gtnop.world.Miranda=Miranda +gtnop.world.Oberon=Oberon +gtnop.world.Proteus=Proteus +gtnop.world.Triton=Triton +gtnop.world.Pluto=Pluto +gtnop.world.Kuiperbelt=Kuiper Belt +gtnop.world.Haumea=Haumea +gtnop.world.MakeMake=Makemake +gtnop.world.CentauriA=α Centauri Bb +gtnop.world.VegaB=Vega B +gtnop.world.BarnardC=Barnard C +gtnop.world.BarnardE=Barnard E +gtnop.world.BarnardF=Barnard F +gtnop.world.TcetiE=T Ceti E +gtnop.world.Anubis=Anubis +gtnop.world.MehenBelt=Mehen Belt +gtnop.world.Horus=Horus +gtnop.world.Maahes=Maahes +gtnop.world.Neper=Neper +gtnop.world.Seth=Seth +gtnop.world.Underdark=Deep Dark + + +# biome names +gtnop.biome.none.name=None + + +# ore names extra +gtnop.ore.null.name=None + + +# vein types +gtnop.ore.vein.name=Vein +gtnop.ore.asteroid.name=Asteriod +gtnop.ore.custom.name=Custom + +# items +itemGroup.gtneioreplugin=GT NEI Ore Plugin diff --git a/src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang b/src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang new file mode 100644 index 0000000000..4fe6e5fe32 --- /dev/null +++ b/src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang @@ -0,0 +1,95 @@ +# 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=基岩矿脉信息 + +gtnop.gui.nei.veinName=矿脉名称 +gtnop.gui.nei.primaryOre=上层矿石 +gtnop.gui.nei.secondaryOre=下层矿石 +gtnop.gui.nei.betweenOre=中层矿石 +gtnop.gui.nei.sporadicOre=散乱分布 +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=主要生成二 +gtnop.gui.nei.asteroidBetween=次要生成一 +gtnop.gui.nei.asteroidSporadic=次要生成二 + +gtnop.gui.nei.oreName=矿石名称 +gtnop.gui.nei.amount=每区块生成个数 +gtnop.gui.nei.chanceDrops=几率掉落 + +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=各个区块的正中心 + + +# world names +gtnop.world.Overworld=主世界 +gtnop.world.Nether=下界 +gtnop.world.TheEnd=末地 +gtnop.world.Twilight=暮色森林 +gtnop.world.EndAsteroid=末地小行星 +gtnop.world.Vanilla EndAsteroids=原版末地小行星 +gtnop.world.Moon=月球 +gtnop.world.Mars=火星 +gtnop.world.Phobos=火卫一 +gtnop.world.Deimos=火卫二 +gtnop.world.Asteroids=小行星带 +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=海卫八 +gtnop.world.Triton=海卫一 +gtnop.world.Pluto=冥王星 +gtnop.world.Kuiperbelt=柯伊伯带 +gtnop.world.Haumea=妊神星 +gtnop.world.MakeMake=鸟神星 +gtnop.world.CentauriA=半人马Bb +gtnop.world.VegaB=织女B +gtnop.world.BarnardC=巴纳德C +gtnop.world.BarnardE=巴纳德E +gtnop.world.BarnardF=巴纳德F +gtnop.world.TcetiE=鲸鱼座T星E +gtnop.world.Underdark=漆黑世界 + + +# biome names +gtnop.biome.none.name=无 + + +# ore names extra +gtnop.ore.null.name=无 + + +# vein types +gtnop.ore.vein.name=矿脉 +gtnop.ore.asteroid.name=小行星 +gtnop.ore.custom.name=自定义 + +# items +itemGroup.gtneioreplugin=GT NEI 矿物插件
\ No newline at end of file |
