local addonName = ... local L = LibStub("AceLocale-3.0"):NewLocale(addonName, "ptBR", false) if not L then return end -- Shrines L["Shrine of Nature"] = true L["Laribole"] = true L["Shrine of the Dawning"] = true L["Scarlet Diamond"] = true L["Shrine of the Sands"] = true L["Amberblaze"] = true L["Shrine of the Sea"] = true L["Royal Quartz"] = true L["Shrine of the Eventide"] = true L["Tidal Amethyst"] = true L["Shrine of Storms"] = true L["Owlseye"] = true -- 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