diff --git a/common/mekanism/common/multipart/ItemPartTransmitter.java b/common/mekanism/common/multipart/ItemPartTransmitter.java index 226a63104..acef93682 100644 --- a/common/mekanism/common/multipart/ItemPartTransmitter.java +++ b/common/mekanism/common/multipart/ItemPartTransmitter.java @@ -88,7 +88,7 @@ public class ItemPartTransmitter extends JItemMultiPart { if(itemstack.getItemDamage() < Tier.CableTier.values().length) { - list.add(EnumColor.INDIGO + "Capacity: " + EnumColor.GREY + MekanismUtils.getEnergyDisplay(Tier.CableTier.values()[itemstack.getItemDamage()].cableCapacity) + "J/t"); + list.add(EnumColor.INDIGO + "Capacity: " + EnumColor.GREY + MekanismUtils.getEnergyDisplay(Tier.CableTier.values()[itemstack.getItemDamage()].cableCapacity) + "/t"); } list.add("Hold " + EnumColor.AQUA + "shift" + EnumColor.GREY + " for details."); diff --git a/resources/assets/mekanism/lang/de_DE.lang b/resources/assets/mekanism/lang/de_DE.lang index c6edbc498..b700b0908 100644 --- a/resources/assets/mekanism/lang/de_DE.lang +++ b/resources/assets/mekanism/lang/de_DE.lang @@ -28,10 +28,15 @@ item.GasMask.name=Gasmaske item.Dictionary.name=Lexikon item.ElectrolyticCore.name=Elektrolysekern item.CompressedRedstone.name=Komprimiertes Redstone +item.Sawdust.name=Sägemehl +item.Salt.name=Salz //Gas Tank tile.GasTank.GasTank.name=Gastank +//Cardboard Box +tile.CardboardBox.name=Pappkarton + //Basic Block tile.BasicBlock.OsmiumBlock.name=Osmiumblock tile.BasicBlock.BronzeBlock.name=Bronzeblock @@ -47,6 +52,8 @@ tile.BasicBlock.DynamicGlass.name=Dynamisches Glas tile.BasicBlock.DynamicValve.name=Dynamisches Ventil tile.BasicBlock.CopperBlock.name=Kupferblock tile.BasicBlock.TinBlock.name=Zinnblock +tile.BasicBlock.SalinationController.name=Versalzungs-Controller +tile.BasicBlock.SalinationValve.name=Versalzungsventil //Machine Block tile.MachineBlock.EnrichmentChamber.name=Anreicherungskammer @@ -73,6 +80,7 @@ tile.MachineBlock2.ChemicalInfuser.name=Chemischer Infundierer tile.MachineBlock2.ChemicalCombiner.name=Chemischer Kombinierer tile.MachineBlock2.ChemicalInjectionChamber.name=Chemische Injektionskammer tile.MachineBlock2.ElectrolyticSeparator.name=Elektrolytischer Separator +tile.MachineBlock2.PrecisionSawmill.name=Präzisionssägewerk //Ore Block tile.OreBlock.OsmiumOre.name=Osmiumerz @@ -315,6 +323,8 @@ tooltip.Chargepad=Ein universelles Ladepad, dass jegliches energetisiertes !nIte tooltip.LogisticalSorter=Eine Filter-basierte, fortgeschrittene Sortiermaschine, die !nautomatisch spezifische Items aus einem Inventar oder !nLogistischen Transporter heraus und in eines hinein treiben kann. tooltip.RotaryCondensentrator=Eine Maschine, die fähig ist, Gase in ihre !nflüssige Form zu konvertieren und umgekehrt. tooltip.ChemicalInjectionChamber=Eine Elite-Maschine, fähig, Erze in !nvier Splitter zu verarbeiten, was als erste Stufe !neiner 400%igen Erzverarbeitung dient. +tooltip.ElectrolyticSeparator=Eine Maschine, die den Prozess der Elektrolyse nutzt, um ein bestimmtes Gas in zwei unterschiedliche Gase zu aufzuteilen. +tooltip.PrecisionSawmill=Eine Maschine, genutzt, um Baumstämme und andere hölzerne Dinge effizienter zu verarbeiten und um Sägemehl zu bekommen. tooltip.OsmiumOre=Ein hartes Mineral, dass in fast jeder !nHöhenlage der Welt gefunden werden kann. !nEs ist für seine zahlreichen Verwendungszwecke !nin der Konstruktion von Maschinen bekannt. tooltip.CopperOre=Ein häufiges, leitfähiges Material, dass !nfür die Produktion von Kabeln verwendet werden kann. !nSeine Fähigkeit, großer Hitze zu widerstehen, !nmacht es auch essentiell für fortgeschrittene Maschinen. diff --git a/resources/assets/mekanism/lang/en_US.lang b/resources/assets/mekanism/lang/en_US.lang index c6830119f..b505e7dff 100644 --- a/resources/assets/mekanism/lang/en_US.lang +++ b/resources/assets/mekanism/lang/en_US.lang @@ -324,8 +324,8 @@ tooltip.Chargepad=A universal chargepad that can charge any energized item !nfro tooltip.LogisticalSorter=A filter-based, advanced sorting machine that !ncan auto-eject specified items out of and into !nadjacent inventories and Logistical Transporters. tooltip.RotaryCondensentrator=A machine capable of converting gasses into !ntheir fluid form and vice versa. tooltip.ChemicalInjectionChamber=An elite machine capable of processing !nores into four shards, serving as the initial !nstage of 400% ore processing. -tooltip.ElectrolyticSeparator=A machine that uses the process of electrolysis to split apart a certain gas into two different gasses. -tooltip.PrecisionSawmill=A machine used to process logs and other wood-based items more efficiently, as well as to obtain sawdust. +tooltip.ElectrolyticSeparator=A machine that uses the process of electrolysis !nto split apart a certain gas into two !ndifferent gasses. +tooltip.PrecisionSawmill=A machine used to process logs and other wood-based !nitems more efficiently, as well as to !nobtain sawdust. tooltip.OsmiumOre=A strong mineral that can be found !nat nearly any height in the world. !nIt is known to have many uses in !nthe construction of machinery. tooltip.CopperOre=A common, conductive material that !ncan be used in the production of !nwires. It's ability to withstand !nhigh heats also makes it essential !nto advanced machinery.