95 lines
2.2 KiB
Lua
95 lines
2.2 KiB
Lua
-- SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
||
Fk:loadTranslationTable({
|
||
["standard_cards"] = "Standard",
|
||
|
||
["unknown_card"] = '<font color="#B5BA00"><b>Unknown card</b></font>',
|
||
["log_spade"] = "♠",
|
||
["log_heart"] = '<font color="#CC3131">♥</font>',
|
||
["log_club"] = "♣",
|
||
["log_diamond"] = '<font color="#CC3131">♦</font>',
|
||
["log_nosuit"] = "No suit",
|
||
["nosuit"] = "No suit",
|
||
["spade"] = "Spade",
|
||
["heart"] = "Heart",
|
||
["club"] = "Club",
|
||
["diamond"] = "Diamond",
|
||
|
||
["slash"] = "Slash",
|
||
["#slash-jink"] = "%src used Slash to you, please use %arg Jink(s)",
|
||
|
||
["jink"] = "Jink",
|
||
|
||
["peach"] = "Peach",
|
||
|
||
["dismantlement"] = "Dismantlement",
|
||
["dismantlement_skill"] = "Dismantlement",
|
||
|
||
["snatch"] = "Snatch",
|
||
["snatch_skill"] = "Snatch",
|
||
|
||
["duel"] = "Duel",
|
||
|
||
["collateral"] = "Collateral",
|
||
["#collateral-slash"] = "Collateral:You shall play Slash to %dest , or %src obtain your weapon",
|
||
|
||
["ex_nihilo"] = "Ex Nihilo",
|
||
|
||
["nullification"] = "Nullification",
|
||
|
||
["savage_assault"] = "Savage Assault",
|
||
|
||
["archery_attack"] = "Archery Attach",
|
||
|
||
["god_salvation"] = "God Salvation",
|
||
|
||
["amazing_grace"] = "Amazing_grace",
|
||
|
||
["lightning"] = "Lighining",
|
||
|
||
["indulgence"] = "Indulgence",
|
||
|
||
["crossbow"] = "Crossbow",
|
||
|
||
["qinggang_sword"] = "Qinggang Sword",
|
||
|
||
["ice_sword"] = "Ice Sword",
|
||
["#ice_sword_skill"] = "Ice Sword",
|
||
|
||
["double_swords"] = "Double Sword",
|
||
["#double_swords_skill"] = "Double Sword",
|
||
["#double_swords-invoke"] = "Double Sword:You shall discard 1 handcard,or %src draw 1",
|
||
|
||
["blade"] = "Blade",
|
||
["#blade_skill"] = "Blade",
|
||
["#blade_slash"] = "Blade: You may use Slash to %src again",
|
||
|
||
["spear"] = "Spear",
|
||
["spear_skill"] = "Spear",
|
||
|
||
["axe"] = "Axe",
|
||
["#axe_skill"] = "Axe",
|
||
["#axe-invoke"] = "Axe:You may discard 2 cards to ensure your Slash effective to %dest",
|
||
|
||
["halberd"] = "Halberd",
|
||
|
||
["kylin_bow"] = "Kylin Bow",
|
||
["#kylin_bow_skill"] = "Kylin Bow",
|
||
|
||
["eight_diagram"] = "Eight Diagram",
|
||
|
||
["nioh_shield"] = "Nioh Shield",
|
||
|
||
["dilu"] = "Di Lu",
|
||
|
||
["jueying"] = "Jue Ying",
|
||
|
||
["zhuahuangfeidian"] = "Zhua Huang Fei Dian",
|
||
|
||
["chitu"] = "Chi Tu",
|
||
|
||
["dayuan"] = "Da Yuan",
|
||
|
||
["zixing"] = "Zi Xing",
|
||
}, "en_US")
|