German translation: mcl_beds to mcl_chests
This commit is contained in:
parent
7be98bfce0
commit
e01ed8ab24
16 changed files with 154 additions and 22 deletions
|
@ -35,13 +35,13 @@ end
|
|||
|
||||
local beddesc = S("Beds allow you to sleep at night and make the time pass faster.")
|
||||
local beduse = S("To use a bed, stand close to it and right-click the bed to sleep in it. Sleeping only works when the sun sets, at night or during a thunderstorm. The bed must also be clear of any danger.")
|
||||
if minetest.settings:get_bool("enable_bed_respawn") == false then
|
||||
beddesc = beddesc .. "\n" .. S("In local folklore, legends are told of other worlds where setting the start point for your next life would be possible. But this world is not one of them.")
|
||||
if true or minetest.settings:get_bool("enable_bed_respawn") == false then
|
||||
beddesc = beddesc .. "\n" .. S("You have heard of other worlds in which a bed would set the start point for your next life. But this world is not one of them.")
|
||||
else
|
||||
beddesc = beddesc .. "\n" .. S("By using a bed, you set the starting point for your next life. If you die, you will start your next life at this bed, unless it is obstructed or destroyed.")
|
||||
end
|
||||
if minetest.settings:get_bool("enable_bed_night_skip") == false then
|
||||
beddesc = beddesc .. "\n" .. S("In this strange world, going to bed won't skip the night, but you can skip thunderstorms.")
|
||||
if true or minetest.settings:get_bool("enable_bed_night_skip") == false then
|
||||
beddesc = beddesc .. "\n" .. S("In this world, going to bed won't skip the night, but it will skip thunderstorms.")
|
||||
else
|
||||
beddesc = beddesc .. "\n" .. S("Sleeping allows you to skip the night. The night is skipped when all players in this world went to sleep. The night is skipped after sleeping for a few seconds. Thunderstorms can be skipped in the same manner.")
|
||||
end
|
||||
|
|
32
mods/ITEMS/mcl_beds/locale/mcl_beds.de.tr
Normal file
32
mods/ITEMS/mcl_beds/locale/mcl_beds.de.tr
Normal file
|
@ -0,0 +1,32 @@
|
|||
# textdomain: mcl_beds
|
||||
Beds allow you to sleep at night and make the time pass faster.=Mit Betten können Sie in der Nacht schlafen und die Zeit schneller verstreichen lassen.
|
||||
To use a bed, stand close to it and right-click the bed to sleep in it. Sleeping only works when the sun sets, at night or during a thunderstorm. The bed must also be clear of any danger.=Um ein Bett zu benutzen, stellen Sie sich direkt davor und rechtsklicken Sie darauf, um darin zu schlafen. Schlafen funktioniert nur, wenn die Sonne untergeht, in der Nacht oder während eines Gewittersturms. Das Bett muss außerdem fern von Gefahren sein.
|
||||
You have heard of other worlds in which a bed would set the start point for your next life. But this world is not one of them.=Sie hörten von anderen Welten, in denen ein Bett den Startpunkt für Ihr nächstes Leben setzen würde. Aber diese Welt ist keine solche.
|
||||
By using a bed, you set the starting point for your next life. If you die, you will start your next life at this bed, unless it is obstructed or destroyed.=Indem Sie ein Bett benutzen, setzen Sie den Startpunkt Ihres nächsten Lebens. Wenn Sie sterben, werden Sie Ihr nächstes Leben auf diesem Bett beginnen, es sei denn, es ist blockiert oder zerstört.
|
||||
In this world, going to bed won't skip the night, but it will skip thunderstorms.=In dieser Welt können mit dem Bett Nächte nicht übersprungen werden, nur Gewitterstürme.
|
||||
Sleeping allows you to skip the night. The night is skipped when all players in this world went to sleep. The night is skipped after sleeping for a few seconds. Thunderstorms can be skipped in the same manner.=Mit Schlaf können Sie die Nacht überspringen. Die Nacht wird übersprungen, wenn alle Spieler in dieser Welt sich schlafen gelegt haben. Die Nacht wird dann nach ein paar Sekunden übersprungen. Gewitterstürme werden auf die gleiche Weise übersprungen.
|
||||
Red Bed=Rotes Bett
|
||||
Blue Bed=Blaues Bett
|
||||
Cyan Bed=Türkises Bett
|
||||
Grey Bed=Graues Bett
|
||||
Light Grey Bed=Hellgraues Bett
|
||||
Black Bed=Schwarzes Bett
|
||||
Yellow Bed=Gelbes Bett
|
||||
Green Bed=Grünes Bett
|
||||
Magenta Bed=Magenta Bett
|
||||
Orange Bed=Orange Bett
|
||||
Purple Bed=Violettes Bett
|
||||
Brown Bed=Braunes Bett
|
||||
Pink Bed=Rosanes Bett
|
||||
Lime Bed=Lindgrünes Bett
|
||||
Light Blue Bed=Hellblaues Bett
|
||||
White Bed=Weißes Bett
|
||||
You can't sleep, the bed's too far away!=Sie können nicht schlafen, das Bett ist zu weit weg!
|
||||
This bed is already occupied!=Dieses Bett ist schon belegt!
|
||||
You have to stop moving before going to bed!=Sie müssen anhalten, bevor Sie zu Bett gehen!
|
||||
You can't sleep now, monsters are nearby!=Sie können jetzt nicht schlafen, Monster sind in der Nähe!
|
||||
You can't sleep, the bed is obstructed!=Sie können nicht schlafen, das Bett ist blockiert!
|
||||
It's too dangerous to sleep here!=Es ist zu gefährlich, hier zu schlafen!
|
||||
New respawn position set! But you can only sleep at night or during a thunderstorm.=Neue Wiedereinstiegsposition gesetzt! Aber Sie können nur nachts oder während eines Gewittersturms schlafen.
|
||||
You can only sleep at night or during a thunderstorm.=Sie können nur nachts oder während eines Gewittersturms schlafen.
|
||||
New respawn position set!=Neue Wiedereinstiegsposition gesetzt!
|
|
@ -1,9 +1,9 @@
|
|||
# textdomain: mcl_beds
|
||||
Beds allow you to sleep at night and make the time pass faster.=
|
||||
To use a bed, stand close to it and right-click the bed to sleep in it. Sleeping only works when the sun sets, at night or during a thunderstorm. The bed must also be clear of any danger.=
|
||||
In local folklore, legends are told of other worlds where setting the start point for your next life would be possible. But this world is not one of them.=
|
||||
You have heard of other worlds in which a bed would set the start point for your next life. But this world is not one of them.
|
||||
By using a bed, you set the starting point for your next life. If you die, you will start your next life at this bed, unless it is obstructed or destroyed.=
|
||||
In this strange world, going to bed won't skip the night, but you can skip thunderstorms.=
|
||||
In this world, going to bed won't skip the night, but it will skip thunderstorms.=
|
||||
Sleeping allows you to skip the night. The night is skipped when all players in this world went to sleep. The night is skipped after sleeping for a few seconds. Thunderstorms can be skipped in the same manner.=
|
||||
Red Bed=
|
||||
Blue Bed=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue