diff options
author | RealSilverMoon <31100241+RealSilverMoon@users.noreply.github.com> | 2024-02-25 23:21:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 16:21:11 +0100 |
commit | c425c37ad59c56a7900797dbe9fe1aff3fd96744 (patch) | |
tree | 713b6bbe9afe36769b62c022e9f6176f944a9973 /src/main/resources/assets/gregtech/lang/en_US.lang | |
parent | 5fcd182c27459f4cd08f26c619507b9ea3f7464e (diff) | |
download | GT5-Unofficial-c425c37ad59c56a7900797dbe9fe1aff3fd96744.tar.gz GT5-Unofficial-c425c37ad59c56a7900797dbe9fe1aff3fd96744.tar.bz2 GT5-Unofficial-c425c37ad59c56a7900797dbe9fe1aff3fd96744.zip |
Add SearchBar for Drone centre (#2498)
* Add SearchBar for DC
* Display customName
* Fix i18n
* Add UI for module
* extract variable as final
* convert to ChatComponentTranslation
* move some code to mui
* Spotless
* More i18n
Diffstat (limited to 'src/main/resources/assets/gregtech/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 56e0df9dd3..48d9ece712 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -389,6 +389,10 @@ GT5U.machines.stocking_hatch.auto_pull_toggle.enabled=Automatic Fluid Pull Enabl GT5U.machines.stocking_hatch.auto_pull_toggle.disabled=Automatic Fluid Pull Disabled GT5U.machines.stocking_bus.saved=Saved Config to Data Stick GT5U.machines.stocking_bus.loaded=Loaded Config From Data Stick +GT5U.machines.dronecentre.shutdown=You cannot control machine when drone centre shut down! +GT5U.machines.dronecentre.turnon=Successfully turn on all machines! +GT5U.machines.dronecentre.turnoff=Successfully turn off all machines! +GT5U.machines.dronecentre.noconnection=No valid connection GT5U.recipe_filter.empty_representation_slot.tooltip=§7Click with a machine to set filter GT5U.recipe_filter.representation_slot.tooltip=§7Click to clear @@ -477,6 +481,8 @@ GT5U.gui.text.stocking_hatch_fail_extraction=§4Failed to extract expected amoun GT5U.gui.text.drone_noDrone=§4Can't find any drone in inputBuses! GT5U.gui.text.drone_operating=§aDrone operating normally! GT5U.gui.text.drone_title=Drone Control Centre +GT5U.gui.text.drone_custom_name=Custom Machine Name +GT5U.gui.text.drone_search=Search machine name GT5U.item.programmed_circuit.select.header=Reprogram Circuit |