diff options
| author | Mohamed Bassem <me@mbassem.com> | 2026-02-04 14:02:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-04 14:02:05 +0000 |
| commit | e59fd98b43070898c594c35af1a0bbee604ad160 (patch) | |
| tree | 11239ffd3c5325a3d7a913e0b44fc70ae4cf8d31 /apps/web/lib/i18n | |
| parent | 6e5820311cca68987d0fe6e50c95d4c9f4f5ce13 (diff) | |
| download | karakeep-e59fd98b43070898c594c35af1a0bbee604ad160.tar.zst | |
feat(import): new import details page (#2451)
* feat(import): new import details page
* fix typecheck
* review comments
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 59d2098e..06cfd7a1 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -435,7 +435,31 @@ "delete_dialog_description": "Are you sure you want to delete \"{{name}}\"? This action cannot be undone. The bookmarks themselves will not be deleted.", "delete_session": "Delete Session", "pause_session": "Pause", - "resume_session": "Resume" + "resume_session": "Resume", + "view_details": "View Details", + "detail": { + "page_title": "Import Session Details", + "back_to_import": "Back to Import", + "filter_all": "All", + "filter_accepted": "Accepted", + "filter_rejected": "Rejected", + "filter_duplicates": "Duplicates", + "filter_pending": "Pending", + "table_title": "Title / URL", + "table_type": "Type", + "table_result": "Result", + "table_reason": "Reason", + "table_bookmark": "Bookmark", + "result_accepted": "Accepted", + "result_rejected": "Rejected", + "result_skipped_duplicate": "Duplicate", + "result_pending": "Pending", + "result_processing": "Processing", + "no_results": "No results found for this filter.", + "view_bookmark": "View Bookmark", + "load_more": "Load More", + "no_title": "No title" + } }, "backups": { "backups": "Backups", |
