Add missing translation for some redstone nodes

This commit is contained in:
Wuzzy 2019-12-09 22:02:35 +01:00
parent f04170d66b
commit 47f7b21190
6 changed files with 21 additions and 9 deletions

View file

@ -117,7 +117,7 @@ minetest.register_craft({
{"mcl_core:stick"},}
})
mcl_torches.register_torch("mesecon_torch_off", "Redstone Torch (off)",
mcl_torches.register_torch("mesecon_torch_off", S("Redstone Torch (off)"),
nil,
nil,
"jeija_torches_off.png",
@ -143,7 +143,7 @@ mcl_torches.register_torch("mesecon_torch_off", "Redstone Torch (off)",
}
)
mcl_torches.register_torch("mesecon_torch_overheated", "Redstone Torch (overheated)",
mcl_torches.register_torch("mesecon_torch_overheated", S("Redstone Torch (overheated)"),
nil,
nil,
"jeija_torches_off.png",

View file

@ -1,5 +1,7 @@
# textdomain: mesecons_torch
Redstone Torch=Redstonefackel
Redstone Torch (off)=Redstonefackel (aus)
Redstone Torch (overheated)=Redstonefackel (überhitzt)
A redstone torch is a redstone component which can be used to invert a redstone signal. It supplies its surrounding blocks with redstone power, except for the block it is attached to. A redstone torch is normally lit, but it can also be turned off by powering the block it is attached to. While unlit, a redstone torch does not power anything.=Eine Redstonefackel ist eine Redstonekomponente, die benutzt werden kann, um ein Redstonesignal zu invertieren. Sie versorgt die benachbarten Blöcke mit Redstoneenergie, ausgenommen den Block, an dem sie befestigt wurde. Eine Redstonefackel leuchtet normalerweise, aber sie kann auch ausgeschaltet werden, indem der Block, an dem sie befestigt ist, bestromt wird. Wenn sie aus ist, wird sie nichts mit Redstoneenergie versorgen.
Redstone torches can be placed at the side and on the top of full solid opaque blocks.=Redstonefackeln können an der Seite und auf der Oberseite der meisten undurchsichtigen ganzen Blöcke platziert werden.
Block of Redstone=Redstoneblock

View file

@ -1,5 +1,7 @@
# textdomain: mesecons_torch
Redstone Torch=
Redstone Torch (off)=
Redstone Torch (overheated)=
A redstone torch is a redstone component which can be used to invert a redstone signal. It supplies its surrounding blocks with redstone power, except for the block it is attached to. A redstone torch is normally lit, but it can also be turned off by powering the block it is attached to. While unlit, a redstone torch does not power anything.=
Redstone torches can be placed at the side and on the top of full solid opaque blocks.=
Block of Redstone=