German translation: mcl_signs to xpanes
This commit is contained in:
parent
c12a4b795e
commit
9385458632
28 changed files with 334 additions and 43 deletions
|
@ -296,7 +296,7 @@ minetest.register_entity("mcl_throwing:snowball_entity", snowball_ENTITY)
|
|||
minetest.register_entity("mcl_throwing:egg_entity", egg_ENTITY)
|
||||
minetest.register_entity("mcl_throwing:ender_pearl_entity", pearl_ENTITY)
|
||||
|
||||
local how_to_throw = S("Hold it in your and and leftclick to throw.")
|
||||
local how_to_throw = S("Use the punch key to throw.")
|
||||
|
||||
-- Snowball
|
||||
minetest.register_craftitem("mcl_throwing:snowball", {
|
||||
|
@ -313,7 +313,7 @@ minetest.register_craftitem("mcl_throwing:snowball", {
|
|||
-- Egg
|
||||
minetest.register_craftitem("mcl_throwing:egg", {
|
||||
description = S("Egg"),
|
||||
_doc_items_longdesc = S("Eggs can be thrown or launched from a dispenser and breaks on impact. There is a small chance that 1 or even 4 chickens will pop out of the egg when it hits the ground."),
|
||||
_doc_items_longdesc = S("Eggs can be thrown or launched from a dispenser and breaks on impact. There is a small chance that 1 or even 4 chicks will pop out of the egg."),
|
||||
_doc_items_usagehelp = how_to_throw,
|
||||
inventory_image = "mcl_throwing_egg.png",
|
||||
stack_max = 16,
|
||||
|
@ -325,7 +325,7 @@ minetest.register_craftitem("mcl_throwing:egg", {
|
|||
-- Ender Pearl
|
||||
minetest.register_craftitem("mcl_throwing:ender_pearl", {
|
||||
description = S("Ender Pearl"),
|
||||
_doc_items_longdesc = S("An ender pearl is an item which can be used for teleportation at the cost of health. It can be thrown and teleport the thrower to its impact location when it hits a solid block, a plant or vines. Each teleportation hurts the user by 5 hit points."),
|
||||
_doc_items_longdesc = S("An ender pearl is an item which can be used for teleportation at the cost of health. It can be thrown and teleport the thrower to its impact location when it hits a solid block or a plant. Each teleportation hurts the user by 5 hit points."),
|
||||
_doc_items_usagehelp = how_to_throw,
|
||||
wield_image = "mcl_throwing_ender_pearl.png",
|
||||
inventory_image = "mcl_throwing_ender_pearl.png",
|
||||
|
|
9
mods/ITEMS/mcl_throwing/locale/mcl_throwing.de.tr
Normal file
9
mods/ITEMS/mcl_throwing/locale/mcl_throwing.de.tr
Normal file
|
@ -0,0 +1,9 @@
|
|||
# textdomain: mcl_throwing
|
||||
@1 used the ender pearl too often.=@1 benutzte die Enderperle zu oft.
|
||||
Use the punch key to throw.=Benutzen Sie die Schlagtaste zum Werfen.
|
||||
Snowball=Schneeball
|
||||
Snowballs can be thrown or launched from a dispenser for fun. Hitting something with a snowball does nothing.=Schneebälle können geworfen werden oder zum Spaß aus einem Werfer abgefeuert werden. Bei einem Treffer mit einem Schneeball passiert nichts.
|
||||
Egg=Ei
|
||||
Eggs can be thrown or launched from a dispenser and breaks on impact. There is a small chance that 1 or even 4 chicks will pop out of the egg.=Eier können geworfen werden oder aus einem Werfer abgefeuert werden. Sie zerbrechen beim Einschlag. Mit etwas Glück werden aus dem Ei eines oder sogar 4 Küken hinausfallen.
|
||||
Ender Pearl=Enderperle
|
||||
An ender pearl is an item which can be used for teleportation at the cost of health. It can be thrown and teleport the thrower to its impact location when it hits a solid block or a plant. Each teleportation hurts the user by 5 hit points.=Eine Enderperle ist eine Gegenstand, der zur Teleportation benutzt werden kann auf Kosten der Gesundheit. Sie kann geworfen werden und teleportiert den Werfer zur Einschlagsstelle, wenn sie einen Block oder eine Pflanze trifft. Jede Teleportation verletzt den Werfer um 5 Trefferpunkte.
|
|
@ -1,9 +1,9 @@
|
|||
# textdomain: mcl_throwing
|
||||
@1 used the ender pearl too often.=
|
||||
Hold it in your and and leftclick to throw.=
|
||||
Use the punch key to throw.=
|
||||
Snowball=
|
||||
Snowballs can be thrown or launched from a dispenser for fun. Hitting something with a snowball does nothing.=
|
||||
Egg=
|
||||
Eggs can be thrown or launched from a dispenser and breaks on impact. There is a small chance that 1 or even 4 chickens will pop out of the egg when it hits the ground.=
|
||||
Eggs can be thrown or launched from a dispenser and breaks on impact. There is a small chance that 1 or even 4 chicks will pop out of the egg.=
|
||||
Ender Pearl=
|
||||
An ender pearl is an item which can be used for teleportation at the cost of health. It can be thrown and teleport the thrower to its impact location when it hits a solid block, a plant or vines. Each teleportation hurts the user by 5 hit points.=
|
||||
An ender pearl is an item which can be used for teleportation at the cost of health. It can be thrown and teleport the thrower to its impact location when it hits a solid block or a plant. Each teleportation hurts the user by 5 hit points.=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue