Implement WebGL page reserve navigation

This commit is contained in:
2026-06-08 10:25:54 +02:00
parent 3e28d7db23
commit efd1e6cfff
13 changed files with 571 additions and 52 deletions
+4
View File
@@ -35,6 +35,7 @@
"options.displayMode2d": "2D",
"options.bookSize": "Buchgröße",
"options.bookProgress": "Seitenstapel",
"options.pageReserve": "Seitenreserve",
"options.volume": "Lautstärke",
"options.masterVolume": "Gesamtlautstärke",
"options.speechVolume": "Sprachlautstärke",
@@ -66,6 +67,9 @@
"webgl.status2d": "2D-Szene",
"webgl.bookSize": "Seiten",
"webgl.pageStackProgress": "Fortschritt",
"webgl.page": "Seite",
"webgl.returnToBeginning": "Zum Anfang",
"webgl.goToEnd": "Zum Ende",
"webgl.fastBackward": "Schnell zurück",
"webgl.backward": "Zurück",
"webgl.forward": "Vorwärts",
+4
View File
@@ -35,6 +35,7 @@
"options.displayMode2d": "2D",
"options.bookSize": "Book Size",
"options.bookProgress": "Page Stack",
"options.pageReserve": "Page Reserve",
"options.volume": "Volume",
"options.masterVolume": "Master Volume",
"options.speechVolume": "Speech Volume",
@@ -66,6 +67,9 @@
"webgl.status2d": "2D scene",
"webgl.bookSize": "Pages",
"webgl.pageStackProgress": "Progress",
"webgl.page": "Page",
"webgl.returnToBeginning": "Return to beginning",
"webgl.goToEnd": "Go to end",
"webgl.fastBackward": "Fast backward",
"webgl.backward": "Backward",
"webgl.forward": "Forward",