mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-29 13:09:17 +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
11 lines
677 B
JSON
11 lines
677 B
JSON
{
|
|
"isChargingPower": "¡{{pokemonName}} está acumulando energía!",
|
|
"burnedItselfOut": "¡El fuego interior de {{pokemonName}} se ha extinguido!",
|
|
"startedHeatingUpBeak": "¡{{pokemonName}} empieza\na calentar su pico!",
|
|
"setUpShellTrap": "¡{{pokemonName}} ha activado la Coraza Trampa!",
|
|
"isOverflowingWithSpacePower": "¡{{pokemonName}} rebosa\nenergía cósmica!",
|
|
"usedUpAllElectricity": "¡{{pokemonName}} ha descargado toda su electricidad!",
|
|
"stoleItem": "¡{{pokemonName}} robó el objeto\n{{itemName}} de {{targetName}}!",
|
|
"statEliminated": "¡Los cambios en estadísticas fueron eliminados!",
|
|
"revivalBlessing": "¡{{pokemonName}} ha revivido!"
|
|
} |