mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-03 14:47:12 +00:00
2a51d500b3
* 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
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"confirmStartTeam": "¿Comenzar con estos Pokémon?",
|
|
"invalidParty": "¡Este equipo no es válido!",
|
|
"gen1": "I",
|
|
"gen2": "II",
|
|
"gen3": "III",
|
|
"gen4": "IV",
|
|
"gen5": "V",
|
|
"gen6": "VI",
|
|
"gen7": "VII",
|
|
"gen8": "VIII",
|
|
"gen9": "IX",
|
|
"growthRate": "Crecimiento:",
|
|
"ability": "Habilid:",
|
|
"passive": "Pasiva:",
|
|
"nature": "Natur:",
|
|
"eggMoves": "Mov. Huevo",
|
|
"addToParty": "Añadir al Equipo",
|
|
"removeFromParty": "Excluir del Equipo",
|
|
"toggleIVs": "Mostrar IVs",
|
|
"manageMoves": "Cambiar movs.",
|
|
"manageNature": "Cambiar natur.",
|
|
"useCandies": "Usar Caramelos",
|
|
"selectNature": "Elige Natur.",
|
|
"selectMoveSwapOut": "Elige el movimiento que sustituir.",
|
|
"selectMoveSwapWith": "Elige el movimiento que sustituirá a",
|
|
"unlockPassive": "Añadir Pasiva",
|
|
"reduceCost": "Reducir Coste",
|
|
"cycleShiny": ": Shiny",
|
|
"cycleForm": ": Forma",
|
|
"cycleGender": ": Género",
|
|
"cycleAbility": ": Habilidad",
|
|
"cycleNature": ": Naturaleza",
|
|
"cycleVariant": ": Variante",
|
|
"goFilter": ": Ir a filtros",
|
|
"enablePassive": "Activar Pasiva",
|
|
"disablePassive": "Desactivar Pasiva",
|
|
"locked": "Bloqueado",
|
|
"disabled": "No disponible",
|
|
"uncaught": "No capturado"
|
|
} |