mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-30 05:28:49 +01: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
17 lines
519 B
JSON
17 lines
519 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}}.",
|
|
"apparently": "aparentemente encontrado al Nv. {{level}},\n{{biome}}."
|
|
}
|
|
} |