mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
Re-add lost i18n strings (#4024)
This commit is contained in:
parent
fde32cea6c
commit
a537113c8f
@ -39,5 +39,6 @@
|
|||||||
"matBlock": "Mat Block",
|
"matBlock": "Mat Block",
|
||||||
"craftyShield": "Crafty Shield",
|
"craftyShield": "Crafty Shield",
|
||||||
"tailwind": "Tailwind",
|
"tailwind": "Tailwind",
|
||||||
"happyHour": "Happy Hour"
|
"happyHour": "Happy Hour",
|
||||||
|
"safeguard": "Safeguard"
|
||||||
}
|
}
|
@ -47,5 +47,11 @@
|
|||||||
"tailwindOnRemovePlayer": "Your team's Tailwind petered out!",
|
"tailwindOnRemovePlayer": "Your team's Tailwind petered out!",
|
||||||
"tailwindOnRemoveEnemy": "The opposing team's Tailwind petered out!",
|
"tailwindOnRemoveEnemy": "The opposing team's Tailwind petered out!",
|
||||||
"happyHourOnAdd": "Everyone is caught up in the happy atmosphere!",
|
"happyHourOnAdd": "Everyone is caught up in the happy atmosphere!",
|
||||||
"happyHourOnRemove": "The atmosphere returned to normal."
|
"happyHourOnRemove": "The atmosphere returned to normal.",
|
||||||
|
"safeguardOnAdd": "The whole field is cloaked in a mystical veil!",
|
||||||
|
"safeguardOnAddPlayer": "Your team cloaked itself in a mystical veil!",
|
||||||
|
"safeguardOnAddEnemy": "The opposing team cloaked itself in a mystical veil!",
|
||||||
|
"safeguardOnRemove": "The field is no longer protected by Safeguard!",
|
||||||
|
"safeguardOnRemovePlayer": "Your team is no longer protected by Safeguard!",
|
||||||
|
"safeguardOnRemoveEnemy": "The opposing team is no longer protected by Safeguard!"
|
||||||
}
|
}
|
@ -65,5 +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}}!"
|
"exposedMove": "{{pokemonName}} identified\n{{targetPokemonName}}!",
|
||||||
|
"safeguard": "{{targetName}} is protected by Safeguard!"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user