mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 19:02:16 +02:00
Fix i18n
This commit is contained in:
parent
5679aa45dc
commit
a595dfc599
@ -65,6 +65,6 @@
|
|||||||
"suppressAbilities": "{{pokemonName}}'s ability\nwas suppressed!",
|
"suppressAbilities": "{{pokemonName}}'s ability\nwas suppressed!",
|
||||||
"revivalBlessing": "{{pokemonName}} was revived!",
|
"revivalBlessing": "{{pokemonName}} was revived!",
|
||||||
"swapArenaTags": "{{pokemonName}} swapped the battle effects affecting each side of the field!",
|
"swapArenaTags": "{{pokemonName}} swapped the battle effects affecting each side of the field!",
|
||||||
"exposedMove": "{{pokemonName}} identified\n{{targetPokemonName}}!",
|
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
|
||||||
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!"
|
"exposedMove": "{{pokemonName}} identified\n{{targetPokemonName}}!"
|
||||||
}
|
}
|
||||||
|
@ -66,6 +66,6 @@
|
|||||||
"revivalBlessing": "{{pokemonName}} torna in forze!",
|
"revivalBlessing": "{{pokemonName}} torna in forze!",
|
||||||
"swapArenaTags": "{{pokemonName}} ha invertito gli effetti attivi\nnelle due metà del campo!",
|
"swapArenaTags": "{{pokemonName}} ha invertito gli effetti attivi\nnelle due metà del campo!",
|
||||||
"exposedMove": "{{pokemonName}} ha identificato\n{{targetPokemonName}}!",
|
"exposedMove": "{{pokemonName}} ha identificato\n{{targetPokemonName}}!",
|
||||||
"safeguard": "Salvaguardia protegge {{targetName}}!",
|
"chillyReception": "{{pokemonName}} sta per fare una battuta!",
|
||||||
"chillyReception": "{{pokemonName}} sta per fare una battuta!"
|
"safeguard": "Salvaguardia protegge {{targetName}}!"
|
||||||
}
|
}
|
@ -61,6 +61,5 @@
|
|||||||
"suppressAbilities": "{{pokemonName}}の とくせいが きかなくなった!",
|
"suppressAbilities": "{{pokemonName}}の とくせいが きかなくなった!",
|
||||||
"revivalBlessing": "{{pokemonName}}は\n復活して 戦えるようになった!",
|
"revivalBlessing": "{{pokemonName}}は\n復活して 戦えるようになった!",
|
||||||
"swapArenaTags": "{{pokemonName}}は\nおたがいの ばのこうかを いれかえた!",
|
"swapArenaTags": "{{pokemonName}}は\nおたがいの ばのこうかを いれかえた!",
|
||||||
"chillyReception": "{{pokemonName}}は\nさむい ギャグを かました!",
|
"chillyReception": "{{pokemonName}}は\nさむい ギャグを かました!"
|
||||||
"exposedMove": "{{pokemonName}} identified\n{{targetPokemonName}}!"
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user