Compare commits

...

3 Commits

Author SHA1 Message Date
teknomunk
8533ca816d Add last of this latest round of new German translations provided by Laudrin 2024-06-28 04:24:14 -05:00
teknomunk
252c3a12bf Add Spectre Membrane to localization template 2024-06-28 04:23:39 -05:00
teknomunk
6e9d128412 Fix typo in translated string 2024-06-28 04:14:40 -05:00
8 changed files with 11 additions and 5 deletions

@ -1,4 +1,5 @@
# textdomain: mcl_armor
Blast Protection=Explosionsschutz
Projectile Protection=Projektilschutz
Thorns=Dornen
Smithing Template '@1'=Schmiedevorlage '@1'

@ -2,6 +2,7 @@
Warped Fungus Mushroom=Wirrpilz
Twisting Vines=Zwirbelranken
Weeping Vines=Trauerranken
Nether Sprouts=Nethersprossen
Warped Roots=Wirrwurzeln
Warped Wart Block=Wirrwarzenblock

@ -1,4 +1,5 @@
# textdomain: mcl_lanterns
Lantern=Laterne
Soul Lantern=Seelenlaterne
Chain=Kette

@ -1,4 +1,5 @@
# textdomain: mcl_mobitems
Crystalline Drop=Kristallträne
Spectre Membrane=Geistermembrane

@ -57,6 +57,8 @@ This item is dropped by dead squids. Squid ink can be used to as an ingredient
String=
Strings are used in crafting.=
Spectre Membrane=
This is a crafting component dropped from dead spectres.=
Blaze Rod=
This is a crafting component dropped from dead blazes.=
Blaze Powder=

@ -3,7 +3,7 @@ Glowstone=Leuchtstein
Glowstone is a naturally-glowing block which is home to the Nether.=Leuchtstein ist ein Block aus dem Nether. Er leuchtet von Natur aus hell.
Nether Quartz Ore=Nether-Quarzerz
Nether quartz ore is an ore containing nether quartz. It is commonly found around netherrack in the Nether.=Nether-Quarzerz ist ein Erz, das Nethererz enthält. Es wird oft zwischen Netherrack im Nether gefunden.
Netherrack=Netherrack
Netherrack=Nethergestein
Netherrack is a stone-like block home to the Nether. Starting a fire on this block will create an eternal fire.=Netherrack ist ein gesteinsartiger Block aus dem Nether. Auf diesem Block wird ein Feuer immer ein ewiges Feuer sein.
Magma Block=Magmablock
Magma blocks are hot solid blocks which hurt anyone standing on it, unless they have fire resistance. Starting a fire on this block will create an eternal fire.=Magmablöcke sind heiße feste Blöcke, die jeden, der auf ihm steht, verletzen, es sei denn, sie sind gegen Feuer immun. Auf diesem Block wird ein Feuer immer ein ewiges Feuer sein.

@ -11,7 +11,7 @@ Oak Sign=Eichezeichen
Birch Sign=Birkenschild
Spruce Sign=Fichtenzeichen
Dark Oak Sign=Dunkles Eichenschild
Jungle Sign=Dschungelzeichen
Jungle Sign=Dschungelholzschild
Acacia Sign=Akazienzeichen
Mangrove Sign=Mangroven-Zeichen
Warped Hyphae Sign=Verzerrtes Hyphen-Zeichen

@ -263,20 +263,20 @@ mcl_stairs.register_slab("prismarine", "mcl_ocean:prismarine",
mcl_stairs.register_stair("prismarine_brick", "mcl_ocean:prismarine_brick",
{pickaxey=1, material_stone=1},
{"mcl_ocean_prismarine_bricks.png"},
S("prismarine Brick Stairs"),
S("Prismarine Brick Stairs"),
mcl_sounds.node_sound_stone_defaults(), 6, 1.5,
nil)
mcl_stairs.register_slab("prismarine_brick", "mcl_ocean:prismarine_brick",
{pickaxey=1, material_stone=1},
{"mcl_ocean_prismarine_bricks.png"},
S("prismarine Brick Slab"),
S("Prismarine Brick Slab"),
mcl_sounds.node_sound_stone_defaults(), 6, 2,
S("Double prismarine_brick Slab"))
mcl_stairs.register_stair("prismarine_dark", "mcl_ocean:prismarine_dark",
{pickaxey=1, material_stone=1},
{"mcl_ocean_prismarine_dark.png"},
S("prismarine Brick Stairs"),
S("Prismarine Brick Stairs"),
mcl_sounds.node_sound_stone_defaults(), 6, 1.5,
nil)
mcl_stairs.register_slab("prismarine_dark", "mcl_ocean:prismarine_dark",