MT5 translation for lavalamp

This commit is contained in:
Louis Royer 2020-08-05 01:21:08 +02:00
parent b88d76d07f
commit 0800810530
13 changed files with 73 additions and 7 deletions

View File

@ -1,4 +0,0 @@
wool
bucket
homedecor_common
unifieddyes

View File

@ -1,5 +1,4 @@
local S = homedecor.gettext
local S = minetest.get_translator("lavalamp")
lavalamp = {}
@ -65,7 +64,6 @@ minetest.register_node("lavalamp:lavalamp_off", {
},
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory=1},
sounds = default.node_sound_glass_defaults(),
drop = "lavalamp:lavalamp",
on_construct = unifieddyes.on_construct,
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
node.name = "lavalamp:lavalamp"

View File

@ -0,0 +1,7 @@
# textdomain: lavalamp
### init.lua ###
Lava Lamp/Light=Lavalampe
Lava Lamp/Light (off)=Lavalampe (aus)

View File

@ -0,0 +1,7 @@
# textdomain: lavalamp
### init.lua ###
Lava Lamp/Light=Lámpara de lava
Lava Lamp/Light (off)=Lámpara de lava (apagada)

View File

@ -0,0 +1,7 @@
# textdomain: lavalamp
### init.lua ###
Lava Lamp/Light=Lampe à lave
Lava Lamp/Light (off)=Lampe à lave (éteinte)

View File

@ -0,0 +1,7 @@
# textdomain: lavalamp
### init.lua ###
Lava Lamp/Light=Lampada da tavolo
Lava Lamp/Light (off)=

View File

@ -0,0 +1,7 @@
# textdomain: lavalamp
### init.lua ###
Lava Lamp/Light=Lampu Lava
Lava Lamp/Light (off)=Lampu Lava (tutup)

View File

@ -0,0 +1,7 @@
# textdomain: lavalamp
### init.lua ###
Lava Lamp/Light=Lâmpada de Lava
Lava Lamp/Light (off)=Lâmpada de Lava (desligada)

View File

@ -0,0 +1,7 @@
# textdomain: lavalamp
### init.lua ###
Lava Lamp/Light=Lâmpada de Lava
Lava Lamp/Light (off)=Lâmpada de Lava (desligada)

View File

@ -0,0 +1,7 @@
# textdomain: lavalamp
### init.lua ###
Lava Lamp/Light=Лавовый светильник
Lava Lamp/Light (off)=Лавовый светильник (выключен)

View File

@ -0,0 +1,7 @@
# textdomain: lavalamp
### init.lua ###
Lava Lamp/Light=岩浆灯
Lava Lamp/Light (off)=岩浆灯(关闭)

View File

@ -0,0 +1,7 @@
# textdomain: lavalamp
### init.lua ###
Lava Lamp/Light=
Lava Lamp/Light (off)=

2
lavalamp/mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = lavalamp
depends = wool, bucket, homedecor_common, unifieddyes