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.
44 lines
2.7 KiB
44 lines
2.7 KiB
|
4 years ago
|
-- ------------------------------------------------------------------------------ --
|
||
|
|
-- TradeSkillMaster_ItemTracker --
|
||
|
|
-- http://www.curse.com/addons/wow/tradeskillmaster_itemtracker --
|
||
|
|
-- --
|
||
|
|
-- A TradeSkillMaster Addon (http://tradeskillmaster.com) --
|
||
|
|
-- All Rights Reserved* - Detailed license information included with addon. --
|
||
|
|
-- ------------------------------------------------------------------------------ --
|
||
|
|
|
||
|
|
-- TradeSkillMaster_ItemTracker Locale - ptBR
|
||
|
|
-- Please use the localization app on CurseForge to update this
|
||
|
|
-- http://wow.curseforge.com/addons/TradeSkillMaster_ItemTracker/localization/
|
||
|
|
|
||
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("TradeSkillMaster_ItemTracker", "ptBR")
|
||
|
|
if not L then return end
|
||
|
|
|
||
|
|
-- L["AH"] = ""
|
||
|
|
-- L["Bags"] = ""
|
||
|
|
-- L["Bank"] = ""
|
||
|
|
-- L["Characters"] = ""
|
||
|
|
L["Delete Character:"] = "Apagar Personagem:" -- Needs review
|
||
|
|
L["Full"] = "Completo" -- Needs review
|
||
|
|
-- L["GBank"] = ""
|
||
|
|
-- L["Guilds"] = ""
|
||
|
|
-- L["Guilds (Guild Banks) to Ignore:"] = ""
|
||
|
|
-- L["Here, you can choose what ItemTracker info, if any, to show in tooltips. \"Simple\" will only show totals for bags/banks and for guild banks. \"Full\" will show detailed information for every character and guild."] = ""
|
||
|
|
L["If you rename / transfer / delete one of your characters, use this dropdown to remove that character from ItemTracker. There is no confirmation. If you accidentally delete a character that still exists, simply log onto that character to re-add it to ItemTracker."] = "Se você renomear / transferir / remover um de seus personagens, utilize esta lista para remover aquele personagem do ItemTracker. Não há confirmação. Se você remover um personagem acidentalmente que ainda exista, simplesmente se conecte com aquele personagem e o readicione ao ItemTracker." -- Needs review
|
||
|
|
-- L["Inventory Viewer"] = ""
|
||
|
|
-- L["Item Name"] = ""
|
||
|
|
-- L["Item Search"] = ""
|
||
|
|
-- L["Mail"] = ""
|
||
|
|
-- L["Market Value Price Source"] = ""
|
||
|
|
L["No Tooltip Info"] = "Nenhuma Informação de Dica" -- Needs review
|
||
|
|
L["Options"] = "Opções" -- Needs review
|
||
|
|
-- L["Select guilds to ingore in ItemTracker. Inventory will still be tracked but not displayed or taken into consideration by Itemtracker."] = ""
|
||
|
|
L["Simple"] = "Simples" -- Needs review
|
||
|
|
-- L["%s in guild bank"] = ""
|
||
|
|
-- L["%s item(s) total"] = ""
|
||
|
|
-- L["Specifies the market value price source used for \"Total Market Value\" in the Inventory Viewer."] = ""
|
||
|
|
-- L["(%s player, %s alts, %s guild banks, %s AH)"] = ""
|
||
|
|
L["\"%s\" removed from ItemTracker."] = "\"%s\" removido do ItemTracker." -- Needs review
|
||
|
|
-- L["%s (%s bags, %s bank, %s AH, %s mail)"] = ""
|
||
|
|
-- L["Total"] = ""
|
||
|
|
-- L["Total Value"] = ""
|
||
|
|
|