German translation: mcl_signs to xpanes
This commit is contained in:
parent
c12a4b795e
commit
9385458632
28 changed files with 334 additions and 43 deletions
23
mods/ITEMS/minetest-3d_armor/3d_armor/locale/3d_armor.de.tr
Normal file
23
mods/ITEMS/minetest-3d_armor/3d_armor/locale/3d_armor.de.tr
Normal file
|
@ -0,0 +1,23 @@
|
|||
# textdomain: 3d_armor
|
||||
This is a piece of equippable armor which reduces the amount of damage you receive.=Dies ist ein Teil einer tragbaren Rüstung, die die Menge an Schaden, den Sie erleiden, reduziert.
|
||||
To equip it, put it on the corresponding armor slot in your inventory menu.=Um es zu tragen, legen Sie es in den passenden Rüstungsplatz in ihrem Inventarmenü.
|
||||
Leather Cap=Lederkappe
|
||||
Iron Helmet=Eisenhelm
|
||||
Golden Helmet=Goldhelm
|
||||
Diamond Helmet=Diamanthelm
|
||||
Chain Helmet=Kettenhelm
|
||||
Leather Tunic=Ledertunika
|
||||
Iron Chestplate=Eisenbrustpanzer
|
||||
Golden Chestplate=Goldbrustpanzer
|
||||
Diamond Chestplate=Diamantbrustpanzer
|
||||
Chain Chestplate=Kettenbrustpanzer
|
||||
Leather Pants=Lederhose
|
||||
Iron Leggings=Eisenbeinlinge
|
||||
Golden Leggings=Goldbeinlinge
|
||||
Diamond Leggings=Diamantbeinlinge
|
||||
Chain Leggings=Kettenbeinlinge
|
||||
Leather Boots=Lederstiefel
|
||||
Iron Boots=Eisenstiefel
|
||||
Golden Boots=Goldstiefel
|
||||
Diamond Boots=Diamantstiefel
|
||||
Chain Boots=Kettenstiefel
|
|
@ -92,7 +92,7 @@ end
|
|||
minetest.register_node("3d_armor_stand:armor_stand", {
|
||||
description = S("Armor Stand"),
|
||||
_doc_items_longdesc = S("An armor stand is a decorative object which can display different pieces of armor. Anything which players can wear as armor can also be put on an armor stand."),
|
||||
_doc_items_usagehelp = S("Hold an armor item in your hand and rightclick the armor stand to put it on the armor stand. To take a piece of armor from the armor stand, select your hand and rightclick the armor stand. You'll retrieve the first armor item from above."),
|
||||
_doc_items_usagehelp = S("Just place an armor item on the armor stand. To take the top piece of armor from the armor stand, select your hand and use the place key on the armor stand."),
|
||||
drawtype = "mesh",
|
||||
mesh = "3d_armor_stand.obj",
|
||||
inventory_image = "3d_armor_stand_item.png",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# textdomain: 3d_armor_stand
|
||||
Armor Stand=Rüstungsständer
|
||||
An armor stand is a decorative object which can display different pieces of armor. Anything which players can wear as armor can also be put on an armor stand.=Ein Rüstungsständer ist ein dekoratives Objekt, welches verschiedene Teile einer Rüstung präsentiert. Alles, was Spieler als Rüstung tragen kann, kann auch an einem Rüstungsständer platziert werden.
|
||||
Just place an armor item on the armor stand. To take the top piece of armor from the armor stand, select your hand and use the place key on the armor stand.=Platzieren Sie einfach einen Rüstungsgegenstand auf den Rüstungsständer. Um das oberte Rüstungsteil zu nehmen, wählen Sie Ihre Hand aus und benutzen Sie die Platzieren-Taste auf dem Rüstungsständer.
|
|
@ -1,4 +1,4 @@
|
|||
# textdomain: 3d_armor_stand
|
||||
Armor Stand=
|
||||
An armor stand is a decorative object which can display different pieces of armor. Anything which players can wear as armor can also be put on an armor stand.=
|
||||
Hold an armor item in your hand and rightclick the armor stand to put it on the armor stand. To take a piece of armor from the armor stand, select your hand and rightclick the armor stand. You'll retrieve the first armor item from above.=
|
||||
Just place an armor item on the armor stand. To take the top piece of armor from the armor stand, select your hand and use the place key on the armor stand.=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue