diff options
| author | Maxim <maxim235@gmx.de> | 2023-07-10 10:44:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-10 10:44:23 +0200 |
| commit | 423d4c47d8bd6cb01841c95f67667d9dac992931 (patch) | |
| tree | 4fbaf510124fa1301fe9727ea26960791b928c03 /src/main/resources | |
| parent | d47057911716b1a03ad212928f8c2dad649eafd2 (diff) | |
| download | GT5-Unofficial-423d4c47d8bd6cb01841c95f67667d9dac992931.tar.gz GT5-Unofficial-423d4c47d8bd6cb01841c95f67667d9dac992931.tar.bz2 GT5-Unofficial-423d4c47d8bd6cb01841c95f67667d9dac992931.zip | |
Implement generic processing logic (#226)
* Migrated EoH
* Added deprecation for checkRecipe_EM
* Migrated QC
* Migrated DB
* Migrated AT
* Migrated RS and scanner
* Migrated EI
* Migrated switch
* Migrated microwave
* Migrated tesla tower
* Fixed implementation of texts
* update deps
* Addressed review comments
* Update dependencies.gradle
* Update dependencies.gradle
* update deps
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/tectech/lang/en_US.lang | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index 21f7333a4a..8fc11ec9dc 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -958,6 +958,28 @@ gt.blockmachines.debug.tt.writer.desc.0=Scans Blocks Around gt.blockmachines.debug.tt.writer.desc.1=Prints Multiblock NonTE structure check code gt.blockmachines.debug.tt.writer.desc.2=ABC axises aligned to machine front +GT5U.gui.text.computing=§aComputing +GT5U.gui.text.providing_data=§aProviding Data +GT5U.gui.text.routing=§aRouting +GT5U.gui.text.researching=§aResearching +GT5U.gui.text.charging=§aCharging +GT5U.gui.text.microwaving=§aMicrowaving +GT5U.gui.text.no_routing=§7Can't route +GT5U.gui.text.invalid_timer=§7Invalid timer +GT5U.gui.text.no_research_item=§7No valid item to research +GT5U.gui.text.no_chargeable_item=§7No chargeable item +GT5U.gui.text.no_computing=§7Can't compute +GT5U.gui.text.no_data=§7Can't output data +GT5U.gui.text.no_planet_block=§7Missing planet block +GT5U.gui.text.no_helium=§7Not enough Helium +GT5U.gui.text.no_hydrogen=§7Not enough Hydrogen +GT5U.gui.text.invalid_hysteresis=§7Invalid hysteresis settings +GT5U.gui.text.invalid_transfer_radius=§7Invalid transfer radius settings +GT5U.gui.text.invalid_voltage_setting=§7Invalid voltage setting +GT5U.gui.text.invalid_current_setting=§7Invalid current setting +GT5U.gui.text.invalid_time_setting=§7Invalid time setting +GT5U.gui.text.invalid_overdrive_setting=§7Invalid overdrive setting + #Keywords and phrases #Example: ID:3 tt.keyword.ID=ID |
