diff options
author | querns <33518699+querns@users.noreply.github.com> | 2023-09-13 10:03:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 17:03:17 +0200 |
commit | b31052879e7601dbfea4c7fb53b94119c7bbf5c6 (patch) | |
tree | 69c6778c385c27ada8ec61478f5bc6da32bbc8fb /src/main/resources/assets/gregtech/lang/en_US.lang | |
parent | 62bb20ef6271b09dab45d66103a185774aba523e (diff) | |
download | GT5-Unofficial-b31052879e7601dbfea4c7fb53b94119c7bbf5c6.tar.gz GT5-Unofficial-b31052879e7601dbfea4c7fb53b94119c7bbf5c6.tar.bz2 GT5-Unofficial-b31052879e7601dbfea4c7fb53b94119c7bbf5c6.zip |
Adds Metrics Transmitter Cover and Advanced GT Sensor Card for Information Panels (#2289)
* Adds several UI elements to multiblock drills
* Adds metrics transmitter cover and associated sensor card
* Fixes item icons and item name
* Adds tooltips for adv. sensor card and metrics panel, fixes card/overlay icons, adds recipe for metrics cover
* Refactor cover tab sync to send much smaller ISerializable payloads
* Remove unused variable
* Additional master merge cleanup
* Adds interface for custom metrics export, adds oil drill support
* Adds support for metrics covers retaining attached machine name for tooltip, metrics
* * Adds discrete coordinates to Metrics Cover data
* Adds machine to advanced sensor card tooltip
* Adds cycle time and minimum energy hatch tier to multiblock ore drill tooltips
* Moves many tooltip strings to i10n
* Remove old GT_DisabledWhileActiveButton.java file that crept in during a messy merge
* Spotless
* Improve oil and ore drill metrics, more i18n
* Addresses PR review concerns, adds more situations for self-destructing sensor cards
* Remediates further PR concerns
Diffstat (limited to 'src/main/resources/assets/gregtech/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index ab69f948da..810145245c 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -9,6 +9,8 @@ itemGroup.GregTech.Main=Main itemGroup.GregTech.Materials=Materials itemGroup.GregTech.Ores=Ores +item.gt.advancedsensorcard.name=GregTech Advanced Sensor Card + GT5U.autoplace.error.no_hatch=§cSuggested to place hatch §4%s§c but none was found GT5U.autoplace.error.no_mte.id=§cSuggested to place machine with meta ID §4%s§c but none was found GT5U.autoplace.error.no_mte.class_name=§cSuggested to place machine with class name §4%d§c but none was found @@ -390,9 +392,11 @@ GT5U.gui.text.backfiller_no_concrete=§7No liquid concrete GT5U.gui.text.backfiller_finished=§aWork complete GT5U.gui.text.backfiller_working=§aPouring concrete GT5U.gui.text.backfiller_current_area=§7Filling at y-level: §a%s -GT5U.gui.text.pump_fluid_type=§7Fluid: §a%s -GT5U.gui.text.pump_rate=§7Pumping rate: %s§7 L/t -GT5U.gui.text.pump_recovery=§7Recovering §b%s§7 L per operation +GT5U.gui.text.pump_fluid_type=Fluid: §a%s +GT5U.gui.text.pump_rate.1=Pumping rate: %s§r +GT5U.gui.text.pump_rate.2= L/t +GT5U.gui.text.pump_recovery.1=Recovering §b%s§r +GT5U.gui.text.pump_recovery.2= L per operation GT5U.gui.text.not_enough_energy=§7Not enough energy GT5U.gui.text.power_overflow=§7Power overflowed GT5U.gui.text.duration_overflow=§7Processing time overflowed @@ -401,9 +405,11 @@ GT5U.gui.text.insufficient_heat=§7Recipe needs more heat to start. Required: %s GT5U.gui.text.insufficient_machine_tier=§7Recipe needs higher structure tier. Required: %s GT5U.gui.text.insufficient_startup_power=§7Recipe needs higher startup power. Required: %s GT5U.gui.text.internal_error=§4Recipe was found, but had internal error -GT5U.gui.text.drill_ores_left_chunk=§7Ores left in current chunk: §a%s -GT5U.gui.text.drill_ores_left_layer=§7Ores left at y-level %s: §a%s -GT5U.gui.text.drill_chunks_left=§7Drilling chunk: §a%s / %s +GT5U.gui.text.drill_ores_left_chunk=Ores left in current chunk: §a%s +GT5U.gui.text.drill_ores_left_layer=Ores left at y-level %s: §a%s +GT5U.gui.text.drill_chunks_left=Drilling chunk: §a%s / %s +GT5U.gui.text.drill_offline_reason=Drill Offline: %s +GT5U.gui.text.drill_offline_generic=Drill Offline GT5U.item.programmed_circuit.select.header=Reprogram Circuit @@ -1355,3 +1361,17 @@ gt.multiBlock.controller.cokeOven=Coke Oven gt.locker.waila_armor_slot_none=Slot %s: §7None gt.locker.waila_armor_slot_generic=Slot %s: §e%s gt.locker.waila_armor_slot_charged=Slot %s: §e%s§r (%s%s%%§r) + +gt.db.metrics_cover.coords=§a%s§r, §a%s§r, §a%s§r + +gt.item.adv_sensor_card.dimension=Dimension: §a%s +gt.item.adv_sensor_card.coords=Coordinates: %s +gt.item.adv_sensor_card.tooltip.recipe_hint=Created by attaching a Metrics Transmitter cover, no standard recipe +gt.item.adv_sensor_card.tooltip.fried.1=§o§dThis thing looks completely fried... +gt.item.adv_sensor_card.tooltip.fried.2=§cDestroyed due to metrics transmitter being removed +gt.item.adv_sensor_card.tooltip.fried.3=§cor the machine being destroyed +gt.item.adv_sensor_card.tooltip.machine=Machine: §b%s +gt.item.adv_sensor_card.tooltip.frequency=Frequency: §b%s +gt.item.adv_sensor_card.error.deconstructed.1=-ERROR- Machine Deconstructed +gt.item.adv_sensor_card.error.deconstructed.2=Place machine again to re-enable +gt.item.adv_sensor_card.error.no_data=No data found |