Update src/locales/pt_BR/battle.ts

add pt_br localization

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
This commit is contained in:
cadi 2024-06-28 23:28:10 +09:00 committed by GitHub
parent 95657cbad2
commit 485636945f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,5 +132,5 @@ export const battle: SimpleTranslationEntries = {
"battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} foi ferido pelo {{moveName}}!", "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} foi ferido pelo {{moveName}}!",
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} cortou seus PS pela metade e amaldiçoou {{pokemonName}}!", "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} cortou seus PS pela metade e amaldiçoou {{pokemonName}}!",
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}} foi ferido pelo Curse!", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}} foi ferido pelo Curse!",
"battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} switched its Attack and Defense!" "battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} trocou seu atributo de Ataque pela sua Defesa!"
} as const; } as const;