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.
46 lines
2.6 KiB
46 lines
2.6 KiB
local AddOnFolderName = ...
|
|
local L = _G.LibStub("AceLocale-3.0"):NewLocale(AddOnFolderName, "zhCN")
|
|
if not L then return end
|
|
|
|
L["%1$s (%2$d) is already on the user-defined NPC list."] = "%1$s(%2$d)已在用户自定义 NPC 列表。"
|
|
L["%1$s (%2$d) is not on the user-defined NPC list."] = "%1$s(%2$d)未在用户自定义 NPC 列表。"
|
|
L["Added %1$s (%2$d) to the user-defined NPC list."] = "已添加 %1$s(%2$d)到用户自定义 NPC 列表。"
|
|
L["Alerts"] = "警报"
|
|
L["BOTTOM"] = "底部"
|
|
L["BOTTOMLEFT"] = "底部左侧"
|
|
L["BOTTOMRIGHT"] = "底部右侧"
|
|
L["CENTER"] = "中央"
|
|
L["Completed Achievement Criteria"] = "已完成成就分支"
|
|
L["Completed Quest Objectives"] = "已完成任务物体"
|
|
L["Dead NPCs"] = "死亡 NPC"
|
|
L["Detection"] = "侦测"
|
|
L["Drag to set the spawn point for targeting buttons."] = "拖拽设置目标按钮刷新点"
|
|
L["Duration"] = "持续"
|
|
L["Hide Anchor"] = "隐藏锚点"
|
|
L["Hide During Combat"] = "战斗时隐藏"
|
|
L["Horizontal offset from the anchor point."] = "锚点水平偏移量。"
|
|
L["Ignore Mute"] = "忽略静音"
|
|
L["Interval"] = "间隔"
|
|
L["LEFT"] = "左侧"
|
|
L["NPCs"] = "NPCs"
|
|
L["Play alert sounds when sound is muted."] = "当音效静音时仍播放警报。"
|
|
--[[Translation missing --]]
|
|
--[[ L["Predefined NPCs cannot be added to the user-defined NPC list."] = "Predefined NPCs cannot be added to the user-defined NPC list."--]]
|
|
L["Removed %1$s (%2$d) from the user-defined NPC list."] = "已移除 %1$s(%2$d)从用户自定义 NPC 列表。"
|
|
L["Reset Position"] = "重置位置"
|
|
L["RIGHT"] = "右侧"
|
|
L["Screen Flash"] = "屏幕闪烁"
|
|
L["Screen Location"] = "屏幕位置"
|
|
L["Show Anchor"] = "显示锚点"
|
|
L["Spawn Point"] = "刷新点"
|
|
L["The number of minutes a targeting button will exist before fading out."] = "目标按钮将消失的分钟数字。"
|
|
L["The number of minutes before an NPC will be detected again."] = "NPC 再次侦测的时间数字。"
|
|
L["TOP"] = "顶部"
|
|
L["TOPLEFT"] = "顶部左侧"
|
|
L["TOPRIGHT"] = "顶部右侧"
|
|
L["Type the name of a Continent, Dungeon, or Zone, or the partial name of an NPC. Accepts Lua patterns."] = "输入大陆、地下城、区域或 NPC 的部分名称。支持 Lua 格式。"
|
|
L["Valid values are a numeric NPC ID, the word \"mouseover\" while you have your mouse cursor over an NPC, or the word \"target\" while you have an NPC set as your target."] = "有效值为 NPC ID,“鼠标指向”是移动鼠标指针划过 NPC,“目标”是有一个 NPC 设置为目标。"
|
|
L["Vertical offset from the anchor point."] = "锚点垂直偏移量。"
|
|
L["X Offset"] = "X 偏移量"
|
|
L["Y Offset"] = "Y 偏移量"
|
|
|
|
|