From df204a1a2390ec19f461cd37ad4944d194102af2 Mon Sep 17 00:00:00 2001 From: huajijam Date: Fri, 18 Jan 2019 16:46:21 +0800 Subject: trans to chinese and fix bugs~~~~~~~~~~~~~~~ --- src/resources/assets/gregtech/lang/zh_CN.lang | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/resources/assets/gregtech/lang/zh_CN.lang (limited to 'src/resources/assets/gregtech/lang') diff --git a/src/resources/assets/gregtech/lang/zh_CN.lang b/src/resources/assets/gregtech/lang/zh_CN.lang new file mode 100644 index 0000000000..5ea879e1f3 --- /dev/null +++ b/src/resources/assets/gregtech/lang/zh_CN.lang @@ -0,0 +1,21 @@ + +//Shit I stole from GTNH~ + +GTPP.EBF.heat=热容 + +GTPP.machines.tier=等级 + +GTPP.multiblock.pollutionreduced=减少污染至 +GTPP.multiblock.pollution=污染 +GTPP.multiblock.energy=能量存储 +GTPP.multiblock.Progress=进程 +GTPP.multiblock.efficiency=效率 +GTPP.multiblock.problems=为每桶 +GTPP.multiblock.mei=最大能量输入 +GTPP.multiblock.usage=大概能用来 + +GTPP.CC.machinetier=控制核心等级 +GTPP.CC.discount=EU损耗 +GTPP.CC.parallel=最大并行处理进程 + +//This zh_CN.lang is translation by huajijam for GregTech++ (18/1/19) \ No newline at end of file -- cgit