mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-28 11:40:16 +01:00
add spanish translation (thx mckaygerhard), add trellis setting to registered_crops (thx nixnoxus)
This commit is contained in:
parent
11a829baf7
commit
3cbbb3678e
1
api.txt
1
api.txt
@ -16,6 +16,7 @@ The farming API allows you to easily register plants and hoes.
|
|||||||
'minlight' min light level needed to grow
|
'minlight' min light level needed to grow
|
||||||
'maxlight' max light level needed to grow
|
'maxlight' max light level needed to grow
|
||||||
'steps' number of steps crop has in growth cycle
|
'steps' number of steps crop has in growth cycle
|
||||||
|
'trellis' name of trellis node (e.g. "farming:trellis"), default: nil
|
||||||
|
|
||||||
### Hoe Definition
|
### Hoe Definition
|
||||||
|
|
||||||
|
@ -222,6 +222,7 @@ minetest.register_node("farming:beanpole_5", table.copy(def))
|
|||||||
|
|
||||||
-- add to registered_plants
|
-- add to registered_plants
|
||||||
farming.registered_plants["farming:beans"] = {
|
farming.registered_plants["farming:beans"] = {
|
||||||
|
trellis = "farming:beanpole",
|
||||||
crop = "farming:beanpole",
|
crop = "farming:beanpole",
|
||||||
seed = "farming:beans",
|
seed = "farming:beans",
|
||||||
minlight = farming.min_light,
|
minlight = farming.min_light,
|
||||||
|
@ -199,6 +199,7 @@ minetest.register_node("farming:cocoa_4", table.copy(def))
|
|||||||
|
|
||||||
-- add to registered_plants
|
-- add to registered_plants
|
||||||
farming.registered_plants["farming:cocoa_beans"] = {
|
farming.registered_plants["farming:cocoa_beans"] = {
|
||||||
|
trellis = "default:jungletree",
|
||||||
crop = "farming:cocoa",
|
crop = "farming:cocoa",
|
||||||
seed = "farming:cocoa_beans_raw",
|
seed = "farming:cocoa_beans_raw",
|
||||||
minlight = farming.min_light,
|
minlight = farming.min_light,
|
||||||
|
@ -229,6 +229,7 @@ minetest.register_node("farming:grapes_8", table.copy(def))
|
|||||||
|
|
||||||
-- add to registered_plants
|
-- add to registered_plants
|
||||||
farming.registered_plants["farming:grapes"] = {
|
farming.registered_plants["farming:grapes"] = {
|
||||||
|
trellis = "farming:trellis",
|
||||||
crop = "farming:grapes",
|
crop = "farming:grapes",
|
||||||
seed = "farming:grapes",
|
seed = "farming:grapes",
|
||||||
minlight = farming.min_light,
|
minlight = farming.min_light,
|
||||||
|
194
locale/es.txt
Normal file
194
locale/es.txt
Normal file
@ -0,0 +1,194 @@
|
|||||||
|
# Translation of the farming mod by TenPlus1
|
||||||
|
# textdomain: farming
|
||||||
|
# author: PICCORO Lenz McKAY <mckaygerhard@gmail.com>
|
||||||
|
# last update: 2022/Feb/16
|
||||||
|
|
||||||
|
###### folder . ######
|
||||||
|
|
||||||
|
### init.lua ###
|
||||||
|
Seed=Semillas
|
||||||
|
|
||||||
|
### compatibility.lua ###
|
||||||
|
Banana=Banana
|
||||||
|
Banana Leaves=Hojas de banana
|
||||||
|
Orange=Naranja
|
||||||
|
Strawberry=Fresas
|
||||||
|
|
||||||
|
### food.lua ###
|
||||||
|
Sugar=Azucar
|
||||||
|
Salt=Sal
|
||||||
|
Rose Water=Agua de rosa
|
||||||
|
Turkish Delight=Delicia turca
|
||||||
|
Garlic Bread=Pan de Ajo
|
||||||
|
Donut=Dona
|
||||||
|
Chocolate Donut=Dona de Chocolate
|
||||||
|
Apple Donut=Dona de Manzana
|
||||||
|
Porridge=Papilla
|
||||||
|
Jaffa Cake=Pastel de Jaffa
|
||||||
|
|
||||||
|
### hoes.lua ###
|
||||||
|
Hoe=Azadon
|
||||||
|
Wooden Hoe=Azadon de Madera
|
||||||
|
Stone Hoe=Azadon de Piedra
|
||||||
|
Steel Hoe=Azadon de Acero
|
||||||
|
Bronze Hoe=Azadon de Bronze
|
||||||
|
Mese Hoe=Azadon de Mese
|
||||||
|
Diamond Hoe=Azadon de Diamante
|
||||||
|
# Surcharge du mod [Toolranks] à faire #
|
||||||
|
Hoe Bomb (use or throw on grassy areas to hoe land)=Bomba de azada (usar o arrojar en áreas verdes para cavar tierra)
|
||||||
|
Mithril Scythe (Right-click to harvest and replant crops)=Guadaña de mithril (clic derecho para cosechar y replantar cultivos)
|
||||||
|
# Surcharge du mod [Toolranks] à faire #
|
||||||
|
|
||||||
|
### soil.lua ###
|
||||||
|
Soil=Suelo
|
||||||
|
Wet Soil=Suelo Seco
|
||||||
|
|
||||||
|
### utensils.lua ###
|
||||||
|
Wooden Bowl=Cuenco de Madera
|
||||||
|
Saucepan=Cacerola
|
||||||
|
Cooking Pot=Olla
|
||||||
|
Baking Tray=Bandeja Hornear
|
||||||
|
Skillet=Sarten
|
||||||
|
Mortar and Pestle=Mortero y Maza
|
||||||
|
Cutting Board=Tabla de cortar
|
||||||
|
Juicer=Exprimidor
|
||||||
|
Glass Mixing Bowl=Tazón de mezcla de vidrio
|
||||||
|
|
||||||
|
|
||||||
|
###### folder ./crops ######
|
||||||
|
|
||||||
|
### barley.lua ###
|
||||||
|
Barley Seed=Semillas de Cevada
|
||||||
|
Barley=Cevada
|
||||||
|
|
||||||
|
### beans.lua ###
|
||||||
|
Green Beans=Frijoles Verdes
|
||||||
|
Bean Pole (place on soil before planting beans)=Base de frijol (colocar en el suelo antes de plantar frijoles)
|
||||||
|
|
||||||
|
### beetroot.lua ###
|
||||||
|
Beetroot=Remolacha
|
||||||
|
Beetroot Soup=Sopa de Remolacha
|
||||||
|
|
||||||
|
### blueberry.lua ###
|
||||||
|
Blueberries=Arándanos
|
||||||
|
Blueberry Muffin=Muffin de Arándanos
|
||||||
|
Blueberry Pie=Pastel de Arándanos
|
||||||
|
|
||||||
|
### carrot.lua ##
|
||||||
|
Carrot=Zanahoria
|
||||||
|
Carrot Juice=Jugo de Zanahoria
|
||||||
|
Golden Carrot=Zanahoria Dorada
|
||||||
|
|
||||||
|
### chili.lua ###
|
||||||
|
Chili Pepper=Chile o ajies
|
||||||
|
Bowl of Chili=Tazon de Chile o ajies
|
||||||
|
|
||||||
|
### cocoa.lua ###
|
||||||
|
Cocoa Beans=Amendras de Cacao
|
||||||
|
Cookie=Galleta
|
||||||
|
Bar of Dark Chocolate=Barra de Chocolate Negro
|
||||||
|
Chocolate Block=Bloque de Chocolate
|
||||||
|
|
||||||
|
### coffee.lua ###
|
||||||
|
Coffee Beans=Grano de Cafe
|
||||||
|
Cup of Coffee=Taza de Cafe
|
||||||
|
|
||||||
|
### corn.lua ###
|
||||||
|
Corn=Maiz
|
||||||
|
Corn on the Cob=Mazorca de Maiz
|
||||||
|
Cornstarch=Almidon
|
||||||
|
Bottle of Ethanol=Garrafa de Etanol
|
||||||
|
|
||||||
|
### cotton.lua ###
|
||||||
|
Cotton Seed=Sementes de Algodon
|
||||||
|
Cotton=Algodon
|
||||||
|
String=Cadena
|
||||||
|
|
||||||
|
### cucumber.lua ###
|
||||||
|
Cucumber=Pepino
|
||||||
|
|
||||||
|
### garlic.lua ###
|
||||||
|
Garlic clove=Diente de Ajo
|
||||||
|
Garlic=Ajo
|
||||||
|
Garlic Braid=Trenza de Ajo
|
||||||
|
|
||||||
|
### grapes.lua ###
|
||||||
|
Grapes=Uvas
|
||||||
|
Trellis (place on soil before planting grapes)=Grade de Ripas (colocar en el suelo antes de plantar las uvas)
|
||||||
|
|
||||||
|
### hemp.lua ###
|
||||||
|
Hemp Seed=Semilla de Caniamo
|
||||||
|
Hemp Leaf=Folha de Caniamo
|
||||||
|
Bottle of Hemp Oil=Garrafa de Aceite de Caniamo
|
||||||
|
Hemp Fibre=Fibra de Caniamo
|
||||||
|
Hemp Block=Bloque de Caniamo
|
||||||
|
Hemp Rope=Corda de Caniamo
|
||||||
|
|
||||||
|
### melon.lua ###
|
||||||
|
Melon Slice=Rebanada de Melon
|
||||||
|
Melon=Melon
|
||||||
|
|
||||||
|
### onion.lua ###
|
||||||
|
Onion=Cebolla
|
||||||
|
|
||||||
|
### peas.lua ###
|
||||||
|
Pea Pod=Vaina de guisante
|
||||||
|
Peas=Gisantes
|
||||||
|
Pea Soup=Sopa de Guisantes
|
||||||
|
|
||||||
|
### pepper.lua ###
|
||||||
|
Peppercorn=Grano de Pimienta
|
||||||
|
Pepper=Pimienta
|
||||||
|
Ground Pepper=Pimienta Molida
|
||||||
|
|
||||||
|
### pinapple.lua ###
|
||||||
|
Pineapple Top=Tope de Piña
|
||||||
|
Pineapple=Pinia
|
||||||
|
Pineapple Ring=Anillo de pinia
|
||||||
|
Pineapple Juice=Jugo de pinia
|
||||||
|
|
||||||
|
### potato.lua ###
|
||||||
|
Potato=Batata
|
||||||
|
Baked Potato=Batata Cocida
|
||||||
|
Cucumber and Potato Salad=Ensalada de Pepino y Patatas
|
||||||
|
|
||||||
|
### pumpkin.lua ###
|
||||||
|
Pumpkin Slice=Pedazo de Calabaza
|
||||||
|
Jack 'O Lantern (punch to turn on and off)=Jack 'O Lantern (golpea para encender o apagar)
|
||||||
|
Scarecrow Bottom=Espantapajaros abajo
|
||||||
|
Pumpkin Bread=Pan de Calabaza
|
||||||
|
Pumpkin Dough=Masa de Calabaza
|
||||||
|
Pumpkin=Calabaza
|
||||||
|
|
||||||
|
### raspberry.lua ###
|
||||||
|
Raspberries=Frambuesa
|
||||||
|
Raspberry Smoothie=Batida de Frambuesa
|
||||||
|
|
||||||
|
### rhubarb.lua ###
|
||||||
|
Rhubarb=Ruibarbo
|
||||||
|
Rhubarb Pie=Torta de Ruibarbo
|
||||||
|
|
||||||
|
### ryeoatrice.lua ###
|
||||||
|
Rye=Centeno
|
||||||
|
Rye seed=Semilla de centeno
|
||||||
|
Oat=Avena
|
||||||
|
Oat seed=Semilla de avena
|
||||||
|
Rice=Arroz
|
||||||
|
Rice grains=Granos de arroz
|
||||||
|
Rice Bread=PAn de arroz
|
||||||
|
Rice Flour=Harina de arroz
|
||||||
|
Multigrain Flour=Harina multicereal
|
||||||
|
Multigrain Bread=Pan multicereal
|
||||||
|
|
||||||
|
### tomato.lua ###
|
||||||
|
Tomato=Tomate
|
||||||
|
|
||||||
|
### wheat.lua ###
|
||||||
|
Wheat Seed=Semillas de Trigo
|
||||||
|
Wheat=Trigo
|
||||||
|
Straw=Paja
|
||||||
|
Flour=Harina
|
||||||
|
Bread=Pan
|
||||||
|
Sliced Bread=Pan rebanado
|
||||||
|
Toast=Tostadas
|
||||||
|
Toast Sandwich=Emparedado de tostadas
|
134
locale/farming.es.tr
Normal file
134
locale/farming.es.tr
Normal file
@ -0,0 +1,134 @@
|
|||||||
|
# textdomain:farming
|
||||||
|
%s Hoe=%s Azadon
|
||||||
|
Apple Donut=Dona de Manzana
|
||||||
|
Apple Pie=Pastel de Manzana
|
||||||
|
Baked Potato=Papa al Horno
|
||||||
|
Baking Tray=Bandeja Hornear
|
||||||
|
Banana=Platano
|
||||||
|
Banana Leaves=Hojas de Platano
|
||||||
|
Bar of Dark Chocolate=Barra de Chocolate amargo
|
||||||
|
Barley=Cebada
|
||||||
|
Barley Seed=Semilla de Cebada
|
||||||
|
Bean Pole (place on soil before planting beans)=Base de frijol (colocar en el suelo antes de plantar los frijoles)
|
||||||
|
Beetroot=Remolacha
|
||||||
|
Beetroot Soup=Sopa de Remolacha
|
||||||
|
#Bibimbap=
|
||||||
|
Wild Blueberries=Arándanos Silvestres
|
||||||
|
Blueberry Muffin=Muffin de Arándanos
|
||||||
|
Blueberry Pie=Pastel de arándanos
|
||||||
|
Bottle of Ethanol=Botella de Etanol
|
||||||
|
Bottle of Hemp Oil=Botella de aceite de cáñamo
|
||||||
|
Bowl of Chili=Tazón de Chili
|
||||||
|
Bread=Pan
|
||||||
|
Bronze Hoe=Azadon de Bronze
|
||||||
|
Cabbage=Repollo
|
||||||
|
Cactus Juice=Jugo de Cactus
|
||||||
|
Carrot=Zanahoria
|
||||||
|
Carrot Juice=Jugo de Zanahoria
|
||||||
|
Chili Pepper=Aji Picante
|
||||||
|
Chocolate Block=Bloque de chocolate
|
||||||
|
Chocolate Donut=Dona de chocolate
|
||||||
|
Cocoa Beans=Granos De Cacao
|
||||||
|
Coffee Beans=Granos de café
|
||||||
|
Cookie=Galleta
|
||||||
|
Cooking Pot=Olla de cocinar
|
||||||
|
Corn=Maiz
|
||||||
|
Corn on the Cob=Mazorca
|
||||||
|
Cornstarch=Maicena
|
||||||
|
Cotton=Algodon
|
||||||
|
Cotton Seed=Semilla de Algodon
|
||||||
|
Cucumber=Ensalada
|
||||||
|
Cucumber and Potato Salad=Ensalada de Pepino y Papas
|
||||||
|
Cup of Coffee=Taza de Cafe
|
||||||
|
Cutting Board=Tabla de Cortar
|
||||||
|
Diamond Hoe=Azado de Diamante
|
||||||
|
Donut=Dona
|
||||||
|
Flour=Harina
|
||||||
|
Garlic=Ajo
|
||||||
|
Garlic Braid=Trenza de Ajo
|
||||||
|
Garlic Bread=Pan de Ajo
|
||||||
|
Garlic clove=Diente de Ajo
|
||||||
|
Glass Mixing Bowl=Cuenco de vidrio
|
||||||
|
Golden Carrot=Zanahoria Dorada
|
||||||
|
Grapes=Uvas
|
||||||
|
Green Beans=Arvejas Verdes
|
||||||
|
Ground Pepper=Pimienta Molida
|
||||||
|
Hemp Block=Bloque de Canamo
|
||||||
|
Hemp Fibre=Fibra de Canamo
|
||||||
|
Hemp Leaf=Hoja de Canamo
|
||||||
|
Hemp Rope=Cuerda de Canamo
|
||||||
|
Hemp Seed=Semilla de Canamo
|
||||||
|
Hoe=Azadon
|
||||||
|
Hoe Bomb (use or throw on grassy areas to hoe land)=Azado Bomba (usar o tirar en áreas verdes para cavar)
|
||||||
|
Jack 'O Lantern (punch to turn on and off)=Lampara de Jack (pulsar para encender o apagar)
|
||||||
|
Jaffa Cake=Pastel de Jaffa
|
||||||
|
Juicer=Licuadora
|
||||||
|
Melon=Melon
|
||||||
|
Melon Slice=Rebanada de Melon
|
||||||
|
Mese Hoe=Azada de Mese
|
||||||
|
Mint Leaf=Hoja de Menta
|
||||||
|
Mint Seeds=Semilla de Menta
|
||||||
|
Mint Tea=Te de Menta
|
||||||
|
Mithril Scythe (Right-click to harvest and replant crops)=Hoz de Mithril (clic derecho para cosechar y replantar cultivos)
|
||||||
|
Mortar and Pestle=Mortero y Maja
|
||||||
|
Multigrain Bread=Pan Multicereales
|
||||||
|
Multigrain Flour=Harina multigrano
|
||||||
|
Oat seed=Semilla de Avena
|
||||||
|
Oats=Avena
|
||||||
|
Onion=Cebolla
|
||||||
|
Onion Soup=Sopa de Cebolla
|
||||||
|
Orange=Naranja
|
||||||
|
Pasta=Pasta
|
||||||
|
Pea Pod=Vaina de Guisantes
|
||||||
|
Pea Soup=Sopa de Guisantes
|
||||||
|
Peas=Gisantes
|
||||||
|
Pepper=Pimienta
|
||||||
|
Peppercorn=Vaina de Pimienta
|
||||||
|
Pineapple=Piña
|
||||||
|
Pineapple Juice=Jugo de piña
|
||||||
|
Pineapple Ring=Anillo de piña
|
||||||
|
Pineapple Top=Hojas de piña
|
||||||
|
Porridge=Avena hojuelas
|
||||||
|
Potato=Patata
|
||||||
|
Pumpkin=Calabaza
|
||||||
|
Pumpkin Bread=Pan de Calabaza
|
||||||
|
Pumpkin Dough=Batido de Calabaza
|
||||||
|
Pumpkin Slice=Rebanada de Calabaza
|
||||||
|
Raspberries=Frambuesa
|
||||||
|
Raspberry Smoothie=Batido de Frambuesa
|
||||||
|
Rhubarb=Ruibardo
|
||||||
|
Rhubarb Pie=Pastel de ruibarbo
|
||||||
|
Rice=Arroz
|
||||||
|
Rice Bread=pan de arroz
|
||||||
|
Rice Flour=harina de arroz
|
||||||
|
Rice grains=Granos de arroz
|
||||||
|
Rose Water=Agua de rosas
|
||||||
|
Rye=Centeno
|
||||||
|
Rye seed=Semilla de Centeno
|
||||||
|
Salt=Sal
|
||||||
|
Saucepan=Cacerola
|
||||||
|
Savanna Soil=Suelo de sabana
|
||||||
|
Scarecrow Bottom=Espantapajaros abajo
|
||||||
|
Seed=Semilla
|
||||||
|
Skillet=Sarten
|
||||||
|
Sliced Bread=Pan Rebanado
|
||||||
|
Soil=Suelo
|
||||||
|
Spaghetti=Espagueti
|
||||||
|
Steel Hoe=Azado de Acero
|
||||||
|
Stone Hoe=Azado de Piedra
|
||||||
|
Straw=Paja
|
||||||
|
Strawberry=Fresa
|
||||||
|
String=Cadena
|
||||||
|
Sugar=Azucar
|
||||||
|
Toast=Tostadas
|
||||||
|
Toast Sandwich=Emparedado Tostados
|
||||||
|
Tomato=Tomate
|
||||||
|
Trellis (place on soil before planting grapes)=Enrejado (colocar en el suelo antes de plantar las uvas)
|
||||||
|
Turkish Delight=Delicia Turca
|
||||||
|
Wet Savanna Soil=Suelo humedo de savana
|
||||||
|
Wet Soil=Suelo mojado
|
||||||
|
Wheat=Trigo
|
||||||
|
Wheat Seed=Semilla de Trigo
|
||||||
|
Wild Cotton=Algodón Salvaje
|
||||||
|
Wooden Bowl=Cuenco de madera
|
||||||
|
Wooden Hoe=Azada de madera
|
Loading…
Reference in New Issue
Block a user