From d6562e45b97ec21a9637cce043092bffe5d2dca6 Mon Sep 17 00:00:00 2001 From: Niklp09 <89982526+Niklp09@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:11:57 +0200 Subject: [PATCH] add more --- .../locale/homedecor_doors_and_gates.de.tr | 12 ++++++------ homedecor_misc/init.lua | 12 ++++++------ homedecor_misc/locale/homedecor_misc.de.tr | 6 ++++++ homedecor_misc/locale/homedecor_misc.es.tr | 6 ++++++ homedecor_misc/locale/homedecor_misc.fr.tr | 6 ++++++ homedecor_misc/locale/homedecor_misc.it.tr | 6 ++++++ homedecor_misc/locale/homedecor_misc.ms.tr | 6 ++++++ homedecor_misc/locale/homedecor_misc.pt.tr | 6 ++++++ homedecor_misc/locale/homedecor_misc.pt_BR.tr | 6 ++++++ homedecor_misc/locale/homedecor_misc.ru.tr | 6 ++++++ homedecor_misc/locale/homedecor_misc.zh_CN.tr | 6 ++++++ homedecor_misc/locale/template.txt | 6 ++++++ homedecor_plasmascreen/init.lua | 2 +- 13 files changed, 73 insertions(+), 13 deletions(-) diff --git a/homedecor_doors_and_gates/locale/homedecor_doors_and_gates.de.tr b/homedecor_doors_and_gates/locale/homedecor_doors_and_gates.de.tr index da86deb2..59efe6c4 100644 --- a/homedecor_doors_and_gates/locale/homedecor_doors_and_gates.de.tr +++ b/homedecor_doors_and_gates/locale/homedecor_doors_and_gates.de.tr @@ -1,11 +1,11 @@ # textdomain: homedecor_doors_and_gates Plain Wooden Door=Echtholz-Zimmertür -Fancy Wood/Glass Door=moderne Tür mit Lichtausschnitt -French door, Oak-colored=französische Flügeltür (Eichendesign) -French door, Mahogany-colored=französische Flügeltür (Mahagonidesign) -French door, White=französische Flügeltür (weiß) -Basic white panel Door=weiße Zimmertür -Wrought Iron Gate/Door=schmiedeeisernes Tor +Fancy Wood/Glass Door=Moderne Tür mit Lichtausschnitt +French door, Oak-colored=Französische Flügeltür (Eichendesign) +French door, Mahogany-colored=Französische Flügeltür (Mahagonidesign) +French door, White=Französische Flügeltür (weiß) +Basic white panel Door=Weiße Zimmertür +Wrought Iron Gate/Door=Schmiedeeisernes Tor Wooden Carolina door=Holztür, Carolina-Stil Wooden door with glass insert, type 3=Tür mit Lichtausschnitt Mahogany Closet Door=Mahagonilamellentür diff --git a/homedecor_misc/init.lua b/homedecor_misc/init.lua index 25b16cb9..29c1ae7d 100644 --- a/homedecor_misc/init.lua +++ b/homedecor_misc/init.lua @@ -43,9 +43,9 @@ homedecor.register("ceiling_tile", { }) local rug_types = { - { "small", "homedecor_small_rug.obj" }, - { "large", homedecor.box.slab_y(0.0625) }, - { "persian", homedecor.box.slab_y(0.0625) }, + { S("small"), "homedecor_small_rug.obj" }, + { S("large"), homedecor.box.slab_y(0.0625) }, + { S("persian"), homedecor.box.slab_y(0.0625) }, } for _, rt in ipairs(rug_types) do @@ -69,7 +69,7 @@ for _, rt in ipairs(rug_types) do end homedecor.register("rug_"..s, { - description = S("Rug (@1)", S(s)), + description = S("Rug (@1)", s), mesh = mesh, tiles = tiles, node_box = nodebox, @@ -83,11 +83,11 @@ for _, rt in ipairs(rug_types) do }) end -local pot_colors = { "black", "green", "terracotta" } +local pot_colors = { S("black"), S("green"), S("terracotta") } for _, p in ipairs(pot_colors) do homedecor.register("flower_pot_"..p, { - description = S("Flower Pot (@1)", S(p)), + description = S("Flower Pot (@1)", p), mesh = "homedecor_flowerpot.obj", tiles = { "homedecor_flower_pot_"..p..".png", diff --git a/homedecor_misc/locale/homedecor_misc.de.tr b/homedecor_misc/locale/homedecor_misc.de.tr index 7950035e..e0d77f9d 100644 --- a/homedecor_misc/locale/homedecor_misc.de.tr +++ b/homedecor_misc/locale/homedecor_misc.de.tr @@ -1,7 +1,13 @@ # textdomain: homedecor_misc Textured Ceiling Paint=Deckenfarbe Drop-Ceiling Tile=Abgehängte Deckenkachel +small= +large= +persian= Rug (@1)=Teppich (@1) +black=schwarz +green=grün +terracotta=Terrakotta Flower Pot (@1)=Blumentopf (@1) Rose=Rose Tulip=Tulpe diff --git a/homedecor_misc/locale/homedecor_misc.es.tr b/homedecor_misc/locale/homedecor_misc.es.tr index 306c47bd..496bd9f6 100644 --- a/homedecor_misc/locale/homedecor_misc.es.tr +++ b/homedecor_misc/locale/homedecor_misc.es.tr @@ -1,7 +1,13 @@ # textdomain: homedecor_misc Textured Ceiling Paint=Pintura de techo con textura Drop-Ceiling Tile=Azulejo de techo +small= +large= +persian= Rug (@1)=Tapete (@1) +black= +green= +terracotta= Flower Pot (@1)=Maceta (@1) Rose=Rosa Tulip=Tulipán diff --git a/homedecor_misc/locale/homedecor_misc.fr.tr b/homedecor_misc/locale/homedecor_misc.fr.tr index 5523d750..7213dfa3 100644 --- a/homedecor_misc/locale/homedecor_misc.fr.tr +++ b/homedecor_misc/locale/homedecor_misc.fr.tr @@ -1,7 +1,13 @@ # textdomain: homedecor_misc Textured Ceiling Paint=Peinture pour plafonds Drop-Ceiling Tile=Plaque de plafond +small= +large= +persian= Rug (@1)=Tapis (@1) +black= +green= +terracotta= Flower Pot (@1)=Pot de fleur (@1) Rose=Rose Tulip=Tulipe diff --git a/homedecor_misc/locale/homedecor_misc.it.tr b/homedecor_misc/locale/homedecor_misc.it.tr index c6db1873..9e4fe1b8 100644 --- a/homedecor_misc/locale/homedecor_misc.it.tr +++ b/homedecor_misc/locale/homedecor_misc.it.tr @@ -1,7 +1,13 @@ # textdomain: homedecor_misc Textured Ceiling Paint=Vernice con trama per il soffitto Drop-Ceiling Tile=Piastrella del controsoffitto +small= +large= +persian= Rug (@1)= +black= +green= +terracotta= Flower Pot (@1)= Rose= Tulip= diff --git a/homedecor_misc/locale/homedecor_misc.ms.tr b/homedecor_misc/locale/homedecor_misc.ms.tr index 15743a0d..055afa72 100644 --- a/homedecor_misc/locale/homedecor_misc.ms.tr +++ b/homedecor_misc/locale/homedecor_misc.ms.tr @@ -1,7 +1,13 @@ # textdomain: homedecor_misc Textured Ceiling Paint=Cat Siling Bertekstur Drop-Ceiling Tile=Kepingan Siling +small= +large= +persian= Rug (@1)=Ambal (@1) +black= +green= +terracotta= Flower Pot (@1)=Pasu Bunga (@1) Rose=Ros Tulip=Tulip diff --git a/homedecor_misc/locale/homedecor_misc.pt.tr b/homedecor_misc/locale/homedecor_misc.pt.tr index 16af2e99..bcd5d87f 100644 --- a/homedecor_misc/locale/homedecor_misc.pt.tr +++ b/homedecor_misc/locale/homedecor_misc.pt.tr @@ -1,7 +1,13 @@ # textdomain: homedecor_misc Textured Ceiling Paint=Pintura Texturizada do Teto Drop-Ceiling Tile=Placa de Teto +small= +large= +persian= Rug (@1)=Carpete (@1) +black= +green= +terracotta= Flower Pot (@1)=Vaso de Flores (@1) Rose=Rosa Tulip=Tulipa diff --git a/homedecor_misc/locale/homedecor_misc.pt_BR.tr b/homedecor_misc/locale/homedecor_misc.pt_BR.tr index 16af2e99..bcd5d87f 100644 --- a/homedecor_misc/locale/homedecor_misc.pt_BR.tr +++ b/homedecor_misc/locale/homedecor_misc.pt_BR.tr @@ -1,7 +1,13 @@ # textdomain: homedecor_misc Textured Ceiling Paint=Pintura Texturizada do Teto Drop-Ceiling Tile=Placa de Teto +small= +large= +persian= Rug (@1)=Carpete (@1) +black= +green= +terracotta= Flower Pot (@1)=Vaso de Flores (@1) Rose=Rosa Tulip=Tulipa diff --git a/homedecor_misc/locale/homedecor_misc.ru.tr b/homedecor_misc/locale/homedecor_misc.ru.tr index 0cecc1f7..f2b55582 100644 --- a/homedecor_misc/locale/homedecor_misc.ru.tr +++ b/homedecor_misc/locale/homedecor_misc.ru.tr @@ -1,7 +1,13 @@ # textdomain: homedecor_misc Textured Ceiling Paint=Текстурированная потолочная краска Drop-Ceiling Tile=Потолочная плитка +small= +large= +persian= Rug (@1)=Ковёр (@1) +black= +green= +terracotta= Flower Pot (@1)=Цветочный горшок (@1) Rose=Роза Tulip=Тюльпан diff --git a/homedecor_misc/locale/homedecor_misc.zh_CN.tr b/homedecor_misc/locale/homedecor_misc.zh_CN.tr index 22408b75..5b69340b 100644 --- a/homedecor_misc/locale/homedecor_misc.zh_CN.tr +++ b/homedecor_misc/locale/homedecor_misc.zh_CN.tr @@ -1,7 +1,13 @@ # textdomain: homedecor_misc Textured Ceiling Paint=纹理天花板漆 Drop-Ceiling Tile=落地砖 +small= +large= +persian= Rug (@1)=地毯(@1) +black= +green= +terracotta= Flower Pot (@1)=花盆(@1) Rose=玫瑰 Tulip=郁金香 diff --git a/homedecor_misc/locale/template.txt b/homedecor_misc/locale/template.txt index 3c47a715..49514875 100644 --- a/homedecor_misc/locale/template.txt +++ b/homedecor_misc/locale/template.txt @@ -1,7 +1,13 @@ # textdomain: homedecor_misc Textured Ceiling Paint= Drop-Ceiling Tile= +small= +large= +persian= Rug (@1)= +black= +green= +terracotta= Flower Pot (@1)= Rose= Tulip= diff --git a/homedecor_plasmascreen/init.lua b/homedecor_plasmascreen/init.lua index fa311957..d03da70d 100644 --- a/homedecor_plasmascreen/init.lua +++ b/homedecor_plasmascreen/init.lua @@ -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