Update French splash-messages.ts (#961)

This commit is contained in:
Lugiad 2024-05-16 12:20:50 +02:00 committed by GitHub
parent 4a29532b5e
commit 2a15e090ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 33 deletions

View File

@ -1,37 +1,37 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const splashMessages: SimpleTranslationEntries = { export const splashMessages: SimpleTranslationEntries = {
"battlesWon": "Battles Won!", "battlesWon": "combats gagnés !",
"joinTheDiscord": "Join the Discord!", "joinTheDiscord": "Rejoins le Discord !",
"infiniteLevels": "Infinite Levels!", "infiniteLevels": "Niveaux infinis !",
"everythingStacks": "Everything Stacks!", "everythingStacks": "Tout se cumule !",
"optionalSaveScumming": "Optional Save Scumming!", "optionalSaveScumming": "Optional Save Scumming!",
"biomes": "35 Biomes!", "biomes": "35 biomes !",
"openSource": "Open Source!", "openSource": "Open Source !",
"playWithSpeed": "Play with 5x Speed!", "playWithSpeed": "Joue en vitesse x5 !",
"liveBugTesting": "Live Bug Testing!", "liveBugTesting": "Tests de bugs en direct !",
"heavyInfluence": "Heavy RoR2 Influence!", "heavyInfluence": "Grosse influence de RoR2 !",
"pokemonRiskAndPokemonRain": "Pokémon Risk and Pokémon Rain!", "pokemonRiskAndPokemonRain": "Pokémon Risk et Pokémon Rain !",
"nowWithMoreSalt": "Now with 33% More Salt!", "nowWithMoreSalt": "Désormais avec 33% de sel en plus !",
"infiniteFusionAtHome": "Infinite Fusion at Home!", "infiniteFusionAtHome": "Infinite Fusion, chez vous !",
"brokenEggMoves": "Broken Egg Moves!", "brokenEggMoves": "Des Capacités Œuf craquées !",
"magnificent": "Magnificent!", "magnificent": "Magnifique !",
"mubstitute": "Mubstitute!", "mubstitute": "Mubstitute !",
"thatsCrazy": "That\'s Crazy!", "thatsCrazy": "Cest une dinguerie !",
"oranceJuice": "Orance Juice!", "oranceJuice": "Jus dorange !",
"questionableBalancing": "Questionable Balancing!", "questionableBalancing": "Équilibrage douteux !",
"coolShaders": "Cool Shaders!", "coolShaders": "Cool shaders !",
"aiFree": "AI-Free!", "aiFree": "Garanti sans IA !",
"suddenDifficultySpikes": "Sudden Difficulty Spikes!", "suddenDifficultySpikes": "De soudains pics de difficultés !",
"basedOnAnUnfinishedFlashGame": "Based on an Unfinished Flash Game!", "basedOnAnUnfinishedFlashGame": "Basé sur un jeu Flash abandonné !",
"moreAddictiveThanIntended": "More Addictive than Intended!", "moreAddictiveThanIntended": "Plus addictif que prévu !",
"mostlyConsistentSeeds": "Mostly Consistent Seeds!", "mostlyConsistentSeeds": "Des seeds à peu près stables !",
"achievementPointsDontDoAnything": "Achievement Points Don\'t Do Anything!", "achievementPointsDontDoAnything": "Les Points de Succès servent à rien !",
"youDoNotStartAtLevel": "You Do Not Start at Level 2000!", "youDoNotStartAtLevel": "Ne commence pas au Niveau 2000 !",
"dontTalkAboutTheManaphyEggIncident": "Don\'t Talk About the Manaphy Egg Incident!", "dontTalkAboutTheManaphyEggIncident": "Ne parle pas de l'incident de lŒuf de Manaphy !",
"alsoTryPokengine": "Also Try Pokéngine!", "alsoTryPokengine": "Essaye aussi Pokéngine !",
"alsoTryEmeraldRogue": "Also Try Emerald Rogue!", "alsoTryEmeraldRogue": "Essaye aussi Emerald Rogue!",
"alsoTryRadicalRed": "Also Try Radical Red!", "alsoTryRadicalRed": "Essaye aussi Radical Red !",
"eeveeExpo": "Eevee Expo!", "eeveeExpo": "Eevee Expo !",
"ynoproject": "YNOproject!", "ynoproject": "YNOproject !",
} as const; } as const;