Skip to content

Commit

Permalink
Merge branch 'pagefaultgames:main' into flingImplementation
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushBarik authored Jun 17, 2024
2 parents 18b8394 + 4e8cafc commit 6d730ce
Show file tree
Hide file tree
Showing 22 changed files with 1,372 additions and 163 deletions.
106 changes: 105 additions & 1 deletion src/locales/de/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,109 @@ export const menu: SimpleTranslationEntries = {
"yes":"Ja",
"no":"Nein",
"disclaimer": "DISCLAIMER",
"disclaimerDescription": "This game is an unfinished product; it might have playability issues (including the potential loss of save data),\n change without notice, and may or may not be updated further or completed."
"disclaimerDescription": "Dieses Spiel ist ein unfertiges Produkt. Es kann spielbeinträchtigende Fehler (bis hin zum Verlust des Speicherstandes) aufweisen, sich ohne Vorankündigung ändern und es gibt keine Garantie dass es weiterentwickelt oder fertiggestellt wird.",
"general": "Allgemein",
"display": "Anzeige",
"audio": "Audio",
"gamepad": "Controller",
"keyboard": "Tastatur",
"gameSpeed": "Spielgeschwindigkeit",
"hpBarSpeed": "KP-Balken Geschwindigkeit",
"expGainsSpeed": "EXP-Balken Geschwindigkeit",
"expPartyDisplay": "Team-EXP anzeigen",
"skipSeenDialogues": "Gesehenen Dialog überspringen",
"battleStyle": "Kampfstil",
"enableRetries": "Erneut versuchen aktivieren",
"tutorials": "Tutorials",
"touchControls": "Touch Steuerung",
"vibrations": "Vibration",
"normal": "Normal",
"fast": "Schnell",
"faster": "Schneller",
"skip": "Überspringen",
"levelUpNotifications": "Auflevelbenachrichtigung",
"on": "An",
"off": "Aus",
"switch": "Wechsel",
"set": "Folge",
"auto": "Auto",
"disabled": "Deaktiviert",
"language": "Sprache",
"change": "Ändern",
"uiTheme": "UI Thema",
"default": "Standard",
"legacy": "Legacy",
"windowType": "Fenster Typ",
"moneyFormat": "Währungsformat",
"damageNumbers": "Schadensnummern",
"simple": "Simpel",
"fancy": "Schön",
"abbreviated": "Abgekürzt",
"moveAnimations": "Attacken Animationen",
"showStatsOnLevelUp": "Werte beim Aufleveln anzeigen",
"candyUpgradeNotification": "Bonbon Upgrade Benachrichtigung",
"passivesOnly": "Nur Passive",
"candyUpgradeDisplay": "Bonbon Upgrade Anzeige",
"icon": "Icon",
"animation": "Animation",
"moveInfo": "Attacken-Info",
"showMovesetFlyout": "Zeige Attacken Flyout",
"showArenaFlyout": "Zeige Arena Flyout",
"showTimeOfDayWidget": "Zeige Tageszeit Widget",
"timeOfDayAnimation": "Tageszeit Animation",
"bounce": "Springen",
"back": "Zurück",
"spriteSet": "Sprite Satz",
"consistent": "Konistent",
"mixedAnimated": "Gemischt animiert",
"fusionPaletteSwaps": "Fusion-Farbpalettenwechsel",
"playerGender": "Spieler Geschlecht",
"typeHints": "Typhinweise",
"masterVolume": "Gesamtlautstärke",
"bgmVolume": "Hintergrundmusik",
"seVolume": "Spezialeffekte",
"musicPreference": "Musik Präferenz",
"mixed": "Gemisch",
"gamepadPleasePlug": "Bitte einen Controller anschließen oder eine Taste drücken",
"delete": "Löschen",
"keyboardPleasePress": "Bitte eine Taste auf der Tastatur drücken",
"reset": "Zurücksetzen",
"requireReload": "Neuladen benötigt",
"action": "Aktion",
"pressToBind": "Zum Zuweisen drücken",
"pressButton": "Eine Taste drücken...",
"buttonUp": "Hoch",
"buttonDown": "Runter",
"altButtonUp": "Hoch (Alt)",
"buttonLeft": "Links",
"buttonRight": "Rechts",
"buttonAction": "Aktion",
"buttonMenu": "Menü",
"buttonSubmit": "Bestätigen",
"altButtonDown": "Runter (Alt)",
"altButtonLeft": "Links (Alt)",
"altButtonRight": "Rechts (Alt)",
"altButtonAction": "Aktion (Alt)",
"buttonCancel": "Abbrechen",
"altButtonCancel": "Abbrechen (Alt)",
"altButtonMenu": "Menü (Alt)",
"buttonStats": "Statistiken",
"altButtonStats": "Statistiken (Alt)",
"buttonCycleForm": "Form wechseln",
"altButtonCycleForm": "Form wechseln (Alt)",
"buttonCycleShiny": "Schillernd wechseln",
"altButtonCycleShiny": "Schillernd wechseln (Alt)",
"buttonCycleGender": "Geschlecht wechseln",
"altButtonCycleGender": "Geschlecht wechseln (Alt)",
"buttonCycleAbility": "Fähigkeit wechseln",
"altButtonCycleAbility": "Fähigkeit wechseln (Alt)",
"buttonCycleNature": "Wesen wechseln",
"altButtonCycleNature": "Wesen wechslen (Alt)",
"buttonCycleVariant": "Variante wechseln",
"altButtonCycleVariant": "Variante wechseln (Alt)",
"buttonSpeedUp": "Beschleunigen",
"altButtonSpeedUp": "Beschleunigen (Alt)",
"buttonSlowDown": "Verlangsamen",
"altButtonSlowDown": "Verlangsamen (Alt)",
"altButtonSubmit": "Bestätigen (Alt)",
} as const;
106 changes: 105 additions & 1 deletion src/locales/en/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,109 @@ export const menu: SimpleTranslationEntries = {
"yes":"Yes",
"no":"No",
"disclaimer": "DISCLAIMER",
"disclaimerDescription": "This game is an unfinished product; it might have playability issues (including the potential loss of save data),\n change without notice, and may or may not be updated further or completed."
"disclaimerDescription": "This game is an unfinished product; it might have playability issues (including the potential loss of save data),\n change without notice, and may or may not be updated further or completed.",
"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",
"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",
"pressToBind": "Press to Bind",
"pressButton": "Press a Button...",
"buttonUp": "Up",
"buttonDown": "Down",
"altButtonUp": "Up (Alt)",
"buttonLeft": "Left",
"buttonRight": "Right",
"buttonAction": "Action",
"buttonMenu": "Menu",
"buttonSubmit": "Submit",
"altButtonDown": "Down (Alt)",
"altButtonLeft": "Left (Alt)",
"altButtonRight": "Right (Alt)",
"altButtonAction": "Action (Alt)",
"buttonCancel": "Cancel",
"altButtonCancel": "Cancel (Alt)",
"altButtonMenu": "Menu (Alt)",
"buttonStats": "Stats",
"altButtonStats": "Stats (Alt)",
"buttonCycleForm": "Cycle Form",
"altButtonCycleForm": "Cycle Form (Alt)",
"buttonCycleShiny": "Cycle Shiny",
"altButtonCycleShiny": "Cycle Shiny (Alt)",
"buttonCycleGender": "Cycle Gender",
"altButtonCycleGender": "Cycle Gender (Alt)",
"buttonCycleAbility": "Cycle Ability",
"altButtonCycleAbility": "Cycle Ability (Alt)",
"buttonCycleNature": "Cycle Nature",
"altButtonCycleNature": "Cycle Nature (Alt)",
"buttonCycleVariant": "Cycle Variant",
"altButtonCycleVariant": "Cycle Variant (Alt)",
"buttonSpeedUp": "Speed Up",
"altButtonSpeedUp": "Speed Up (Alt)",
"buttonSlowDown": "Slow Down",
"altButtonSlowDown": "Slow Down (Alt)",
"altButtonSubmit": "Submit (Alt)"
} as const;
106 changes: 105 additions & 1 deletion src/locales/es/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,109 @@ export const menu: SimpleTranslationEntries = {
"yes":"Sí",
"no":"No",
"disclaimer": "AVISO",
"disclaimerDescription": "Este juego es un producto inacabado; puede tener problemas de jugabilidad (incluyendo la posible pérdida de datos de guardado),\ncambiar sin avisar, y puede o no puede ser actualizado hasta ser completado."
"disclaimerDescription": "Este juego es un producto inacabado; puede tener problemas de jugabilidad (incluyendo la posible pérdida de datos de guardado),\ncambiar sin avisar, y puede o no puede ser actualizado hasta ser completado.",
"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",
"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",
"pressToBind": "Press to Bind",
"pressButton": "Press a Button...",
"buttonUp": "Up",
"buttonDown": "Down",
"altButtonUp": "Up (Alt)",
"buttonLeft": "Left",
"buttonRight": "Right",
"buttonAction": "Action",
"buttonMenu": "Menu",
"buttonSubmit": "Submit",
"altButtonDown": "Down (Alt)",
"altButtonLeft": "Left (Alt)",
"altButtonRight": "Right (Alt)",
"altButtonAction": "Action (Alt)",
"buttonCancel": "Cancel",
"altButtonCancel": "Cancel (Alt)",
"altButtonMenu": "Menu (Alt)",
"buttonStats": "Stats",
"altButtonStats": "Stats (Alt)",
"buttonCycleForm": "Cycle Form",
"altButtonCycleForm": "Cycle Form (Alt)",
"buttonCycleShiny": "Cycle Shiny",
"altButtonCycleShiny": "Cycle Shiny (Alt)",
"buttonCycleGender": "Cycle Gender",
"altButtonCycleGender": "Cycle Gender (Alt)",
"buttonCycleAbility": "Cycle Ability",
"altButtonCycleAbility": "Cycle Ability (Alt)",
"buttonCycleNature": "Cycle Nature",
"altButtonCycleNature": "Cycle Nature (Alt)",
"buttonCycleVariant": "Cycle Variant",
"altButtonCycleVariant": "Cycle Variant (Alt)",
"buttonSpeedUp": "Speed Up",
"altButtonSpeedUp": "Speed Up (Alt)",
"buttonSlowDown": "Slow Down",
"altButtonSlowDown": "Slow Down (Alt)",
"altButtonSubmit": "Submit (Alt)"
} as const;
Loading

0 comments on commit 6d730ce

Please sign in to comment.