Merge pull request #3751 from pagefaultgames/gitlocalize-30710

[Localization] [ES] Reviewed and finished pokemon-info.json
This commit is contained in:
Lugiad 2024-08-25 17:07:11 +02:00 committed by GitHub
commit ac543d3662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,17 +3,18 @@
"HP": "PS",
"HPshortened": "PS",
"ATK": "Ataque",
"ATKshortened": "Ata",
"ATKshortened": "Atq.",
"DEF": "Defensa",
"DEFshortened": "Def",
"SPATK": "At. Esp.",
"SPATKshortened": "AtEsp",
"DEFshortened": "Def.",
"SPATK": "Atq. Esp.",
"SPATKshortened": "AtqEs.",
"SPDEF": "Def. Esp.",
"SPDEFshortened": "DefEsp",
"SPDEFshortened": "DefEs.",
"SPD": "Velocidad",
"SPDshortened": "Veloc.",
"ACC": "Accuracy",
"EVA": "Evasiveness"
"ACC": "Precisión",
"EVA": "Evasión",
"HPStat": "PS"
},
"Type": {
"UNKNOWN": "Desconocido",
@ -37,4 +38,4 @@
"FAIRY": "Hada",
"STELLAR": "Astral"
}
}
}