Update src/locales/fr/battle.ts

add fr localization

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
This commit is contained in:
cadi 2024-06-28 23:25:44 +09:00 committed by GitHub
parent 4abd1a191e
commit 95657cbad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,5 +132,5 @@ export const battle: SimpleTranslationEntries = {
"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 !",
"battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} switched its Attack and Defense!" "battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} échange\nson Attaque et sa Défense !"
} as const; } as const;