This commit is contained in:
Niklp09 2023-08-21 20:11:57 +02:00
parent ffa7487eed
commit d6562e45b9
13 changed files with 73 additions and 13 deletions

View File

@ -1,11 +1,11 @@
# textdomain: homedecor_doors_and_gates # textdomain: homedecor_doors_and_gates
Plain Wooden Door=Echtholz-Zimmertür Plain Wooden Door=Echtholz-Zimmertür
Fancy Wood/Glass Door=moderne Tür mit Lichtausschnitt Fancy Wood/Glass Door=Moderne Tür mit Lichtausschnitt
French door, Oak-colored=französische Flügeltür (Eichendesign) French door, Oak-colored=Französische Flügeltür (Eichendesign)
French door, Mahogany-colored=französische Flügeltür (Mahagonidesign) French door, Mahogany-colored=Französische Flügeltür (Mahagonidesign)
French door, White=französische Flügeltür (weiß) French door, White=Französische Flügeltür (weiß)
Basic white panel Door=weiße Zimmertür Basic white panel Door=Weiße Zimmertür
Wrought Iron Gate/Door=schmiedeeisernes Tor Wrought Iron Gate/Door=Schmiedeeisernes Tor
Wooden Carolina door=Holztür, Carolina-Stil Wooden Carolina door=Holztür, Carolina-Stil
Wooden door with glass insert, type 3=Tür mit Lichtausschnitt Wooden door with glass insert, type 3=Tür mit Lichtausschnitt
Mahogany Closet Door=Mahagonilamellentür Mahogany Closet Door=Mahagonilamellentür

View File

@ -43,9 +43,9 @@ homedecor.register("ceiling_tile", {
}) })
local rug_types = { local rug_types = {
{ "small", "homedecor_small_rug.obj" }, { S("small"), "homedecor_small_rug.obj" },
{ "large", homedecor.box.slab_y(0.0625) }, { S("large"), homedecor.box.slab_y(0.0625) },
{ "persian", homedecor.box.slab_y(0.0625) }, { S("persian"), homedecor.box.slab_y(0.0625) },
} }
for _, rt in ipairs(rug_types) do for _, rt in ipairs(rug_types) do
@ -69,7 +69,7 @@ for _, rt in ipairs(rug_types) do
end end
homedecor.register("rug_"..s, { homedecor.register("rug_"..s, {
description = S("Rug (@1)", S(s)), description = S("Rug (@1)", s),
mesh = mesh, mesh = mesh,
tiles = tiles, tiles = tiles,
node_box = nodebox, node_box = nodebox,
@ -83,11 +83,11 @@ for _, rt in ipairs(rug_types) do
}) })
end end
local pot_colors = { "black", "green", "terracotta" } local pot_colors = { S("black"), S("green"), S("terracotta") }
for _, p in ipairs(pot_colors) do for _, p in ipairs(pot_colors) do
homedecor.register("flower_pot_"..p, { homedecor.register("flower_pot_"..p, {
description = S("Flower Pot (@1)", S(p)), description = S("Flower Pot (@1)", p),
mesh = "homedecor_flowerpot.obj", mesh = "homedecor_flowerpot.obj",
tiles = { tiles = {
"homedecor_flower_pot_"..p..".png", "homedecor_flower_pot_"..p..".png",

View File

@ -1,7 +1,13 @@
# textdomain: homedecor_misc # textdomain: homedecor_misc
Textured Ceiling Paint=Deckenfarbe Textured Ceiling Paint=Deckenfarbe
Drop-Ceiling Tile=Abgehängte Deckenkachel Drop-Ceiling Tile=Abgehängte Deckenkachel
small=
large=
persian=
Rug (@1)=Teppich (@1) Rug (@1)=Teppich (@1)
black=schwarz
green=grün
terracotta=Terrakotta
Flower Pot (@1)=Blumentopf (@1) Flower Pot (@1)=Blumentopf (@1)
Rose=Rose Rose=Rose
Tulip=Tulpe Tulip=Tulpe

View File

@ -1,7 +1,13 @@
# textdomain: homedecor_misc # textdomain: homedecor_misc
Textured Ceiling Paint=Pintura de techo con textura Textured Ceiling Paint=Pintura de techo con textura
Drop-Ceiling Tile=Azulejo de techo Drop-Ceiling Tile=Azulejo de techo
small=
large=
persian=
Rug (@1)=Tapete (@1) Rug (@1)=Tapete (@1)
black=
green=
terracotta=
Flower Pot (@1)=Maceta (@1) Flower Pot (@1)=Maceta (@1)
Rose=Rosa Rose=Rosa
Tulip=Tulipán Tulip=Tulipán

View File

@ -1,7 +1,13 @@
# textdomain: homedecor_misc # textdomain: homedecor_misc
Textured Ceiling Paint=Peinture pour plafonds Textured Ceiling Paint=Peinture pour plafonds
Drop-Ceiling Tile=Plaque de plafond Drop-Ceiling Tile=Plaque de plafond
small=
large=
persian=
Rug (@1)=Tapis (@1) Rug (@1)=Tapis (@1)
black=
green=
terracotta=
Flower Pot (@1)=Pot de fleur (@1) Flower Pot (@1)=Pot de fleur (@1)
Rose=Rose Rose=Rose
Tulip=Tulipe Tulip=Tulipe

View File

@ -1,7 +1,13 @@
# textdomain: homedecor_misc # textdomain: homedecor_misc
Textured Ceiling Paint=Vernice con trama per il soffitto Textured Ceiling Paint=Vernice con trama per il soffitto
Drop-Ceiling Tile=Piastrella del controsoffitto Drop-Ceiling Tile=Piastrella del controsoffitto
small=
large=
persian=
Rug (@1)= Rug (@1)=
black=
green=
terracotta=
Flower Pot (@1)= Flower Pot (@1)=
Rose= Rose=
Tulip= Tulip=

View File

@ -1,7 +1,13 @@
# textdomain: homedecor_misc # textdomain: homedecor_misc
Textured Ceiling Paint=Cat Siling Bertekstur Textured Ceiling Paint=Cat Siling Bertekstur
Drop-Ceiling Tile=Kepingan Siling Drop-Ceiling Tile=Kepingan Siling
small=
large=
persian=
Rug (@1)=Ambal (@1) Rug (@1)=Ambal (@1)
black=
green=
terracotta=
Flower Pot (@1)=Pasu Bunga (@1) Flower Pot (@1)=Pasu Bunga (@1)
Rose=Ros Rose=Ros
Tulip=Tulip Tulip=Tulip

View File

@ -1,7 +1,13 @@
# textdomain: homedecor_misc # textdomain: homedecor_misc
Textured Ceiling Paint=Pintura Texturizada do Teto Textured Ceiling Paint=Pintura Texturizada do Teto
Drop-Ceiling Tile=Placa de Teto Drop-Ceiling Tile=Placa de Teto
small=
large=
persian=
Rug (@1)=Carpete (@1) Rug (@1)=Carpete (@1)
black=
green=
terracotta=
Flower Pot (@1)=Vaso de Flores (@1) Flower Pot (@1)=Vaso de Flores (@1)
Rose=Rosa Rose=Rosa
Tulip=Tulipa Tulip=Tulipa

View File

@ -1,7 +1,13 @@
# textdomain: homedecor_misc # textdomain: homedecor_misc
Textured Ceiling Paint=Pintura Texturizada do Teto Textured Ceiling Paint=Pintura Texturizada do Teto
Drop-Ceiling Tile=Placa de Teto Drop-Ceiling Tile=Placa de Teto
small=
large=
persian=
Rug (@1)=Carpete (@1) Rug (@1)=Carpete (@1)
black=
green=
terracotta=
Flower Pot (@1)=Vaso de Flores (@1) Flower Pot (@1)=Vaso de Flores (@1)
Rose=Rosa Rose=Rosa
Tulip=Tulipa Tulip=Tulipa

View File

@ -1,7 +1,13 @@
# textdomain: homedecor_misc # textdomain: homedecor_misc
Textured Ceiling Paint=Текстурированная потолочная краска Textured Ceiling Paint=Текстурированная потолочная краска
Drop-Ceiling Tile=Потолочная плитка Drop-Ceiling Tile=Потолочная плитка
small=
large=
persian=
Rug (@1)=Ковёр (@1) Rug (@1)=Ковёр (@1)
black=
green=
terracotta=
Flower Pot (@1)=Цветочный горшок (@1) Flower Pot (@1)=Цветочный горшок (@1)
Rose=Роза Rose=Роза
Tulip=Тюльпан Tulip=Тюльпан

View File

@ -1,7 +1,13 @@
# textdomain: homedecor_misc # textdomain: homedecor_misc
Textured Ceiling Paint=纹理天花板漆 Textured Ceiling Paint=纹理天花板漆
Drop-Ceiling Tile=落地砖 Drop-Ceiling Tile=落地砖
small=
large=
persian=
Rug (@1)=地毯(@1 Rug (@1)=地毯(@1
black=
green=
terracotta=
Flower Pot (@1)=花盆(@1 Flower Pot (@1)=花盆(@1
Rose=玫瑰 Rose=玫瑰
Tulip=郁金香 Tulip=郁金香

View File

@ -1,7 +1,13 @@
# textdomain: homedecor_misc # textdomain: homedecor_misc
Textured Ceiling Paint= Textured Ceiling Paint=
Drop-Ceiling Tile= Drop-Ceiling Tile=
small=
large=
persian=
Rug (@1)= Rug (@1)=
black=
green=
terracotta=
Flower Pot (@1)= Flower Pot (@1)=
Rose= Rose=
Tulip= Tulip=

View File

@ -1,4 +1,4 @@
local S = minetest.get_translator("plasmascreen") local S = minetest.get_translator("homedecor_plasmascreen")
local sc_disallow = minetest.get_modpath("screwdriver") and screwdriver.disallow or nil local sc_disallow = minetest.get_modpath("screwdriver") and screwdriver.disallow or nil