From d9ae12ccc7c053ebfbbb25b55c4019b51e986cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ricardo=20Fleury=20Oliveira?= Date: Sun, 16 Jun 2024 00:49:09 -0300 Subject: [PATCH] updated battle.ts and pokemon-info.ts (#2281) --- src/locales/pt_BR/battle.ts | 16 ++++++++-------- src/locales/pt_BR/pokemon-info.ts | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/locales/pt_BR/battle.ts b/src/locales/pt_BR/battle.ts index 55b9e158f1d..72d97f9f1cf 100644 --- a/src/locales/pt_BR/battle.ts +++ b/src/locales/pt_BR/battle.ts @@ -62,12 +62,12 @@ export const battle: SimpleTranslationEntries = { "drainMessage": "{{pokemonName}} teve sua\nenergia drenada!", "regainHealth": "{{pokemonName}} recuperou\npontos de saúde!", "fainted": "{{pokemonNameWithAffix}} desmaiou!", - "statRose": "rose", - "statSharplyRose": "sharply rose", - "statRoseDrastically": "rose drastically", - "statWontGoAnyHigher": "won't go any higher", - "statFell": "fell", - "statHarshlyFell": "harshly fell", - "statSeverelyFell": "severely fell", - "statWontGoAnyLower": "won't go any lower", + "statRose": "aumentou", + "statSharplyRose": "aumentou bruscamente", + "statRoseDrastically": "aumentou drasticamente", + "statWontGoAnyHigher": "não vai mais aumentar", + "statFell": "diminuiu", + "statHarshlyFell": "diminuiu duramente", + "statSeverelyFell": "diminuiu severamente", + "statWontGoAnyLower": "não vai mais diminuir", } as const; diff --git a/src/locales/pt_BR/pokemon-info.ts b/src/locales/pt_BR/pokemon-info.ts index 9f490d98845..8b37e6e1f74 100644 --- a/src/locales/pt_BR/pokemon-info.ts +++ b/src/locales/pt_BR/pokemon-info.ts @@ -14,8 +14,8 @@ export const pokemonInfo: PokemonInfoTranslationEntries = { "SPDEFshortened": "DefEsp", "SPD": "Veloc.", "SPDshortened": "Veloc.", - "ACC": "Accuracy", - "EVA": "Evasiveness" + "ACC": "Precisão", + "EVA": "Evasão", }, Type: {