mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
Merge pull request #3751 from pagefaultgames/gitlocalize-30710
[Localization] [ES] Reviewed and finished pokemon-info.json
This commit is contained in:
commit
ac543d3662
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user