Renamed links to bookmarks

This commit is contained in:
Juan Gilsanz Polo
2024-02-24 01:45:57 +01:00
parent bb941f1973
commit f11b112f97
23 changed files with 252 additions and 388 deletions

View File

@@ -32,14 +32,14 @@
"cannotConnectToServer": "Cannot connect to the server.",
"invalidToken": "Invalid token."
},
"links": {
"links": "Links",
"bookmarks": {
"bookmarks": "Bookmarks",
"dates": {
"todayAt": "Today, $time",
"yesterdayAt": "Yesterday, $time"
},
"addLink": {
"addLink": "Add new link",
"addBookmark": {
"addBookmark": "Add new bookmark",
"bookmarkUrl": "Bookmark URL",
"bookmarkDetails": "Bookmark details",
"validateUrl": "Validate URL",
@@ -59,8 +59,8 @@
"tagNoWhitespaces": "Tag cannot contain whitespaces",
"addTag": "Add tag",
"others": "Others",
"savingLink": "Saving link...",
"errorSavingLink": "An error occured when saving the new link.",
"savingBookmark": "Saving bookmark...",
"errorSavingBookmark": "An error occured when saving the new bookmark.",
"leaveEmptyUseWebsiteTitle": "Leave empty to use the website's title.",
"leaveEmptyUseWebsiteDescription": "Leave empty to use the website's description."
}