aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/i18n/locales/en/translation.json
diff options
context:
space:
mode:
authoromnitrix <gaobowei.ovo@gmail.com>2025-04-16 16:18:04 +0200
committerGitHub <noreply@github.com>2025-04-16 15:18:04 +0100
commit71a474268e6381f8630f6d906471c830342dc50f (patch)
treee7dc62795d4b7aad1daeff78c94c12e63c38f3ef /apps/web/lib/i18n/locales/en/translation.json
parentdd990b51f3f85f70298a9b437b16ee7bbb406d24 (diff)
downloadkarakeep-71a474268e6381f8630f6d906471c830342dc50f.tar.zst
feat(web): Add support for merging lists (#1231)
* feat: Support list merging * some fixes * move @hoarder to @karakeep --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
Diffstat (limited to 'apps/web/lib/i18n/locales/en/translation.json')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json
index 4cce6295..3398045e 100644
--- a/apps/web/lib/i18n/locales/en/translation.json
+++ b/apps/web/lib/i18n/locales/en/translation.json
@@ -223,6 +223,10 @@
"new_list": "New List",
"edit_list": "Edit List",
"new_nested_list": "New Nested List",
+ "merge_list": "Merge List",
+ "destination_list": "Destination List",
+ "delete_after_merge": "Delete original list after merge",
+ "no_destination": "No Destination",
"parent_list": "Parent List",
"no_parent": "No Parent",
"list_type": "List Type",
@@ -361,7 +365,9 @@
},
"lists": {
"created": "List has been created!",
- "updated": "List has been updated!"
+ "updated": "List has been updated!",
+ "merged": "List has been merged!",
+ "deleted": "List has been deleted!"
}
},
"banners": {