feat(attachments): add attachment support with sidebar and API integration (#5673)

This commit is contained in:
Balázs Szücs
2026-02-13 12:41:15 +00:00
committed by GitHub
parent e01734fb7d
commit 5a1ed50e2b
12 changed files with 805 additions and 28 deletions
@@ -5304,6 +5304,7 @@ selectAll = "Select All"
selectByNumber = "Select by Page Numbers"
toggleAnnotations = "Toggle Annotations Visibility"
toggleBookmarks = "Toggle Bookmarks"
toggleAttachments = "Toggle Attachments"
toggleSidebar = "Toggle Sidebar"
toggleTheme = "Toggle Theme"
@@ -6437,6 +6438,15 @@ unknownFile = "Unknown file"
zoomIn = "Zoom In"
zoomOut = "Zoom Out"
[viewer.attachments]
title = "Attachments"
searchPlaceholder = "Search attachments"
noSupport = "Attachment support is unavailable for this viewer."
noDocument = "Open a PDF to view its attachments."
loading = "Loading attachments..."
empty = "No attachments in this document"
noMatch = "No attachments match your search"
[viewPdf]
header = "View PDF"
tags = "view,read,annotate,text,image,highlight,edit"