feat(core): pdf preview (#8569)

Co-authored-by: forehalo <forehalo@gmail.com>
This commit is contained in:
Fangdun Tsai
2024-11-12 19:12:31 +08:00
committed by GitHub
parent 73283df3e1
commit f4abe39689
46 changed files with 1968 additions and 95 deletions
@@ -19,4 +19,4 @@
"ur": 3,
"zh-Hans": 95,
"zh-Hant": 92
}
}
+7 -1
View File
@@ -955,6 +955,9 @@
"com.affine.peek-view-controls.open-doc-in-new-tab": "Open in new tab",
"com.affine.peek-view-controls.open-doc-in-split-view": "Open in split view",
"com.affine.peek-view-controls.open-info": "Open doc info",
"com.affine.peek-view-controls.open-attachment": "Open this attachment",
"com.affine.peek-view-controls.open-attachment-in-new-tab": "Open in new tab",
"com.affine.peek-view-controls.open-attachment-in-split-view": "Open in split view",
"com.affine.quicksearch.group.creation": "New",
"com.affine.quicksearch.group.searchfor": "Search for \"{{query}}\"",
"com.affine.resetSyncStatus.button": "Reset sync",
@@ -1458,5 +1461,8 @@
"com.affine.m.selector.remove-warning.where-tag": "tag",
"com.affine.m.selector.remove-warning.where-folder": "folder",
"com.affine.m.selector.journal-menu.today-activity": "Today's activity",
"com.affine.m.selector.journal-menu.conflicts": "Duplicate Entries in Today's Journal"
"com.affine.m.selector.journal-menu.conflicts": "Duplicate Entries in Today's Journal",
"com.affine.attachment.preview.error.title": "Unable to preview this file",
"com.affine.attachment.preview.error.subtitle": "file type not supported.",
"com.affine.pdf.page.render.error": "Failed to render page."
}