diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-09-28 17:49:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-28 17:49:20 +0100 |
| commit | 7d0b414f1f5681dcc73254fe97cb67de4c0cb748 (patch) | |
| tree | b76d5f88fe9b35bb60c8dbfb07effa5b23fa977d /apps/web/lib/i18n/locales/en/translation.json | |
| parent | ed1f24f2df639786a7e6f6ef8951c0d9197f57ff (diff) | |
| download | karakeep-7d0b414f1f5681dcc73254fe97cb67de4c0cb748.tar.zst | |
feat: recursive list delete (#1989)
Diffstat (limited to 'apps/web/lib/i18n/locales/en/translation.json')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index ce8d2839..ab1306be 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -428,6 +428,12 @@ "search_query": "Search Query", "search_query_help": "Learn more about the search query language.", "description": "Description (Optional)", + "delete_list": { + "title": "Delete List", + "description": "Deleting a list doesn't delete any bookmarks in that list.", + "delete_children": "Delete children lists (recursively)", + "delete_children_description": "If not checked, all direct children lists will become root lists" + }, "rss": { "title": "RSS Feed", "description": "Enable an RSS feed for this list", |
