updated battle.ts and pokemon-info.ts (#2281)
This commit is contained in:
parent
4c708cd1aa
commit
d9ae12ccc7
|
@ -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;
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue