mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 21:02:18 +02:00
* Migrate en (English) * Migrate es (Spanish) * fix es/config.ts export * fix ts-compiler with i18n issue * fix battle-stat.test.ts * move `i18n.d.ts` content into `i18next.d.ts` and remove `defaultValue` key
41 lines
866 B
JSON
41 lines
866 B
JSON
{
|
|
"Stat": {
|
|
"HP": "Max. HP",
|
|
"HPshortened": "MaxHP",
|
|
"ATK": "Attack",
|
|
"ATKshortened": "Atk",
|
|
"DEF": "Defense",
|
|
"DEFshortened": "Def",
|
|
"SPATK": "Sp. Atk",
|
|
"SPATKshortened": "SpAtk",
|
|
"SPDEF": "Sp. Def",
|
|
"SPDEFshortened": "SpDef",
|
|
"SPD": "Speed",
|
|
"SPDshortened": "Spd",
|
|
"ACC": "Accuracy",
|
|
"EVA": "Evasiveness",
|
|
"HPStat": "HP"
|
|
},
|
|
"Type": {
|
|
"UNKNOWN": "Unknown",
|
|
"NORMAL": "Normal",
|
|
"FIGHTING": "Fighting",
|
|
"FLYING": "Flying",
|
|
"POISON": "Poison",
|
|
"GROUND": "Ground",
|
|
"ROCK": "Rock",
|
|
"BUG": "Bug",
|
|
"GHOST": "Ghost",
|
|
"STEEL": "Steel",
|
|
"FIRE": "Fire",
|
|
"WATER": "Water",
|
|
"GRASS": "Grass",
|
|
"ELECTRIC": "Electric",
|
|
"PSYCHIC": "Psychic",
|
|
"ICE": "Ice",
|
|
"DRAGON": "Dragon",
|
|
"DARK": "Dark",
|
|
"FAIRY": "Fairy",
|
|
"STELLAR": "Stellar"
|
|
}
|
|
} |