diff options
| author | Mohamed Bassem <me@mbassem.com> | 2026-01-01 10:01:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-01 08:01:43 +0000 |
| commit | 3d652eee04d13ce992fbcce9a0fce53d52e99a07 (patch) | |
| tree | bb8e3a7a5e30be075b351a9ebd5de8f9975f35dc /apps/web/lib | |
| parent | 7a76216e5c971a300e9db32c93509b0376f6f47e (diff) | |
| download | karakeep-3d652eee04d13ce992fbcce9a0fce53d52e99a07.tar.zst | |
feat: add replace banner and attachment download (#2328)
* feat: add replace banner and attachment download
* add pdf preview in mobile app
* fix menu order
* fix comment
Diffstat (limited to 'apps/web/lib')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 7077a36b..20040a79 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -72,8 +72,10 @@ "refresh": "Refresh", "recrawl": "Recrawl", "offline_copies": "Offline Copies", - "download_full_page_archive": "Download Full Page Archive", + "preserve_offline_archive": "Preserve Offline Archive", + "download_full_page_archive_file": "Download Archive File", "preserve_as_pdf": "Preserve as PDF", + "download_pdf_file": "Download PDF File", "edit_tags": "Edit Tags", "edit_notes": "Edit Notes", "add_to_list": "Add to List", @@ -101,6 +103,9 @@ "regenerate": "Regenerate", "apply_all": "Apply All", "ignore": "Ignore", + "more": "More", + "replace_banner": "Replace Banner", + "add_banner": "Add Banner", "sort": { "title": "Sort", "relevant_first": "Most Relevant First", |
