[Localization(fr)] Fix typo in battle.ts (#2411)
This commit is contained in:
parent
74aa5a8005
commit
506cc76c2d
|
@ -125,7 +125,7 @@ export const battle: SimpleTranslationEntries = {
|
||||||
"battlerTagsCritBoostOnAdd": "{{pokemonNameWithAffix}}\nest prêt à tout donner !",
|
"battlerTagsCritBoostOnAdd": "{{pokemonNameWithAffix}}\nest prêt à tout donner !",
|
||||||
"battlerTagsCritBoostOnRemove": "{{pokemonNameWithAffix}} se détend.",
|
"battlerTagsCritBoostOnRemove": "{{pokemonNameWithAffix}} se détend.",
|
||||||
"battlerTagsSaltCuredOnAdd": "{{pokemonNameWithAffix}}\nest couvert de sel !",
|
"battlerTagsSaltCuredOnAdd": "{{pokemonNameWithAffix}}\nest couvert de sel !",
|
||||||
"battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}}est blessé\npar la capacité {{moveName}} !",
|
"battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} est blessé\npar la capacité {{moveName}} !",
|
||||||
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} sacrifie des PV\net lance une malédiction sur {{pokemonName}} !",
|
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} sacrifie des PV\net lance une malédiction sur {{pokemonName}} !",
|
||||||
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}} est touché par la malédiction !"
|
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}} est touché par la malédiction !"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue