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!",
|
"drainMessage": "{{pokemonName}} teve sua\nenergia drenada!",
|
||||||
"regainHealth": "{{pokemonName}} recuperou\npontos de saúde!",
|
"regainHealth": "{{pokemonName}} recuperou\npontos de saúde!",
|
||||||
"fainted": "{{pokemonNameWithAffix}} desmaiou!",
|
"fainted": "{{pokemonNameWithAffix}} desmaiou!",
|
||||||
"statRose": "rose",
|
"statRose": "aumentou",
|
||||||
"statSharplyRose": "sharply rose",
|
"statSharplyRose": "aumentou bruscamente",
|
||||||
"statRoseDrastically": "rose drastically",
|
"statRoseDrastically": "aumentou drasticamente",
|
||||||
"statWontGoAnyHigher": "won't go any higher",
|
"statWontGoAnyHigher": "não vai mais aumentar",
|
||||||
"statFell": "fell",
|
"statFell": "diminuiu",
|
||||||
"statHarshlyFell": "harshly fell",
|
"statHarshlyFell": "diminuiu duramente",
|
||||||
"statSeverelyFell": "severely fell",
|
"statSeverelyFell": "diminuiu severamente",
|
||||||
"statWontGoAnyLower": "won't go any lower",
|
"statWontGoAnyLower": "não vai mais diminuir",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
|
@ -14,8 +14,8 @@ export const pokemonInfo: PokemonInfoTranslationEntries = {
|
||||||
"SPDEFshortened": "DefEsp",
|
"SPDEFshortened": "DefEsp",
|
||||||
"SPD": "Veloc.",
|
"SPD": "Veloc.",
|
||||||
"SPDshortened": "Veloc.",
|
"SPDshortened": "Veloc.",
|
||||||
"ACC": "Accuracy",
|
"ACC": "Precisão",
|
||||||
"EVA": "Evasiveness"
|
"EVA": "Evasão",
|
||||||
},
|
},
|
||||||
|
|
||||||
Type: {
|
Type: {
|
||||||
|
|
Loading…
Reference in New Issue