mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-27 12:09:21 +01:00
Co-authored-by: Lugiad <adrien.grivel@hotmail.fr> Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
18 lines
537 B
JSON
18 lines
537 B
JSON
{
|
|
"pokemonInfo": "Info. Pokémon",
|
|
"status": "Estado",
|
|
"powerAccuracyCategory": "Potencia\nPrecisión\nCategoría",
|
|
"type": "Tipo",
|
|
"unknownTrainer": "Desconocido",
|
|
"ot": "EO",
|
|
"nature": "Naturaleza",
|
|
"expPoints": "Puntos Exp.",
|
|
"nextLv": "Nv. siguiente",
|
|
"cancel": "Salir",
|
|
"memoString": "Naturaleza {{natureFragment}},\n{{metFragment}}",
|
|
"metFragment": {
|
|
"normal": "encontrado al Nv. {{level}},\n{{biome}}, Oleada {{wave}}.",
|
|
"apparently": "aparentemente encontrado al Nv. {{level}},\n{{biome}}."
|
|
}
|
|
}
|