mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2024-12-22 23:40:18 +01:00
MT 5 game translation (#37)
This commit is contained in:
parent
8054293c2c
commit
fa92207f14
@ -1,5 +1,4 @@
|
|||||||
default
|
default
|
||||||
intllib?
|
|
||||||
unified_inventory?
|
unified_inventory?
|
||||||
3d_armor?
|
3d_armor?
|
||||||
clothing?
|
clothing?
|
||||||
|
7
init.lua
7
init.lua
@ -9,12 +9,7 @@ skins = {}
|
|||||||
skins.modpath = minetest.get_modpath(minetest.get_current_modname())
|
skins.modpath = minetest.get_modpath(minetest.get_current_modname())
|
||||||
skins.default = "character"
|
skins.default = "character"
|
||||||
|
|
||||||
local S
|
local S = minetest.get_translator("skinsdb")
|
||||||
if minetest.get_modpath("intllib") then
|
|
||||||
skins.S = intllib.Getter()
|
|
||||||
else
|
|
||||||
skins.S = function(s) return s end
|
|
||||||
end
|
|
||||||
|
|
||||||
dofile(skins.modpath.."/skin_meta_api.lua")
|
dofile(skins.modpath.."/skin_meta_api.lua")
|
||||||
dofile(skins.modpath.."/api.lua")
|
dofile(skins.modpath.."/api.lua")
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# textdomain: skinsdb
|
||||||
# Translation by Xanthin
|
# Translation by Xanthin
|
||||||
|
|
||||||
Raw texture = Rohtextur
|
Raw texture = Rohtextur
|
@ -1,4 +1,4 @@
|
|||||||
# Template
|
# textdomain: skinsdb
|
||||||
|
|
||||||
Raw texture = Texture
|
Raw texture = Texture
|
||||||
Name = Nom
|
Name = Nom
|
@ -1,3 +1,4 @@
|
|||||||
|
# textdomain: skinsdb
|
||||||
# Malay translation by muhdnurhidayat
|
# Malay translation by muhdnurhidayat
|
||||||
|
|
||||||
Raw texture = Tekstur mentah
|
Raw texture = Tekstur mentah
|
@ -1,3 +1,4 @@
|
|||||||
|
# textdomain: skinsdb
|
||||||
#Translation by IFRFSX(BingFengFSX)
|
#Translation by IFRFSX(BingFengFSX)
|
||||||
|
|
||||||
Raw texture = 自然状态的纹理
|
Raw texture = 自然状态的纹理
|
||||||
@ -15,4 +16,4 @@ skin set to = 皮肤设置为
|
|||||||
invalid skin = 无效皮肤
|
invalid skin = 无效皮肤
|
||||||
unknown parameter = 未知参数
|
unknown parameter = 未知参数
|
||||||
unknown skin = 未知皮肤
|
unknown skin = 未知皮肤
|
||||||
Downloads the specified range of skins and shuts down the server = 下载指定范围的皮肤并关闭服务器
|
Downloads the specified range of skins and shuts down the server = 下载指定范围的皮肤并关闭服务器
|
@ -1,4 +1,4 @@
|
|||||||
# Template
|
# textdomain: skinsdb
|
||||||
|
|
||||||
Raw texture =
|
Raw texture =
|
||||||
Name =
|
Name =
|
||||||
|
Loading…
Reference in New Issue
Block a user