mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
feat(attachments): add attachment support with sidebar and API integration (#5673)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user