trilium/translations/en/server.json
2024-09-08 16:04:00 +03:00

95 lines
5.1 KiB
JSON

{
"keyboard_actions": {
"open-jump-to-note-dialog": "Open \"Jump to note\" dialog",
"search-in-subtree": "Search for notes in the active note's subtree",
"expand-subtree": "Expand subtree of current note",
"collapse-tree": "Collapses the complete note tree",
"collapse-subtree": "Collapses subtree of current note",
"sort-child-notes": "Sort child notes",
"creating-and-moving-notes": "Creating and moving notes",
"create-note-into-inbox": "Create a note in the inbox (if defined) or day note",
"delete-note": "Delete note",
"move-note-up": "Move note up",
"move-note-down": "Move note down",
"move-note-up-in-hierarchy": "Move note up in hierarchy",
"move-note-down-in-hierarchy": "Move note down in hierarchy",
"edit-note-title": "Jump from tree to the note detail and edit title",
"edit-branch-prefix": "Show Edit branch prefix dialog",
"note-clipboard": "Note clipboard",
"copy-notes-to-clipboard": "Copy selected notes to the clipboard",
"paste-notes-from-clipboard": "Paste notes from the clipboard into active note",
"cut-notes-to-clipboard": "Cut selected notes to the clipboard",
"select-all-notes-in-parent": "Select all notes from the current note level",
"add-note-above-to-the-selection": "Add note above to the selection",
"add-note-below-to-selection": "Add note above to the selection",
"duplicate-subtree": "Duplicate subtree",
"tabs-and-windows": "Tabs & Windows",
"open-new-tab": "Opens new tab",
"close-active-tab": "Closes active tab",
"reopen-last-tab": "Reopens the last closed tab",
"activate-next-tab": "Activates tab on the right",
"activate-previous-tab": "Activates tab on the left",
"open-new-window": "Open new empty window",
"toggle-tray": "Shows/hides the application from the system tray",
"first-tab": "Activates the first tab in the list",
"second-tab": "Activates the second tab in the list",
"third-tab": "Activates the third tab in the list",
"fourth-tab": "Activates the fourth tab in the list",
"fifth-tab": "Activates the fifth tab in the list",
"sixth-tab": "Activates the sixth tab in the list",
"seventh-tab": "Activates the seventh tab in the list",
"eight-tab": "Activates the eighth tab in the list",
"ninth-tab": "Activates the ninth tab in the list",
"last-tab": "Activates the last tab in the list",
"dialogs": "Dialogs",
"show-note-source": "Shows Note Source dialog",
"show-options": "Shows Options dialog",
"show-revisions": "Shows Note Revisions dialog",
"show-recent-changes": "Shows Recent Changes dialog",
"show-sql-console": "Shows SQL Console dialog",
"show-backend-log": "Shows Backend Log dialog",
"text-note-operations": "Text note operations",
"add-link-to-text": "Open dialog to add link to the text",
"follow-link-under-cursor": "Follow link within which the caret is placed",
"insert-date-and-time-to-text": "Insert current date & time into text",
"paste-markdown-into-text": "Pastes Markdown from clipboard into text note",
"cut-into-note": "Cuts the selection from the current note and creates subnote with the selected text",
"add-include-note-to-text": "Opens the dialog to include a note",
"edit-readonly-note": "Edit a read-only note",
"attributes-labels-and-relations": "Attributes (labels & relations)",
"add-new-label": "Create new label",
"create-new-relation": "Create new relation",
"ribbon-tabs": "Ribbon tabs",
"toggle-basic-properties": "Toggle Basic Properties",
"toggle-file-properties": "Toggle File Properties",
"toggle-image-properties": "Toggle Image Properties",
"toggle-owned-attributes": "Toggle Owned Attributes",
"toggle-inherited-attributes": "Toggle Inherited Attributes",
"toggle-promoted-attributes": "Toggle Promoted Attributes",
"toggle-link-map": "Toggle Link Map",
"toggle-note-info": "Toggle Note Info",
"toggle-note-paths": "Toggle Note Paths",
"toggle-similar-notes": "Toggle Similar Notes",
"other": "Other",
"toggle-right-pane": "Toggle the display of the right pane, which includes Table of Contents and Highlights",
"print-active-note": "Print active note",
"open-note-externally": "Open note as a file with default application",
"render-active-note": "Render (re-render) active note",
"run-active-note": "Run active JavaScript (frontend/backend) code note",
"toggle-note-hoisting": "Toggles note hoisting of active note",
"unhoist": "Unhoist from anywhere",
"reload-frontend-app": "Reload frontend App",
"open-dev-tools": "Open dev tools",
"toggle-left-note-tree-panel": "Toggle left (note tree) panel",
"toggle-full-screen": "Toggle full screen",
"zoom-out": "Zoom Out",
"zoom-in": "Zoom In",
"note-navigation": "Note navigation",
"reset-zoom-level": "Reset zoom level",
"copy-without-formatting": "Copy selected text without formatting",
"force-save-revision": "Force creating / saving new note revision of the active note",
"show-help": "Shows built-in Help / cheatsheet",
"toggle-book-properties": "Toggle Book Properties"
}
}