diff options
| author | MohamedBassem <me@mbassem.com> | 2025-04-07 01:03:26 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-04-08 03:48:12 -0700 |
| commit | 3207264fc13c275d6dcfbd2628cc6b3974ceeaed (patch) | |
| tree | d426ffe0fe6bc3b9e692d96af94aa8d5d2a51162 /apps/web/lib/i18n | |
| parent | 817eb58832a3e715e21892417b7624f4b1cf0d46 (diff) | |
| download | karakeep-3207264fc13c275d6dcfbd2628cc6b3974ceeaed.tar.zst | |
feat: Allow editing bookmark details
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index d03ddfe7..536bea57 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -7,6 +7,7 @@ "action": "Action", "actions": "Actions", "created_at": "Created At", + "updated_at": "Updated At", "key": "Key", "role": "Role", "type": "Type", @@ -27,6 +28,9 @@ "video": "Video", "archive": "Archive", "home": "Home", + "title": "Title", + "description": "Description", + "summary": "Summary", "bookmark_types": { "title": "Bookmark Type", "link": "Link", @@ -62,6 +66,7 @@ "save": "Save", "add": "Add", "edit": "Edit", + "open_editor": "Open Editor", "create": "Create", "fetch_now": "Fetch Now", "summarize_with_ai": "Summarize with AI", @@ -360,5 +365,14 @@ "title": "Duplicate Tags", "merge_all_suggestions": "Merge all suggestions?" } + }, + "bookmark_editor": { + "title": "Edit Bookmark", + "subtitle": "Make changes to the bookmark details. Click save when you're done.", + "author": "Author", + "publisher": "Publisher", + "date_published": "Date Published", + "pick_a_date": "Pick a date", + "save_changes": "Save changes" } } |
