diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-29 13:45:19 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-29 13:45:19 +0200 |
| commit | 6964ee56de01f9769a39ba480dc787339b642f7a (patch) | |
| tree | ce20ba33e56a414e96e81a3d9d438c373534027e /internal/i18n/lang/pl.ini | |
| parent | 8ab0502569264478697bf3dbd060eadb82459647 (diff) | |
| download | lectio-6964ee56de01f9769a39ba480dc787339b642f7a.tar.gz lectio-6964ee56de01f9769a39ba480dc787339b642f7a.zip | |
tui(reader): filter bookmarks by tag, and show tags in the list
Bookmarks stored tags but the list neither showed them nor let you use them.
Now each row shows "Ref — note #tag1 #tag2", and `/` opens a live tag filter
(case-insensitive substring over a bookmark's tags): type to narrow, Enter keeps
the filter while j/k navigate the filtered list, Esc clears it. Navigation,
open and delete all act on the visible (filtered) list. Reuses the store's
existing tag data; help keybar (en/pl) updated; test covers filter/keys.
Diffstat (limited to 'internal/i18n/lang/pl.ini')
| -rw-r--r-- | internal/i18n/lang/pl.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/i18n/lang/pl.ini b/internal/i18n/lang/pl.ini index 1a202dd..cce1854 100644 --- a/internal/i18n/lang/pl.ini +++ b/internal/i18n/lang/pl.ini @@ -20,7 +20,7 @@ reader_no_text = (brak tekstu w tej wersji) reader_no_match = (brak pasujących ksiąg) reader_mark_prompt = notatka (enter zapisz, esc anuluj) reader_bookmarks_title = zakładki -reader_bookmarks_keys = j/k ruch enter otwórz d usuń esc wróć q wyjście +reader_bookmarks_keys = j/k ruch enter otwórz d usuń / tag esc wróć q wyjście reader_no_bookmarks = brak zakładek — naciśnij m podczas czytania reader_mark_verse_keys = ↑/↓ wybierz werset enter notatka esc anuluj reader_confirm_delete = Usunąć zakładkę? |
