diff options
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 92f6e956..e1bd443a 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -166,7 +166,14 @@ "all_lists": "All Lists", "favourites": "Favourites", "new_list": "New List", - "new_nested_list": "New Nested List" + "edit_list": "Edit List", + "new_nested_list": "New Nested List", + "parent_list": "Parent List", + "no_parent": "No Parent", + "list_type": "List Type", + "manual_list": "Manual List", + "smart_list": "Smart List", + "search_query": "Search Query" }, "tags": { "all_tags": "All Tags", @@ -181,6 +188,29 @@ "drag_and_drop_merging_info": "Drag and drop tags on each other to merge them", "sort_by_name": "Sort by Name" }, + "search": { + "is_favorited": "Is Favorited", + "is_not_favorited": "Is Not Favorited", + "is_archived": "Is Archived", + "is_not_archived": "Is Not Archived", + "has_any_tag": "Has Any Tag", + "has_no_tags": "Has No Tag", + "is_in_any_list": "Is In Any List", + "is_not_in_any_list": "Is not In Any List", + "created_on_or_after": "Created on or After", + "not_created_on_or_after": "Not Created on or After", + "created_on_or_before": "Created on or Before", + "not_created_on_or_before": "Not Created on or Before", + "url_contains": "URL Contains", + "url_does_not_contain": "URL Does Not Contain", + "is_in_list": "Is In List", + "is_not_in_list": "Is not In List", + "has_tag": "Has Tag", + "does_not_have_tag": "Does Not Have Tag", + "full_text_search": "Full Text Search", + "and": "And", + "or": "Or" + }, "preview": { "view_original": "View Original", "cached_content": "Cached Content" @@ -243,6 +273,12 @@ } } }, + "dialogs": { + "bookmarks": { + "delete_confirmation_title": "Delete Bookmark?", + "delete_confirmation_description": "Are you sure you want to delete this bookmark?" + } + }, "toasts": { "bookmarks": { "updated": "The bookmark has been updated!", |
