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
3.2 KiB
43 lines
3.2 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 - zhCN |
|
-- 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", "zhCN") |
|
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."] = "此处,你可以选择在鼠标提示中显示 ItemTracker 的什么信息。“简单”只显示背包/银行和公会银行的总数。“完整”将显示每个角色和公会的详细信息。" |
|
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."] = "在ItemTracker中忽略公会银行中的库存。其库存还是会被追踪,只是不被ItemTracker使用和显示出来。" |
|
L["Simple"] = "简单" |
|
L["%s in guild bank"] = "%s 在公会银行" |
|
L["%s item(s) total"] = "%s 物品总数" |
|
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)"] = "(%s角色, %s小号, %s公会银行, %s拍卖行)" |
|
L["\"%s\" removed from ItemTracker."] = "\"%s\" 已从 ItemTracker 移除。 " |
|
L["%s (%s bags, %s bank, %s AH, %s mail)"] = "%s (%s背包, %s银行, %s拍卖行, %s邮箱)" |
|
L["Total"] = "总共" |
|
L["Total Value"] = "总价值"
|
|
|