mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Updated food mod and added its items in hud/hunger.lua
- Updated food mod (now splitted between food, containing the API, and food_basic, containing the items/craft recipes) - Added food's items un hud/hunger.lua
This commit is contained in:
37
mods/food/food_basic/locale/de.txt
Normal file
37
mods/food/food_basic/locale/de.txt
Normal file
@ -0,0 +1,37 @@
|
||||
# Translation by Xanthin and hawkril
|
||||
|
||||
Wheat = Weizen
|
||||
Flour = Mehl
|
||||
Potato = Kartoffel
|
||||
Tomato = Tomate
|
||||
Carrot = Karotte
|
||||
Orange =
|
||||
Milk = Milch
|
||||
Egg = Ei
|
||||
Cocoa Bean = Kakaobohne
|
||||
Raw meat = rohes Fleisch
|
||||
Venison = Wildbret
|
||||
Sugar = Zucker
|
||||
Chocolate Powder = Schokoladenpulver
|
||||
Dark Chocolate = Dunkle Schokolade
|
||||
Milk Chocolate = Vollmilchschokolade
|
||||
Pasta = Nudeln
|
||||
Bowl = Schuessel
|
||||
Butter = Butter
|
||||
Cheese = Kaese
|
||||
Baked Potato = Ofenkartoffel
|
||||
Pasta Bake = Nudelauflauf
|
||||
Raw Pasta Bake = Ungekochter Nudelauflauf
|
||||
chicken Soup = Huehnersuppe
|
||||
tomato Soup = Tomatensuppe
|
||||
Uncooked tomato Soup = Ungekochte Tomatensuppe
|
||||
Uncooked chicken Soup = Ungekochte Huehnersuppe
|
||||
apple Juice = Apfelsaft
|
||||
cactus Juice = Kaktussaft
|
||||
Rainbow Juice = Regenbogensaft
|
||||
Cake = Kuchen
|
||||
Chocolate Cake = Schokoladenkuchen
|
||||
Carrot Cake = Karottenkuchen
|
||||
Cake Mix = Backmischung
|
||||
Chocolate Cake Mix = Backmischung fuer Schokoladenkuchen
|
||||
Carrot Cake Mix = Backmischung fuer Karottenkuchen
|
40
mods/food/food_basic/locale/fr.txt
Normal file
40
mods/food/food_basic/locale/fr.txt
Normal file
@ -0,0 +1,40 @@
|
||||
# Traduction française / French translation
|
||||
|
||||
Wheat = Blé
|
||||
Flour = Farine
|
||||
Potato = Patate
|
||||
Tomato = Tomate
|
||||
Carrot = Carotte
|
||||
Orange = Orange
|
||||
Milk = Lait
|
||||
Egg = Oeuf
|
||||
Cocoa Bean = Fève de caco
|
||||
Raw meat = Viande crue
|
||||
Venison = Venaison
|
||||
Sugar = Sucre
|
||||
Chocolate Powder = Poudre de chocolat
|
||||
Dark Chocolate = Chocolat noir
|
||||
Milk Chocolate = Chocolat blanc
|
||||
Pasta = Pâtes
|
||||
Bowl = Bol
|
||||
Butter = Beurre
|
||||
Cheese = Fromage
|
||||
Baked Potato = Patate cuite
|
||||
Pasta Bake = Plat de pâtes
|
||||
Raw Pasta Bake = Plat de pâtes crues
|
||||
chicken Soup = Soupe de poulet
|
||||
tomato Soup = Soupe de tomate
|
||||
Uncooked tomato Soup = Soupe de tomate crue
|
||||
Uncooked chicken Soup = Soupe de poulet crue
|
||||
apple Juice = Jus de pomme
|
||||
cactus Juice = Jus de cactus
|
||||
Rainbow Juice = Jus d'arc-en-ciel
|
||||
Orange Juice = Jus d'orange
|
||||
Cake = Gâteau
|
||||
Chocolate Cake = Gâteau au chocolat
|
||||
Carrot Cake = Gâteau à la carotte
|
||||
Cheese cake = Gâteau au fromage
|
||||
Cake Mix = Pâte pour gâteau
|
||||
Chocolate Cake Mix = Pâte pour gâteau au chocolat
|
||||
Carrot Cake Mix = Pâte pour gâteau à la carotte
|
||||
Cheese Cake Mix = Pâte pour gâteau au fromage
|
40
mods/food/food_basic/locale/template.txt
Normal file
40
mods/food/food_basic/locale/template.txt
Normal file
@ -0,0 +1,40 @@
|
||||
# template
|
||||
|
||||
Wheat =
|
||||
Flour =
|
||||
Potato =
|
||||
Tomato =
|
||||
Carrot =
|
||||
Orange =
|
||||
Milk =
|
||||
Egg =
|
||||
Cocoa Bean =
|
||||
Raw meat =
|
||||
Venison =
|
||||
Sugar =
|
||||
Chocolate Powder =
|
||||
Dark Chocolate =
|
||||
Milk Chocolate =
|
||||
Pasta =
|
||||
Bowl =
|
||||
Butter =
|
||||
Cheese =
|
||||
Baked Potato =
|
||||
Pasta Bake =
|
||||
Raw Pasta Bake =
|
||||
chicken Soup =
|
||||
tomato Soup =
|
||||
Uncooked tomato Soup =
|
||||
Uncooked chicken Soup =
|
||||
apple Juice =
|
||||
cactus Juice =
|
||||
Rainbow Juice =
|
||||
Orange Juice =
|
||||
Cake =
|
||||
Chocolate Cake =
|
||||
Carrot Cake =
|
||||
Cheese cake =
|
||||
Cake Mix =
|
||||
Chocolate Cake Mix =
|
||||
Carrot Cake Mix =
|
||||
Cheese Cake Mix =
|
Reference in New Issue
Block a user