FreeKill/packages/standard_cards/i18n/en_US.lua

92 lines
1.9 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",
["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",
["blade"] = "Blade",
["#blade_skill"] = "Blade",
["#blade_slash"] = "You can use Blade to use Slash to %src again",
["spear"] = "Spear",
["spear_skill"] = "Spear",
["axe"] = "Axe",
["#axe_skill"] = "Axe",
["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")