pokerogue/src/locales/pt_BR/pokemon-info.json
gitlocalize-app[bot] 856d468c35
Translate pokemon-info.json via GitLocalize (#3789)
Co-authored-by: José Ricardo <josefleury@discente.ufg.br>
2024-08-26 22:26:47 +02:00

42 lines
879 B
JSON

{
"Stat": {
"HP": "PS",
"HPshortened": "PS",
"ATK": "Ataque",
"ATKshortened": "Ata",
"DEF": "Defesa",
"DEFshortened": "Def",
"SPATK": "At. Esp.",
"SPATKshortened": "AtEsp",
"SPDEF": "Def. Esp.",
"SPDEFshortened": "DefEsp",
"SPD": "Veloc.",
"SPDshortened": "Veloc.",
"ACC": "Precisão",
"EVA": "Evasão",
"HPStat": "PS"
},
"Type": {
"UNKNOWN": "Desconhecido",
"NORMAL": "Normal",
"FIGHTING": "Lutador",
"FLYING": "Voador",
"POISON": "Veneno",
"GROUND": "Terra",
"ROCK": "Pedra",
"BUG": "Inseto",
"GHOST": "Fantasma",
"STEEL": "Aço",
"FIRE": "Fogo",
"WATER": "Água",
"GRASS": "Grama",
"ELECTRIC": "Elétrico",
"PSYCHIC": "Psíquico",
"ICE": "Gelo",
"DRAGON": "Dragão",
"DARK": "Sombrio",
"FAIRY": "Fada",
"STELLAR": "Estelar"
}
}