diff --git a/src/locales/fr/battle.ts b/src/locales/fr/battle.ts index 1593bd3b21f..9a4650fadc4 100644 --- a/src/locales/fr/battle.ts +++ b/src/locales/fr/battle.ts @@ -60,6 +60,6 @@ export const battle: SimpleTranslationEntries = { "foePokemonWithAffix": "{{pokemonName}} ennemi", "useMove": "{{pokemonNameWithAffix}} utilise\n{{moveName}} !", "drainMessage": "{{pokemonName}} had its\nenergy drained!", - "regainHealth": "{{pokemonName}} regained\nhealth!", - "fainted": "{{pokemonNameWithAffix}} fainted!" + "regainHealth": "{{pokemonName}} a récupéré\ndes PV!", + "fainted": "{{pokemonNameWithAffix}} est tombé KO!" } as const;