local L = LibStub("AceLocale-3.0"):NewLocale("ClassLoot", "zhCN", 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"] = "显示BOSS名字"
	L["Display Instance Name"] = "显示副本名字"
	
	-- Misc Translations
	L["Tank"] = "坦克"
	L["DPS"] = "输出"
	L["Trash Mobs"] = "杂兵掉落"
	L["World Bosses"] = "世界首领"
	L["Timed Event"] = "世界事件"
end
