diff --git a/src/public/app/widgets/find.js b/src/public/app/widgets/find.js index cf505aab1..5c24c36fa 100644 --- a/src/public/app/widgets/find.js +++ b/src/public/app/widgets/find.js @@ -3,6 +3,7 @@ * https://github.com/antoniotejada/Trilium-FindWidget */ +import { t } from "../services/i18n.js"; import NoteContextAwareWidget from "./note_context_aware_widget.js"; import FindInText from "./find_in_text.js"; import FindInCode from "./find_in_code.js"; @@ -53,12 +54,12 @@ const TPL = `
Sync status will be known once the next sync attempt starts.
Click to trigger sync now.
", "connected_with_changes": "Connected to the sync server.
There are some outstanding changes yet to be synced.
Click to trigger sync.
", - "connected_no_changes":"Connected to the sync server.
All changes have been already synced.
Click to trigger sync.
", - "disconnected_with_changes":"Establishing the connection to the sync server was unsuccessful.
There are some outstanding changes yet to be synced.
Click to trigger sync.
", - "disconnected_no_changes":"Establishing the connection to the sync server was unsuccessful.
All known changes have been synced.
Click to trigger sync.
", - "in_progress":"Sync with the server is in progress." + "connected_no_changes": "Connected to the sync server.
All changes have been already synced.
Click to trigger sync.
", + "disconnected_with_changes": "Establishing the connection to the sync server was unsuccessful.
There are some outstanding changes yet to be synced.
Click to trigger sync.
", + "disconnected_no_changes": "Establishing the connection to the sync server was unsuccessful.
All known changes have been synced.
Click to trigger sync.
", + "in_progress": "Sync with the server is in progress." }, "left_pane_toggle": { "show_panel": "Show panel", @@ -1335,5 +1335,13 @@ "toggle-on-hint": "Make the note a template", "toggle-off-hint": "Remove the note as a template" }, - "open-help-page": "Open help page" + "open-help-page": "Open help page", + "find": { + "case_sensitive": "case sensitive", + "match_words": "match words" + }, + "highlights_list_2": { + "title": "Highlights List", + "options": "Options" + } }