Translate all extended tooltips to German
This commit is contained in:
parent
03a5519d01
commit
feba60cad8
133 changed files with 323 additions and 52 deletions
|
@ -85,7 +85,7 @@ minetest.register_node("mcl_nether:netherrack", {
|
|||
|
||||
minetest.register_node("mcl_nether:magma", {
|
||||
description = S("Magma Block"),
|
||||
_tt_help = S("Deals damage when standing on it"),
|
||||
_tt_help = S("Burns your feet"),
|
||||
_doc_items_longdesc = S("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."),
|
||||
stack_max = 64,
|
||||
tiles = {{name="mcl_nether_magma.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1.5}}},
|
||||
|
|
|
@ -35,3 +35,6 @@ The mature nether wart is a plant from the Nether and reached its full size and
|
|||
Nether Wart=Netherwurz
|
||||
Nether warts are plants home to the Nether. They can be planted on soul sand and grow in 4 stages.=Netherwurze sind Pflanzen, die im Nether beheimatet sind. Sie können auf Seelensand gepflanzt werden und wachsen in 4 Stufen.
|
||||
Place this item on soul sand to plant it and watch it grow.=Platzieren Sie den Gegenstand auf Seelensand, um ihn zu pflanzen und sehen Sie dabei zu, wie es wächst.
|
||||
Burns your feet=Verbrennt Ihre Füße
|
||||
Grows on soul sand=Wächst auf Seelensand
|
||||
Reduces walking speed=Reduziert das Schritttempo
|
||||
|
|
|
@ -35,3 +35,6 @@ The mature nether wart is a plant from the Nether and reached its full size and
|
|||
Nether Wart=
|
||||
Nether warts are plants home to the Nether. They can be planted on soul sand and grow in 4 stages.=
|
||||
Place this item on soul sand to plant it and watch it grow.=
|
||||
Burns your feet=
|
||||
Grows on soul sand=
|
||||
Reduces walking speed=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue