Skip to content

Commit

Permalink
#57 add: bookmark deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Feb 9, 2024
1 parent 505da3e commit 3b7b951
Show file tree
Hide file tree
Showing 74 changed files with 670 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# QOwnNotes Web Companion Changelog

## 2024.2.2
- bookmarks can now be deleted in the bookmarks list (for [#57](https://github.com/qownnotes/web-companion/issues/57))
- added more Arabic translation (thank you noureddin)

## 2024.2.1
- an issue with the columns in the bookmarks list was fixed
(for [#56](https://github.com/qownnotes/web-companion/issues/56))
Expand Down
1 change: 1 addition & 0 deletions quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module.exports = configure(function (/* ctx */) {
// Quasar plugins
plugins: [
'Notify',
'Dialog',
]
},

Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/am_ET/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "አስቀምጥ"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Bookmark all tabs"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/ar_SA/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "حفظ"
},
"DeleteBookmark": {
"message": "احذف الإشارة المرجعية"
},
"DeleteBookmarkConfirmTitle": {
"message": "حذف إشارة مرجعية"
},
"DeleteBookmarkConfirmMessage": {
"message": "هل تريد حذف هذا النص من كل الملاحظات الموسومة بأنها إشارة مرجعية؟"
},
"BookmarkAllTabs": {
"message": "حفظ كل علامات التبويب كإشارات مرجعية"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/be_BY/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Save"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Bookmark all tabs"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/bg_BG/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Запази"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Маркирайте всички раздели"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/bn_BD/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "সংরক্ষণ করুন"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "সকল ট্যাব বুকমার্ক করুন"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/bs_BA/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Spremi"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Označi sve kartice"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/ca_ES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Desa"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Marca totes les pestanyes"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/ceb_PH/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Luwasa"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "I-bookmark ang tanang mga tab"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/cs_CZ/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Uložit"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Záložka všech záložek"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/da_DK/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Redde"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Bookmark al tabs"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/de_DE/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Speichern"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Alle Tabs als Lesezeichen hinzufügen"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/el_GR/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Αποθήκευση"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Προσθήκη όλων των καρτέλων στους σελιδοδείκτες"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Save"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Bookmark all tabs"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/es_ES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Guardar"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Guardar todas las pestañas como marcadores"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/et_EE/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Salvesta"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Lisage kõik vahelehed järjehoidjate hulka"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/eu_ES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Gorde"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Markatu fitxa guztiak"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/fa_IR/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "ذخیره"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "علامت گذاری همه زبانه ها"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/fi_FI/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Tallentaa"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Merkitse kaikki välilehdet"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/fil_PH/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Maliban kung"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "I-bookmark ang lahat ng mga tab"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/fr_FR/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Enregistrer"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Ajouter tous les onglets aux signets"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/ga_IE/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Sábháil"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Cuir gach cluaisín in áirithe"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/gl_ES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Gardar"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Marcar todas as pestañas"
},
Expand Down
9 changes: 9 additions & 0 deletions src-bex/_locales/ha_HG/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Save": {
"message": "Ajiye"
},
"DeleteBookmark": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmTitle": {
"message": "Delete bookmark"
},
"DeleteBookmarkConfirmMessage": {
"message": "Would you like to delete this text from all notes tagged as bookmark?"
},
"BookmarkAllTabs": {
"message": "Yi alamar shafi duk shafuka"
},
Expand Down
Loading

0 comments on commit 3b7b951

Please sign in to comment.