Quantcast
local addonName = ...
local L = LibStub("AceLocale-3.0"):NewLocale(addonName, "esES", false)

if not L then return end

-- Shrines
L["Shrine of Nature"] = "Altar de la naturaleza"
L["Laribole"] = "Laribola"
L["Shrine of the Dawning"] = "Altar del amanecer"
L["Scarlet Diamond"] = "Diamante escarlata"
L["Shrine of the Sands"] = "Altar de las arenas"
L["Amberblaze"] = "Fuegoámbar"
L["Shrine of the Sea"] = "Altar del mar"
L["Royal Quartz"] = "Cuarzo real"
L["Shrine of the Eventide"] = "Altar del manto nocturno"
L["Tidal Amethyst"] = "Amatista marina"
L["Shrine of Storms"] = "Altar de las tormentas"
L["Owlseye"] = "Ojobúho"

-- Waypoints
L["Create waypoint"] = true
L["Create all waypoints"] = true
L["Hide node"] = true
L["Close"] = true

-- Options
L["Icon settings"] = true
L["These settings control the look of the icon."] = true
L["Icon Scale"] = true
L["The scale of the icons"] = true
L["Icon Alpha"] = true
L["The alpha transparency of the icons"] = true
L["World Map"] = true
L["Show icons on world map"] = true
L["Minimap"] = true
L["Show icons on the minimap"] = true
L["What to display"] = true
L["Show Shrines"] = true
L["Show Shrines which Jewelercrafters can use to create gems"] = true
L["Reset hidden nodes"] = true
L["Show all nodes that you manually hid by right-clicking on them and choosing \"hide\"."] = true