import { SimpleTranslationEntries } from "#app/interfaces/locales.js"; export const settings: SimpleTranslationEntries = { "boy": "Menino", "girl": "Menina", "general": "General", "display": "Display", "audio": "Audio", "gamepad": "Gamepad", "keyboard": "Keyboard", "gameSpeed": "Game Speed", "hpBarSpeed": "HP Bar Speed", "expGainsSpeed": "EXP Gains Speed", "expPartyDisplay": "Show EXP Party", "skipSeenDialogues": "Skip Seen Dialogues", "battleStyle": "Battle Style", "enableRetries": "Enable Retries", "tutorials": "Tutorials", "touchControls": "Touch Controls", "vibrations": "Vibrations", "normal": "Normal", "fast": "Fast", "faster": "Faster", "skip": "Skip", "levelUpNotifications": "Level Up Notifications", "on": "On", "off": "Off", "switch": "Switch", "set": "Set", "auto": "Auto", "disabled": "Disabled", "language": "Language", "change": "Change", "uiTheme": "UI Theme", "default": "Default", "legacy": "Legacy", "windowType": "Window Type", "moneyFormat": "Money Format", "damageNumbers": "Damage Numbers", "simple": "Simple", "fancy": "Fancy", "abbreviated": "Abbreviated", "moveAnimations": "Move Animations", "showStatsOnLevelUp": "Show Stats on Level Up", "candyUpgradeNotification": "Candy Upgrade Notification", "passivesOnly": "Passives Only", "candyUpgradeDisplay": "Candy Upgrade Display", "icon": "Icon", "animation": "Animation", "moveInfo": "Move Info", "showMovesetFlyout": "Show Moveset Flyout", "showArenaFlyout": "Show Arena Flyout", "showTimeOfDayWidget": "Show Time of Day Widget", "timeOfDayAnimation": "Time of Day Animation", "bounce": "Bounce", "timeOfDay_back": "Back", "spriteSet": "Sprite Set", "consistent": "Consistent", "mixedAnimated": "Mixed Animated", "fusionPaletteSwaps": "Fusion Palette Swaps", "playerGender": "Player Gender", "typeHints": "Type Hints", "masterVolume": "Master Volume", "bgmVolume": "BGM Volume", "seVolume": "SE Volume", "musicPreference": "Music Preference", "mixed": "Mixed", "gamepadPleasePlug": "Please Plug in a Gamepad or Press a Button", "delete": "Delete", "keyboardPleasePress": "Please Press a Key on Your Keyboard", "reset": "Reset", "requireReload": "Reload Required", "action": "Action", "back": "Back", "pressToBind": "Press to Bind", "pressButton": "Press a Button...", "buttonUp": "Up", "buttonDown": "Down", "buttonLeft": "Left", "buttonRight": "Right", "buttonAction": "Action", "buttonMenu": "Menu", "buttonSubmit": "Submit", "buttonCancel": "Cancel", "buttonStats": "Stats", "buttonCycleForm": "Cycle Form", "buttonCycleShiny": "Cycle Shiny", "buttonCycleGender": "Cycle Gender", "buttonCycleAbility": "Cycle Ability", "buttonCycleNature": "Cycle Nature", "buttonCycleVariant": "Cycle Variant", "buttonSpeedUp": "Speed Up", "buttonSlowDown": "Slow Down", "alt": " (Alt)", "mute": "Mute", "controller": "Controller", "gamepadSupport": "Gamepad Support" } as const;