Added mark as read or unread

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 21:09:54 +01:00
parent 776ec9f392
commit 175963883f
12 changed files with 145 additions and 18 deletions

View File

@@ -88,7 +88,13 @@
"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:"
"followingBookmarkDeleted": "The following bookmark will be deleted:",
"markingAsRead": "Marking as read...",
"markingAsUnead": "Marking as unread...",
"markedAsReadSuccessfully": "Bookmark marked as read successfully.",
"markedAsUnreadSuccessfully": "Bookmark marked as unread successfully.",
"bookmarkNotMarkedAsRead": "The bookmark couldn't be marked as read.",
"bookmarkNotMarkedAsUnread": "The bookmark couldn't be marked as unread."
}
},
"tags": {