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
3.0 KiB
46 lines
3.0 KiB
local AddOnFolderName = ...
|
|
local L = _G.LibStub("AceLocale-3.0"):NewLocale(AddOnFolderName, "koKR")
|
|
if not L then return end
|
|
|
|
L["%1$s (%2$d) is already on the user-defined NPC list."] = "%1$s (%2$d)|1은;는; 이미 사용자 정의 NPC 목록에 있습니다."
|
|
L["%1$s (%2$d) is not on the user-defined NPC list."] = "%1$s (%2$d)|1은;는; 사용자 정의 NPC 목록에 없습니다."
|
|
L["Added %1$s (%2$d) to the user-defined NPC list."] = "%1$s (%2$d)|1을;를; 사용자 정의 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"] = "NPC"
|
|
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)|1이;가; 사용자 정의 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에 마우스 커서를 올릴땐 \"mouseover\" 글자가 표시되며 대상으로 NPC 세트를 보유하고 있을땐 \"target\" 글자가 표시됩니다."
|
|
L["Vertical offset from the anchor point."] = "고정 위치로부터 수직 위치입니다."
|
|
L["X Offset"] = "X 좌표"
|
|
L["Y Offset"] = "Y 좌표"
|
|
|
|
|