Added bookmark options and delete bookmark

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 20:26:08 +01:00
parent c5da746fc3
commit 776ec9f392
9 changed files with 389 additions and 131 deletions

View File

@@ -76,6 +76,19 @@
"inputSearchTerm": "Input a search term",
"cannotSearchError": "Cannot search content due to an error",
"inputtedSearchTermNoResults": "The inputted search term doesn't have any results"
},
"bookmarkOptions": {
"edit": "Edit",
"delete": "Delete",
"unread": "Unread",
"read": "Read",
"share": "Share",
"archive": "Archive",
"deletingBookmark": "Deleting bookmark...",
"bookmarkDeleted": "Bookmark deleted successfully",
"bookmarkNotDeleted": "The bookmark couldn't be deleted due to an error.",
"deleteBookmark": "Delete bookmark",
"followingBookmarkDeleted": "The following bookmark will be deleted:"
}
},
"tags": {