Translations updated, French added thanks to TheDarkTiger
This commit is contained in:
parent
68041822d3
commit
e9cc9bd5fa
@ -20,6 +20,7 @@ Change log:
|
||||
- 1.0 - Added glass and bottle or Bourbon made by fermenting corn
|
||||
- 1.1 - Added glass and bottle of Vodka made by fermenting baked potato, Added MineClone2 support and spanish translation
|
||||
- 1.2 - Added Unified Inventory support for barrel recipes (thanks to realmicu)
|
||||
- 1.3 - Translations updated and French added thanks to TheDarkTiger
|
||||
|
||||
Lucky Blocks: 13
|
||||
|
||||
|
12
init.lua
12
init.lua
@ -158,7 +158,7 @@ minetest.register_craft({
|
||||
|
||||
-- glass of rum
|
||||
minetest.register_node("wine:glass_rum", {
|
||||
description = "Rum",
|
||||
description = S("Rum"),
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 0.8,
|
||||
tiles = {"wine_rum_glass.png"},
|
||||
@ -183,7 +183,7 @@ minetest.register_node("wine:glass_rum", {
|
||||
|
||||
-- bottle of rum
|
||||
minetest.register_node("wine:bottle_rum", {
|
||||
description = "Bottle of Rum",
|
||||
description = S("Bottle of Rum"),
|
||||
drawtype = "plantlike",
|
||||
tiles = {"wine_rum_bottle.png"},
|
||||
inventory_image = "wine_rum_bottle.png",
|
||||
@ -317,7 +317,7 @@ minetest.register_node("wine:glass_cider", {
|
||||
|
||||
-- glass of tequila
|
||||
minetest.register_node("wine:glass_tequila", {
|
||||
description = "Tequila",
|
||||
description = S("Tequila"),
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 0.8,
|
||||
tiles = {"wine_tequila.png"},
|
||||
@ -342,7 +342,7 @@ minetest.register_node("wine:glass_tequila", {
|
||||
|
||||
-- bottle of tequila
|
||||
minetest.register_node("wine:bottle_tequila", {
|
||||
description = "Bottle of Tequila",
|
||||
description = S("Bottle of Tequila"),
|
||||
drawtype = "plantlike",
|
||||
tiles = {"wine_tequila_bottle.png"},
|
||||
inventory_image = "wine_tequila_bottle.png",
|
||||
@ -375,7 +375,7 @@ minetest.register_craft({
|
||||
|
||||
-- glass of sake
|
||||
minetest.register_node("wine:glass_sake", {
|
||||
description = "Sake",
|
||||
description = S("Sake"),
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 0.8,
|
||||
tiles = {"wine_sake.png"},
|
||||
@ -514,7 +514,7 @@ minetest.register_craft({
|
||||
|
||||
-- blue agave
|
||||
minetest.register_node("wine:blue_agave", {
|
||||
description = "Blue Agave",
|
||||
description = S("Blue Agave"),
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 0.8,
|
||||
tiles = {"wine_blue_agave.png"},
|
||||
|
@ -1,14 +1,26 @@
|
||||
# German Translation for wine mod
|
||||
# Deutsche Übersetzung der wine Mod
|
||||
# last update: 2016/May/26
|
||||
# textdomain: wine
|
||||
# Author: Xanthin
|
||||
# Author: TheDarkTiger
|
||||
# last update: 2020/Apr/26
|
||||
|
||||
Glass of Wine = Glas Wein
|
||||
Bottle of Wine = Flasche Wein
|
||||
Beer = Bier
|
||||
Honey-Mead = Honigwein
|
||||
Apple Cider = Apfelwein
|
||||
Fermenting Barrel = Gärfass
|
||||
Fermenting Barrel (FULL) = Gärfass (VOLL)
|
||||
Fermenting Barrel (@1% Done) = Gärfass (@1% erledigt)
|
||||
[MOD] Wine loaded = [MOD] Wine geladen
|
||||
Glass of Wine=Glas Wein
|
||||
Bottle of Wine=Flasche Wein
|
||||
Rum=Rum
|
||||
Bottle of Rum=Flasche Rum
|
||||
Wheat Beer=Weizenbier
|
||||
Beer=Bier
|
||||
Honey-Mead=Honigwein
|
||||
Apple Cider=Apfelwein
|
||||
Tequila=Tequila
|
||||
Bottle of Tequila=Flasche Tequilla
|
||||
Sake=Sake
|
||||
Glass of Bourbon=Glas Bourbon
|
||||
Bottle of Bourbon=Flasche Bourbon
|
||||
Glass of Vodka=Glas Wodka
|
||||
Bottle of Vodka=Flasche Wodka
|
||||
Blue Agave=Agave
|
||||
Fermenting Barrel=Gärfass
|
||||
Fermenting Barrel (FULL)=Gärfass (VOLL)
|
||||
Fermenting Barrel (@1% Done)=Gärfass (@1% erledigt)
|
||||
[MOD] Wine loaded=[MOD] Wine geladen
|
||||
|
@ -1,11 +1,27 @@
|
||||
# last update: 2020/Mar/21
|
||||
# Traducción al español del mod Wine por TenPlus1
|
||||
# textdomain: wine
|
||||
# author: Unknown
|
||||
# author: TenPlus1
|
||||
# author: TheDarkTiger
|
||||
# last update: 2020/Apr/26
|
||||
|
||||
Glass of Wine = Copa de vino
|
||||
Bottle of Wine = Botella de vino
|
||||
Beer = Cerveza
|
||||
Honey-Mead = Bebida de miel
|
||||
Apple Cider = Sidra de manzana
|
||||
Fermenting Barrel = Barril de fermentación
|
||||
Fermenting Barrel (FULL) = Barril de fermentación (Lleno)
|
||||
Fermenting Barrel (@1% Done) = Barril de fermentación (@1% completado)
|
||||
[MOD] Wine loaded =
|
||||
Glass of Wine=Copa de vino
|
||||
Bottle of Wine=Botella de vino
|
||||
Rum=Ron
|
||||
Bottle of Rum=Botella de Ron
|
||||
Wheat Beer=Cerveza de trigo
|
||||
Beer=Cerveza
|
||||
Honey-Mead=Bebida de miel
|
||||
Apple Cider=Sidra de manzana
|
||||
Tequila=Tequíla
|
||||
Bottle of Tequila=Botella de Tequíla
|
||||
Sake=Sake
|
||||
Glass of Bourbon=Copa de Borbón
|
||||
Bottle of Bourbon=Botella de Borbón
|
||||
Glass of Vodka=Copa de Vodka
|
||||
Bottle of Vodka=Botella de Vodka
|
||||
Blue Agave=Agave Tequilana
|
||||
Fermenting Barrel=Barril de fermentación
|
||||
Fermenting Barrel (FULL)=Barril de fermentación (Lleno)
|
||||
Fermenting Barrel (@1% Done)=Barril de fermentación (@1% completado)
|
||||
[MOD] Wine loaded=[MOD] Wine cargado
|
||||
|
25
locale/fr.txt
Normal file
25
locale/fr.txt
Normal file
@ -0,0 +1,25 @@
|
||||
# Traduction Française du mod Wine par TenPlus1
|
||||
# textdomain: wine
|
||||
# author: TheDarkTiger
|
||||
# last update: 2020/Apr/25
|
||||
|
||||
Glass of Wine=Verre de Vin
|
||||
Bottle of Wine=Bouteille de Vin
|
||||
Rum=Rhum
|
||||
Bottle of Rum=Bouteille de Rhum
|
||||
Wheat Beer=Bière de Blé
|
||||
Beer=Bière
|
||||
Honey-Mead=Hydromel
|
||||
Apple Cider=Cidre Brut
|
||||
Tequila=Tequila
|
||||
Bottle of Tequila=Bouteille de Tequila
|
||||
Sake=Saké
|
||||
Glass of Bourbon=Verre de Bourbon
|
||||
Bottle of Bourbon=Bouteille de Bourbon
|
||||
Glass of Vodka=Verre de Vodka
|
||||
Bottle of Vodka=Bouteille de Vodka
|
||||
Blue Agave=Agave Bleue
|
||||
Fermenting Barrel=Baril de fermentation
|
||||
Fermenting Barrel (FULL)=Baril de fermentation (PLEIN)
|
||||
Fermenting Barrel (@1% Done)=Baril de fermentation (En cours @1%)
|
||||
[MOD] Wine loaded=[MOD] Wine chargé
|
@ -1,12 +1,25 @@
|
||||
# Template for translations of wine mod
|
||||
# last update: 2016/May/26
|
||||
# textdomain: wine
|
||||
# author: ?
|
||||
# last update: 2020/Apr/26
|
||||
|
||||
Glass of Wine =
|
||||
Bottle of Wine =
|
||||
Beer =
|
||||
Honey-Mead =
|
||||
Apple Cider =
|
||||
Fermenting Barrel =
|
||||
Fermenting Barrel (FULL) =
|
||||
Fermenting Barrel (@1% Done) =
|
||||
[MOD] Wine loaded =
|
||||
Glass of Wine=
|
||||
Bottle of Wine=
|
||||
Rum=
|
||||
Bottle of Rum=
|
||||
Wheat Beer=
|
||||
Beer=
|
||||
Honey-Mead=
|
||||
Apple Cider=
|
||||
Tequila=
|
||||
Bottle of Tequila=
|
||||
Sake=
|
||||
Glass of Bourbon=
|
||||
Bottle of Bourbon=
|
||||
Glass of Vodka=
|
||||
Bottle of Vodka=
|
||||
Blue Agave=
|
||||
Fermenting Barrel=
|
||||
Fermenting Barrel (FULL)=
|
||||
Fermenting Barrel (@1% Done)=
|
||||
[MOD] Wine loaded=
|
||||
|
Loading…
x
Reference in New Issue
Block a user