forked from MineClone5/MineClone5
#376 Fix several localization issues
This commit is contained in:
parent
ec00351041
commit
85cfc95500
|
@ -1,2 +1,2 @@
|
||||||
# textdomain: mcl_observers
|
# textdomain: mcl_bells
|
||||||
Bell=Cloche
|
Bell=Cloche
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# textdomain: mcl_observers
|
# textdomain: mcl_bells
|
||||||
Bell=
|
Bell=
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
# textdomain: mcl_cartography_table
|
||||||
|
Cartography Table=
|
||||||
|
Used to create or copy maps=
|
||||||
|
Is used to create or copy maps for use..=
|
|
@ -0,0 +1,4 @@
|
||||||
|
# textdomain: mcl_loom
|
||||||
|
Loom=Ткацкий станок
|
||||||
|
Used to create banner designs=Позволяет создавать узоры на флаге
|
||||||
|
This is the shepherd villager's work station. It is used to create banner designs.=Это рабочее место пастуха. Позволяет создавать узоры на флаге
|
|
@ -0,0 +1,4 @@
|
||||||
|
# textdomain: mcl_loom
|
||||||
|
Loom=
|
||||||
|
Used to create banner designs=
|
||||||
|
This is the shepherd villager's work station. It is used to create banner designs.=
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
local S = minetest.get_translator(minetest.get_current_modname())
|
local S = minetest.get_translator(minetest.get_current_modname())
|
||||||
|
|
||||||
local LIGHT_ACTIVE_FURNACE = 13
|
local LIGHT_ACTIVE_FURNACE = 13
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
# textdomain: mcl_smoker
|
||||||
Inventory=
|
Inventory=
|
||||||
Smoker=
|
Smoker=
|
||||||
Cooks food faster than furnace=
|
Cooks food faster than furnace=
|
||||||
Smokers cook several items, mainly raw foods, into cooked foods, but twice as fast as a normal furnace.=
|
Smokers cook several items, mainly raw foods, into cooked foods, but twice as fast as a normal furnace.=
|
||||||
Burning Smoker=
|
Burning Smoker=
|
||||||
|
|
Loading…
Reference in New Issue