Mercurial > wow > askmrrobot
diff localization/ptBR.lua @ 161:35612aee8e15
Added junk list.
author | yellowfive |
---|---|
date | Mon, 06 May 2019 14:08:03 -0700 |
parents | 3ac4915a2e41 |
children | 5c68d3fccff3 |
line wrap: on
line diff
--- a/localization/ptBR.lua Wed Apr 24 18:00:57 2019 -0700 +++ b/localization/ptBR.lua Mon May 06 14:08:03 2019 -0700 @@ -163,6 +163,7 @@ L.GearButtonEquip = function(spec) return string.format("Ativar Spec %s e Usar Equipamento", spec) end +L.GearButtonJunk = "Mostrar Lista de Junk" L.GearButtonShop = "Mostrar Lista de Compras" L.GearEquipErrorCombat = "Impossível trocar spec/equipamento em combate!" @@ -212,6 +213,25 @@ --[[---------------------------------------------------------------------- +Junk List +------------------------------------------------------------------------]] +L.JunkTitle = "Junk List" +L.JunkEmpty = "You have no junk items" +L.JunkScrap = "Click an item to add to the scrapper" +L.JunkVendor = "Click an item to sell" +L.JunkDisenchant = "Click an item to disenchant" +L.JunkBankText = function(count) + return count .. " junk items are not in your bags" +end +L.JunkMissingText = function(count) + return "Warning! " .. count .. " junk items could not be found" +end +L.JunkButtonBank = "Retrieve from Bank" +L.JunkOutOfSync = "An item in your junk list could not be found. Try opening your bank for a few seconds, then export to the website, then import again." +L.JunkItemNotFound = "That item could not be found in your bags. Try closing and opening the Junk List to refresh it." + + +--[[---------------------------------------------------------------------- Shopping List ------------------------------------------------------------------------]] L.ShopTitle = "Lista de Compras" @@ -282,6 +302,9 @@ L.OptionsAutoGearName = "Trocar equipamento automaticamente ao trocar de spec" L.OptionsAutoGearDesc = "Sempre que trocar a spec (via UI no jogo, outro addon, etc.), suas listas de equipamentos importadas (na guia Equipamento) serão equipadas automaticamente." +L.OptionsJunkVendorName = "Automatically show junk list at vendors and scrapper" +L.OptionsJunkVendorDesc = "Whenever you open the scrapper or a vendor, automatically show the junk list window if your list is not empty." + L.OptionsShopAhName = "Mostrar automaticamente a lista de compras na casa de leilões" L.OptionsShopAhDesc = "Sempre que você abrir a casa de leilões, automaticamente será mostrada a janela da lista de compras. Você pode clicar nos itens da lista de compras para procurar rapidamente por eles na casa de leilões."