[Beta][Localization] Update French battler-tags.ts and battle.ts (#3015)
* Update French battler-tags.ts * Update battle.ts
This commit is contained in:
parent
3e8c9d5cfb
commit
a4f3829710
|
@ -140,14 +140,14 @@ export const battle: SimpleTranslationEntries = {
|
||||||
"battlerTagsEnduringLapse": "{{pokemonNameWithAffix}}\nencaisse les coups !",
|
"battlerTagsEnduringLapse": "{{pokemonNameWithAffix}}\nencaisse les coups !",
|
||||||
"battlerTagsSturdyLapse": "{{pokemonNameWithAffix}}\nencaisse les coups !",
|
"battlerTagsSturdyLapse": "{{pokemonNameWithAffix}}\nencaisse les coups !",
|
||||||
"battlerTagsPerishSongLapse": "Le compte à rebours de Requiem\nde {{pokemonNameWithAffix}} descend à {{turnCount}} !",
|
"battlerTagsPerishSongLapse": "Le compte à rebours de Requiem\nde {{pokemonNameWithAffix}} descend à {{turnCount}} !",
|
||||||
"battlerTagsCenterOfAttentionOnAdd": "{{pokemonNameWithAffix}} became the center\nof attention!",
|
"battlerTagsCenterOfAttentionOnAdd": "{{pokemonNameWithAffix}} devient\nle centre de l’attention !",
|
||||||
"battlerTagsTruantLapse": "{{pokemonNameWithAffix}} paresse !",
|
"battlerTagsTruantLapse": "{{pokemonNameWithAffix}} paresse !",
|
||||||
"battlerTagsSlowStartOnAdd": "{{pokemonNameWithAffix}}\nn’arrive pas à se motiver !",
|
"battlerTagsSlowStartOnAdd": "{{pokemonNameWithAffix}}\nn’arrive pas à se motiver !",
|
||||||
"battlerTagsSlowStartOnRemove": "{{pokemonNameWithAffix}}\narrive enfin à s’y mettre sérieusement !",
|
"battlerTagsSlowStartOnRemove": "{{pokemonNameWithAffix}}\narrive enfin à s’y mettre sérieusement !",
|
||||||
"battlerTagsHighestStatBoostOnAdd": "{{statName}} de {{pokemonNameWithAffix}}\nest renforcée !",
|
"battlerTagsHighestStatBoostOnAdd": "{{statName}} de {{pokemonNameWithAffix}}\nest renforcée !",
|
||||||
"battlerTagsHighestStatBoostOnRemove": "L’effet du talent {{abilityName}}\nde {{pokemonNameWithAffix}} se dissipe !",
|
"battlerTagsHighestStatBoostOnRemove": "L’effet du talent {{abilityName}}\nde {{pokemonNameWithAffix}} se dissipe !",
|
||||||
"battlerTagsMagnetRisenOnAdd": "{{pokemonNameWithAffix}} levitated with electromagnetism!",
|
"battlerTagsMagnetRisenOnAdd": "{{pokemonNameWithAffix}} lévite\nsur un champ magnétique !",
|
||||||
"battlerTagsMagnetRisenOnRemove": "{{pokemonNameWithAffix}}'s electromagnetism wore off!",
|
"battlerTagsMagnetRisenOnRemove": "Le magnétisme de{{pokemonNameWithAffix}}\nse dissipe !",
|
||||||
"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 !",
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||||||
|
|
||||||
export const battlerTags: SimpleTranslationEntries = {
|
export const battlerTags: SimpleTranslationEntries = {
|
||||||
"trappedDesc": "trapping",
|
"trappedDesc": "le piège",
|
||||||
"flinchedDesc": "flinching",
|
"flinchedDesc": "la peur",
|
||||||
"confusedDesc": "confusion",
|
"confusedDesc": "la confusion",
|
||||||
"infatuatedDesc": "infatuation",
|
"infatuatedDesc": "l’amour",
|
||||||
"seedDesc": "seeding",
|
"seedDesc": "l’infection",
|
||||||
"nightmareDesc": "nightmares",
|
"nightmareDesc": "les cauchemars",
|
||||||
"ingrainDesc": "roots",
|
"ingrainDesc": "l’enracinement",
|
||||||
"drowsyDesc": "drowsiness",
|
"drowsyDesc": "la somnolence",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue