local L = LibStub("AceLocale-3.0"):NewLocale("ClassLoot", "zhTW", false)

if L then
	-- Slash Commands
	L["Check an item (Local)"] = "在本地檢查物品"
	L["Check an item (Guild)"] = "在公會內檢查物品"
	L["Check an item (Raid)"] = "在團隊內檢查物品"
	L["Display ClassLoot for an item locally"] = "在自身聊天框中顯示ClassLoot物品資訊"
	L["Display ClassLoot for an item in guild chat"] = "在公會頻道中顯示ClassLoot物品資訊"
	L["Display ClassLoot for an item in raid chat"] = "在團隊頻道中顯示ClassLoot物品資訊"
	L["<item link>"] = "<物品連結>"
	
	-- Info Messages
	L["Version"] = "版本"
	L["Last updated"] = "最後更新"
	
	-- Error Messages
	L["could not be found"] = "未找到"
	L["Not in a guild!"] = "你不在一個公會中"
	L["Not in a raid!"] = "你不在一個團隊中"
	
	-- Output Messages
	L["ClassLoot info for"] = "ClassLoot信息"
	L["Dropped in"] = "掉落於"
	L["by"] = ">>"
	
	-- Tooltip Stuff
	L["Boss"] = "首領"
	L["Instance"] = "副本"
	
	-- Interface Options
	L["Enable ClassLoot Tooltips"] = "啟用ClassLoot提示資訊"
	L["Display Boss Name"] = "顯示首領名稱"
	L["Display Instance Name"] = "顯示副本名稱"
	
	-- Misc Translations
	L["Tank"] = "坦克"
	L["DPS"] = "輸出"
	L["Trash Mobs"] = "小怪掉落"
	L["World Bosses"] = "世界首領"
	L["Timed Event"] = "世界事件"
end
