feat(breadcrumb): make tooltips shorter

This commit is contained in:
Elian Doran 2025-12-14 11:26:09 +02:00
parent 1c05f5e5c3
commit d2da1ed1e7
No known key found for this signature in database

View File

@ -2157,22 +2157,22 @@
"execute_sql_description": "This note is a SQL note. Click to execute the SQL query." "execute_sql_description": "This note is a SQL note. Click to execute the SQL query."
}, },
"status_bar": { "status_bar": {
"language_title": "Change the language of the entire content", "language_title": "Change content language",
"note_info_title": "View information about this note such as the creation/modification date or the note size.", "note_info_title": "View note info (e.g., dates, note size)",
"backlinks_one": "{{count}} backlink", "backlinks_one": "{{count}} backlink",
"backlinks_other": "{{count}} backlinks", "backlinks_other": "{{count}} backlinks",
"backlinks_title_one": "This note is linked from {{count}} other note.\n\nClick to view the list of backlinks.", "backlinks_title_one": "View backlink",
"backlinks_title_other": "This note is linked from {{count}} other notes.\n\nClick to view the list of backlinks.", "backlinks_title_other": "View backlinks",
"attachments_one": "{{count}} attachment", "attachments_one": "{{count}} attachment",
"attachments_other": "{{count}} attachments", "attachments_other": "{{count}} attachments",
"attachments_title_one": "This note has {{count}} attachment. Click to open the list of attachments in a new tab.", "attachments_title_one": "View attachment in a new tab",
"attachments_title_other": "This note has {{count}} attachments. Click to open the list of attachments in a new tab.", "attachments_title_other": "View attachments in a new tab",
"attributes_one": "{{count}} attribute", "attributes_one": "{{count}} attribute",
"attributes_other": "{{count}} attributes", "attributes_other": "{{count}} attributes",
"attributes_title": "Click to open a dedicated pane to edit this note's owned attributes, as well as to see the list of inherited attributes.", "attributes_title": "Owned attributes and inherited attributes",
"note_paths_one": "{{count}} path", "note_paths_one": "{{count}} path",
"note_paths_other": "{{count}} paths", "note_paths_other": "{{count}} paths",
"note_paths_title": "Click to see the paths where this note is placed into the tree.", "note_paths_title": "Note paths",
"code_note_switcher": "Change language mode" "code_note_switcher": "Change language mode"
} }
} }