diff options
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 |