feat: show all found words and allow jump to them (beta)

This commit is contained in:
2025-11-20 15:48:28 +03:00
parent 1c58357418
commit 1a4c91fd5e
22 changed files with 652 additions and 12 deletions

View File

@@ -151,5 +151,26 @@
},
"text_color_title": {
"message": "Textfarbe"
},
"tab_page_highlights": {
"message": "Auf Seite"
},
"highlights_on_page": {
"message": "Hervorhebungen auf dieser Seite"
},
"total_highlights": {
"message": "Gesamt"
},
"refresh": {
"message": "Aktualisieren"
},
"no_highlights_on_page": {
"message": "Keine Hervorhebungen auf dieser Seite gefunden"
},
"previous": {
"message": "Vorherige"
},
"next": {
"message": "Nächste"
}
}