forked from mtcontrib/plantlife_modpack
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
ac33f684b2
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
mushroom = {}
|
mushroom = {}
|
||||||
|
|
||||||
|
-- support for i18n
|
||||||
|
local S = minetest.get_translator("3dmushrooms")
|
||||||
|
|
||||||
minetest.override_item("flowers:mushroom_fertile_brown", {
|
minetest.override_item("flowers:mushroom_fertile_brown", {
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "3dmushrooms.obj",
|
mesh = "3dmushrooms.obj",
|
||||||
@ -66,4 +69,4 @@ minetest.register_alias("mushroom:poison", "flowers:mushroom_red")
|
|||||||
|
|
||||||
minetest.register_alias("mushroom:identifier", "default:mese_crystal_fragment")
|
minetest.register_alias("mushroom:identifier", "default:mese_crystal_fragment")
|
||||||
|
|
||||||
print("[3D Mushrooms] loaded.")
|
minetest.log("info", S("[3D Mushrooms] loaded."))
|
||||||
|
8
3dmushrooms/locale/3dmushrooms.de.tr
Normal file
8
3dmushrooms/locale/3dmushrooms.de.tr
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# textdomain: 3dmushrooms
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
|
||||||
|
[3D Mushrooms] loaded.=[3D Mushrooms] geladen.
|
8
3dmushrooms/locale/3dmushrooms.eo.tr
Normal file
8
3dmushrooms/locale/3dmushrooms.eo.tr
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# textdomain: 3dmushrooms
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
|
||||||
|
[3D Mushrooms] loaded.=[3D Mushrooms] ŝargis.
|
8
3dmushrooms/locale/template.txt
Normal file
8
3dmushrooms/locale/template.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# textdomain: 3dmushrooms
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
|
||||||
|
[3D Mushrooms] loaded.=
|
@ -53,6 +53,7 @@ for i in pairs(BushBranchCenter) do
|
|||||||
"bushes_leaves_"..TexNum..".png",
|
"bushes_leaves_"..TexNum..".png",
|
||||||
"bushes_branches_center_"..TexNum..".png"
|
"bushes_branches_center_"..TexNum..".png"
|
||||||
},
|
},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
@ -95,6 +96,7 @@ for i in pairs(BushBranchSide) do
|
|||||||
--[[back]] "bushes_branches_center_"..TexNum..".png",-- unless U really want 'em 2 B different
|
--[[back]] "bushes_branches_center_"..TexNum..".png",-- unless U really want 'em 2 B different
|
||||||
--[[front]] "bushes_branches_right_"..TexNum..".png"
|
--[[front]] "bushes_branches_right_"..TexNum..".png"
|
||||||
},
|
},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
@ -131,11 +133,13 @@ for i in pairs(BushLeafNode) do
|
|||||||
description = S("Bush Leaves @1", Num),
|
description = S("Bush Leaves @1", Num),
|
||||||
drawtype = "allfaces_optional",
|
drawtype = "allfaces_optional",
|
||||||
tiles = {"bushes_leaves_"..Num..".png"},
|
tiles = {"bushes_leaves_"..Num..".png"},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
groups = { -- MM: Should we add leafdecay?
|
groups = { -- MM: Should we add leafdecay?
|
||||||
snappy=3,
|
snappy=3,
|
||||||
flammable=2,
|
flammable=2,
|
||||||
attached_node=1
|
attached_node=1,
|
||||||
|
leaves=1
|
||||||
},
|
},
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
})
|
})
|
||||||
|
10
bushes/locale/bushes.de.tr
Normal file
10
bushes/locale/bushes.de.tr
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# textdomain: bushes
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
|
||||||
|
Young Tree 2 (bottom)=Strauch 2 (Ansatz)
|
||||||
|
Bush Branches @1=Buschäste @1
|
||||||
|
Bush Leaves @1=Buschblätter @1
|
10
bushes/locale/bushes.eo.tr
Normal file
10
bushes/locale/bushes.eo.tr
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# textdomain: bushes
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
|
||||||
|
Young Tree 2 (bottom)=Juna Arbo 2 (malsupro)
|
||||||
|
Bush Branches @1=Arbustaj Branĉoj @1
|
||||||
|
Bush Leaves @1=Arbustaj Folioj @1
|
46
bushes_classic/locale/bushes_classic.eo.tr
Normal file
46
bushes_classic/locale/bushes_classic.eo.tr
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
# textdomain: bushes_classic
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Sugar=Sukero
|
||||||
|
Basket with Strawberry pies=Korbo kun Fragokukoj
|
||||||
|
Cooked Strawberry pie=Kuirita Fragokuko
|
||||||
|
Raw Strawberry pie=Kruda Fragokuko
|
||||||
|
Slice of Strawberry pie=Tranĉaĵo de Fragokuko
|
||||||
|
Strawberry=Frago
|
||||||
|
Strawberry Bush=Fraga Arbusto
|
||||||
|
Basket with Blackberry pies=Korbo kun Rubusokukoj
|
||||||
|
Cooked Blackberry pie=Kuirita Rubusokuko
|
||||||
|
Raw Blackberry pie=Kruda Rubusokuko
|
||||||
|
Slice of Blackberry pie=Tranĉaĵo de Rubusokuko
|
||||||
|
Blackberry=Rubuso
|
||||||
|
Blackberry Bush=Rubusa Arbusto
|
||||||
|
Basket with Blueberry pies=Korbo kun Mirtelokukoj
|
||||||
|
Blueberry=Mirtelo
|
||||||
|
Blueberry Bush=Mirtela Arbusto
|
||||||
|
Cooked Blueberry pie=Kuirita Mirtelokuko
|
||||||
|
Raw Blueberry pie=Kruda Mirtelokuko
|
||||||
|
Slice of Blueberry pie=Tranĉaĵo de Mirtelokuko
|
||||||
|
Basket with Raspberry pies=Korbo kun Frambokukoj
|
||||||
|
Cooked Raspberry pie=Kuirita Frambokuko
|
||||||
|
Raspberry=Frambo
|
||||||
|
Raspberry Bush=Framba Arbusto
|
||||||
|
Raw Raspberry pie=Kruda Frambokuko
|
||||||
|
Slice of Raspberry pie=Tranĉaĵo de Frambokuko
|
||||||
|
Basket with Gooseberry pies=Korbo kun Grosberkuko
|
||||||
|
Cooked Gooseberry pie=Kuirita Grosberkuko
|
||||||
|
Gooseberry=Grosbero
|
||||||
|
Gooseberry Bush=Grosberarbusto
|
||||||
|
Raw Gooseberry pie=Kruda Grosberkuko
|
||||||
|
Slice of Gooseberry pie=Tranĉaĵo de Grosberkuko
|
||||||
|
Basket with Mixed Berry pies=Korbo kun Miksitaj Beraj Kukoj
|
||||||
|
Cooked Mixed Berry pie=Kuirita Miksa Beraj Kukoj
|
||||||
|
Currently fruitless Bush=Nuntempe senfrukta Arbusto
|
||||||
|
Mixed Berry=Miksita Bero
|
||||||
|
Raw Mixed Berry pie=Kruda Miksita Bera Kuko
|
||||||
|
Slice of Mixed Berry pie=Tranĉaĵo de Miksita Bera Kuko
|
||||||
|
Basket=Korbo
|
@ -65,7 +65,7 @@ plantlife_bushes.after_dig_node = function(pos, oldnode, oldmetadata, digger)
|
|||||||
|
|
||||||
-- with a chance of 1/3, return 2 bushes
|
-- with a chance of 1/3, return 2 bushes
|
||||||
local amount
|
local amount
|
||||||
if random(1,3) == 1 then
|
if can_harvest and random(1,3) == 1 then
|
||||||
amount = "2"
|
amount = "2"
|
||||||
else
|
else
|
||||||
amount = "1"
|
amount = "1"
|
||||||
@ -175,6 +175,13 @@ for i, bush_name in ipairs(bushes_classic.bushes) do
|
|||||||
texture_top = "bushes_bush_top.png"
|
texture_top = "bushes_bush_top.png"
|
||||||
texture_bottom = "bushes_bush_bottom.png"
|
texture_bottom = "bushes_bush_bottom.png"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local node_dig_prediction
|
||||||
|
local node_placement_prediction
|
||||||
|
if bush_name ~= "fruitless" then
|
||||||
|
node_dig_prediction = "bushes:fruitless_bush"
|
||||||
|
node_placement_prediction = "bushes:fruitless_bush"
|
||||||
|
end
|
||||||
|
|
||||||
minetest.register_node(":bushes:" .. bush_name .. "_bush", {
|
minetest.register_node(":bushes:" .. bush_name .. "_bush", {
|
||||||
description = bushes_classic.bushes_descriptions[i][6],
|
description = bushes_classic.bushes_descriptions[i][6],
|
||||||
@ -187,6 +194,8 @@ for i, bush_name in ipairs(bushes_classic.bushes) do
|
|||||||
groups = groups,
|
groups = groups,
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
drop = "",
|
drop = "",
|
||||||
|
node_dig_prediction = node_dig_prediction,
|
||||||
|
node_placement_prediction = node_placement_prediction,
|
||||||
after_dig_node = function( pos, oldnode, oldmetadata, digger )
|
after_dig_node = function( pos, oldnode, oldmetadata, digger )
|
||||||
return plantlife_bushes.after_dig_node(pos, oldnode, oldmetadata, digger);
|
return plantlife_bushes.after_dig_node(pos, oldnode, oldmetadata, digger);
|
||||||
end,
|
end,
|
||||||
|
11
cavestuff/locale/cavestuff.de.tr
Normal file
11
cavestuff/locale/cavestuff.de.tr
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# textdomain: cavestuff
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Pebble=Kieselstein
|
||||||
|
Desert Pebble=Wüstenkiesel
|
||||||
|
Stalactite=Stalaktit
|
11
cavestuff/locale/cavestuff.eo.tr
Normal file
11
cavestuff/locale/cavestuff.eo.tr
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# textdomain: cavestuff
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Pebble=Ŝtoneto
|
||||||
|
Desert Pebble=Dezerta Ŝtoneto
|
||||||
|
Stalactite=Stalaktito
|
@ -130,6 +130,7 @@ minetest.register_node("dryplants:grass", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
tiles = {"dryplants_grass.png"},
|
tiles = {"dryplants_grass.png"},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
@ -161,6 +162,7 @@ minetest.register_node("dryplants:hay", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
tiles = {"dryplants_hay.png"},
|
tiles = {"dryplants_hay.png"},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
28
dryplants/locale/dryplants.de.tr
Normal file
28
dryplants/locale/dryplants.de.tr
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# textdomain: dryplants
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Sickle=Sichel
|
||||||
|
Cut Grass=Gras schneiden
|
||||||
|
Hay=Heu
|
||||||
|
Short Grass=Kurzes Gras
|
||||||
|
Juncus=Binsen
|
||||||
|
Wet Reed=Nasses Schilf
|
||||||
|
Wet Reed Slab=Nasse Schilfstufe
|
||||||
|
Wet Reed Roof=Nasses Schilfdach
|
||||||
|
Wet Reed Roof Corner=Nasser Schilfdachwinkel
|
||||||
|
Wet Reed Roof Corner 2=Nasser Schilfdachwinkel 2
|
||||||
|
Reed=Schilf
|
||||||
|
Reed Slab=Schilfstufe
|
||||||
|
Reed Roof=Schilfdach
|
||||||
|
Reed Roof Corner=Schilfdachwinkel
|
||||||
|
Reed Roof Corner 2=Schilfdachwinkel
|
||||||
|
Reedmace=Rohrkolben
|
||||||
|
Reedmace, height: 1=Rohrkolben, Höhe: 1
|
||||||
|
Reedmace, height: 2=Rohrkolben, Höhe: 2
|
||||||
|
Reedmace, height: 3=Rohrkolben, Höhe: 3
|
||||||
|
Reedmace, height: 3 & Spikes=Rohrkolben, Höhe: 3 & Rispe
|
28
dryplants/locale/dryplants.eo.tr
Normal file
28
dryplants/locale/dryplants.eo.tr
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# textdomain: dryplants
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Sickle=
|
||||||
|
Cut Grass=Tranĉita Herbenon
|
||||||
|
Hay=Fojno
|
||||||
|
Short Grass=Mallonga Herbo
|
||||||
|
Juncus=Junko
|
||||||
|
Wet Reed=Malseka Kano
|
||||||
|
Wet Reed Slab=Slabo de Malseka Kano
|
||||||
|
Wet Reed Roof=Tegmento de Malseka Kano
|
||||||
|
Wet Reed Roof Corner=Tegmentangulo de Malseka Kano
|
||||||
|
Wet Reed Roof Corner 2=Tegmentangulo 2 de Malseka Kano
|
||||||
|
Reed=Kano
|
||||||
|
Reed Slab=Slabo de Kano
|
||||||
|
Reed Roof=Tegmento de Kano
|
||||||
|
Reed Roof Corner=Tegmentangulo de Kano
|
||||||
|
Reed Roof Corner 2=Tegmentangulo 2 de Kano
|
||||||
|
Reedmace=Tifeo
|
||||||
|
Reedmace, height: 1=Tifeo, alteco: 1
|
||||||
|
Reedmace, height: 2=Tifeo, alteco: 2
|
||||||
|
Reedmace, height: 3=Tifeo, alteco: 3
|
||||||
|
Reedmace, height: 3 & Spikes=Tifeo, alteco: 3 & Pikiloj
|
@ -13,6 +13,25 @@ assert(abstract_ferns.config.enable_giant_treefern == true)
|
|||||||
local S = minetest.get_translator("ferns")
|
local S = minetest.get_translator("ferns")
|
||||||
-- lot of code, lot to load
|
-- lot of code, lot to load
|
||||||
|
|
||||||
|
function abstract_ferns.can_grow_giant_tree_fern(pos)
|
||||||
|
local node_name = minetest.get_node(pos).name
|
||||||
|
if node_name ~= "air" and node_name ~= "ferns:sapling_giant_tree_fern" and node_name ~= "default:junglegrass" then
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
|
local below_name = minetest.get_node(vector.new(pos.x, pos.y - 1, pos.z)).name
|
||||||
|
if minetest.get_item_group(below_name, "soil") == 0 and minetest.get_item_group(below_name, "sand") == 0 then
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
|
local light = minetest.get_node_light(pos, 0.5)
|
||||||
|
if light <= 8 then
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
|
||||||
abstract_ferns.grow_giant_tree_fern = function(pos)
|
abstract_ferns.grow_giant_tree_fern = function(pos)
|
||||||
local pos_aux = {x = pos.x, y = pos.y + 1, z = pos.z}
|
local pos_aux = {x = pos.x, y = pos.y + 1, z = pos.z}
|
||||||
local name = minetest.get_node(pos_aux).name
|
local name = minetest.get_node(pos_aux).name
|
||||||
@ -181,6 +200,7 @@ minetest.register_node("ferns:tree_fern_leave_big_end", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
tiles = { "ferns_tree_fern_leave_big_end.png" },
|
tiles = { "ferns_tree_fern_leave_big_end.png" },
|
||||||
|
use_texture_alpha = "clip",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
@ -213,6 +233,7 @@ minetest.register_node("ferns:fern_trunk_big_top", {
|
|||||||
"ferns_fern_trunk_big_top.png^ferns_tree_fern_leave_big_cross.png",
|
"ferns_fern_trunk_big_top.png^ferns_tree_fern_leave_big_cross.png",
|
||||||
"ferns_fern_trunk_big.png"
|
"ferns_fern_trunk_big.png"
|
||||||
},
|
},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
-- {left, bottom, front, right, top, back }
|
-- {left, bottom, front, right, top, back }
|
||||||
@ -250,6 +271,7 @@ minetest.register_node("ferns:fern_trunk_big", {
|
|||||||
"ferns_fern_trunk_big_top.png",
|
"ferns_fern_trunk_big_top.png",
|
||||||
"ferns_fern_trunk_big.png"
|
"ferns_fern_trunk_big.png"
|
||||||
},
|
},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-1/4, -1/2, -1/4, 1/4, 1/2, 1/4},
|
fixed = {-1/4, -1/2, -1/4, 1/4, 1/2, 1/4},
|
||||||
@ -296,7 +318,9 @@ minetest.register_abm({
|
|||||||
interval = 1000,
|
interval = 1000,
|
||||||
chance = 4,
|
chance = 4,
|
||||||
action = function(pos, node, _, _)
|
action = function(pos, node, _, _)
|
||||||
abstract_ferns.grow_giant_tree_fern({x = pos.x, y = pos.y-1, z = pos.z})
|
if abstract_ferns.can_grow_giant_tree_fern(pos) then
|
||||||
|
abstract_ferns.grow_giant_tree_fern({x = pos.x, y = pos.y-1, z = pos.z})
|
||||||
|
end
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
23
ferns/locale/ferns.de.tr
Normal file
23
ferns/locale/ferns.de.tr
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# textdomain: ferns
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Fiddlehead=Geigenkopf
|
||||||
|
Roasted Fiddlehead=Gerösteter Geigenkopf
|
||||||
|
Fern Tuber=Farnknolle
|
||||||
|
Roasted Fern Tuber=Geröstete Farnknolle
|
||||||
|
Lady-fern (Athyrium)=Frauenfarn (Athyrium)
|
||||||
|
Tree Fern Crown (Dicksonia)=Baumfarnkrone (Dicksonia)
|
||||||
|
Giant Tree Fern Leaves=Riesige Baumfarnblätter
|
||||||
|
Giant Tree Fern Leave End=Riesiges Baumfarnblattende
|
||||||
|
Giant Fern Trunk=Riesiger Baumfarnstamm
|
||||||
|
Giant Tree Fern Sapling=Riesiger Baumfarnsetzling
|
||||||
|
Young Horsetail (Equisetum)=Junger Schachtelhalm (Equisetum)
|
||||||
|
Horsetail (Equisetum)=Schachtelhalm (Equisetum)
|
||||||
|
Fern Trunk (Dicksonia)=Farnstamm (Dicksonia)
|
||||||
|
Tree Fern Sapling (Dicksonia)=Baumfarnsetzling (Dicksonia)
|
23
ferns/locale/ferns.eo.tr
Normal file
23
ferns/locale/ferns.eo.tr
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# textdomain: ferns
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Fiddlehead=Filika Supro
|
||||||
|
Roasted Fiddlehead=Rostita Filika Supro
|
||||||
|
Fern Tuber=Filika Tubero
|
||||||
|
Roasted Fern Tuber=Rostita Filika Tubero
|
||||||
|
Lady-fern (Athyrium)=Afiriumo (Athyrium)
|
||||||
|
Tree Fern Crown (Dicksonia)=Krono de Arba Filiko
|
||||||
|
Giant Tree Fern Leaves=Folioj de Giganta Arba Filiko
|
||||||
|
Giant Tree Fern Leave End=Folifino de Giganta Arba Filiko
|
||||||
|
Giant Fern Trunk=Trunko de Giganta Arba Filiko
|
||||||
|
Giant Tree Fern Sapling=Arbido de Giganta Arba Filiko
|
||||||
|
Young Horsetail (Equisetum)=Juna Ekvizeto (Equisetum)
|
||||||
|
Horsetail (Equisetum)=Ekvizeto (Equisetum)
|
||||||
|
Fern Trunk (Dicksonia)=Trunko de Arba Filiko (Dicksonia)
|
||||||
|
Tree Fern Sapling (Dicksonia)=Arbido de Arba Filiko (Dicksonia)
|
@ -13,6 +13,25 @@ assert(abstract_ferns.config.enable_treefern == true)
|
|||||||
|
|
||||||
local random = math.random
|
local random = math.random
|
||||||
|
|
||||||
|
function abstract_ferns.can_grow_tree_fern(pos)
|
||||||
|
local node_name = minetest.get_node(pos).name
|
||||||
|
if node_name ~= "air" and node_name ~= "ferns:sapling_tree_fern" and node_name ~= "default:junglegrass" then
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
|
local below_name = minetest.get_node(vector.new(pos.x, pos.y - 1, pos.z)).name
|
||||||
|
if minetest.get_item_group(below_name, "soil") == 0 and minetest.get_item_group(below_name, "sand") == 0 then
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
|
local light = minetest.get_node_light(pos, 0.5)
|
||||||
|
if light <= 8 then
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
|
||||||
abstract_ferns.grow_tree_fern = function(pos)
|
abstract_ferns.grow_tree_fern = function(pos)
|
||||||
|
|
||||||
local pos_aux = {x = pos.x, y = pos.y + 1, z = pos.z}
|
local pos_aux = {x = pos.x, y = pos.y + 1, z = pos.z}
|
||||||
@ -130,6 +149,7 @@ minetest.register_node("ferns:fern_trunk", {
|
|||||||
"ferns_fern_trunk_top.png",
|
"ferns_fern_trunk_top.png",
|
||||||
"ferns_fern_trunk.png"
|
"ferns_fern_trunk.png"
|
||||||
},
|
},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-1/8, -1/2, -1/8, 1/8, 1/2, 1/8},
|
fixed = {-1/8, -1/2, -1/8, 1/8, 1/2, 1/8},
|
||||||
@ -169,7 +189,9 @@ minetest.register_abm({
|
|||||||
interval = 1000,
|
interval = 1000,
|
||||||
chance = 4,
|
chance = 4,
|
||||||
action = function(pos, node, _, _)
|
action = function(pos, node, _, _)
|
||||||
abstract_ferns.grow_tree_fern({x = pos.x, y = pos.y-1, z = pos.z})
|
if abstract_ferns.can_grow_tree_fern(pos) then
|
||||||
|
abstract_ferns.grow_tree_fern({x = pos.x, y = pos.y-1, z = pos.z})
|
||||||
|
end
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ minetest.register_node("molehills:molehill",{
|
|||||||
description = S("Mole Hill"),
|
description = S("Mole Hill"),
|
||||||
inventory_image = "molehills_side.png",
|
inventory_image = "molehills_side.png",
|
||||||
tiles = { "molehills_dirt.png" },
|
tiles = { "molehills_dirt.png" },
|
||||||
|
use_texture_alpha = "clip",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
selection_box = mh_cbox,
|
selection_box = mh_cbox,
|
||||||
collision_box = mh_cbox,
|
collision_box = mh_cbox,
|
||||||
|
9
molehills/locale/molehills.de.tr
Normal file
9
molehills/locale/molehills.de.tr
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# textdomain: molehills
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Mole Hill=Maulwurfshügel
|
9
molehills/locale/molehills.eo.tr
Normal file
9
molehills/locale/molehills.eo.tr
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# textdomain: molehills
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Mole Hill=Talpa Monteto
|
10
nature_classic/locale/nature_classic.de.tr
Normal file
10
nature_classic/locale/nature_classic.de.tr
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# textdomain: nature_classic
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Apple blossoms=Apfelblüten
|
||||||
|
[Nature Classic] loaded!=[Nature Classic] geladen!
|
10
nature_classic/locale/nature_classic.txt
Normal file
10
nature_classic/locale/nature_classic.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# textdomain: nature_classic
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Apple blossoms=Poma Floroj
|
||||||
|
[Nature Classic] loaded!=[Nature Classic] ŝarĝita!
|
@ -25,6 +25,7 @@ for i in ipairs(algae_list) do
|
|||||||
"flowers_seaweed"..num..".png",
|
"flowers_seaweed"..num..".png",
|
||||||
"flowers_seaweed"..num..".png^[transformFY"
|
"flowers_seaweed"..num..".png^[transformFY"
|
||||||
},
|
},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
inventory_image = "flowers_seaweed_2.png",
|
inventory_image = "flowers_seaweed_2.png",
|
||||||
wield_image = "flowers_seaweed_2.png",
|
wield_image = "flowers_seaweed_2.png",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
11
pl_seaweed/locale/pl_seawood.eo.tr
Normal file
11
pl_seaweed/locale/pl_seawood.eo.tr
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# textdomain: pl_seaweed
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Seaweed=Algo
|
@ -23,6 +23,7 @@ minetest.register_node(":flowers:sunflower", {
|
|||||||
inventory_image = "flowers_sunflower_inv.png",
|
inventory_image = "flowers_sunflower_inv.png",
|
||||||
mesh = "flowers_sunflower.obj",
|
mesh = "flowers_sunflower.obj",
|
||||||
tiles = { "flowers_sunflower.png" },
|
tiles = { "flowers_sunflower.png" },
|
||||||
|
use_texture_alpha = "clip",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
11
pl_sunflowers/locale/pl_sunflowers.eo.tr
Normal file
11
pl_sunflowers/locale/pl_sunflowers.eo.tr
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# textdomain: pl_sunflowers
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Sunflower=Sunfloro
|
@ -36,6 +36,7 @@ for i in ipairs(lilies_list) do
|
|||||||
"flowers_waterlily"..deg2..".png",
|
"flowers_waterlily"..deg2..".png",
|
||||||
"flowers_waterlily"..deg2..".png^[transformFY"
|
"flowers_waterlily"..deg2..".png^[transformFY"
|
||||||
},
|
},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
inventory_image = "flowers_waterlily.png",
|
inventory_image = "flowers_waterlily.png",
|
||||||
wield_image = "flowers_waterlily.png",
|
wield_image = "flowers_waterlily.png",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
11
pl_waterlilies/locale/pl_waterlilies.eo.tr
Normal file
11
pl_waterlilies/locale/pl_waterlilies.eo.tr
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# textdomain: pl_waterlillies
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Waterlily=Akvolilio
|
12
poisonivy/locale/poisonivy.eo.tr
Normal file
12
poisonivy/locale/poisonivy.eo.tr
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# textdomain: poisonivy
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Poison ivy (seedling)=Venena hedero (plantido)
|
||||||
|
Poison ivy (sproutling)=Venena hedero (ĝermanta)
|
||||||
|
Poison ivy (climbing plant)=Venena hedero (grimpplanto)
|
||||||
|
[Poison Ivy] Loaded.=[Poison Ivy] ŝarĝita.
|
17
trunks/locale/trunks.de.tr
Normal file
17
trunks/locale/trunks.de.tr
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# textdomain: trunks
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Twig=Zweig
|
||||||
|
Moss=Moos
|
||||||
|
Moss with Fungus=Moos mit Pilz
|
||||||
|
Twigs Block=Zweigblock
|
||||||
|
Twigs Slab=Zweigstufe
|
||||||
|
Twigs Roof=Zweigdach
|
||||||
|
Twigs Roof Corner 1=Zweigdachwinkel 1
|
||||||
|
Twigs Roof Corner 2=Zweigdachwinkel 2
|
||||||
|
@1 Root=Wurzel von @1
|
17
trunks/locale/trunks.eo.tr
Normal file
17
trunks/locale/trunks.eo.tr
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# textdomain: trunks
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Twig=Branĉeto
|
||||||
|
Moss=Musko
|
||||||
|
Moss with Fungus=Musko kun Fungo
|
||||||
|
Twigs Block=Bloko de Branĉetoj
|
||||||
|
Twigs Slab=Slabo
|
||||||
|
Twigs Roof=Tegmento
|
||||||
|
Twigs Roof Corner 1=Tegmentangulo 1 de Branĉetoj
|
||||||
|
Twigs Roof Corner 2=Tegmentangulo 2 de Branĉetoj
|
||||||
|
@1 Root=@1 Radiko
|
@ -26,6 +26,7 @@ for i in pairs(NoDe) do
|
|||||||
"trunks_twig_"..NR..".png^[transformFY", -- mirror
|
"trunks_twig_"..NR..".png^[transformFY", -- mirror
|
||||||
"trunks_twig_6.png" -- empty
|
"trunks_twig_6.png" -- empty
|
||||||
},
|
},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
@ -89,6 +90,7 @@ for r = 0, 3 do
|
|||||||
description = S("Moss"),
|
description = S("Moss"),
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {"trunks_moss.png"..xform},
|
tiles = {"trunks_moss.png"..xform},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
inventory_image = "trunks_moss.png",
|
inventory_image = "trunks_moss.png",
|
||||||
wield_image = "trunks_moss.png",
|
wield_image = "trunks_moss.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
@ -111,6 +113,7 @@ for r = 0, 3 do
|
|||||||
tiles = {"trunks_moss_fungus.png"..xform},
|
tiles = {"trunks_moss_fungus.png"..xform},
|
||||||
inventory_image = "trunks_moss_fungus.png",
|
inventory_image = "trunks_moss_fungus.png",
|
||||||
wield_image = "trunks_moss_fungus.png",
|
wield_image = "trunks_moss_fungus.png",
|
||||||
|
use_texture_alpha = "clip",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
@ -377,6 +380,7 @@ for i in pairs(TRuNKS) do
|
|||||||
--[[back]] MoD.."_"..TRuNK..".png",
|
--[[back]] MoD.."_"..TRuNK..".png",
|
||||||
--[[front]] MoD.."_"..TRuNK..".png"
|
--[[front]] MoD.."_"..TRuNK..".png"
|
||||||
},
|
},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
selection_box = {type = "fixed", fixed = roots_cube},
|
selection_box = {type = "fixed", fixed = roots_cube},
|
||||||
node_box = {type = "fixed", fixed = roots_sheet},
|
node_box = {type = "fixed", fixed = roots_sheet},
|
||||||
|
@ -128,7 +128,7 @@ vines.register_vine = function( name, defs, biome )
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
buildable_to = false,
|
buildable_to = false,
|
||||||
tiles = {vine_image_end},
|
tiles = {vine_image_end .. (drawtype == "plantlike" and "^[transformR180" or "")},
|
||||||
drawtype = drawtype,
|
drawtype = drawtype,
|
||||||
inventory_image = vine_image_end,
|
inventory_image = vine_image_end,
|
||||||
groups = groups,
|
groups = groups,
|
||||||
|
14
vines/locale/vines.de.tr
Normal file
14
vines/locale/vines.de.tr
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# textdomain: vines
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
Vines=Ranken
|
||||||
|
Matured=Gereifte
|
||||||
|
Rope=Seil
|
||||||
|
Shears=Schere
|
||||||
|
Roots=Wurzeln
|
||||||
|
Jungle Vines=Dschungelranken
|
||||||
|
Willow Vines=Weidenranken
|
14
vines/locale/vines.eo.tr
Normal file
14
vines/locale/vines.eo.tr
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# textdomain: vines
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
Vines=Vitoj
|
||||||
|
Matured=Maturita
|
||||||
|
Rope=Ŝnuro
|
||||||
|
Shears=Tondiloj
|
||||||
|
Roots=Radikoj
|
||||||
|
Jungle Vines=Ĝangalaj Vitoj
|
||||||
|
Willow Vines=Salikaj Vitoj
|
12
woodsoils/locale/woodsoils.de.tr
Normal file
12
woodsoils/locale/woodsoils.de.tr
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# textdomain: woodsoils
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Forest Soil 1=Waldboden 1
|
||||||
|
Forest Soil 2=Waldboden 2
|
||||||
|
Forest Soil 3=Waldboden 3
|
||||||
|
Forest Soil 4=Waldboden 4
|
12
woodsoils/locale/woodsoils.eo.tr
Normal file
12
woodsoils/locale/woodsoils.eo.tr
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# textdomain: woodsoils
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Forest Soil 1=Arbara Grundo 1
|
||||||
|
Forest Soil 2=Arbara Grundo 2
|
||||||
|
Forest Soil 3=Arbara Grundo 3
|
||||||
|
Forest Soil 4=Arbara Grundo 4
|
@ -34,6 +34,7 @@ minetest.register_node("youngtrees:youngtree2_middle",{
|
|||||||
description = S("Young Tree 2 (middle)"),
|
description = S("Young Tree 2 (middle)"),
|
||||||
drawtype="nodebox",
|
drawtype="nodebox",
|
||||||
tiles = {"youngtree2branch.png"},
|
tiles = {"youngtree2branch.png"},
|
||||||
|
use_texture_alpha = "clip",
|
||||||
inventory_image = "youngtree2branch.png",
|
inventory_image = "youngtree2branch.png",
|
||||||
wield_image = "youngtree2branch.png",
|
wield_image = "youngtree2branch.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
13
youngtrees/locale/youngtrees.de.tr
Normal file
13
youngtrees/locale/youngtrees.de.tr
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# textdomain: youngtrees
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Young Bamboo Tree=Junger Bambus
|
||||||
|
Young Tree 2 (middle)=Strauch 2 (Mitte)
|
||||||
|
Young Tree (top)=Strauch (Spitze)
|
||||||
|
Young Tree (middle)=Strauch (Mitte)
|
||||||
|
Young Tree (bottom)=Strauch (Ansatz)
|
13
youngtrees/locale/youngtrees.eo.tr
Normal file
13
youngtrees/locale/youngtrees.eo.tr
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# textdomain: youngtrees
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Jolesh, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Young Bamboo Tree=Juna Bambuarbo
|
||||||
|
Young Tree 2 (middle)=Juna Arbo 2 (mezo)
|
||||||
|
Young Tree (top)=Juna Arbo (supro)
|
||||||
|
Young Tree (middle)=Juna Arbo (mezo)
|
||||||
|
Young Tree (bottom)=Juna Arbo (malsupro)
|
Loading…
Reference in New Issue
Block a user