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.

85 lines
4.2 KiB

local AddOnFolderName = ...
local L = _G.LibStub("AceLocale-3.0"):NewLocale(AddOnFolderName, "zhTW")
if not L then return end
--[[Translation missing --]]
--[[ L["%1$s (%2$d) is already on the user-defined NPC list."] = "%1$s (%2$d) is already on the user-defined NPC list."--]]
--[[Translation missing --]]
--[[ L["%1$s (%2$d) is not on the user-defined NPC list."] = "%1$s (%2$d) is not on the user-defined NPC list."--]]
--[[Translation missing --]]
--[[ L["Added %1$s (%2$d) to the user-defined NPC list."] = "Added %1$s (%2$d) to the user-defined NPC list."--]]
--[[Translation missing --]]
--[[ L["Alerts"] = "Alerts"--]]
--[[Translation missing --]]
--[[ L["BOTTOM"] = "Bottom"--]]
--[[Translation missing --]]
--[[ L["BOTTOMLEFT"] = "Bottom Left"--]]
--[[Translation missing --]]
--[[ L["BOTTOMRIGHT"] = "Bottom Right"--]]
--[[Translation missing --]]
--[[ L["CENTER"] = "Center"--]]
--[[Translation missing --]]
--[[ L["Completed Achievement Criteria"] = "Completed Achievement Criteria"--]]
--[[Translation missing --]]
--[[ L["Completed Quest Objectives"] = "Completed Quest Objectives"--]]
--[[Translation missing --]]
--[[ L["Dead NPCs"] = "Dead NPCs"--]]
--[[Translation missing --]]
--[[ L["Detection"] = "Detection"--]]
--[[Translation missing --]]
--[[ L["Drag to set the spawn point for targeting buttons."] = "Drag to set the spawn point for targeting buttons."--]]
--[[Translation missing --]]
--[[ L["Duration"] = "Duration"--]]
--[[Translation missing --]]
--[[ L["Hide Anchor"] = "Hide Anchor"--]]
--[[Translation missing --]]
--[[ L["Hide During Combat"] = "Hide During Combat"--]]
--[[Translation missing --]]
--[[ L["Horizontal offset from the anchor point."] = "Horizontal offset from the anchor point."--]]
--[[Translation missing --]]
--[[ L["Ignore Mute"] = "Ignore Mute"--]]
--[[Translation missing --]]
--[[ L["Interval"] = "Interval"--]]
--[[Translation missing --]]
--[[ L["LEFT"] = "Left"--]]
--[[Translation missing --]]
--[[ L["NPCs"] = "NPCs"--]]
--[[Translation missing --]]
--[[ L["Play alert sounds when sound is muted."] = "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."--]]
--[[Translation missing --]]
--[[ L["Removed %1$s (%2$d) from the user-defined NPC list."] = "Removed %1$s (%2$d) from the user-defined NPC list."--]]
--[[Translation missing --]]
--[[ L["Reset Position"] = "Reset Position"--]]
--[[Translation missing --]]
--[[ L["RIGHT"] = "Right"--]]
--[[Translation missing --]]
--[[ L["Screen Flash"] = "Screen Flash"--]]
--[[Translation missing --]]
--[[ L["Screen Location"] = "Screen Location"--]]
--[[Translation missing --]]
--[[ L["Show Anchor"] = "Show Anchor"--]]
--[[Translation missing --]]
--[[ L["Spawn Point"] = "Spawn Point"--]]
--[[Translation missing --]]
--[[ L["The number of minutes a targeting button will exist before fading out."] = "The number of minutes a targeting button will exist before fading out."--]]
--[[Translation missing --]]
--[[ L["The number of minutes before an NPC will be detected again."] = "The number of minutes before an NPC will be detected again."--]]
--[[Translation missing --]]
--[[ L["TOP"] = "Top"--]]
--[[Translation missing --]]
--[[ L["TOPLEFT"] = "Top Left"--]]
--[[Translation missing --]]
--[[ L["TOPRIGHT"] = "Top Right"--]]
--[[Translation missing --]]
--[[ L["Type the name of a Continent, Dungeon, or Zone, or the partial name of an NPC. Accepts Lua patterns."] = "Type the name of a Continent, Dungeon, or Zone, or the partial name of an NPC. Accepts Lua patterns."--]]
--[[Translation missing --]]
--[[ 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."] = "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."--]]
--[[Translation missing --]]
--[[ L["Vertical offset from the anchor point."] = "Vertical offset from the anchor point."--]]
--[[Translation missing --]]
--[[ L["X Offset"] = "X Offset"--]]
--[[Translation missing --]]
--[[ L["Y Offset"] = "Y Offset"--]]