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
|
||||
intllib?
|
||||
unified_inventory?
|
||||
3d_armor?
|
||||
clothing?
|
||||
|
7
init.lua
7
init.lua
@ -9,12 +9,7 @@ skins = {}
|
||||
skins.modpath = minetest.get_modpath(minetest.get_current_modname())
|
||||
skins.default = "character"
|
||||
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
skins.S = intllib.Getter()
|
||||
else
|
||||
skins.S = function(s) return s end
|
||||
end
|
||||
local S = minetest.get_translator("skinsdb")
|
||||
|
||||
dofile(skins.modpath.."/skin_meta_api.lua")
|
||||
dofile(skins.modpath.."/api.lua")
|
||||
|
@ -1,3 +1,4 @@
|
||||
# textdomain: skinsdb
|
||||
# Translation by Xanthin
|
||||
|
||||
Raw texture = Rohtextur
|
@ -1,4 +1,4 @@
|
||||
# Template
|
||||
# textdomain: skinsdb
|
||||
|
||||
Raw texture = Texture
|
||||
Name = Nom
|
@ -1,3 +1,4 @@
|
||||
# textdomain: skinsdb
|
||||
# Malay translation by muhdnurhidayat
|
||||
|
||||
Raw texture = Tekstur mentah
|
@ -1,3 +1,4 @@
|
||||
# textdomain: skinsdb
|
||||
#Translation by IFRFSX(BingFengFSX)
|
||||
|
||||
Raw texture = 自然状态的纹理
|
||||
@ -15,4 +16,4 @@ skin set to = 皮肤设置为
|
||||
invalid skin = 无效皮肤
|
||||
unknown parameter = 未知参数
|
||||
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 =
|
||||
Name =
|
||||
|
Loading…
Reference in New Issue
Block a user