From 485636945fe04ea937395b68cf868e35c9c23b52 Mon Sep 17 00:00:00 2001 From: cadi Date: Fri, 28 Jun 2024 23:28:10 +0900 Subject: [PATCH] Update src/locales/pt_BR/battle.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add pt_br localization Co-authored-by: José Ricardo Fleury Oliveira --- src/locales/pt_BR/battle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/pt_BR/battle.ts b/src/locales/pt_BR/battle.ts index bbd64476bee..7caa9bde376 100644 --- a/src/locales/pt_BR/battle.ts +++ b/src/locales/pt_BR/battle.ts @@ -132,5 +132,5 @@ export const battle: SimpleTranslationEntries = { "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} foi ferido pelo {{moveName}}!", "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} cortou seus PS pela metade e amaldiçoou {{pokemonName}}!", "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;