diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2020-02-14 18:10:51 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2020-02-14 18:10:51 +0000 |
commit | 4b6fb606a6c35d8ba221905e7398a9eca86418dc (patch) | |
tree | f235a0ad619574b3856e34bd8a83f43f50e12cc6 /locale | |
parent | ed409a6e9a4c88db74c83e6bed9a0bf086a035ad (diff) | |
download | mob_horse-4b6fb606a6c35d8ba221905e7398a9eca86418dc.tar.gz mob_horse-4b6fb606a6c35d8ba221905e7398a9eca86418dc.tar.bz2 mob_horse-4b6fb606a6c35d8ba221905e7398a9eca86418dc.zip |
added additional languages
Diffstat (limited to 'locale')
-rw-r--r-- | locale/zh_CN.pot | 58 | ||||
-rw-r--r-- | locale/zh_CN.txt | 12 | ||||
-rw-r--r-- | locale/zh_TW.txt | 12 |
3 files changed, 82 insertions, 0 deletions
diff --git a/locale/zh_CN.pot b/locale/zh_CN.pot new file mode 100644 index 0000000..d09beda --- /dev/null +++ b/locale/zh_CN.pot @@ -0,0 +1,58 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-06 00:07+0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: init.lua +msgid "Horse" +msgstr "马" + +#: init.lua +msgid "Horse shoes fitted -" +msgstr "马蹄铁 -" + +#: init.lua +msgid " speed: " +msgstr "速度:" + +#: init.lua +msgid " , jump height: " +msgstr ",跳跃高度" + +#: init.lua +msgid " , stop speed: " +msgstr ",停止速度:" + +#: init.lua +msgid "Horse shoes only work on horses!" +msgstr "马蹄铁只对马有效!" + +#: init.lua +msgid "Steel HorseShoes (use on horse to apply)" +msgstr "钢马蹄铁(用在马匹上)" + +#: init.lua +msgid "Bronze HorseShoes (use on horse to apply)" +msgstr "青铜马蹄铁(用在马匹上)" + +#: init.lua +msgid "Mese HorseShoes (use on horse to apply)" +msgstr "黄石马蹄铁(用在马匹上)" + +#: init.lua +msgid "Diamond HorseShoes (use on horse to apply)" +msgstr "钻石马蹄铁(用在马匹上)" diff --git a/locale/zh_CN.txt b/locale/zh_CN.txt new file mode 100644 index 0000000..783bd9b --- /dev/null +++ b/locale/zh_CN.txt @@ -0,0 +1,12 @@ +#Mod: mob_horse + +Horse = 马 +Horse shoes fitted - = 马蹄铁 - + speed: = 速度: + , jump height: = ,跳跃高度: + , stop speed: = ,停止速度: +Horse shoes only work on horses! = 马蹄铁只对马有效! +Steel HorseShoes (use on horse to apply) = 钢马蹄铁(用在马匹上) +Bronze HorseShoes (use on horse to apply) = 青铜马蹄铁(用在马匹上) +Mese HorseShoes (use on horse to apply) = 黄石马蹄铁(用在马匹上) +Diamond HorseShoes (use on horse to apply) = 钻石马蹄铁(用在马匹上) diff --git a/locale/zh_TW.txt b/locale/zh_TW.txt new file mode 100644 index 0000000..3511d1d --- /dev/null +++ b/locale/zh_TW.txt @@ -0,0 +1,12 @@ +#Mod: mob_horse + +Horse = 馬 +Horse shoes fitted - = 馬蹄鐵 - + speed: = 速度: + , jump height: = ,跳躍高度: + , stop speed: = ,停止速度: +Horse shoes only work on horses! = 馬蹄鐵只對馬有效! +Steel HorseShoes (use on horse to apply) = 鋼馬蹄鐵(用在馬匹上) +Bronze HorseShoes (use on horse to apply) = 青銅馬蹄鐵(用在馬匹上) +Mese HorseShoes (use on horse to apply) = 黃石馬蹄鐵(用在馬匹上) +Diamond HorseShoes (use on horse to apply) = 鑽石馬蹄鐵(用在馬匹上) |