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.
54 lines
1.6 KiB
54 lines
1.6 KiB
local _, Internal = ...
|
|
if GetLocale() ~= "ptBR" then
|
|
return
|
|
end
|
|
|
|
local L = Internal.L
|
|
L["%s (Level %d)"] = "%s Nível %d"
|
|
L["Active!"] = "Ativo!"
|
|
L["Antros"] = "Antros"
|
|
L["Automa"] = "Automa"
|
|
L["Callings"] = "Chamados"
|
|
L["Campaign"] = "Campanha"
|
|
L["Campaign: %s"] = "Campanha: %s"
|
|
L["Character"] = "Personagem"
|
|
L["Characters"] = "Personag."
|
|
L["Class"] = "Classe"
|
|
L["Conquest"] = "Dominação"
|
|
L["Cosmic Flux"] = "Fluxo Cósmico"
|
|
L["Currency"] = "Moeda"
|
|
L["Cyphers of the First Ones"] = "Cifras dos Primogênitos"
|
|
L["Daily"] = "Diariamente"
|
|
L["Death-Bound Shard"] = "Estilhaço Atado à Morte"
|
|
L["Death's Advance"] = "Avanço da Morte"
|
|
L["Default"] = "Padrão"
|
|
L["Faction"] = "Facção"
|
|
L["Female"] = "Feminino"
|
|
L["Gender"] = "Sexo"
|
|
L["Item Level"] = "Nível de Item"
|
|
L["Item Level (PvP)"] = "Nível de Item (JxJ)"
|
|
L["Korthia"] = "Korthia"
|
|
L["Level"] = "Nível"
|
|
L["Lockout"] = "Vínculo"
|
|
L["Lockout: %s"] = "Vínculo: %s"
|
|
L["Male"] = "Masculino"
|
|
L["Patterns Within Patterns"] = "Padrões de padrões"
|
|
L["Player"] = "Jogador"
|
|
L["Quantity: %d"] = "Quantidade: %d"
|
|
L["Quest"] = "Missão"
|
|
L["Quest: %s"] = "Missão: %s"
|
|
L["Race"] = "Raça"
|
|
L["Renown"] = "Renome"
|
|
L["Reputation"] = "Reputação"
|
|
L["Sanctum of Domination"] = "Sacrário da Dominação"
|
|
L["Small"] = "Pequenas"
|
|
L["Soul Cinders"] = "Borralhos d'Alma"
|
|
L["The Archivists' Codex"] = "O Códice dos Arquivistas"
|
|
L["The Enlightened"] = "Os Iluminados"
|
|
L["Torghast"] = "Thanator"
|
|
L["Tormentors of Torghast"] = "Atormentadores da Thanator"
|
|
L["Tower Knowledge"] = "Saber da Torre"
|
|
L["Unknown"] = "Desconhecido"
|
|
L["Valor"] = "Bravura"
|
|
L["Weekly"] = "Semanal"
|
|
|
|
|