Update de_DE.lang
This commit is contained in:
parent
85a2c981df
commit
fc0a611f93
1 changed files with 13 additions and 0 deletions
|
@ -25,6 +25,7 @@ item.WalkieTalkie.name=Walkie-Talkie
|
||||||
item.Jetpack.name=Jetpack
|
item.Jetpack.name=Jetpack
|
||||||
item.ScubaTank.name=Taucherflasche
|
item.ScubaTank.name=Taucherflasche
|
||||||
item.GasMask.name=Gasmaske
|
item.GasMask.name=Gasmaske
|
||||||
|
item.Dictionary.name=Lexikon
|
||||||
|
|
||||||
//Gas Tank
|
//Gas Tank
|
||||||
tile.GasTank.GasTank.name=Gastank
|
tile.GasTank.GasTank.name=Gastank
|
||||||
|
@ -65,6 +66,8 @@ tile.MachineBlock.DigitalMiner.name=Digitalbergbaugerät
|
||||||
|
|
||||||
//Machine Block 2 (second ID iteration)
|
//Machine Block 2 (second ID iteration)
|
||||||
tile.MachineBlock2.RotaryCondensentrator.name=Rotationskondensentrator
|
tile.MachineBlock2.RotaryCondensentrator.name=Rotationskondensentrator
|
||||||
|
tile.MachineBlock2.ChemicalFormulator.name=Chemischer Formulator
|
||||||
|
tile.MachineBlock2.ChemicalInfuser.name=Chemischer Infundierer
|
||||||
|
|
||||||
//Ore Block
|
//Ore Block
|
||||||
tile.OreBlock.OsmiumOre.name=Osmiumerz
|
tile.OreBlock.OsmiumOre.name=Osmiumerz
|
||||||
|
@ -95,6 +98,7 @@ item.steelDust.name=Stahlstaub
|
||||||
item.copperDust.name=Kupferstaub
|
item.copperDust.name=Kupferstaub
|
||||||
item.tinDust.name=Zinnstaub
|
item.tinDust.name=Zinnstaub
|
||||||
item.silverDust.name=Silberstaub
|
item.silverDust.name=Silberstaub
|
||||||
|
item.leadDust.name=Bleistaub
|
||||||
|
|
||||||
//Clumps
|
//Clumps
|
||||||
item.ironClump.name=Eisenklumpen
|
item.ironClump.name=Eisenklumpen
|
||||||
|
@ -104,6 +108,7 @@ item.copperClump.name=Kupferklumpen
|
||||||
item.tinClump.name=Zinnklumpen
|
item.tinClump.name=Zinnklumpen
|
||||||
item.silverClump.name=Silberklumpen
|
item.silverClump.name=Silberklumpen
|
||||||
item.obsidianClump.name=Obsidianklumpen
|
item.obsidianClump.name=Obsidianklumpen
|
||||||
|
item.leadClump.name=Bleiklumpen
|
||||||
|
|
||||||
//Dirty Dust
|
//Dirty Dust
|
||||||
item.dirtyIronDust.name=Dreckiger Eisenstaub
|
item.dirtyIronDust.name=Dreckiger Eisenstaub
|
||||||
|
@ -113,6 +118,7 @@ item.dirtyCopperDust.name=Dreckiger Kupferstaub
|
||||||
item.dirtyTinDust.name=Dreckiger Zinnstaub
|
item.dirtyTinDust.name=Dreckiger Zinnstaub
|
||||||
item.dirtySilverDust.name=Dreckiger Silberstaub
|
item.dirtySilverDust.name=Dreckiger Silberstaub
|
||||||
item.dirtyObsidianDust.name=Dreckiger Obsidianstaub
|
item.dirtyObsidianDust.name=Dreckiger Obsidianstaub
|
||||||
|
item.dirtyLeadDust.name=Dreckiger Bleistaub
|
||||||
|
|
||||||
//Ingots
|
//Ingots
|
||||||
item.obsidianIngot.name=Obsidianbarren
|
item.obsidianIngot.name=Obsidianbarren
|
||||||
|
@ -126,10 +132,14 @@ item.tinIngot.name=Zinnbarren
|
||||||
//Gasses
|
//Gasses
|
||||||
gas.hydrogen=Wasserstoff
|
gas.hydrogen=Wasserstoff
|
||||||
gas.oxygen=Sauerstoff
|
gas.oxygen=Sauerstoff
|
||||||
|
gas.sulfuricGas=Schwefelgas
|
||||||
|
gas.sulfuricAcid=Schwefelsäure
|
||||||
|
|
||||||
//Fluids
|
//Fluids
|
||||||
fluid.hydrogen=Flüssiger Wasserstoff
|
fluid.hydrogen=Flüssiger Wasserstoff
|
||||||
fluid.oxygen=Flüssiger Sauerstoff
|
fluid.oxygen=Flüssiger Sauerstoff
|
||||||
|
fluid.sulfuricGas=Schwefelgas
|
||||||
|
fluid.sulfuricAcid=Schwefelsäure
|
||||||
|
|
||||||
//Gui text
|
//Gui text
|
||||||
gui.removeSpeedUpgrade=Entferne Geschwindigkeitsupgrade
|
gui.removeSpeedUpgrade=Entferne Geschwindigkeitsupgrade
|
||||||
|
@ -163,6 +173,9 @@ gui.input=Input
|
||||||
gui.slots=Slots
|
gui.slots=Slots
|
||||||
gui.state=Status
|
gui.state=Status
|
||||||
|
|
||||||
|
gui.dictionary.noKey=Kein Key.
|
||||||
|
gui.dictionary.key=Key
|
||||||
|
|
||||||
gui.configuration=Konfiguration
|
gui.configuration=Konfiguration
|
||||||
gui.configuration.strictInput=Strikter Input
|
gui.configuration.strictInput=Strikter Input
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue