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

if L then

L["ADD"] = "新增"
L["ADDED"] = "已新增"
L["ADD_ITEM"] = "新增物品"
L["ALL_CHARS"] = "所有身分例外物品"
L["AUTO_SELL"] = "自動販賣"
L["AUTO_SELL_DESC"] = "與商人交易時自動販賣包裹中的垃圾物品"
L["CHAR_EXC"] = "個人列外物品"
L["CLEAR_CHAR"] = "Clear character" -- Requires localization
L["CLEAR_CHAR_DESC"] = "Removes all character specific exceptions from list." -- Requires localization
L["CLEARED"] = "Exceptions succesfully cleared." -- Requires localization
L["CLEAR_GLOBAL"] = "Clear global" -- Requires localization
L["CLEAR_GLOBAL_DESC"] = "Removes all exceptions from global list." -- Requires localization
L["CLEAR_HEADER"] = "Clear exceptions" -- Requires localization
L["COPPER"] = "銅"
L["DESTROYED"] = "Destroyed" -- Requires localization
L["DRAG_ITEM_DESC"] = "拖動物品到這個視窗來新增/移除例外物品"
L["FROM"] = "從"
L["GAINED"] = "獲得:"
L["GLOBAL_EXC"] = "共同列外物品"
L["GOLD"] = "金"
L["ITEMLINK"] = "<物品鏈結>"
L["ITEMLINK_ONLY"] = "Command accepts only itemlinks." -- Requires localization
L["MAX12"] = "每次只販售最多12樣物品"
L["MAX12_DESC"] = "這是個安全模式。每次只販售最多12樣物品。當設定錯誤時可以從商人處買回所有物品"
L["REM"] = "移除"
L["REM_ITEM"] = "移除物品:"
L["REMOVED"] = "已移除"
L["SELLJUNK"] = "賣垃圾"
L["SHOW_GAIN"] = "顯示金錢獲得"
L["SHOW_GAIN_DESC"] = "顯示販售垃圾所獲得的金額"
L["SHOW_SPAM"] = "Show 'item sold' spam" -- Requires localization
L["SHOW_SPAM_DESC"] = "Prints itemlinks to chat, when automatically selling items." -- Requires localization
L["SILVER"] = "銀"
L["SOLD"] = "售出: "
L["THIS_CHAR"] = "本身分例外物品"
L["TO"] = "至"


end
