2024-06-17 17:05:33 -04:00
|
|
|
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
2024-05-01 18:53:48 -04:00
|
|
|
|
|
|
|
|
|
export const battle: SimpleTranslationEntries = {
|
2024-05-16 13:54:39 +02:00
|
|
|
|
"bossAppeared": "Un {{bossName}} apparait.",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"trainerAppeared": "Un combat est lancé\npar {{trainerName}} !",
|
2024-05-16 13:54:39 +02:00
|
|
|
|
"trainerAppearedDouble": "Un combat est lancé\npar {{trainerName}} !",
|
2024-05-23 20:22:09 +02:00
|
|
|
|
"trainerSendOut": "{{pokemonName}} est envoyé par\n{{trainerName}} !",
|
2024-05-16 13:54:39 +02:00
|
|
|
|
"singleWildAppeared": "Un {{pokemonName}} sauvage apparait !",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"multiWildAppeared": "Un {{pokemonName1}} et un {{pokemonName2}}\nsauvages apparaissent !",
|
2024-05-16 13:54:39 +02:00
|
|
|
|
"playerComeBack": "{{pokemonName}} !\nReviens !",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"trainerComeBack": "{{trainerName}} retire {{pokemonName}} !",
|
|
|
|
|
"playerGo": "{{pokemonName}} ! Go !",
|
|
|
|
|
"trainerGo": "{{pokemonName}} est envoyé par\n{{trainerName}} !",
|
2024-05-04 17:00:31 +02:00
|
|
|
|
"switchQuestion": "Voulez-vous changer\nvotre {{pokemonName}} ?",
|
2024-05-23 17:03:10 +02:00
|
|
|
|
"trainerDefeated": "Vous avez battu\n{{trainerName}} !",
|
2024-05-23 20:22:09 +02:00
|
|
|
|
"moneyWon": "Vous remportez\n{{moneyAmount}} ₽ !",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"pokemonCaught": "Vous avez attrapé {{pokemonName}} !",
|
2024-06-24 14:55:46 -03:00
|
|
|
|
"addedAsAStarter": "{{pokemonName}} est ajouté\ncomme starter !",
|
2024-05-23 20:22:09 +02:00
|
|
|
|
"partyFull": "Votre équipe est pleine.\nRelâcher un Pokémon pour {{pokemonName}} ?",
|
2024-05-04 17:00:31 +02:00
|
|
|
|
"pokemon": "Pokémon",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"sendOutPokemon": "{{pokemonName}} ! Go !",
|
2024-05-04 01:07:51 +02:00
|
|
|
|
"hitResultCriticalHit": "Coup critique !",
|
|
|
|
|
"hitResultSuperEffective": "C’est super efficace !",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"hitResultNotVeryEffective": "Ce n’est pas très efficace…",
|
|
|
|
|
"hitResultNoEffect": "Ça n’affecte pas {{pokemonName}}…",
|
2024-05-04 01:07:51 +02:00
|
|
|
|
"hitResultOneHitKO": "K.O. en un coup !",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"attackFailed": "Mais cela échoue !",
|
2024-05-23 17:03:10 +02:00
|
|
|
|
"attackHitsCount": "Touché {{count}} fois !",
|
2024-06-26 11:13:43 +09:00
|
|
|
|
"rewardGain": "Vous recevez\n{{modifierName}} !",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"expGain": "{{pokemonName}} gagne\n{{exp}} Points d’Exp !",
|
|
|
|
|
"levelUp": "{{pokemonName}} monte au\nN. {{level}} !",
|
2024-05-06 11:50:50 +02:00
|
|
|
|
"learnMove": "{{pokemonName}} apprend\n{{moveName}} !",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"learnMovePrompt": "{{pokemonName}} veut apprendre\n{{moveName}}.",
|
|
|
|
|
"learnMoveLimitReached": "Cependant, {{pokemonName}} connait\ndéjà quatre capacités.",
|
|
|
|
|
"learnMoveReplaceQuestion": "Voulez-vous oublier une capacité\net la remplacer par {{moveName}} ?",
|
|
|
|
|
"learnMoveStopTeaching": "Arrêter d’apprendre\n{{moveName}} ?",
|
|
|
|
|
"learnMoveNotLearned": "{{pokemonName}} n’a pas appris\n{{moveName}}.",
|
|
|
|
|
"learnMoveForgetQuestion": "Quelle capacité doit être oubliée ?",
|
|
|
|
|
"learnMoveForgetSuccess": "{{pokemonName}} oublie comment\nutiliser {{moveName}}.",
|
2024-05-16 00:42:34 +08:00
|
|
|
|
"countdownPoof": "@d{32}1, @d{15}2, @d{15}et@d{15}… @d{15}… @d{15}… @d{15}@s{pb_bounce_1}Tadaaa !",
|
|
|
|
|
"learnMoveAnd": "Et…",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"levelCapUp": "La limite de niveau\na été augmentée à {{levelCap}} !",
|
|
|
|
|
"moveNotImplemented": "{{moveName}} n’est pas encore implémenté et ne peut pas être sélectionné.",
|
2024-05-06 11:50:50 +02:00
|
|
|
|
"moveNoPP": "Il n’y a plus de PP pour\ncette capacité !",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"moveDisabled": "{{moveName}} est sous entrave !",
|
|
|
|
|
"noPokeballForce": "Une force mystérieuse\nempêche l’utilisation des Poké Balls.",
|
|
|
|
|
"noPokeballTrainer": "Le Dresseur détourne la Ball\nVoler, c’est mal !",
|
2024-05-04 01:07:51 +02:00
|
|
|
|
"noPokeballMulti": "Impossible ! On ne peut pas viser\nquand il y a deux Pokémon !",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"noPokeballStrong": "Le Pokémon est trop fort pour être capturé !\nVous devez d’abord l’affaiblir !",
|
|
|
|
|
"noEscapeForce": "Une force mystérieuse\nempêche la fuite.",
|
|
|
|
|
"noEscapeTrainer": "On ne s’enfuit pas d’un\ncombat de Dresseurs !",
|
|
|
|
|
"noEscapePokemon": "{{moveName}} de {{pokemonName}}\nempêche {{escapeVerb}} !",
|
|
|
|
|
"runAwaySuccess": "Vous prenez la fuite !",
|
|
|
|
|
"runAwayCannotEscape": "Fuite impossible !",
|
|
|
|
|
"escapeVerbSwitch": "le changement",
|
|
|
|
|
"escapeVerbFlee": "la fuite",
|
2024-05-09 03:00:38 +02:00
|
|
|
|
"notDisabled": "La capacité {{moveName}}\nde {{pokemonName}} n’est plus sous entrave !",
|
2024-06-22 23:24:08 +09:00
|
|
|
|
"turnEndHpRestore": "{{pokemonName}} récupère des PV !",
|
|
|
|
|
"hpIsFull": "Les PV de {{pokemonName}}\nsont au maximum !",
|
2024-05-01 18:53:48 -04:00
|
|
|
|
"skipItemQuestion": "Êtes-vous sûr·e de ne pas vouloir prendre d’objet ?",
|
2024-06-15 17:28:33 +02:00
|
|
|
|
"eggHatching": "Hein ?",
|
2024-06-01 15:53:32 -04:00
|
|
|
|
"ivScannerUseQuestion": "Utiliser le Scanner d’IV sur {{pokemonName}} ?",
|
2024-06-06 15:36:12 +02:00
|
|
|
|
"wildPokemonWithAffix": "{{pokemonName}} sauvage",
|
|
|
|
|
"foePokemonWithAffix": "{{pokemonName}} ennemi",
|
|
|
|
|
"useMove": "{{pokemonNameWithAffix}} utilise\n{{moveName}} !",
|
2024-06-15 17:28:33 +02:00
|
|
|
|
"drainMessage": "L’énergie de {{pokemonName}}\nest drainée !",
|
|
|
|
|
"regainHealth": "{{pokemonName}} récupère\ndes PV !",
|
2024-06-16 11:25:18 +09:00
|
|
|
|
"fainted": "{{pokemonNameWithAffix}}\nest K.O. !",
|
2024-06-23 10:55:09 +09:00
|
|
|
|
"statRose": "{{stats}} de {{pokemonNameWithAffix}}\naugmente !",
|
|
|
|
|
"statSharplyRose": "{{stats}} de {{pokemonNameWithAffix}}\naugmente beaucoup !",
|
|
|
|
|
"statRoseDrastically": "{{stats}} de {{pokemonNameWithAffix}}\naugmente énormément !",
|
|
|
|
|
"statWontGoAnyHigher": "{{stats}} de {{pokemonNameWithAffix}}\nne peut plus augmenter !",
|
|
|
|
|
"statFell": "{{stats}} de {{pokemonNameWithAffix}}\nbaisse !",
|
|
|
|
|
"statHarshlyFell": "{{stats}} de {{pokemonNameWithAffix}}\nbaisse beaucoup !",
|
|
|
|
|
"statSeverelyFell": "{{stats}} de {{pokemonNameWithAffix}}\nbaisse énormément !",
|
|
|
|
|
"statWontGoAnyLower": "{{stats}} de {{pokemonNameWithAffix}}\nne peut plus baisser !",
|
|
|
|
|
"ppReduced": "Les PP de la capacité {{moveName}}\nde {{targetName}} baissent de {{reduction}} !",
|
2024-06-19 23:38:31 +09:00
|
|
|
|
"battlerTagsRechargingLapse": "Le contrecoup empêche {{pokemonNameWithAffix}}\n de bouger !",
|
|
|
|
|
"battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}}\nne peut plus s’échapper !",
|
|
|
|
|
"battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} est libéré\nde la capacité {{moveName}} !",
|
|
|
|
|
"battlerTagsFlinchedLapse": "{{pokemonNameWithAffix}} a la trouille !\nIl ne peut plus attaquer !",
|
|
|
|
|
"battlerTagsConfusedOnAdd": "Ça rend {{pokemonNameWithAffix}}\nconfus !",
|
|
|
|
|
"battlerTagsConfusedOnRemove": "{{pokemonNameWithAffix}}\nn’est plus confus !",
|
|
|
|
|
"battlerTagsConfusedOnOverlap": "{{pokemonNameWithAffix}}\nest déjà confus !",
|
|
|
|
|
"battlerTagsConfusedLapse": "{{pokemonNameWithAffix}}\nest confus !",
|
|
|
|
|
"battlerTagsConfusedLapseHurtItself": "Il se blesse dans sa confusion.",
|
|
|
|
|
"battlerTagsDestinyBondLapseIsBoss": "{{pokemonNameWithAffix}} n’est pas affecté\nle Lien du Destin !",
|
|
|
|
|
"battlerTagsDestinyBondLapse": "{{pokemonNameWithAffix}} entraine\n{{pokemonNameWithAffix2}} dans sa chute !",
|
|
|
|
|
"battlerTagsInfatuatedOnAdd": "{{pokemonNameWithAffix}} est amoureux\nde {{sourcePokemonName}} !",
|
|
|
|
|
"battlerTagsInfatuatedOnOverlap": "{{pokemonNameWithAffix}} est\ndéjà amoureux !",
|
2024-06-25 17:09:21 +02:00
|
|
|
|
"battlerTagsInfatuatedLapse": "{{pokemonNameWithAffix}} est amoureux\nde {{sourcePokemonName}} !",
|
2024-06-19 23:38:31 +09:00
|
|
|
|
"battlerTagsInfatuatedLapseImmobilize": "L’amour empêche {{pokemonNameWithAffix}}\nd’agir !",
|
|
|
|
|
"battlerTagsInfatuatedOnRemove": "{{pokemonNameWithAffix}}\nn’est plus amoureux !",
|
|
|
|
|
"battlerTagsSeededOnAdd": "{{pokemonNameWithAffix}} est infecté !",
|
|
|
|
|
"battlerTagsSeededLapse": "Vampigraine draine l’énergie\nde {{pokemonNameWithAffix}} !",
|
|
|
|
|
"battlerTagsSeededLapseShed": "La Vampigraine de {{pokemonNameWithAffix}}\naspire le suintement !",
|
|
|
|
|
"battlerTagsNightmareOnAdd": "{{pokemonNameWithAffix}} commence à cauchemarder !",
|
|
|
|
|
"battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}} est\ndéjà prisonnier d’un cauchemar !",
|
|
|
|
|
"battlerTagsNightmareLapse": "{{pokemonNameWithAffix}}est\nprisonnier d’un cauchemar !",
|
2024-06-25 14:18:05 -04:00
|
|
|
|
"battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}} !\nEncore une fois !",
|
2024-06-19 23:38:31 +09:00
|
|
|
|
"battlerTagsEncoreOnRemove": "{{pokemonNameWithAffix}} n’est\nplus obligé d’utiliser la même capacité !",
|
|
|
|
|
"battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}} est prêt\nà aider {{pokemonName}} !",
|
|
|
|
|
"battlerTagsIngrainLapse": "{{pokemonNameWithAffix}} absorbe\ndes nutriments avec ses racines !",
|
|
|
|
|
"battlerTagsIngrainOnTrap": "{{pokemonNameWithAffix}}\nplante ses racines !",
|
|
|
|
|
"battlerTagsAquaRingOnAdd": "{{pokemonNameWithAffix}} s’entoure\nd’un voile d’eau !",
|
|
|
|
|
"battlerTagsAquaRingLapse": "{{moveName}} restaure\nles PV de {{pokemonName}} !",
|
|
|
|
|
"battlerTagsDrowsyOnAdd": "Ça rend {{pokemonNameWithAffix}} somnolent !",
|
|
|
|
|
"battlerTagsDamagingTrapLapse": "{{pokemonNameWithAffix}} est blessé\npar la capacité {{moveName}} !",
|
|
|
|
|
"battlerTagsBindOnTrap": "{{pokemonNameWithAffix}} est pris dans\nl’étreinte de {{sourcePokemonName}} !",
|
|
|
|
|
"battlerTagsWrapOnTrap": "{{pokemonNameWithAffix}} est ligoté\npar {{sourcePokemonName}} !",
|
|
|
|
|
"battlerTagsVortexOnTrap": "{{pokemonNameWithAffix}} est piégé\ndans le tourbillon !",
|
|
|
|
|
"battlerTagsClampOnTrap": "{{sourcePokemonNameWithAffix}} est pris dans le Claquoir\nde {{pokemonName}} !",
|
|
|
|
|
"battlerTagsSandTombOnTrap": "{{pokemonNameWithAffix}} est piégé\npar {{moveName}} !",
|
|
|
|
|
"battlerTagsMagmaStormOnTrap": "{{pokemonNameWithAffix}} est piégé\ndans un tourbillon de magma !",
|
|
|
|
|
"battlerTagsSnapTrapOnTrap": "{{pokemonNameWithAffix}} est tombé\ndans un Troquenard !",
|
|
|
|
|
"battlerTagsThunderCageOnTrap": "{{pokemonNameWithAffix}} se fait emprisonner\npar {{sourcePokemonNameWithAffix}} !",
|
|
|
|
|
"battlerTagsInfestationOnTrap": "{{pokemonNameWithAffix}} est harcelé\npar {{sourcePokemonNameWithAffix}} !",
|
|
|
|
|
"battlerTagsProtectedOnAdd": "{{pokemonNameWithAffix}}\nest prêt à se protéger !",
|
|
|
|
|
"battlerTagsProtectedLapse": "{{pokemonNameWithAffix}}\nse protège !",
|
|
|
|
|
"battlerTagsEnduringOnAdd": "{{pokemonNameWithAffix}} se prépare\nà encaisser les coups !",
|
|
|
|
|
"battlerTagsEnduringLapse": "{{pokemonNameWithAffix}}\nencaisse les coups !",
|
|
|
|
|
"battlerTagsSturdyLapse": "{{pokemonNameWithAffix}}\nencaisse les coups !",
|
|
|
|
|
"battlerTagsPerishSongLapse": "Le compte à rebours de Requiem\nde {{pokemonNameWithAffix}} descend à {{turnCount}} !",
|
|
|
|
|
"battlerTagsTruantLapse": "{{pokemonNameWithAffix}} paresse !",
|
|
|
|
|
"battlerTagsSlowStartOnAdd": "{{pokemonNameWithAffix}}\nn’arrive pas à se motiver !",
|
|
|
|
|
"battlerTagsSlowStartOnRemove": "{{pokemonNameWithAffix}}\narrive enfin à s’y mettre sérieusement !",
|
|
|
|
|
"battlerTagsHighestStatBoostOnAdd": "{{statName}} de {{pokemonNameWithAffix}}\nest renforcée !",
|
|
|
|
|
"battlerTagsHighestStatBoostOnRemove": "L’effet du talent {{abilityName}}\nde {{pokemonNameWithAffix}} se dissipe !",
|
|
|
|
|
"battlerTagsCritBoostOnAdd": "{{pokemonNameWithAffix}}\nest prêt à tout donner !",
|
|
|
|
|
"battlerTagsCritBoostOnRemove": "{{pokemonNameWithAffix}} se détend.",
|
|
|
|
|
"battlerTagsSaltCuredOnAdd": "{{pokemonNameWithAffix}}\nest couvert de sel !",
|
2024-06-19 18:13:55 +02:00
|
|
|
|
"battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} est blessé\npar la capacité {{moveName}} !",
|
2024-06-19 23:38:31 +09:00
|
|
|
|
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} sacrifie des PV\net lance une malédiction sur {{pokemonName}} !",
|
|
|
|
|
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}} est touché par la malédiction !"
|
2024-05-04 01:07:51 +02:00
|
|
|
|
} as const;
|