feat: pdf reader

This commit is contained in:
2026-06-03 22:46:38 -05:00
parent d9c66e68a6
commit f091386974
29 changed files with 29469 additions and 2593 deletions
+9
View File
@@ -118,6 +118,15 @@ const enUS = {
loadBookFailed: "Failed to load book details",
epubOnly: "PDF reading is not supported in the web reader. EPUB only.",
unableToOpen: "Unable to open this book.",
unsupportedFormat: "This file format cannot be opened in the reader.",
pdfPassword: "This PDF is password-protected and cannot be opened.",
pdfPageLabel: "Page {{page}}",
pdfZoom: "Zoom: {{value}}%",
pdfZoomAria: "PDF zoom level",
pdfLimitationsTitle: "PDF reading",
pdfLimitationsBody:
"This file is a PDF. Some features are limited compared to EPUB: bookmarks and notes are not available, and there are no chapters in the table of contents—only pages.",
pdfLimitationsDismissAria: "Dismiss PDF limitations notice",
backToLibrary: "Back to library",
prevPage: "Previous page",
nextPage: "Next page",