annotate localization/ptBR.lua @ 123:7a6364917f86

Added tag v57 for changeset f1da233629be
author yellowfive
date Mon, 12 Feb 2018 19:34:09 -0800
parents f1da233629be
children e31b02b24488
rev   line source
yellowfive@122 1 --[[-------------------------------------------------------------------------------------------------------------
yellowfive@122 2 Master Localization File (English)
yellowfive@122 3
yellowfive@122 4 Instructions for Translators:
yellowfive@122 5 1. Copy this entire file into a new file in the same folder, named with your locale, e.g. deDE.lua for German.
yellowfive@122 6 2. At the top, replace "enUS" in the first code line with your locale, and change the next parameter from true to false.
yellowfive@122 7 3. Change all the English strings in your file as appropriate.
yellowfive@122 8
yellowfive@122 9 Note that a couple of the "strings" are functions that are provided variables. Feel free to modify these
yellowfive@122 10 functions as necessary to output an appropriately worded statement in your language (but don't change the parameters).
yellowfive@122 11 If you need assistance with the syntax of any used methods like string.format, please contact Team Robot and we will gladly assist you.
yellowfive@122 12 ---------------------------------------------------------------------------------------------------------------]]
yellowfive@122 13
yellowfive@122 14 -- replace enUS with your locale
yellowfive@122 15 local L = LibStub("AceLocale-3.0"):NewLocale("AskMrRobot", "ptBR", false)
yellowfive@122 16
yellowfive@122 17 if L then
yellowfive@122 18
yellowfive@122 19
yellowfive@122 20 --[[----------------------------------------------------------------------
yellowfive@122 21 General
yellowfive@122 22 ------------------------------------------------------------------------]]
yellowfive@122 23
yellowfive@122 24 L.SpecsShort = {
yellowfive@122 25 [1] = "Sangue", -- DeathKnightBlood
yellowfive@122 26 [2] = "Gélido", -- DeathKnightFrost
yellowfive@122 27 [3] = "Profano", -- DeathKnightUnholy
yellowfive@122 28 [4] = "Devastação", -- DemonHunterHavoc
yellowfive@122 29 [5] = "Vingança", -- DemonHunterVengeance
yellowfive@122 30 [6] = "Equilíbrio", -- DruidBalance
yellowfive@122 31 [7] = "Feral", -- DruidFeral
yellowfive@122 32 [8] = "Guardião", -- DruidGuardian
yellowfive@122 33 [9] = "Restaura.", -- DruidRestoration
yellowfive@122 34 [10] = "Dom. das Feras", -- HunterBeastMastery
yellowfive@122 35 [11] = "Precis.", -- HunterMarksmanship
yellowfive@122 36 [12] = "Sobrev.", -- HunterSurvival
yellowfive@122 37 [13] = "Arcano", -- MageArcane
yellowfive@122 38 [14] = "Fogo", -- MageFire
yellowfive@122 39 [15] = "Gélido", -- MageFrost
yellowfive@122 40 [16] = "Mest. Cerv.", -- MonkBrewmaster
yellowfive@122 41 [17] = "Tec. da Név.", -- MonkMistweaver
yellowfive@122 42 [18] = "And. do Vento", -- MonkWindwalker
yellowfive@122 43 [19] = "Sagrado", -- PaladinHoly
yellowfive@122 44 [20] = "Proteção", -- PaladinProtection
yellowfive@122 45 [21] = "Retri.", -- PaladinRetribution
yellowfive@122 46 [22] = "Disc.", -- PriestDiscipline
yellowfive@122 47 [23] = "Sagrado", -- PriestHoly
yellowfive@122 48 [24] = "Sombra", -- PriestShadow
yellowfive@122 49 [25] = "Assass.", -- RogueAssassination
yellowfive@122 50 [26] = "Fora da Lei", -- RogueOutlaw
yellowfive@122 51 [27] = "Subter.", -- RogueSubtlety
yellowfive@122 52 [28] = "Ele.", -- ShamanElemental
yellowfive@122 53 [29] = "Aperfeiç.", -- ShamanEnhancement
yellowfive@122 54 [30] = "Rest.", -- ShamanRestoration
yellowfive@122 55 [31] = "Suplício", -- WarlockAffliction
yellowfive@122 56 [32] = "Demo.", -- WarlockDemonology
yellowfive@122 57 [33] = "Destru.", -- WarlockDestruction
yellowfive@122 58 [34] = "Armas", -- WarriorArms
yellowfive@122 59 [35] = "Fúria", -- WarriorFury
yellowfive@122 60 [36] = "Proteção", -- WarriorProtection
yellowfive@122 61 }
yellowfive@122 62
yellowfive@122 63 -- stat strings for e.g. displaying gem/enchant abbreviations, make as short as possible without being confusing/ambiguous
yellowfive@122 64 L.StatsShort = {
yellowfive@122 65 ["Strength"] = "For",
yellowfive@122 66 ["Agility"] = "Agi",
yellowfive@122 67 ["Intellect"] = "Int",
yellowfive@122 68 ["CriticalStrike"] = "Crit",
yellowfive@122 69 ["Haste"] = "Aceler",
yellowfive@122 70 ["Mastery"] = "Maestria",
yellowfive@122 71 ["Multistrike"] = "Multi",
yellowfive@122 72 ["Versatility"] = "Vers",
yellowfive@122 73 ["BonusArmor"] = "Armad",
yellowfive@122 74 ["Spirit"] = "Espír",
yellowfive@122 75 ["Dodge"] = "Esquiv",
yellowfive@122 76 ["Parry"] = "Aparar",
yellowfive@122 77 ["MovementSpeed"] = "Veloc",
yellowfive@122 78 ["Avoidance"] = "Evasão",
yellowfive@122 79 ["Stamina"] = "Estam",
yellowfive@122 80 ["Armor"] = "Armad",
yellowfive@122 81 ["AttackPower"] = "PodAtaq",
yellowfive@122 82 ["SpellPower"] = "PodMág",
yellowfive@122 83 ["PvpResilience"] = "PvPResil",
yellowfive@122 84 ["PvpPower"] = "PodPvP",
yellowfive@122 85 }
yellowfive@122 86
yellowfive@122 87 L.InstanceNames = {
yellowfive@122 88 [1520] = "Pesadelo Esmeralda",
yellowfive@122 89 [1530] = "Baluarte da Noite",
yellowfive@122 90 [1648] = "Provação da Bravura",
yellowfive@122 91 [1676] = "Tumba de Sargeras",
yellowfive@122 92 [1712] = "Antorus"
yellowfive@122 93 }
yellowfive@122 94
yellowfive@122 95 L.DifficultyNames = {
yellowfive@122 96 [17] = "LdM",
yellowfive@122 97 [14] = "Normal",
yellowfive@122 98 [15] = "Heróico",
yellowfive@122 99 [16] = "Mítico"
yellowfive@122 100 }
yellowfive@122 101
yellowfive@122 102 L.WeaponTypes = {
yellowfive@122 103 None = "Nenhum",
yellowfive@122 104 Axe = "Machado",
yellowfive@122 105 Mace = "Clava",
yellowfive@122 106 Sword = "Espada",
yellowfive@122 107 Fist = "Arma de Punho",
yellowfive@122 108 Dagger = "Adaga",
yellowfive@122 109 Staff = "Cajado",
yellowfive@122 110 Polearm = "Arma de Haste",
yellowfive@122 111 OffHand = "Mão Secundária",
yellowfive@122 112 Shield = "Escudo",
yellowfive@122 113 Wand = "Varinha",
yellowfive@122 114 Bow = "Arco",
yellowfive@122 115 Gun = "Arma de Fogo",
yellowfive@122 116 Crossbow = "Besta",
yellowfive@122 117 Warglaive= "Glaive de Guerra"
yellowfive@122 118 }
yellowfive@122 119
yellowfive@122 120 L.ArmorTypes = {
yellowfive@122 121 None = "Nenhum",
yellowfive@122 122 Plate = "Placa",
yellowfive@122 123 Mail = "Malha",
yellowfive@122 124 Leather = "Couro",
yellowfive@122 125 Cloth = "Tecido"
yellowfive@122 126 }
yellowfive@122 127
yellowfive@122 128 L.OneHand = "Uma Mão"
yellowfive@122 129 L.TwoHand = "Duas Mãos"
yellowfive@122 130 L.OffHand = "Mão Secundária"
yellowfive@122 131
yellowfive@122 132
yellowfive@122 133 --[[----------------------------------------------------------------------
yellowfive@122 134 Main UI
yellowfive@122 135 ------------------------------------------------------------------------]]
yellowfive@122 136 L.AlertOk = "OK"
yellowfive@122 137 L.CoverCancel = "cancelar"
yellowfive@122 138
yellowfive@122 139 L.MinimapTooltip =
yellowfive@122 140 [[Clique com o botão esquerdo para abrir a janela do Ask Mr. Robot.
yellowfive@122 141
yellowfive@122 142 Clique com o botão direito para alternar entre specs e equipar seu equipamento salvo para cada spec.]]
yellowfive@122 143
yellowfive@122 144 L.MainStatusText = function(version, url)
yellowfive@122 145 return version .. " carregado. Documentação disponível em " .. url
yellowfive@122 146 end
yellowfive@122 147
yellowfive@122 148 L.TabExportText = "Exportar"
yellowfive@122 149 L.TabGearText = "Equipamento"
yellowfive@122 150 L.TabLogText = "Logs"
yellowfive@122 151 L.TabTeamText = "Otimizador de Equipe"
yellowfive@122 152 L.TabOptionsText = "Opções"
yellowfive@122 153
yellowfive@122 154 L.VersionChatTitle = "Versão do Addon AMR:"
yellowfive@122 155 L.VersionChatNotInstalled = "NÃO INSTALADO"
yellowfive@122 156 L.VersionChatNotGrouped = "Você não está em um grupo ou raid!"
yellowfive@122 157
yellowfive@122 158
yellowfive@122 159 --[[----------------------------------------------------------------------
yellowfive@122 160 Export Tab
yellowfive@122 161 ------------------------------------------------------------------------]]
yellowfive@122 162 L.ExportTitle = "Instruções de Exportação"
yellowfive@122 163 L.ExportHelp1 = "1. Copie o texto abaixo pressionando Ctrl+C (ou Cmd+C em um Mac)"
yellowfive@122 164 L.ExportHelp2 = "2. Vá para https://www.askmrrobot.com/wow/gear e clique no seletor de personagem"
yellowfive@122 165 L.ExportHelp3 = "3. Cole o texto copiado na caixa de texto da seção ADDON"
yellowfive@122 166
yellowfive@122 167 L.ExportSplashTitle = "Começando"
yellowfive@122 168 L.ExportSplashSubtitle = "Esta é a primeira vez que você usa a nova versão do addon. Faça o seguinte para inicializar o banco de dados dos seus itens:"
yellowfive@122 169 L.ExportSplash1 = "1. Ative cada um dos seus specs uma vez e equipe seu equipamento atual para cada spec"
yellowfive@122 170 L.ExportSplash2 = "2. Equipe sua arma de artefato para cada spec e abra a tela de artefato"
yellowfive@122 171 L.ExportSplash3 = "3. Abra seu banco e deixe-o aberto por pelo menos dois segundos"
yellowfive@122 172 L.ExportSplash4 = "4. Se você possuir equipamento no cofre etéreo, abra-o e deixe-o aberto por pelo menos dois segundos"
yellowfive@122 173 L.ExportSplashClose = "Continuar"
yellowfive@122 174
yellowfive@122 175
yellowfive@122 176 --[[----------------------------------------------------------------------
yellowfive@122 177 Gear Tab
yellowfive@122 178 ------------------------------------------------------------------------]]
yellowfive@122 179 L.GearImportNote = "Clique em Importar para inserir dados do website."
yellowfive@122 180 L.GearBlank = "Você ainda não carregou nenhum equipamento para essa spec."
yellowfive@122 181 L.GearBlank2 = "Vá para askmrrobot.com para otimizar seu equipamento, então use o botão importar à esquerda."
yellowfive@122 182 L.GearButtonEquip = function(spec)
yellowfive@122 183 return string.format("Ativar Spec %s e Usar Equipamento", spec)
yellowfive@122 184 end
yellowfive@122 185 L.GearButtonShop = "Mostrar Lista de Compras"
yellowfive@122 186
yellowfive@122 187 L.GearEquipErrorCombat = "Impossível trocar spec/equipamento em combate!"
yellowfive@122 188 L.GearEquipErrorEmpty = "Nenhum conjunto de equipamento salvo foi encontrado para o spec atual."
yellowfive@122 189 L.GearEquipErrorNotFound = "Um item no seu conjunto de equipamento salvo não pode ser equipado."
yellowfive@122 190 L.GearEquipErrorNotFound2 = "Tente abrir seu banco e execute este comando novamente ou verifique seu banco etéreo."
yellowfive@122 191 L.GearEquipErrorBagFull = "Não há espaço suficiente em suas bolsas para equipar seu conjunto de equipamento salvo."
yellowfive@122 192 L.GearEquipErrorSoulbound = function(itemLink)
yellowfive@122 193 return itemLink .. " não pode ser equipado porque não está vinculado a você."
yellowfive@122 194 end
yellowfive@122 195
yellowfive@122 196 L.GearButtonImportText = "Importar"
yellowfive@122 197 L.GearButtonCleanText = "Bolsas Limpas"
yellowfive@122 198
yellowfive@122 199 L.GearTipTitle = "DICAS!"
yellowfive@122 200 L.GearTipText =
yellowfive@122 201 [[Nas Opções você pode escolher trocar automaticamente seus conjuntos de equipamento sempre que mudar sua spec.
yellowfive@122 202
yellowfive@122 203 Ou, você pode clicar com o botão direito no ícone do minimapa para trocar a spec e usar o equipamento.
yellowfive@122 204
yellowfive@122 205 Ou! Você pode usar linhas de comando:]]
yellowfive@122 206
yellowfive@122 207 L.GearTipCommands =
yellowfive@122 208 [[/amr equip [1-4]
yellowfive@122 209 no arg = cycle]]
yellowfive@122 210 -- note to translators: the slash commands are literal and should stay as english
yellowfive@122 211
yellowfive@122 212
yellowfive@122 213 --[[----------------------------------------------------------------------
yellowfive@122 214 Import Dialog on Gear Tab
yellowfive@122 215 ------------------------------------------------------------------------]]
yellowfive@122 216 L.ImportHeader = "Aperte Ctrl+V (Cmd+V em um Mac) para colar dados do website na caixa abaixo."
yellowfive@122 217 L.ImportButtonOk = "Importar"
yellowfive@122 218 L.ImportButtonCancel = "Cancelar"
yellowfive@122 219
yellowfive@122 220 L.ImportErrorEmpty = "Os dados estão vazios."
yellowfive@122 221 L.ImportErrorFormat = "Os dados não estão no formato correto."
yellowfive@122 222 L.ImportErrorVersion = "Os dados são de uma versão anterior do addon. Por favor, vá ao website e gere novos dados."
yellowfive@122 223 L.ImportErrorChar = function(importChar, yourChar)
yellowfive@122 224 return "Os dados são para " .. importChar .. ", mas você está com " .. yourChar .. "!"
yellowfive@122 225 end
yellowfive@122 226 L.ImportErrorRace = "Parece que sua raça mudou. Por favor vá ao website e otimize novamente."
yellowfive@122 227 L.ImportErrorFaction = "Parece que sua facção mudou. Por favor vá ao website e otimize novamente."
yellowfive@122 228 L.ImportErrorLevel = "Parece que seu nível mudou. Por favor vá ao website e otimize novamente."
yellowfive@122 229
yellowfive@122 230 L.ImportOverwolfWait = "Executando otimização Melhor nas Bolsas. Por favor não aperte ESC ou feche o addon até que ele tenha completado!"
yellowfive@122 231
yellowfive@122 232
yellowfive@122 233 --[[----------------------------------------------------------------------
yellowfive@122 234 Shopping List
yellowfive@122 235 ------------------------------------------------------------------------]]
yellowfive@122 236 L.ShopTitle = "Lista de Compras"
yellowfive@122 237 L.ShopEmpty = "Não há lista de compras para esse personagem."
yellowfive@122 238 L.ShopSpecLabel = "Spec"
yellowfive@122 239 L.ShopHeaderGems = "Gemas"
yellowfive@122 240 L.ShopHeaderEnchants = "Encantamentos"
yellowfive@122 241 L.ShopHeaderMaterials = "Materiais de Encantamentos"
yellowfive@122 242
yellowfive@122 243
yellowfive@122 244 --[[----------------------------------------------------------------------
yellowfive@122 245 Combat Log Tab
yellowfive@122 246 ------------------------------------------------------------------------]]
yellowfive@122 247 L.LogChatStart = "Agora você está logando os combates." -- , and Mr. Robot is logging character data for your raid
yellowfive@122 248 L.LogChatStop = "O log de combate foi interrompido."
yellowfive@122 249
yellowfive@122 250 L.LogChatWipe = function(wipeTime)
yellowfive@122 251 return "Wipe manual invocado em " .. wipeTime .. "."
yellowfive@122 252 end
yellowfive@122 253 L.LogChatUndoWipe = function(wipeTime)
yellowfive@122 254 return "Wipe manual em " .. wipeTime .. " foi removido."
yellowfive@122 255 end
yellowfive@122 256 L.LogChatNoWipes = "Não há wipes manuais recentes para serem removidos."
yellowfive@122 257
yellowfive@122 258 L.LogButtonStartText = "Iniciar Log"
yellowfive@122 259 L.LogButtonStopText = "Parar Log"
yellowfive@122 260 L.LogButtonReloadText = "Recarregar UI"
yellowfive@122 261 L.LogButtonWipeText = "Wipe!"
yellowfive@122 262 L.LogButtonUndoWipeText = "Desfazer Wipe"
yellowfive@122 263
yellowfive@122 264 L.LogNote = "Você está fazendo log de combate no momento."
yellowfive@122 265 L.LogReloadNote = "Saia do WoW completamente ou recarregue sua UI imediatamente antes de enviar um arquivo de log."
yellowfive@122 266 L.LogWipeNote = "A pessoa enviando o log precisa ser a mesma a usar este comando wipe."
yellowfive@122 267 L.LogWipeNote2 = function(cmd)
yellowfive@122 268 return "'" .. cmd .. "' também fará isso."
yellowfive@122 269 end
yellowfive@122 270 L.LogUndoWipeNote = "último wipe chamado:"
yellowfive@122 271 L.LogUndoWipeDate = function(day, timeOfDay)
yellowfive@122 272 return day .. " às " .. timeOfDay
yellowfive@122 273 end
yellowfive@122 274
yellowfive@122 275 L.LogAutoTitle = "Log Automático"
yellowfive@122 276 L.LogAutoAllText = "Alternar Tudo"
yellowfive@122 277
yellowfive@122 278 L.LogInstructionsTitle = "Instruções!"
yellowfive@122 279 L.LogInstructions =
yellowfive@122 280 [[1.) Clique em Iniciar Log ou habilite o Log Automático para suas raids escolhidas.
yellowfive@122 281
yellowfive@122 282 2.) Quando estiver pronto para enviar, saia do world of Warcraft* ou recarregue sua UI.**
yellowfive@122 283
yellowfive@122 284 3.) Execute o Cliente AMR para enviar seu log.
yellowfive@122 285
yellowfive@122 286
yellowfive@122 287 *Não é obrigatório sair do WoW, mas é altamente recomendado. Isso permitirá que o Cliente AMR evite que o arquivo de log fique muito grande.
yellowfive@122 288
yellowfive@122 289 **O addon AMR coleta dados extra no inicio de cada encontro para todos os jogadores na sua raid que estejam com o addon AMR. Não é necessário que outros jogadores liguem seus logs! Eles só precisam ter o addon instalado e ligado. Esses dados são salvos no disco apenas se você sair do WoW ou recarregar sua UI antes de fazer upload.
yellowfive@122 290 ]]
yellowfive@122 291
yellowfive@122 292
yellowfive@122 293 --[[----------------------------------------------------------------------
yellowfive@122 294 Team Optimizer Tab
yellowfive@122 295 ------------------------------------------------------------------------]]
yellowfive@122 296 L.TeamTabLeaderText = "Rankeador de Saque"
yellowfive@122 297 L.TeamTabMemberText = "Membro do Grupo"
yellowfive@122 298
yellowfive@122 299 L.TeamSplashHeader = "Como você costuma usar o Otimizador de Grupo?"
yellowfive@122 300 L.TeamSplashLeaderLabel = "Eu sou a pessoa que usa o askmrrobot.com para classificar o saque para nosso grupo"
yellowfive@122 301 L.TeamSplashMemberLabel = "Outra pessoa usa o Otimizador de Grupo pra mim"
yellowfive@122 302
yellowfive@122 303 L.TeamMemberText = "Pegue a pipoca e relaxe, tudo está sendo feito pelos líderes do seu grupo."
yellowfive@122 304 L.TeamMemberShowLootLabel = "Saque em progresso!"
yellowfive@122 305 L.TeamMemberShowLoot = "Mostrar Janela de Saque"
yellowfive@122 306
yellowfive@122 307 L.TeamButtonVersionText = "Verificar o Addon"
yellowfive@122 308 L.TeamButtonExportRosterText = "Exportar Lista"
yellowfive@122 309 L.TeamButtonExportLootText = "Exportar Saque"
yellowfive@122 310 L.TeamButtonExportClose = "Fechar"
yellowfive@122 311 L.TeamButtonImportRankingsText = "Importar Rankings"
yellowfive@122 312 L.TeamButtonStartLootText = "Iniciar Saque"
yellowfive@122 313 L.TeamButtonResumeLootText = "Resumir Saque"
yellowfive@122 314
yellowfive@122 315 L.TeamExportVersionLabel = "O Otimizador de Grupo é mais preciso e fácil de usar se todos no seu grupo possuirem o addon do AskMrRobot."
yellowfive@122 316 L.TeamExportRosterLabel = "Faça isso uma vez no início da sua raid para inicializar o Otimizador de Grupo na internet. Se alguém entrar ou sair do seu grupo durante uma raid, aperte novamente 'Import without Reload' na internet para fazer uma atualização rápida apenas desses jogadores."
yellowfive@122 317 L.TeamExportLootLabel = "Exporta todos os espólios do último chefe saqueado e cria um ranking de todos de uma só vez na internet. Os Rankings automaticamente contam como saque vencido nos chefes anteriores ou nos saques extra!"
yellowfive@122 318 L.TeamExportLootLabel2 = "Requer Mestre de Saque"
yellowfive@122 319 L.TeamImportRankingsLabel = "Importar dados de ranking de askmrrobot.com, assim você pode facilmente ver e distribuir o saque no jogo."
yellowfive@122 320 L.TeamStartLootLabel = function(numItems)
yellowfive@122 321 return numItems .. " itens foram importados."
yellowfive@122 322 end
yellowfive@122 323
yellowfive@122 324 L.TeamHistoryTitle = "Histórico de Saque"
yellowfive@122 325 L.TeamHistoryNoGroup = "Você não está em um grupo ou raid."
yellowfive@122 326 L.TeamHistoryEmpty = "Nenhum saque foi distribuído ainda."
yellowfive@122 327
yellowfive@122 328 L.TeamVersionTitle = "Verificação de Versão"
yellowfive@122 329 L.TeamVersionNoGroup = "Você não está em um grupo ou raid.."
yellowfive@122 330 L.TeamVersionGood = "Todos no seu grupo possuem o addon!"
yellowfive@122 331 L.TeamVersionMissing = "NÃO INSTALADO"
yellowfive@122 332 L.TeamVersionOld = "DESATUALIZADO"
yellowfive@122 333
yellowfive@122 334 L.TeamExportRosterLoading = "Coletando dados dos jogadores, aguarde..."
yellowfive@122 335
yellowfive@122 336 L.TeamAlertNoGroup = "Você não está em um grupo!"
yellowfive@122 337 L.TeamAlertNoLoot = "Nada foi distribuído via mestre de saque recentemente em seu grupo ou raid!"
yellowfive@122 338
yellowfive@122 339 L.TeamExportHelp = "Aperte Ctrl+C (ou Cmd+C em um Mac) para copiar o texto abaixo."
yellowfive@122 340 L.TeamExportRosterText = "Em seguida vá para o Team Optimizer no website e cole na caixa de importação das listagens."
yellowfive@122 341 L.TeamExportLootText = "Em seguida vá para o Team Optimizer no website e cole na caixa de importação de saque."
yellowfive@122 342 -- note to translators: leave "Team Optimizer" in english in the above two texts because our website is not localized yet
yellowfive@122 343
yellowfive@122 344 L.TeamImportRankingsHeader = "Aperte Ctrl+V (Cmd+V em um Mac) para colar os dados do website na caixa abaixo."
yellowfive@122 345
yellowfive@122 346 L.TeamLootOptionNeed = "Necessidade"
yellowfive@122 347 L.TeamLootOptionOff = "Off Spec"
yellowfive@122 348 L.TeamLootOptionGreed = "Ganância"
yellowfive@122 349 L.TeamLootOptionPass = "Passar"
yellowfive@122 350 L.TeamLootOptionDisenchant = "Desencantar"
yellowfive@122 351
yellowfive@122 352
yellowfive@122 353 --[[----------------------------------------------------------------------
yellowfive@122 354 Loot Window
yellowfive@122 355 ------------------------------------------------------------------------]]
yellowfive@122 356 L.LootTitle = "Saque!"
yellowfive@122 357 L.LootEmpty = "Não há saque para distribuir agora!"
yellowfive@122 358 L.LootHelpItems = "Para cada saque..."
yellowfive@122 359 L.LootHelpRanks = "Escolha uma opção:"
yellowfive@122 360 L.LootHelpMaster = "Então mestre de saque:"
yellowfive@122 361
yellowfive@122 362 L.LootIneligible = "Você não é elegível para este saque."
yellowfive@122 363
yellowfive@122 364 L.LootRankHeaderRank = "Rank"
yellowfive@122 365 L.LootRankHeaderScore = "Porcentagem de Upgrade"
yellowfive@122 366 L.LootRankHeaderScoreDisenchant = "Jogador"
yellowfive@122 367
yellowfive@122 368 -- note to translators: these column headers should be short, abbreviate if necessary, keep to 5 characters max
yellowfive@122 369 L.LootRankHeaderNeed = "Need"
yellowfive@122 370 L.LootRankHeaderOff = "Off"
yellowfive@122 371 L.LootRankHeaderGreed = "Greed"
yellowfive@122 372 L.LootRankHeaderPass = "Pass"
yellowfive@122 373 L.LootRankHeaderRoll = "Roll"
yellowfive@122 374
yellowfive@122 375 L.LootRankLabelOff = "spec secundária"
yellowfive@122 376 L.LootRankLabelDisenchant = "desencantador"
yellowfive@122 377 L.LootRankLabelMasterLooter = "mestre de saque"
yellowfive@122 378 L.LootRankLabelNoAddon = "addon não está executando"
yellowfive@122 379
yellowfive@122 380 L.LootMasterRollText = "Rolar"
yellowfive@122 381 L.LootMasterDisenchantText = "Desencantar/Vender"
yellowfive@122 382
yellowfive@122 383 L.LootMasterRollLabel = "/roll automático para todos"
yellowfive@122 384 L.LootMasterDisenchantLabel = "marque isso se ninguém deseja este item"
yellowfive@122 385 L.LootMasterGiveLoot = "Entregar Saque"
yellowfive@122 386 L.LootMasterGiveDisenchant = "Entregar para Desencantar/Vender"
yellowfive@122 387
yellowfive@122 388 L.LootMasterGiveFail = "Ambos o item ou o candidato ao saque não puderam ser encontrados :("
yellowfive@122 389
yellowfive@122 390
yellowfive@122 391 --[[----------------------------------------------------------------------
yellowfive@122 392 Options Tab
yellowfive@122 393 ------------------------------------------------------------------------]]
yellowfive@122 394 L.OptionsHeaderGeneral = "Opções Gerais"
yellowfive@122 395
yellowfive@122 396 L.OptionsHideMinimapName = "Esconder ícone do minimapa"
yellowfive@122 397 L.OptionsHideMinimapDesc = "O ícone do minimapa é apenas para conveniência. Todas as ações também podem ser executadas via linha de comando ou pela UI."
yellowfive@122 398
yellowfive@122 399 L.OptionsAutoGearName = "Trocar equipamento automaticamente ao trocar de spec"
yellowfive@122 400 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."
yellowfive@122 401
yellowfive@122 402 L.OptionsShopAhName = "Mostrar automaticamente a lista de compras na casa de leilões"
yellowfive@122 403 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."
yellowfive@122 404
yellowfive@122 405 L.OptionsDisableEmName = "Desligar criação de listas do Gerenciador de Equipamentos"
yellowfive@122 406 L.OptionsDisableEmDesc = "Uma lista no Gerenciador de Equipamentos da Blizzard é criada sempre que você equipa uma lista de equipamentos do AMR. Isso é útil para marcar itens nas suas listas otimizadas. Masque para desligar este padrão, se desejar."
yellowfive@122 407
yellowfive@122 408 L.OptionsUiScaleName = "Escala de tamanho da UI do Ask Mr. Robot"
yellowfive@122 409 L.OptionsUiScaleDesc = "Digite um valor entre 0.5 e 1.5 para trocar a escala de tamanho da interface de usuário do Ask Mr. Robot, pressione Enter, então feche/abra a janela para fazer efeito. Se o posicionamento ficar bagunçado, use o comando /amr reset."
yellowfive@122 410
yellowfive@122 411 end