Translate all extended tooltips to German

This commit is contained in:
Wuzzy 2020-03-12 01:35:11 +01:00
parent 03a5519d01
commit feba60cad8
133 changed files with 323 additions and 52 deletions

View file

@ -88,9 +88,9 @@ function mcl_doors:register_door(name, def)
end
if not tt_help then
if def.only_redstone_can_open then
tt_help = S("Opened or closed by redstone power")
tt_help = S("Openable by redstone power")
else
tt_help = S("Use to open or close")
tt_help = S("Openable by players and redstone power")
end
end

View file

@ -100,9 +100,9 @@ function mcl_doors:register_trapdoor(name, def)
end
if not tt_help then
if def.only_redstone_can_open then
tt_help = S("Opened or closed by redstone power")
tt_help = S("Openable by redstone power")
else
tt_help = S("Use to opened or close")
tt_help = S("Openable by players and redstone power")
end
end

View file

@ -20,4 +20,5 @@ Wooden trapdoors are horizontal barriers which can be opened and closed by hand
To open or close the trapdoor, rightclick it or send a redstone signal to it.=Um die Falltür zu öffnen oder zu schließen, rechtsklicken Sie sie oder schicken Sie ein Redstone-Signal zu ihr.
Iron Trapdoor=Eisenfalltür
Iron trapdoors are horizontal barriers which can only be opened and closed by redstone signals, but not by hand. They occupy the upper or lower part of a block, depending on how they have been placed. When open, they can be climbed like a ladder.=Eisenfalltüren sind horizontale Barrieren, die nur mit einem Redstone-Signal geöffnet oder geschlossen werden können, nicht von Hand. Sie belegen den oberen oder unteren Teil eines Blocks, je nach dem, wie sie platziert wurden. Wenn geöffnet, können sie wie eine Leiter erklommen werden.
Openable by players and redstone power=Zu öffnen von Spielern und Redstoneenergie
Openable by redstone power=Zu öffnen von Redstoneenergie

View file

@ -20,3 +20,5 @@ Wooden trapdoors are horizontal barriers which can be opened and closed by hand
To open or close the trapdoor, rightclick it or send a redstone signal to it.=
Iron Trapdoor=
Iron trapdoors are horizontal barriers which can only be opened and closed by redstone signals, but not by hand. They occupy the upper or lower part of a block, depending on how they have been placed. When open, they can be climbed like a ladder.=
Openable by players and redstone power=
Openable by redstone power=