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.
48 lines
3.6 KiB
48 lines
3.6 KiB
-- ------------------------------------------------------------------------------ -- |
|
-- TradeSkillMaster_Destroying -- |
|
-- http://www.curse.com/addons/wow/tradeskillmaster_destroying -- |
|
-- -- |
|
-- A TradeSkillMaster Addon (http://tradeskillmaster.com) -- |
|
-- All Rights Reserved* - Detailed license information included with addon. -- |
|
-- ------------------------------------------------------------------------------ -- |
|
|
|
-- TradeSkillMaster_Destroying Locale - zhCN |
|
-- Please use the localization app on CurseForge to update this |
|
-- http://wow.curseforge.com/addons/tradeskillmaster_destroying/localization/ |
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("TradeSkillMaster_Destroying", "zhCN") |
|
if not L then return end |
|
|
|
L["Days of Log Data"] = "保存日志数据的天数" |
|
L["Destroyed Item"] = "分解的物品" |
|
L["Destroying Log"] = "分解日志" |
|
L["Destroying not list any items above this quality for disenchnting."] = "不分解绿色以上品质的装备" |
|
L["Destroy Next"] = "分解下一个" |
|
L["Disenchanting Options"] = "装备分解选项" |
|
L["Enable Automatic Stack Combination"] = "启用自动堆叠" |
|
L["General Options"] = "常规选项" |
|
L["Hiding frame for the remainder of this session. Typing '/tsm destroy' will open the frame again."] = "隐藏窗口 输入'/tsm destroy'再次开启。" |
|
L["_ Hr _ Min ago"] = " _小时_分钟前" |
|
L["If checked, partial stacks of herbs/ore will automatically be combined."] = "如果勾选,草药、矿石将自动合并堆叠。" |
|
L["If checked, the Destroying window will automatically be shown when there's items to destroy in your bags. Otherwise, you can open it up by typing '/tsm destroy'."] = "如果勾选,当您背包中有分解物品时,分解窗口将自动打开。否则,您需要手动输入'/tsm destroy'打开分解窗口。" |
|
L["Ignored Item"] = "忽略物品" |
|
L["Ignored Items"] = "忽略物品" |
|
L["Ignoring all %s permanently. You can undo this in the Destroying options."] = "永久忽略所有 %s ,您可以在分解选项里撤销该指令。" |
|
L["Ignoring all %s this session (until your UI is reloaded)."] = "暂时忽略所有 %s ,直到您重新加载界面。" |
|
L["Item"] = "物品" |
|
L["Maximum Disenchant Quality"] = "最高分解品质" |
|
L["Nothing to destroy in your bags."] = "背包里没有物品可分解。" |
|
L["now"] = "现在" |
|
L["Opens the Destroying frame if there's stuff in your bags to be destroyed."] = "当您的背包中有被分解物品时打开分解窗口。" |
|
L["Options"] = "选项" |
|
L["Removed %s from the permanent ignore list."] = "从永久忽略列表中移除 %s 。" |
|
L["Result"] = "结果" |
|
L["Right click on this row to remove this item from the permanent ignore list."] = "右键点击此行,用以从永久忽略列表移除该物品。" |
|
L["Select what format Destroying should use to display times in the Destroying log."] = "选择在分解日志中使用什么样的时间格式。" |
|
L["Show Destroying Frame Automatically"] = "自动显示分解窗口" |
|
L["Spell"] = "Spell" |
|
L["%sRight-Click|r to ignore this item for this session. Hold %sshift|r to ignore permanently. You can remove items from permanent ignore in the Destroying options."] = "%s右键点击|r 从此次分解中忽略这个物品。 按住 %sshift|r 永久忽略,您可以在分解选项中移除永久忽略的物品名单。" |
|
L["Stack Size"] = "堆叠大小" |
|
L["The destroying log will throw out any data that is older than this many days."] = "早于这个设定时间的分解日志数据将被删除。" |
|
L["Time"] = "时间" |
|
|
|
|