diff options
author | Батьків Нестор-Євген Васильович <mama040508@gmail.com> | 2023-03-22 14:43:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 13:43:20 +0100 |
commit | 664ccba3c84de7681cc07d5fafe45951d397a211 (patch) | |
tree | 3f0c1812553ae0dd81da4879e3bbe9ec01b83ab6 /src/main/resources/assets/gregtech/lang | |
parent | 5857de773658237a5c0548d54c33c3998d81dd16 (diff) | |
download | GT5-Unofficial-664ccba3c84de7681cc07d5fafe45951d397a211.tar.gz GT5-Unofficial-664ccba3c84de7681cc07d5fafe45951d397a211.tar.bz2 GT5-Unofficial-664ccba3c84de7681cc07d5fafe45951d397a211.zip |
Display Mode of Ore Processor to WAILA and Scanner (#1803)
* Add Some display to WAILA and Scanner
* Move arrow and aqua to final
* Add localization
Fuck u mc7771 :)
* Bruh
Now u happy?!
Diffstat (limited to 'src/main/resources/assets/gregtech/lang')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 10 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/lang/zh_CN.lang | 3 |
2 files changed, 11 insertions, 2 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 808bed10f8..cb0036af8f 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -168,8 +168,16 @@ GT5U.machines.stalled_vent.tooltip=§4Stalled: Cannot vent steam! GT5U.machines.stalled_vent.tooltip.1=§7Right-click with a wrench to GT5U.machines.stalled_vent.tooltip.2=§7point this machine's steam GT5U.machines.stalled_vent.tooltip.3=§7vent towards an empty space. -GT5U.machines.oreprocessor=§eRunning Mode: %s §cTime: %s s +GT5U.machines.oreprocessor1=§eRunning Mode: +GT5U.machines.oreprocessor2=§cTime: %s s GT5U.machines.oreprocessor.void=§eVoid Stone Dust: %s +GT5U.machines.oreprocessor.Macerate=Macerate +GT5U.machines.oreprocessor.Centrifuge=Centrifuge +GT5U.machines.oreprocessor.Sifter=Sifter +GT5U.machines.oreprocessor.Chemical_Bathing=Chemical Bathing +GT5U.machines.oreprocessor.Ore_Washer=Ore Washer +GT5U.machines.oreprocessor.Thermal_Centrifuge=Thermal Centrifuge +GT5U.machines.oreprocessor.WRONG_MODE=Something went wrong GT5U.machines.industrialapiary.cancel.tooltip=§cCancel process GT5U.machines.industrialapiary.cancel.tooltip.1=§7Will also disable machine (soft mallet) GT5U.machines.industrialapiary.cancel.tooltip.2=§7§oCan't stop princess breeding diff --git a/src/main/resources/assets/gregtech/lang/zh_CN.lang b/src/main/resources/assets/gregtech/lang/zh_CN.lang index 84b6102cc9..2936fe40d5 100644 --- a/src/main/resources/assets/gregtech/lang/zh_CN.lang +++ b/src/main/resources/assets/gregtech/lang/zh_CN.lang @@ -166,7 +166,8 @@ GT5U.machines.stalled_vent.tooltip.2=§7以旋转其蒸汽输出口 GT5U.machines.stalled_vent.tooltip.3=§7指向没有遮挡的方向. GT5U.machines.stalled_vent.tooltip.extended=§7处理进度丢失了, GT5U.machines.stalled_vent.tooltip.extended.1=§7但处理产物还在. -GT5U.machines.oreprocessor=§e运行模式:%s §c时间:%s 秒 +GT5U.machines.oreprocessor1=§e运行模式: +GT5U.machines.oreprocessor2=§c时间:%s s GT5U.machines.oreprocessor.void=§e销毁石粉:%s GT5U.machines.industrialapiary.cancel.tooltip=§c取消处理 GT5U.machines.industrialapiary.cancel.tooltip.1=§7会同时关闭机器(软锤) |