Add missing translations

This commit is contained in:
Joachim Stolberg 2023-02-12 17:56:38 +01:00
parent d82ae0c86e
commit 83b2bd483f
3 changed files with 5 additions and 3 deletions

View File

@ -892,11 +892,11 @@ TA4 Streetlamp Solar Cell=TA4 Straßenlampen-Solarzelle
### minichest.lua ### ### minichest.lua ###
Test Chest= Test Chest=Testkiste
### minitank.lua ### ### minitank.lua ###
Test Mini Tank= Test Mini Tank=Testminitank
### movecontroller.lua ### ### movecontroller.lua ###
@ -906,6 +906,7 @@ Move distance (A to B)=Entfernung (A nach B)
Operational mode=Betriebsmodus Operational mode=Betriebsmodus
Reset=Rücksetzen Reset=Rücksetzen
Switch to the remote controlled 'move xyz' mode=Wechseln in den ferngesteuerten 'move xyz'-Modus Switch to the remote controlled 'move xyz' mode=Wechseln in den ferngesteuerten 'move xyz'-Modus
TA Rack and Pinion=TA Zahnstange
TA4 Move Controller=TA4 Move Controller TA4 Move Controller=TA4 Move Controller
### node_detector.lua ### ### node_detector.lua ###

View File

@ -906,6 +906,7 @@ Move distance (A to B)=
Operational mode= Operational mode=
Reset= Reset=
Switch to the remote controlled 'move xyz' mode= Switch to the remote controlled 'move xyz' mode=
TA Rack and Pinion=
TA4 Move Controller= TA4 Move Controller=
### node_detector.lua ### ### node_detector.lua ###

View File

@ -266,7 +266,7 @@ techage.register_node({"techage:ta4_movecontroller"}, {
}) })
minetest.register_node("techage:rack_and_pinion", { minetest.register_node("techage:rack_and_pinion", {
description = "TA Rack and Pinion", description = S("TA Rack and Pinion"),
tiles = { tiles = {
-- up, down, right, left, back, front -- up, down, right, left, back, front
"default_steel_block.png", "default_steel_block.png",