updated battle.ts and pokemon-info.ts (#2281)

This commit is contained in:
José Ricardo Fleury Oliveira 2024-06-16 00:49:09 -03:00 committed by GitHub
parent 4c708cd1aa
commit d9ae12ccc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -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;

View File

@ -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: {