local L = AceLibrary("AceLocale-2.2"):new("ItemBonusesFu") L:RegisterTranslations("zhTW", function() return { ["Easy access item bonuses."] = "簡易模式", -- Desc ["Item Bonuses"] = "Item Bonuses", -- TEXT ["IB"] = "IB", -- SHORT_TEXT ["Display none"] = "不顯示", -- DISPLAY_NONE ["Show label text"] = "顯示標籤文字", -- SHOWLABEL ["Brief label text"] = "顯示簡短標籤文字", -- SHORTDISPLAY ["Show Colored text"] = "顯示彩色文字", -- COLORED ["BonusScanner N/A"] = "掃瞄物品屬性", -- BONUSSCANNER_MISSING ["Attributes"] = "屬性", -- CAT - ATT ["Resistance"] = "抗性", -- CAT - RES ["Skills"] = "技能", -- CAT - SKILL ["Melee and ranged combat"] = "近戰與遠戰", -- CAT - BON ["Spells"] = "法術", -- CAT - SBON ["Life and mana"] = "生命與法力" --CAT - OBON } end)