diff options
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index a5dddd56..065b5ed6 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -443,7 +443,11 @@ "delete_all_unused_tags": "Delete All Unused Tags", "drag_and_drop_merging": "Drag & Drop Merging", "drag_and_drop_merging_info": "Drag and drop tags on each other to merge them", - "sort_by_name": "Sort by Name" + "sort_by_name": "Sort by Name", + "create_tag": "Create Tag", + "create_tag_description": "Create a new tag without attaching it to any bookmark", + "tag_name": "Tag Name", + "enter_tag_name": "Enter tag name" }, "search": { "is_favorited": "Is Favorited", @@ -573,6 +577,10 @@ "updated": "List has been updated!", "merged": "List has been merged!", "deleted": "List has been deleted!" + }, + "tags": { + "created": "Tag has been created!", + "failed_to_create": "Failed to create tag" } }, "banners": { |
