diff options
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" } } |
