|
66 | 66 | "set-custom-color": "Set custom note colour" |
67 | 67 | }, |
68 | 68 | "about": { |
69 | | - "title": "About Trilium Notes" |
| 69 | + "data_directory": "Data directory:" |
| 70 | + }, |
| 71 | + "toast": { |
| 72 | + "critical-error": { |
| 73 | + "title": "Critical error", |
| 74 | + "message": "A critical error has occurred which prevents the client application from starting:\n\n{{message}}\n\nThis is most likely caused by a script failing in an unexpected way. Try starting the application in safe mode and addressing the issue." |
| 75 | + }, |
| 76 | + "widget-error": { |
| 77 | + "title": "Failed to initialise a widget", |
| 78 | + "message-custom": "Custom widget from note with ID \"{{id}}\", titled \"{{title}}\" could not be initialised due to:\n\n{{message}}", |
| 79 | + "message-unknown": "Unknown widget could not be initialised due to:\n\n{{message}}" |
| 80 | + }, |
| 81 | + "bundle-error": { |
| 82 | + "title": "Failed to load a custom script", |
| 83 | + "message": "Script could not be executed due to:\n\n{{message}}" |
| 84 | + }, |
| 85 | + "widget-list-error": { |
| 86 | + "title": "Failed to obtain the list of widgets from the server" |
| 87 | + }, |
| 88 | + "widget-render-error": { |
| 89 | + "title": "Failed to render a custom React widget" |
| 90 | + }, |
| 91 | + "widget-missing-parent": "Custom widget does not have mandatory '{{property}}' property defined.\n\nIf this script is meant to be run without a UI element, use '#run=frontendStartup' instead.", |
| 92 | + "open-script-note": "Open script note", |
| 93 | + "scripting-error": "Custom script error: {{title}}" |
| 94 | + }, |
| 95 | + "add_link": { |
| 96 | + "add_link": "Add link", |
| 97 | + "help_on_links": "Help on links", |
| 98 | + "note": "Note", |
| 99 | + "search_note": "search for note by its name", |
| 100 | + "link_title_mirrors": "link title mirrors the note's current title", |
| 101 | + "link_title_arbitrary": "link title can be changed arbitrarily", |
| 102 | + "link_title": "Link title", |
| 103 | + "anchor": "Anchor (optional)", |
| 104 | + "anchor_none": "None (link to note)", |
| 105 | + "button_add_link": "Add link" |
| 106 | + }, |
| 107 | + "delete_notes": { |
| 108 | + "delete_clones_description_one": "Also delete {{count}} other clone. Can be undone in recent changes.", |
| 109 | + "delete_clones_description_other": "Also delete {{count}} other clones. Can be undone in recent changes.", |
| 110 | + "title": "Delete notes", |
| 111 | + "close": "Close", |
| 112 | + "clones_label": "Clones", |
| 113 | + "delete_all_clones_description": "Delete also all clones (can be undone in recent changes)", |
| 114 | + "erase_notes_label": "Erase permanently", |
| 115 | + "erase_notes_description": "Erase notes immediately instead of soft deletion. This cannot be undone and will force application reload.", |
| 116 | + "erase_notes_warning": "Erase notes permanently (can't be undone), including all clones. This will force application reload.", |
| 117 | + "notes_to_be_deleted": "Notes to be deleted ({{notesCount}})", |
| 118 | + "no_note_to_delete": "No note will be deleted (only clones).", |
| 119 | + "broken_relations_to_be_deleted": "Broken relations ({{relationCount}})", |
| 120 | + "table_note_with_relation": "Note with relation", |
| 121 | + "table_relation": "Relation", |
| 122 | + "table_points_to": "Points to (deleted)", |
| 123 | + "cancel": "Cancel", |
| 124 | + "delete": "Delete" |
| 125 | + }, |
| 126 | + "branch_prefix": { |
| 127 | + "edit_branch_prefix": "Edit branch prefix", |
| 128 | + "edit_branch_prefix_multiple": "Edit branch prefix for {{count}} branches", |
| 129 | + "help_on_tree_prefix": "Help on Tree prefix", |
| 130 | + "prefix": "Prefix: ", |
| 131 | + "save": "Save", |
| 132 | + "branch_prefix_saved": "Branch prefix has been saved.", |
| 133 | + "branch_prefix_saved_multiple": "Branch prefix has been saved for {{count}} branches.", |
| 134 | + "affected_branches": "Affected branches ({{count}}):" |
| 135 | + }, |
| 136 | + "bulk_actions": { |
| 137 | + "bulk_actions": "Bulk actions", |
| 138 | + "affected_notes": "Affected notes", |
| 139 | + "include_descendants": "Include descendants of the selected notes", |
| 140 | + "available_actions": "Available actions", |
| 141 | + "chosen_actions": "Chosen actions", |
| 142 | + "execute_bulk_actions": "Execute bulk actions", |
| 143 | + "bulk_actions_executed": "Bulk actions have been executed successfully.", |
| 144 | + "none_yet": "None yet... add an action by clicking one of the available ones above.", |
| 145 | + "labels": "Labels", |
| 146 | + "relations": "Relations", |
| 147 | + "notes": "Notes", |
| 148 | + "other": "Other" |
| 149 | + }, |
| 150 | + "clone_to": { |
| 151 | + "clone_notes_to": "Clone notes to...", |
| 152 | + "help_on_links": "Help on links", |
| 153 | + "notes_to_clone": "Notes to clone", |
| 154 | + "target_parent_note": "Target parent note", |
| 155 | + "search_for_note_by_its_name": "search for note by its name", |
| 156 | + "cloned_note_prefix_title": "Cloned note will be shown in note tree with given prefix", |
| 157 | + "prefix_optional": "Prefix (optional)", |
| 158 | + "clone_to_selected_note": "Clone to selected note", |
| 159 | + "no_path_to_clone_to": "No path to clone to.", |
| 160 | + "note_cloned": "Note \"{{clonedTitle}}\" has been cloned into \"{{targetTitle}}\"" |
| 161 | + }, |
| 162 | + "confirm": { |
| 163 | + "confirmation": "Confirmation", |
| 164 | + "cancel": "Cancel", |
| 165 | + "ok": "OK", |
| 166 | + "are_you_sure_remove_note": "Are you sure you want to remove the note \"{{title}}\" from relation map? ", |
| 167 | + "if_you_dont_check": "If you don't check this, the note will be only removed from the relation map.", |
| 168 | + "also_delete_note": "Also delete the note" |
| 169 | + }, |
| 170 | + "export": { |
| 171 | + "export_note_title": "Export note", |
| 172 | + "close": "Close", |
| 173 | + "export_type_subtree": "This note and all of its descendants", |
| 174 | + "format_html": "HTML - recommended as it keeps all format", |
| 175 | + "format_html_zip": "HTML in ZIP archive - this is recommended since this preserves all the formatting.", |
| 176 | + "format_markdown": "Markdown - this preserves most of the formatting.", |
| 177 | + "format_opml": "OPML - outliner interchange format for text only. Formatting, images and files are not included.", |
| 178 | + "opml_version_1": "OPML v1.0 - plain text only", |
| 179 | + "opml_version_2": "OPML v2.0 - allows also HTML", |
| 180 | + "export_type_single": "Only this note without its descendants", |
| 181 | + "export": "Export", |
| 182 | + "choose_export_type": "Choose export type first please", |
| 183 | + "export_status": "Export status", |
| 184 | + "export_in_progress": "Export in progress: {{progressCount}}", |
| 185 | + "export_finished_successfully": "Export finished successfully.", |
| 186 | + "format_pdf": "PDF - for printing or sharing purposes.", |
| 187 | + "share-format": "HTML for web publishing - uses the same theme that is used shared notes, but can be published as a static website." |
| 188 | + }, |
| 189 | + "help": { |
| 190 | + "title": "Cheatsheet", |
| 191 | + "collapseSubTree": "collapse sub-tree", |
| 192 | + "activateNextTab": "activate next tab", |
| 193 | + "editShortcuts": "Edit keyboard shortcuts", |
| 194 | + "noteNavigation": "Note navigation", |
| 195 | + "goUpDown": "go up/down in the list of notes", |
| 196 | + "collapseExpand": "collapse/expand node", |
| 197 | + "notSet": "not set", |
| 198 | + "goBackForwards": "go back / forwards in the history", |
| 199 | + "showJumpToNoteDialog": "show <a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/note-navigation.html#jump-to-note\">\"Jump to\" dialog</a>", |
| 200 | + "scrollToActiveNote": "scroll to active note", |
| 201 | + "jumpToParentNote": "jump to parent note", |
| 202 | + "collapseWholeTree": "collapse whole note tree", |
| 203 | + "tabShortcuts": "Tab shortcuts", |
| 204 | + "newTabNoteLink": "on note link opens note in a new tab", |
| 205 | + "newTabWithActivationNoteLink": "on note link opens and activates the note in a new tab", |
| 206 | + "onlyInDesktop": "Only in desktop (Electron build)", |
| 207 | + "openEmptyTab": "open empty tab", |
| 208 | + "closeActiveTab": "close active tab", |
| 209 | + "activatePreviousTab": "activate previous tab", |
| 210 | + "creatingNotes": "Creating notes", |
| 211 | + "createNoteAfter": "create new note after the active note", |
| 212 | + "createNoteInto": "create new sub-note into active note", |
| 213 | + "editBranchPrefix": "edit <a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/tree-concepts.html#prefix\">prefix</a> of active note clone", |
| 214 | + "movingCloningNotes": "Moving / cloning notes", |
| 215 | + "moveNoteUpDown": "move note up/down in the note list", |
| 216 | + "moveNoteUpHierarchy": "move note up in the hierarchy", |
| 217 | + "multiSelectNote": "multi-select note above/below", |
| 218 | + "selectAllNotes": "select all notes in the current level", |
| 219 | + "selectNote": "select note", |
| 220 | + "copyNotes": "copy active note (or current selection) into clipboard (used for <a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/cloning-notes.html#cloning-notes\">cloning</a>)", |
| 221 | + "cutNotes": "cut current note (or current selection) into clipboard (used for moving notes)", |
| 222 | + "pasteNotes": "paste note(s) as sub-note into active note (which is either move or clone depending on whether it was copied or cut into clipboard)", |
| 223 | + "deleteNotes": "delete note / sub-tree", |
| 224 | + "editingNotes": "Editing notes", |
| 225 | + "editNoteTitle": "in tree pane will switch from tree pane into note title. Enter from note title will switch focus to text editor. <kbd>Ctrl+.</kbd> will switch back from editor to tree pane.", |
| 226 | + "createEditLink": "create / edit external link", |
| 227 | + "createInternalLink": "create internal link", |
| 228 | + "followLink": "follow link under cursor", |
| 229 | + "insertDateTime": "insert current date and time at caret position", |
| 230 | + "jumpToTreePane": "jump away to the tree pane and scroll to active note", |
| 231 | + "markdownAutoformat": "Markdown-like autoformatting", |
| 232 | + "headings": "<code>##</code>, <code>###</code>, <code>####</code> etc. followed by space for headings", |
| 233 | + "bulletList": "<code>*</code> or <code>-</code> followed by space for bullet list", |
| 234 | + "numberedList": "<code>1.</code> or <code>1)</code> followed by space for numbered list", |
| 235 | + "blockQuote": "start a line with <code>></code> followed by space for block quote" |
70 | 236 | } |
71 | 237 | } |
0 commit comments