aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/i18n/locales/en
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-10-04 13:40:24 +0100
committerGitHub <noreply@github.com>2025-10-04 13:40:24 +0100
commit4a580d713621f99abb8baabc9b847ce039d44842 (patch)
treea2aa6f3ae8045ad50a9316624e2a7028dd098c6b /apps/web/lib/i18n/locales/en
parent5e331a7d5b8d9666812170547574804d8b6da741 (diff)
downloadkarakeep-4a580d713621f99abb8baabc9b847ce039d44842.tar.zst
feat: Revamp import experience (#2001)
* WIP: import v2 * remove new session button * don't redirect after import * store and lint to root list * models + tests * redesign the progress * simplify the import session for ow * drop status from session schema * split the import session page * i18n * fix test * remove pagination * fix some colors in darkmode * one last fix * add privacy filter * privacy check * fix interactivity of import progress * fix test
Diffstat (limited to 'apps/web/lib/i18n/locales/en')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json
index ab1306be..450949c6 100644
--- a/apps/web/lib/i18n/locales/en/translation.json
+++ b/apps/web/lib/i18n/locales/en/translation.json
@@ -314,6 +314,33 @@
"loading_usage": "Loading usage information...",
"free": "Free",
"paid": "Paid"
+ },
+ "import_sessions": {
+ "title": "Import Sessions",
+ "description": "View and manage your bulk import sessions. Sessions are automatically created when you import bookmarks.",
+ "load_error": "Failed to load import sessions",
+ "no_sessions": "No import sessions yet",
+ "no_sessions_detail": "Import sessions will appear here automatically when you import bookmarks",
+ "created_at": "Created {{time}}",
+ "progress": "Progress",
+ "status": {
+ "pending": "Pending",
+ "in_progress": "In progress",
+ "completed": "Completed",
+ "failed": "Failed",
+ "processing": "Processing"
+ },
+ "badges": {
+ "pending": "{{count}} pending",
+ "processing": "{{count}} processing",
+ "completed": "{{count}} completed",
+ "failed": "{{count}} failed"
+ },
+ "imported_to": "Imported to:",
+ "view_list": "View List",
+ "delete_dialog_title": "Delete Import Session",
+ "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"
}
},
"admin": {