2024-06-17 17:05:33 -04:00
|
|
|
|
import { SimpleTranslationEntries } from "#app/interfaces/locales.js";
|
|
|
|
|
|
|
|
|
|
export const settings: SimpleTranslationEntries = {
|
|
|
|
|
"boy": "Garçon",
|
|
|
|
|
"girl": "Fille",
|
|
|
|
|
"general": "Général",
|
|
|
|
|
"display": "Affichage",
|
|
|
|
|
"audio": "Audio",
|
|
|
|
|
"gamepad": "Manette",
|
|
|
|
|
"keyboard": "Clavier",
|
|
|
|
|
"gameSpeed": "Vitesse du jeu",
|
|
|
|
|
"hpBarSpeed": "Vit. barre de PV",
|
2024-06-23 18:37:04 +02:00
|
|
|
|
"expGainsSpeed": "Vit. barre d’Exp",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
"expPartyDisplay": "Afficher Exp équipe",
|
|
|
|
|
"skipSeenDialogues": "Passer dialogues connus",
|
|
|
|
|
"battleStyle": "Style de combat",
|
|
|
|
|
"enableRetries": "Activer les réessais",
|
|
|
|
|
"tutorials": "Tutoriels",
|
|
|
|
|
"touchControls": "Contrôles tactiles",
|
|
|
|
|
"vibrations": "Vibrations",
|
|
|
|
|
"normal": "Normal",
|
|
|
|
|
"fast": "Rapide",
|
|
|
|
|
"faster": "Plus rapide",
|
|
|
|
|
"skip": "Passer",
|
|
|
|
|
"levelUpNotifications": "Notif. gain de N.",
|
|
|
|
|
"on": "Activé",
|
|
|
|
|
"off": "Désactivé",
|
|
|
|
|
"switch": "Choix",
|
|
|
|
|
"set": "Défini",
|
|
|
|
|
"auto": "Auto",
|
|
|
|
|
"disabled": "Désactivé",
|
|
|
|
|
"language": "Langue",
|
|
|
|
|
"change": "Changer",
|
|
|
|
|
"uiTheme": "Interface",
|
|
|
|
|
"default": "Par défaut",
|
|
|
|
|
"legacy": "Ancienne",
|
|
|
|
|
"windowType": "Type de fenêtre",
|
|
|
|
|
"moneyFormat": "Format de l’argent",
|
|
|
|
|
"damageNumbers": "Nombres de dégâts",
|
|
|
|
|
"simple": "Simple",
|
|
|
|
|
"fancy": "Amélioré",
|
|
|
|
|
"abbreviated": "Abrégé",
|
|
|
|
|
"moveAnimations": "Animations de combat",
|
2024-06-23 18:37:04 +02:00
|
|
|
|
"showStatsOnLevelUp": "Afficher stats à la montée de N.",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
"candyUpgradeNotification": "Notif amélioration de bonbon",
|
|
|
|
|
"passivesOnly": "Passifs",
|
|
|
|
|
"candyUpgradeDisplay": "Amélioration bonbon",
|
|
|
|
|
"icon": "Icône",
|
|
|
|
|
"animation": "Animation",
|
2024-06-23 18:37:04 +02:00
|
|
|
|
"moveInfo": "Infos de capacité",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
"showMovesetFlyout": "Afficher le volet de capacités",
|
|
|
|
|
"showArenaFlyout": "Afficher le volet d’arène",
|
|
|
|
|
"showTimeOfDayWidget": "Widget de l’heure",
|
|
|
|
|
"timeOfDayAnimation": "Animation de l’heure",
|
|
|
|
|
"bounce": "Sauter",
|
2024-06-18 05:33:00 +01:00
|
|
|
|
"timeOfDay_back": "Retour",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
"spriteSet": "Ensemble de sprites",
|
|
|
|
|
"consistent": "Consistant",
|
|
|
|
|
"mixedAnimated": "Mixte",
|
|
|
|
|
"fusionPaletteSwaps": "Palettes de fusion",
|
2024-06-23 18:37:04 +02:00
|
|
|
|
"playerGender": "Genre de l’avatar",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
"typeHints": "Indications de type",
|
|
|
|
|
"masterVolume": "Vol. principal",
|
|
|
|
|
"bgmVolume": "Vol. musique",
|
|
|
|
|
"seVolume": "Vol. effets",
|
2024-06-23 18:37:04 +02:00
|
|
|
|
"musicPreference": "Préf. musicale",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
"mixed": "Mixte",
|
2024-06-23 18:37:04 +02:00
|
|
|
|
"gamepadPleasePlug": "Veuillez brancher une manette ou appuyer sur un bouton.",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
"delete": "Supprimer",
|
2024-06-23 18:37:04 +02:00
|
|
|
|
"keyboardPleasePress": "Veuillez appuyer sur une touche de votre clavier.",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
"reset": "Réinitialiser",
|
|
|
|
|
"requireReload": "Redémarrage requis",
|
|
|
|
|
"action": "Action",
|
2024-06-18 05:33:00 +01:00
|
|
|
|
"back": "Retour",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
"pressToBind": "Sélectionnez pour assigner",
|
|
|
|
|
"pressButton": "Appuyez sur un bouton…",
|
|
|
|
|
"buttonUp": "Haut",
|
|
|
|
|
"buttonDown": "Bas",
|
|
|
|
|
"buttonLeft": "Gauche",
|
|
|
|
|
"buttonRight": "Droite",
|
|
|
|
|
"buttonAction": "Action",
|
|
|
|
|
"buttonMenu": "Menu",
|
|
|
|
|
"buttonSubmit": "Valider",
|
|
|
|
|
"buttonCancel": "Annuler",
|
|
|
|
|
"buttonStats": "Stats",
|
|
|
|
|
"buttonCycleForm": "Modifier Forme",
|
|
|
|
|
"buttonCycleShiny": "Modifier Chromatique",
|
|
|
|
|
"buttonCycleGender": "Modifier Sexe",
|
|
|
|
|
"buttonCycleAbility": "Modifier Capacité",
|
|
|
|
|
"buttonCycleNature": "Modifier Nature",
|
|
|
|
|
"buttonCycleVariant": "Modifier Variant",
|
|
|
|
|
"buttonSpeedUp": "Accélérer",
|
|
|
|
|
"buttonSlowDown": "Ralentir",
|
|
|
|
|
"alt": " (Alt)",
|
2024-06-23 18:37:04 +02:00
|
|
|
|
"mute": "Muet",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
"controller": "Controller",
|
2024-06-24 17:31:38 +02:00
|
|
|
|
"gamepadSupport": "Gamepad Support",
|
|
|
|
|
"showBgmBar": "Montrer titre de la musique",
|
2024-06-17 17:05:33 -04:00
|
|
|
|
} as const;
|