Quantcast
-- Thanks to missing2014

local _, L = ...;
if GetLocale() == "znTW" then
    -- Tooltips
    L["Learned."] = "已解鎖."
    L["Learned from another item."] =  "已解鎖-來自同模型裝備."
    L["Learned for a different class."] = "其他角色已解鎖."
    L["Learned but cannot transmog yet."] = "已解鎖但不能幻化."
    -- L["Learned from another item but cannot transmog yet."] = ""
    -- L["Learned for a different class and item."] = ""
    L["Not learned."] = "未解鎖."
    -- L["Another class can learn this item."] = ""
    L["Cannot be learned by this character."] = "使用其他角色解鎖."
    -- L["Can be learned by:"] = "" -- list of classes
    L["Cannot be learned."] = "不能解鎖."
    L["Cannot determine status on other characters."] = "無法確認其他角色的狀態."

    -- Messages
    -- L["CanIMogItOptions not found, loading defaults!"] = ""
    -- L["Can I Mog It? Important Message: Please log into all of your characters to compile complete transmog appearance data."] = ""

    -- Options
    -- L["Debug Tooltip"] = ""
    -- L["Detailed information for debug purposes. Use this when sending bug reports."] = ""
    -- L["Equippable Items Only"] = ""
    -- L["Only show on items that can be equipped."] = ""
    -- L["Transmoggable Items Only"] = ""
    -- L["Only show on items that can be transmoggrified."] = ""
    -- L["Unknown Items Only"] = ""
    -- L["Only show on items that you haven't learned."] = ""
end