Added read status selector

This commit is contained in:
Juan Gilsanz Polo
2024-02-28 15:58:40 +01:00
parent ab92501481
commit d461dd4840
12 changed files with 238 additions and 35 deletions

View File

@@ -7,7 +7,8 @@
"close": "Close",
"error": "Error",
"optional": "Optional",
"authTokenNotValid": "Your authorization token is not valid anymore. Please, reauthenticate."
"authTokenNotValid": "Your authorization token is not valid anymore. Please, reauthenticate.",
"options": "Options"
},
"onboarding": {
"title": "Welcome to Linkdy",
@@ -51,6 +52,13 @@
},
"shared": "Shared",
"archived": "Archived",
"showOnlyRead": "Show only read",
"showOnlyUnread": "Show only unread",
"showAllBookmarks": "Show all bookmarks",
"readStatus": "Read status",
"all": "All",
"unread": "Unread",
"read": "Read",
"addBookmark": {
"addBookmark": "Add new bookmark",
"editBookmark": "Edit bookmark",