You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
2.6 KiB
43 lines
2.6 KiB
-- ------------------------------------------------------------------------------ -- |
|
-- TradeSkillMaster_ItemTracker -- |
|
-- http://www.curse.com/addons/wow/tradeskillmaster_itemtracker -- |
|
-- -- |
|
-- A TradeSkillMaster Addon (http://tradeskillmaster.com) -- |
|
-- All Rights Reserved* - Detailed license information included with addon. -- |
|
-- ------------------------------------------------------------------------------ -- |
|
|
|
-- TradeSkillMaster_ItemTracker Locale - zhTW |
|
-- Please use the localization app on CurseForge to update this |
|
-- http://wow.curseforge.com/addons/TradeSkillMaster_ItemTracker/localization/ |
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("TradeSkillMaster_ItemTracker", "zhTW") |
|
if not L then return end |
|
|
|
L["AH"] = "拍賣" |
|
L["Bags"] = "背包" |
|
L["Bank"] = "銀行" |
|
L["Characters"] = "角色" |
|
L["Delete Character:"] = "刪除角色:" |
|
L["Full"] = "完整" |
|
-- L["GBank"] = "" |
|
L["Guilds"] = "公會" |
|
-- L["Guilds (Guild Banks) to Ignore:"] = "" |
|
-- L["Here, you can choose what ItemTracker info, if any, to show in tooltips. \"Simple\" will only show totals for bags/banks and for guild banks. \"Full\" will show detailed information for every character and guild."] = "" |
|
L["If you rename / transfer / delete one of your characters, use this dropdown to remove that character from ItemTracker. There is no confirmation. If you accidentally delete a character that still exists, simply log onto that character to re-add it to ItemTracker."] = "如果你重新命名/轉換/刪除你其中一隻角色,從ItemTracker使用下拉是選單來移除那名角色。沒有確認。如果你不小心刪除還在的角色,只要重新登入再去重新新增到ItemTracker。" |
|
L["Inventory Viewer"] = "物品檢視" |
|
L["Item Name"] = "物品名稱" |
|
L["Item Search"] = "物品搜尋" |
|
-- L["Mail"] = "" |
|
-- L["Market Value Price Source"] = "" |
|
L["No Tooltip Info"] = "無提示訊息" |
|
L["Options"] = "設定" |
|
-- L["Select guilds to ingore in ItemTracker. Inventory will still be tracked but not displayed or taken into consideration by Itemtracker."] = "" |
|
L["Simple"] = "簡單" |
|
-- L["%s in guild bank"] = "" |
|
-- L["%s item(s) total"] = "" |
|
-- L["Specifies the market value price source used for \"Total Market Value\" in the Inventory Viewer."] = "" |
|
-- L["(%s player, %s alts, %s guild banks, %s AH)"] = "" |
|
L["\"%s\" removed from ItemTracker."] = "\"%s\"從ItemTracker移除。" |
|
-- L["%s (%s bags, %s bank, %s AH, %s mail)"] = "" |
|
L["Total"] = "總共" |
|
-- L["Total Value"] = ""
|
|
|