|
@@ -1,2378 +0,0 @@
|
|
|
-(ns ^:bb-compatible frontend.modules.shortcut.dicts
|
|
|
- "Provides dictionary entries for shortcuts")
|
|
|
-
|
|
|
-(defn- decorate-namespace [k]
|
|
|
- (let [n (name k)
|
|
|
- ns (namespace k)]
|
|
|
- (keyword (str "command." ns) n)))
|
|
|
-
|
|
|
-(def ^:large-vars/data-var all-default-keyboard-shortcuts
|
|
|
- {:date-picker/complete "Date picker: Choose selected day"
|
|
|
- :date-picker/prev-day "Date picker: Select previous day"
|
|
|
- :date-picker/next-day "Date picker: Select next day"
|
|
|
- :date-picker/prev-week "Date picker: Select previous week"
|
|
|
- :date-picker/next-week "Date picker: Select next week"
|
|
|
- :pdf/previous-page "Pdf: Previous page of current pdf doc"
|
|
|
- :pdf/next-page "Pdf: Next page of current pdf doc"
|
|
|
- :pdf/close "Pdf: Close current pdf doc"
|
|
|
- :pdf/find "Pdf: Search text of current pdf doc"
|
|
|
- :auto-complete/complete "Auto-complete: Choose selected item"
|
|
|
- :auto-complete/prev "Auto-complete: Select previous item"
|
|
|
- :auto-complete/next "Auto-complete: Select next item"
|
|
|
- :auto-complete/shift-complete "Auto-complete: Open selected item in sidebar"
|
|
|
- :auto-complete/open-link "Auto-complete: Open selected item in browser"
|
|
|
- :cards/toggle-answers "Cards: show/hide answers/clozes"
|
|
|
- :cards/next-card "Cards: next card"
|
|
|
- :cards/forgotten "Cards: forgotten"
|
|
|
- :cards/remembered "Cards: remembered"
|
|
|
- :cards/recall "Cards: take a while to recall"
|
|
|
- :editor/escape-editing "Escape editing"
|
|
|
- :editor/backspace "Backspace / Delete backwards"
|
|
|
- :editor/delete "Delete / Delete forwards"
|
|
|
- :editor/new-block "Create new block"
|
|
|
- :editor/new-line "New line in current block"
|
|
|
- :editor/new-whiteboard "New whiteboard"
|
|
|
- :editor/follow-link "Follow link under cursor"
|
|
|
- :editor/open-link-in-sidebar "Open link in sidebar"
|
|
|
- :editor/bold "Bold"
|
|
|
- :editor/italics "Italics"
|
|
|
- :editor/highlight "Highlight"
|
|
|
- :editor/strike-through "Strikethrough"
|
|
|
- :editor/clear-block "Delete entire block content"
|
|
|
- :editor/kill-line-before "Delete line before cursor position"
|
|
|
- :editor/copy-embed "Copy a block embed pointing to the current block"
|
|
|
- :editor/kill-line-after "Delete line after cursor position"
|
|
|
- :editor/beginning-of-block "Move cursor to the beginning of a block"
|
|
|
- :editor/end-of-block "Move cursor to the end of a block"
|
|
|
- :editor/forward-word "Move cursor forward a word"
|
|
|
- :editor/backward-word "Move cursor backward a word"
|
|
|
- :editor/forward-kill-word "Delete a word forwards"
|
|
|
- :editor/backward-kill-word "Delete a word backwards"
|
|
|
- :editor/replace-block-reference-at-point "Replace block reference with its content at point"
|
|
|
- :editor/paste-text-in-one-block-at-point "Paste text into one block at point"
|
|
|
- :editor/insert-youtube-timestamp "Insert youtube timestamp"
|
|
|
- :editor/cycle-todo "Rotate the TODO state of the current item"
|
|
|
- :editor/up "Move cursor up / Select up"
|
|
|
- :editor/down "Move cursor down / Select down"
|
|
|
- :editor/left "Move cursor left / Open selected block at beginning"
|
|
|
- :editor/right "Move cursor right / Open selected block at end"
|
|
|
- :editor/select-up "Select content above"
|
|
|
- :editor/select-down "Select content below"
|
|
|
- :editor/move-block-up "Move block up"
|
|
|
- :editor/move-block-down "Move block down"
|
|
|
- :editor/open-edit "Edit selected block"
|
|
|
- :editor/select-block-up "Select block above"
|
|
|
- :editor/select-block-down "Select block below"
|
|
|
- :editor/delete-selection "Delete selected blocks"
|
|
|
- :editor/expand-block-children "Expand"
|
|
|
- :editor/collapse-block-children "Collapse"
|
|
|
- :editor/indent "Indent block"
|
|
|
- :editor/outdent "Outdent block"
|
|
|
- :editor/copy "Copy (copies either selection, or block reference)"
|
|
|
- :editor/copy-text "Copy selections as text"
|
|
|
- :editor/cut "Cut"
|
|
|
- :editor/undo "Undo"
|
|
|
- :editor/redo "Redo"
|
|
|
- :editor/insert-link "HTML Link"
|
|
|
- :editor/select-all-blocks "Select all blocks"
|
|
|
- :editor/select-parent "Select parent block"
|
|
|
- :editor/zoom-in "Zoom in editing block / Forwards otherwise"
|
|
|
- :editor/zoom-out "Zoom out editing block / Backwards otherwise"
|
|
|
- :editor/toggle-undo-redo-mode "Toggle undo redo mode (global or page only)"
|
|
|
- :editor/toggle-number-list "Toggle number list"
|
|
|
- :whiteboard/select "Select tool"
|
|
|
- :whiteboard/pan "Pan tool"
|
|
|
- :whiteboard/portal "Portal tool"
|
|
|
- :whiteboard/pencil "Pencil tool"
|
|
|
- :whiteboard/highlighter "Highlighter tool"
|
|
|
- :whiteboard/eraser "Eraser tool"
|
|
|
- :whiteboard/connector "Connector tool"
|
|
|
- :whiteboard/text "Text tool"
|
|
|
- :whiteboard/rectangle "Rectangle tool"
|
|
|
- :whiteboard/ellipse "Ellipse tool"
|
|
|
- :whiteboard/reset-zoom "Reset zoom"
|
|
|
- :whiteboard/zoom-to-fit "Zoom to drawing"
|
|
|
- :whiteboard/zoom-to-selection "Zoom to fit selection"
|
|
|
- :whiteboard/zoom-out "Zoom out"
|
|
|
- :whiteboard/zoom-in "Zoom in"
|
|
|
- :whiteboard/send-backward "Move backward"
|
|
|
- :whiteboard/send-to-back "Move to back"
|
|
|
- :whiteboard/bring-forward "Move forward"
|
|
|
- :whiteboard/bring-to-front "Move to front"
|
|
|
- :whiteboard/lock "Lock selection"
|
|
|
- :whiteboard/unlock "Unlock selection"
|
|
|
- :whiteboard/group "Group selection"
|
|
|
- :whiteboard/ungroup "Ungroup selection"
|
|
|
- :whiteboard/toggle-grid "Toggle the canvas grid"
|
|
|
- :ui/toggle-brackets "Toggle whether to display brackets"
|
|
|
- :go/search-in-page "Search blocks in the current page"
|
|
|
- :go/electron-find-in-page "Find text in page"
|
|
|
- :go/electron-jump-to-the-next "Jump to the next match to your Find bar search"
|
|
|
- :go/electron-jump-to-the-previous "Jump to the previous match to your Find bar search"
|
|
|
- :go/search "Search pages and blocks"
|
|
|
- :go/journals "Go to journals"
|
|
|
- :go/backward "Backwards"
|
|
|
- :go/forward "Forwards"
|
|
|
- :search/re-index "Rebuild search index"
|
|
|
- :sidebar/open-today-page "Open today's page in the right sidebar"
|
|
|
- :sidebar/close-top "Closes the top item in the right sidebar"
|
|
|
- :sidebar/clear "Clear all in the right sidebar"
|
|
|
- :misc/copy "mod+c"
|
|
|
- :command-palette/toggle "Toggle command palette"
|
|
|
- :graph/export-as-html "Export public graph pages as html"
|
|
|
- :graph/open "Select graph to open"
|
|
|
- :graph/remove "Remove a graph"
|
|
|
- :graph/add "Add a graph"
|
|
|
- :graph/save "Save current graph to disk"
|
|
|
- :graph/re-index "Re-index current graph"
|
|
|
- :command/run "Run git command"
|
|
|
- :go/home "Go to home"
|
|
|
- :go/all-graphs "Go to all graphs"
|
|
|
- :go/whiteboards "Go to whiteboards"
|
|
|
- :go/all-pages "Go to all pages"
|
|
|
- :go/graph-view "Go to graph view"
|
|
|
- :go/keyboard-shortcuts "Go to keyboard shortcuts"
|
|
|
- :go/tomorrow "Go to tomorrow"
|
|
|
- :go/next-journal "Go to next journal"
|
|
|
- :go/prev-journal "Go to previous journal"
|
|
|
- :go/flashcards "Toggle flashcards"
|
|
|
- :ui/toggle-document-mode "Toggle document mode"
|
|
|
- :ui/toggle-settings "Toggle settings"
|
|
|
- :ui/toggle-right-sidebar "Toggle right sidebar"
|
|
|
- :ui/toggle-left-sidebar "Toggle left sidebar"
|
|
|
- :ui/toggle-help "Toggle help"
|
|
|
- :ui/toggle-theme "Toggle between dark/light theme"
|
|
|
- :ui/toggle-contents "Toggle Contents in sidebar"
|
|
|
- ;; :ui/open-new-window "Open another window"
|
|
|
- :command/toggle-favorite "Add to/remove from favorites"
|
|
|
- :editor/open-file-in-default-app "Open file in default app"
|
|
|
- :editor/open-file-in-directory "Open file in parent directory"
|
|
|
- :editor/copy-current-file "Copy current file"
|
|
|
- :editor/copy-page-url "Copy page url"
|
|
|
- :ui/toggle-wide-mode "Toggle wide mode"
|
|
|
- :ui/select-theme-color "Select available theme colors"
|
|
|
- :ui/goto-plugins "Go to plugins dashboard"
|
|
|
- :ui/install-plugins-from-file "Install plugins from plugins.edn"
|
|
|
- :editor/toggle-open-blocks "Toggle open blocks (collapse or expand all blocks)"
|
|
|
- :ui/toggle-cards "Toggle cards"
|
|
|
- :ui/clear-all-notifications "Clear all notifications"
|
|
|
- :git/commit "Create git commit with message"
|
|
|
- :dev/show-block-data "(Dev) Show block data"
|
|
|
- :dev/show-block-ast "(Dev) Show block AST"
|
|
|
- :dev/show-page-data "(Dev) Show page data"
|
|
|
- :dev/show-page-ast "(Dev) Show page AST"})
|
|
|
-
|
|
|
-(def category
|
|
|
- {:shortcut.category/basics "Basics"
|
|
|
- :shortcut.category/formatting "Formatting"
|
|
|
- :shortcut.category/navigating "Navigation"
|
|
|
- :shortcut.category/block-editing "Block editing general"
|
|
|
- :shortcut.category/block-command-editing "Block command editing"
|
|
|
- :shortcut.category/block-selection "Block selection (press Esc to quit selection)"
|
|
|
- :shortcut.category/toggle "Toggle"
|
|
|
- :shortcut.category/whiteboard "Whiteboard"
|
|
|
- :shortcut.category/others "Others"})
|
|
|
-
|
|
|
-(def ^:large-vars/data-var dicts
|
|
|
- {:en (merge
|
|
|
- ;; Dynamically add this ns since command descriptions have to
|
|
|
- ;; stay in sync with shortcut.config command ids which do not
|
|
|
- ;; have a namespace
|
|
|
- (update-keys all-default-keyboard-shortcuts decorate-namespace)
|
|
|
- category)
|
|
|
-
|
|
|
- :zh-CN {:shortcut.category/formatting "格式化"
|
|
|
- :shortcut.category/basics "基础操作"
|
|
|
- :shortcut.category/navigating "移动"
|
|
|
- :shortcut.category/block-editing "块编辑基本"
|
|
|
- :shortcut.category/block-command-editing "块编辑文本操作"
|
|
|
- :shortcut.category/block-selection "块选择操作"
|
|
|
- :shortcut.category/toggle "切换"
|
|
|
- :shortcut.category/others "其他"
|
|
|
- :command.auto-complete/complete "自动完成:选择当前项"
|
|
|
- :command.auto-complete/next "自动完成:选择下一项"
|
|
|
- :command.auto-complete/open-link "自动完成:在浏览器中打开当前项"
|
|
|
- :command.auto-complete/prev "自动完成:选择上一项"
|
|
|
- :command.auto-complete/shift-complete "自动完成:在侧边栏打开"
|
|
|
- :command.cards/forgotten "卡片:忘记了"
|
|
|
- :command.cards/next-card "卡片:下一个"
|
|
|
- :command.cards/recall "卡片:需要一会儿才能记起"
|
|
|
- :command.cards/remembered "卡片:记得"
|
|
|
- :command.cards/toggle-answers "卡片:显示/隐藏 答案/填空"
|
|
|
- :command.command/run "运行 git 命令"
|
|
|
- :command.command/toggle-favorite "切换收藏"
|
|
|
- :command.command-palette/toggle "切换命令面板"
|
|
|
- :command.date-picker/complete "日期选择:选择当前天"
|
|
|
- :command.date-picker/next-day "日期选择:下一天"
|
|
|
- :command.date-picker/next-week "日期选择:下一周"
|
|
|
- :command.date-picker/prev-day "日期选择:上一天"
|
|
|
- :command.date-picker/prev-week "日期选择:上一周"
|
|
|
- :command.editor/copy-current-file "复制当前文件"
|
|
|
- :command.editor/copy-embed "复制指向当前块的嵌入块"
|
|
|
- :command.editor/copy-text "复制选中的文本"
|
|
|
- :command.editor/escape-editing "转义编辑"
|
|
|
- :command.editor/insert-youtube-timestamp "插入 Youtube 时间戳"
|
|
|
- :command.editor/new-whiteboard "新建白板"
|
|
|
- :command.editor/open-file-in-default-app "在默认应用中打开文件"
|
|
|
- :command.editor/open-file-in-directory "在目录中打开文件"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "粘贴文本到块的点"
|
|
|
- :command.editor/replace-block-reference-at-point "用内容替换块引用"
|
|
|
- :command.editor/select-down "选择下面内容"
|
|
|
- :command.editor/select-up "选择上面的内容"
|
|
|
- :command.editor/strike-through "删除线"
|
|
|
- :command.go/all-graphs "所有图谱"
|
|
|
- :command.go/all-pages "全部页面"
|
|
|
- :command.go/electron-jump-to-the-next "跳转到查找栏搜索的下一个匹配项"
|
|
|
- :command.go/electron-jump-to-the-previous "跳转到查找栏搜索的上一个匹配项"
|
|
|
- :command.go/flashcards "记忆卡片"
|
|
|
- :command.go/graph-view "记忆图谱"
|
|
|
- :command.go/home "首页"
|
|
|
- :command.go/keyboard-shortcuts "快捷键"
|
|
|
- :command.go/next-journal "下一篇日记"
|
|
|
- :command.go/prev-journal "上一篇日记"
|
|
|
- :command.go/tomorrow "明天"
|
|
|
- :command.go/whiteboards "前往白板"
|
|
|
- :command.graph/add "添加图谱"
|
|
|
- :command.graph/export-as-html "将公共图谱导出为 html"
|
|
|
- :command.graph/open "打开图谱"
|
|
|
- :command.graph/re-index "重建索引"
|
|
|
- :command.graph/remove "移除图谱"
|
|
|
- :command.graph/save "保存"
|
|
|
- :command.misc/copy "Ctrl/Command + c"
|
|
|
- :command.sidebar/clear "清除侧边栏"
|
|
|
- :command.sidebar/open-today-page "在侧边栏打开今日"
|
|
|
- :command.ui/goto-plugins "插件"
|
|
|
- :command.ui/select-theme-color "选择皮肤颜色"
|
|
|
- :command.ui/toggle-cards "切换卡片"
|
|
|
- :command.ui/toggle-left-sidebar "切换左侧边栏"
|
|
|
- :command.editor/indent "缩进块标签"
|
|
|
- :command.editor/outdent "取消缩进块"
|
|
|
- :command.editor/move-block-up "向上移动块"
|
|
|
- :command.editor/move-block-down "向下移动块"
|
|
|
- :command.editor/new-block "创建块"
|
|
|
- :command.editor/new-line "块中新建行"
|
|
|
- :command.editor/zoom-in "聚焦"
|
|
|
- :command.editor/zoom-out "退出聚焦"
|
|
|
- :command.editor/follow-link "跟随光标下的链接"
|
|
|
- :command.editor/open-link-in-sidebar "在侧边栏打开"
|
|
|
- :command.editor/expand-block-children "展开"
|
|
|
- :command.editor/collapse-block-children "折叠"
|
|
|
- :command.editor/select-block-up "选择上方的块"
|
|
|
- :command.editor/select-block-down "选择下方的块"
|
|
|
- :command.editor/select-all-blocks "选择所有块"
|
|
|
- :command.pdf/find "Pdf: 查找当前 pdf 文档的文本"
|
|
|
- :command.pdf/previous-page "上一页PDF文档"
|
|
|
- :command.pdf/next-page "下一页PDF文档"
|
|
|
- :command.pdf/close "关闭当前PDF文档"
|
|
|
- :command.ui/toggle-help "显示/关闭帮助"
|
|
|
- :command.git/commit "提交消息"
|
|
|
- :command.go/search "搜索页面和块"
|
|
|
- :command.go/backward "回退"
|
|
|
- :command.go/forward "前进"
|
|
|
- :command.go/search-in-page "在当前页面搜索块"
|
|
|
- :command.go/electron-find-in-page "在当前页面查找文本"
|
|
|
- :command.ui/toggle-document-mode "切换文档模式"
|
|
|
- :command.ui/toggle-contents "打开/关闭目录"
|
|
|
- :command.ui/toggle-theme "在暗色/亮色主题之间切换"
|
|
|
- :command.ui/toggle-right-sidebar "启用/关闭右侧栏"
|
|
|
- :command.ui/toggle-settings "显示/关闭设置"
|
|
|
- :command.go/journals "跳转到日记"
|
|
|
- :command.ui/toggle-wide-mode "切换宽屏模式"
|
|
|
- :command.ui/toggle-brackets "切换是否显示括号"
|
|
|
- :command.search/re-index "重新建立搜索索引"
|
|
|
- :command.editor/bold "粗体"
|
|
|
- :command.editor/italics "斜体"
|
|
|
- :command.editor/insert-link "Html 链接"
|
|
|
- :command.editor/highlight "高亮"
|
|
|
- :command.editor/undo "撤销"
|
|
|
- :command.editor/redo "重做"
|
|
|
- :command.editor/copy "复制"
|
|
|
- :command.editor/cut "剪切"
|
|
|
- :command.editor/up "向上移动光标 / 向上选择"
|
|
|
- :command.editor/down "向下移动光标 / 向下选择"
|
|
|
- :command.editor/left "向左移动光标 / 向左选择"
|
|
|
- :command.editor/right "向右移动光标 / 向右选择"
|
|
|
- :command.editor/backspace "向左删除"
|
|
|
- :command.editor/delete "向右删除"
|
|
|
- :command.editor/cycle-todo "切换TODO状态"
|
|
|
- :command.editor/clear-block "清除块内容"
|
|
|
- :command.editor/kill-line-before "删除光标右侧行"
|
|
|
- :command.editor/kill-line-after "删除光标左侧行"
|
|
|
- :command.editor/beginning-of-block "移动光标到块开始位置"
|
|
|
- :command.editor/end-of-block "移动光标到块末尾"
|
|
|
- :command.editor/forward-word "光标向后移动一个单词"
|
|
|
- :command.editor/backward-word "光标向前移动一个单词"
|
|
|
- :command.editor/forward-kill-word "向后删除一个单词"
|
|
|
- :command.editor/backward-kill-word "向前删除一个单词"
|
|
|
- :command.editor/open-edit "编辑选中块"
|
|
|
- :command.editor/delete-selection "删除选中块"
|
|
|
- :command.editor/toggle-open-blocks "切换折叠/展开所有块(非编辑状态)"}
|
|
|
- :zh-Hant {:command.editor/indent "縮進塊標簽"
|
|
|
- :command.editor/outdent "取消縮進塊"
|
|
|
- :command.editor/move-block-up "向上移動塊"
|
|
|
- :command.editor/move-block-down "向下移動塊"
|
|
|
- :command.editor/new-block "創建塊"
|
|
|
- :command.editor/new-line "塊中新建行"
|
|
|
- :command.editor/zoom-in "聚焦"
|
|
|
- :command.editor/zoom-out "推出聚焦"
|
|
|
- :command.editor/follow-link "跟隨光標下的鏈接"
|
|
|
- :command.editor/open-link-in-sidebar "在側邊欄打開"
|
|
|
- :command.editor/expand-block-children "展開"
|
|
|
- :command.editor/collapse-block-children "折疊"
|
|
|
- :command.editor/select-block-up "選擇上方的塊"
|
|
|
- :command.editor/select-block-down "選擇下方的塊"
|
|
|
- :command.editor/select-all-blocks "選擇所有塊"
|
|
|
- :command.ui/toggle-help "顯示/關閉幫助"
|
|
|
- :command.git/commit "提交消息"
|
|
|
- :command.go/search "全文搜索"
|
|
|
- :command.ui/toggle-document-mode "切換文檔模式"
|
|
|
- :command.ui/toggle-theme "“在暗色/亮色主題之間切換”"
|
|
|
- :command.ui/toggle-right-sidebar "啟用/關閉右側欄"
|
|
|
- :command.go/journals "跳轉到日記"}
|
|
|
-
|
|
|
- :de {:command.auto-complete/complete "Automatische Vervollständigung: Ausgewähltes Element auswählen"
|
|
|
- :command.auto-complete/next "Automatische Vervollständigung: Nächstes Element auswählen"
|
|
|
- :command.auto-complete/open-link "Automatische Vervollständigung: Ausgewähltes Element im Browser öffnen"
|
|
|
- :command.auto-complete/prev "Automatische Vervollständigung: Vorheriges Element auswählen"
|
|
|
- :command.auto-complete/shift-complete "Automatische Vervollständigung: Ausgewähltes Element in der Seitenleiste öffnen"
|
|
|
- :command.cards/forgotten "Karten: Vergessen"
|
|
|
- :command.cards/next-card "Karten: Nächste Karte"
|
|
|
- :command.cards/recall "Karten: Nehmen Sie sich eine Weile Zeit, um sich zu erinnern"
|
|
|
- :command.cards/remembered "Karten: Gemerkt"
|
|
|
- :command.cards/toggle-answers "Karten: Antworten/Lücken ein-/ausblenden"
|
|
|
- :command.command/run "Git-Befehl ausführen"
|
|
|
- :command.command/toggle-favorite "Zu Favoriten hinzufügen/entfernen"
|
|
|
- :command.command-palette/toggle "Befehlspalette umschalten"
|
|
|
- :command.date-picker/complete "Datumsauswahl: Den gewünschten Tag wählen"
|
|
|
- :command.date-picker/next-day "Datumsauswahl: Den nächsten Tag wählen"
|
|
|
- :command.date-picker/next-week "Datumsauswahl: Die nächste Woche wählen"
|
|
|
- :command.date-picker/prev-day "Datumsauswahl: Den vorherigen Tag wählen"
|
|
|
- :command.date-picker/prev-week "Datumsauswahl: Die vorherige Woche wählen"
|
|
|
- :command.dev/show-block-ast "(Dev) Block-AST anzeigen"
|
|
|
- :command.dev/show-block-data "(Dev) Blockdaten anzeigen"
|
|
|
- :command.dev/show-page-ast "(Dev) Seiten-AST anzeigen"
|
|
|
- :command.dev/show-page-data "(Dev) Seitendaten anzeigen"
|
|
|
- :command.editor/backspace "Backspace / Rückwärts löschen"
|
|
|
- :command.editor/backward-kill-word "Ein Wort rückwärts löschen"
|
|
|
- :command.editor/backward-word "Cursor ein Wort zurückbewegen"
|
|
|
- :command.editor/beginning-of-block "Cursor an den Anfang eines Blocks bewegen"
|
|
|
- :command.editor/bold "Fett"
|
|
|
- :command.editor/clear-block "Gesamten Blockinhalt löschen"
|
|
|
- :command.editor/collapse-block-children "Zusammenklappen"
|
|
|
- :command.editor/copy "Kopieren (kopiert entweder die Auswahl oder die Blockreferenz)"
|
|
|
- :command.editor/copy-current-file "Aktuelle Datei kopieren"
|
|
|
- :command.editor/copy-embed "Kopieren einer Blockeinbettung, die auf den aktuellen Block verweist"
|
|
|
- :command.editor/copy-page-url "Seiten-URL kopieren"
|
|
|
- :command.editor/copy-text "Auswahl als Text kopieren"
|
|
|
- :command.editor/cut "Ausschneiden"
|
|
|
- :command.editor/cycle-todo "Den TODO-Status des aktuellen Eintrags ändern"
|
|
|
- :command.editor/delete "Löschen / Vorwärts löschen"
|
|
|
- :command.editor/delete-selection "Ausgewählte Blöcke löschen"
|
|
|
- :command.editor/down "Cursor nach unten bewegen / Nach unten auswählen"
|
|
|
- :command.editor/end-of-block "Cursor an das Ende eines Blocks bewegen"
|
|
|
- :command.editor/escape-editing "Bearbeitung abschließen"
|
|
|
- :command.editor/expand-block-children "Erweitern"
|
|
|
- :command.editor/follow-link "Link unter dem Cursor folgen"
|
|
|
- :command.editor/forward-kill-word "Ein Wort vorwärts löschen"
|
|
|
- :command.editor/forward-word "Cursor ein Wort vorwärts bewegen"
|
|
|
- :command.editor/highlight "Hervorheben"
|
|
|
- :command.editor/indent "Block einrücken"
|
|
|
- :command.editor/insert-link "HTML Link"
|
|
|
- :command.editor/insert-youtube-timestamp "YouTube-Zeitstempel einfügen"
|
|
|
- :command.editor/italics "Kursiv"
|
|
|
- :command.editor/kill-line-after "Zeile nach der Cursorposition löschen"
|
|
|
- :command.editor/kill-line-before "Zeile vor der Cursorposition löschen"
|
|
|
- :command.editor/left "Cursor nach links bewegen / Ausgewählten Block am Anfang öffnen"
|
|
|
- :command.editor/move-block-up "Block nach oben verschieben"
|
|
|
- :command.editor/move-block-down "Block nach unten verschieben"
|
|
|
- :command.editor/new-block "Neuen Block erstellen"
|
|
|
- :command.editor/new-line "Neue Zeile innerhalb des Blocks erstellen"
|
|
|
- :command.editor/new-whiteboard "Neues Whiteboard"
|
|
|
- :command.editor/open-edit "Ausgewählten Block bearbeiten"
|
|
|
- :command.editor/open-file-in-default-app "Datei in Standard-Anwendung öffnen"
|
|
|
- :command.editor/open-file-in-directory "Datei im übergeordneten Verzeichnis öffnen"
|
|
|
- :command.editor/open-link-in-sidebar "Link in Seitenleiste öffnen"
|
|
|
- :command.editor/outdent "Block ausrücken"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Text in einen Block an Stelle einfügen"
|
|
|
- :command.editor/redo "Wiederholen"
|
|
|
- :command.editor/replace-block-reference-at-point "Blockreferenz durch ihren Inhalt an Stelle ersetzen"
|
|
|
- :command.editor/right "Cursor nach rechts bewegen / Ausgewählten Block am Ende öffnen"
|
|
|
- :command.editor/select-all-blocks "Alle Blöcke auswählen"
|
|
|
- :command.editor/select-block-down "Block unterhalb auswählen"
|
|
|
- :command.editor/select-block-up "Block oberhalb auswählen"
|
|
|
- :command.editor/select-down "Inhalt unten auswählen"
|
|
|
- :command.editor/select-parent "Übergeordneten Block auswählen"
|
|
|
- :command.editor/select-up "Inhalt oben auswählen"
|
|
|
- :command.editor/strike-through "Durchgestrichen"
|
|
|
- :command.editor/toggle-open-blocks "Öffnen von Blöcken umschalten (alle Blöcke ein- oder ausklappen)"
|
|
|
- :command.editor/toggle-undo-redo-mode "Rückgängig / Wiederherstellen umschalten (global oder nur die Seite)"
|
|
|
- :command.editor/undo "Rückgängig"
|
|
|
- :command.editor/up "Cursor nach oben bewegen / Nach oben auswählen"
|
|
|
- :command.editor/zoom-in "Heranzoomen"
|
|
|
- :command.editor/zoom-out "Herauszoomen"
|
|
|
- :command.git/commit "Git Commit-Nachricht"
|
|
|
- :command.go/all-graphs "Zu allen Graphen springen"
|
|
|
- :command.go/all-pages "Zu allen Seiten springen"
|
|
|
- :command.go/backward "Zurück"
|
|
|
- :command.go/electron-find-in-page "Text in Seite finden"
|
|
|
- :command.go/electron-jump-to-the-next "Zum nächsten Treffer in der Suchleiste springen"
|
|
|
- :command.go/electron-jump-to-the-previous "Zum vorherigen Treffer in der Suchleiste springen"
|
|
|
- :command.go/flashcards "Karteikarten umdrehen"
|
|
|
- :command.go/forward "Vorwärts"
|
|
|
- :command.go/graph-view "Zur Graph-Ansicht springen"
|
|
|
- :command.go/home "Zur Startseite springen"
|
|
|
- :command.go/journals "Zu Journalen springen"
|
|
|
- :command.go/keyboard-shortcuts "Zu Tastaturkürzeln springen"
|
|
|
- :command.go/next-journal "Zum nächsten Journal springen"
|
|
|
- :command.go/prev-journal "Zum vorherigen Journal springen"
|
|
|
- :command.go/search "Volltextsuche"
|
|
|
- :command.go/search-in-page "Blöcke auf der aktuellen Seite suchen"
|
|
|
- :command.go/tomorrow "Zu morgen springen"
|
|
|
- :command.go/whiteboards "Zu Whiteboards springen"
|
|
|
- :command.graph/add "Einen Graph hinzufügen"
|
|
|
- :command.graph/export-as-html "Öffentliche Graphseite als HTML exportieren"
|
|
|
- :command.graph/open "Graph zum Öffnen auswählen"
|
|
|
- :command.graph/re-index "Aktuellen Graph neu indizieren"
|
|
|
- :command.graph/remove "Einen Graph entfernen"
|
|
|
- :command.graph/save "Aktuellen Graph auf Festplatte speichern"
|
|
|
- :command.misc/copy "mod+c"
|
|
|
- :command.pdf/close "PDF: Aktuelles PDF-Dokument schließen"
|
|
|
- :command.pdf/find "PDF: Text des aktuellen PDF-Dokuments durchsuchen"
|
|
|
- :command.pdf/next-page "PDF: Nächste Seite des aktuellen PDF-Dokuments"
|
|
|
- :command.pdf/previous-page "PDF: Vorherige Seite des aktuellen PDF-Dokuments"
|
|
|
- :command.search/re-index "Suchindex neu erstellen"
|
|
|
- :command.sidebar/clear "Alles in der rechten Seitenleiste entfernen"
|
|
|
- :command.sidebar/close-top "Schließt das oberste Element in der rechten Seitenleiste"
|
|
|
- :command.sidebar/open-today-page "Seite des heutigen Tages in der rechten Seitenleiste öffnen"
|
|
|
- :command.ui/clear-all-notifications "Alle Benachrichtigungen entfernen"
|
|
|
- :command.ui/goto-plugins "Zum Plugin-Dashboard springen"
|
|
|
- :command.ui/install-plugins-from-file "Plugins aus plugins.edn installieren"
|
|
|
- :command.ui/select-theme-color "Verfügbare Themenfarben auswählen"
|
|
|
- :command.ui/toggle-brackets "Umschalten, ob Klammern angezeigt werden sollen"
|
|
|
- :command.ui/toggle-cards "Karten umschalten"
|
|
|
- :command.ui/toggle-contents "Inhalt in Seitenleiste umschalten"
|
|
|
- :command.ui/toggle-document-mode "Dokumentenmodus umschalten"
|
|
|
- :command.ui/toggle-help "Hilfe aktivieren"
|
|
|
- :command.ui/toggle-right-sidebar "Rechte Seitenleiste umschalten"
|
|
|
- :command.ui/toggle-left-sidebar "Linke Seitenleiste umschalten"
|
|
|
- :command.ui/toggle-settings "Einstellungen umschalten"
|
|
|
- :command.ui/toggle-wide-mode "Breitbildmodus umschalten"
|
|
|
- :command.ui/toggle-theme "Umschalten zwischen dunklem/hellem Theme"
|
|
|
- :shortcut.category/basics "Grundlagen"
|
|
|
- :shortcut.category/block-command-editing "Blockbefehl bearbeiten"
|
|
|
- :shortcut.category/block-editing "Blockbearbeitung allgemein"
|
|
|
- :shortcut.category/block-selection "Blockauswahl (Esc drücken, um die Auswahl zu beenden)"
|
|
|
- :shortcut.category/formatting "Formatierung"
|
|
|
- :shortcut.category/navigating "Navigation"
|
|
|
- :shortcut.category/others "Sonstiges"
|
|
|
- :shortcut.category/toggle "Umschalten"}
|
|
|
- :nl {:command.auto-complete/complete "Automatisch aanvullen: Kies geselecteerd item"
|
|
|
- :command.auto-complete/next "Automatisch aanvullen: Selecteer volgend item"
|
|
|
- :command.auto-complete/open-link "Automatisch aanvullen: Open geselecteerd item in browser"
|
|
|
- :command.auto-complete/prev "Automatisch aanvullen: Selecteer vorig item"
|
|
|
- :command.auto-complete/shift-complete "Automatisch aanvullen: Open geselecteerd item in zijbalk"
|
|
|
- :command.cards/forgotten "Kaarten: vergeten"
|
|
|
- :command.cards/next-card "Kaarten: volgende kaart"
|
|
|
- :command.cards/recall "Kaarten: het duurt even om terug te roepen"
|
|
|
- :command.cards/remembered "Kaarten: herinnerd"
|
|
|
- :command.cards/toggle-answers "Kaarten: toon/verberg antwoorden/clozes"
|
|
|
- :command.command/run "Voer git commando uit"
|
|
|
- :command.command/toggle-favorite "Toevoegen aan/verwijderen uit favorieten"
|
|
|
- :command.command-palette/toggle "Schakel commando lijn"
|
|
|
- :command.date-picker/complete "Datumkiezer: Kies de geselecteerde dag"
|
|
|
- :command.date-picker/next-day "Datumkiezer: Volgende dag kiezen"
|
|
|
- :command.date-picker/next-week "Datumkiezer: Volgende week kiezen"
|
|
|
- :command.date-picker/prev-day "Datumkiezer: Vorige dag kiezen"
|
|
|
- :command.date-picker/prev-week "Datumkiezer: Vorige week kiezen"
|
|
|
- :command.editor/backspace "Backspace / Achteruit wissen"
|
|
|
- :command.editor/backward-kill-word "Een woord achterwaarts wissen"
|
|
|
- :command.editor/backward-word "Verplaats de cursor een woord achteruit"
|
|
|
- :command.editor/beginning-of-block "Verplaats de cursor naar het begin van een blok"
|
|
|
- :command.editor/bold "Vet"
|
|
|
- :command.editor/clear-block "Wis volledige blokinhoud"
|
|
|
- :command.editor/collapse-block-children "Samenvouwen"
|
|
|
- :command.editor/copy "Kopiëren (kopieert een selectie of een blokverwijzing)"
|
|
|
- :command.editor/copy-current-file "Kopieer huidig bestand"
|
|
|
- :command.editor/copy-embed "Kopieer een blok embed dat wijst naar het huidige blok"
|
|
|
- :command.editor/copy-text "Kopieer selecties als tekst"
|
|
|
- :command.editor/cut "Knip"
|
|
|
- :command.editor/cycle-todo "Draai de TODO status van het huidige item"
|
|
|
- :command.editor/delete "Verwijderen / verwijderen vooruit"
|
|
|
- :command.editor/delete-selection "Verwijder geselecteerde blokken"
|
|
|
- :command.editor/down "Verplaats cursor omlaag / Selecteer omlaag"
|
|
|
- :command.editor/end-of-block "Verplaats cursor naar het einde van een blok"
|
|
|
- :command.editor/escape-editing "Klaar met bewerken"
|
|
|
- :command.editor/expand-block-children "Openvouwen"
|
|
|
- :command.editor/follow-link "Volg de link onder de cursor"
|
|
|
- :command.editor/forward-kill-word "Een woord vooruit verwijderen"
|
|
|
- :command.editor/forward-word "Verplaats de cursor een woord vooruit"
|
|
|
- :command.editor/highlight "Markeer"
|
|
|
- :command.editor/indent "Blok inspringen"
|
|
|
- :command.editor/insert-link "HTML Link"
|
|
|
- :command.editor/insert-youtube-timestamp"Voeg youtube tijdstempel toe"
|
|
|
- :command.editor/italics "Cursief"
|
|
|
- :command.editor/kill-line-after "Verwijder regel na cursorpositie"
|
|
|
- :command.editor/kill-line-before "Verwijder regel voor cursorpositie"
|
|
|
- :command.editor/left "Verplaats cursor naar links / Open geselecteerd blok bij het begin"
|
|
|
- :command.editor/move-block-down "Verplaats blok omlaag"
|
|
|
- :command.editor/move-block-up "Verplaats blok omhoog"
|
|
|
- :command.editor/new-block "Maak nieuw blok"
|
|
|
- :command.editor/new-line "Nieuwe regel in huidig blok"
|
|
|
- :command.editor/open-edit "Bewerk geselecteerde blok"
|
|
|
- :command.editor/open-file-in-default-app"Open bestand in standaard app"
|
|
|
- :command.editor/open-file-in-directory "Open bestand in bovenliggende map"
|
|
|
- :command.editor/open-link-in-sidebar "Open link in zijbalk"
|
|
|
- :command.editor/outdent "Verminder blok inspringing"
|
|
|
- :command.editor/paste-text-in-one-block-at-point"Plak tekst in een blok op punt"
|
|
|
- :command.editor/redo "Herhaal"
|
|
|
- :command.editor/replace-block-reference-at-point"Vervang de blokverwijzing door de inhoud op punt"
|
|
|
- :command.editor/right "Beweeg cursor naar rechts / Open geselecteerd blok aan einde"
|
|
|
- :command.editor/select-all-blocks "Selecteer alle blokken"
|
|
|
- :command.editor/select-block-down "Selecteer blok hieronder"
|
|
|
- :command.editor/select-block-up "Selecteer blok hierboven"
|
|
|
- :command.editor/select-down "Selecteer inhoud hieronder"
|
|
|
- :command.editor/select-up "Selecteer inhoud hierboven"
|
|
|
- :command.editor/strike-through "Doorstrepen"
|
|
|
- :command.editor/toggle-open-blocks "Toggle open blocks (open of dichtklappen van alle blokken)"
|
|
|
- :command.editor/undo "Ongedaan maken"
|
|
|
- :command.editor/up "Verplaats cursor omhoog / Selecteer omhoog"
|
|
|
- :command.editor/zoom-in "Zoom in bewerkingsblok / Vooruit anders"
|
|
|
- :command.editor/zoom-out "Zoom uit bewerkingsblok / Achteruit anders"
|
|
|
- :command.git/commit "Maak git commit met bericht"
|
|
|
- :command.go/all-pages "Ga naar alle pagina's"
|
|
|
- :command.go/backward "Achteruit"
|
|
|
- :command.go/flashcards "Flashcards Toggle"
|
|
|
- :command.go/forward "Vooruit"
|
|
|
- :command.go/graph-view "Ga naar grafiekweergave"
|
|
|
- :command.go/home "Ga naar home"
|
|
|
- :command.go/journals "Ga naar journaals"
|
|
|
- :command.go/keyboard-shortcuts "Ga naar sneltoetsen"
|
|
|
- :command.go/next-journal "Ga naar volgende journaal"
|
|
|
- :command.go/prev-journal "Ga naar vorige journaal"
|
|
|
- :command.go/search "Zoeken in volledige tekst"
|
|
|
- :command.go/search-in-page "Zoeken in de huidige pagina"
|
|
|
- :command.go/tomorrow "Ga naar morgen"
|
|
|
- :command.graph/add "Voeg een grafiek toe"
|
|
|
- :command.graph/open "Selecteer grafiek om te openen"
|
|
|
- :command.graph/re-index "Huidige grafiek opnieuw indexeren"
|
|
|
- :command.graph/remove "Verwijder een grafiek"
|
|
|
- :command.graph/save "Huidige grafiek opslaan op schijf"
|
|
|
- :command.misc/copy "Kopieer"
|
|
|
- :command.pdf/close "Huidige pdf-viewer sluiten"
|
|
|
- :command.pdf/next-page "Volgende pagina van huidige pdf doc"
|
|
|
- :command.pdf/previous-page "Vorige pagina van huidige pdf doc"
|
|
|
- :command.search/re-index "Bouw zoekindex opnieuw op"
|
|
|
- :command.sidebar/clear "Wis alles in de rechter zijbalk"
|
|
|
- :command.sidebar/open-today-page "Open de pagina van vandaag in de rechter zijbalk"
|
|
|
- :command.ui/goto-plugins "Ga naar plugins dashboard"
|
|
|
- :command.ui/select-theme-color "Selecteer beschikbare themakleuren"
|
|
|
- :command.ui/toggle-brackets "Toggle tussen het weergeven van beugels"
|
|
|
- :command.ui/toggle-cards "Toggle kaarten"
|
|
|
- :command.ui/toggle-contents "Toggle inhoud in zijbalk"
|
|
|
- :command.ui/toggle-document-mode "Schakel tussen documentmodus"
|
|
|
- :command.ui/toggle-help "Toggle help"
|
|
|
- :command.ui/toggle-left-sidebar "Toggle linker zijbalk"
|
|
|
- :command.ui/toggle-right-sidebar "Toggle rechter zijbalk"
|
|
|
- :command.ui/toggle-settings "Toggle settings"
|
|
|
- :command.ui/toggle-theme "Toggle tussen donker/licht thema"
|
|
|
- :command.ui/toggle-wide-mode "Toggle brede modus"
|
|
|
- :shortcut.category/basics "Basis"
|
|
|
- :shortcut.category/block-command-editing"Blokcommando's bewerken"
|
|
|
- :shortcut.category/block-editing "Blokbewerking algemeen"
|
|
|
- :shortcut.category/block-selection "Blokselectie (druk op Esc om selectie te beëindigen)"
|
|
|
- :shortcut.category/formatting "Formatteren"
|
|
|
- :shortcut.category/navigating "Navigatie"
|
|
|
- :shortcut.category/others "Anderen"
|
|
|
- :shortcut.category/toggle "Toggle"}
|
|
|
- :fr {:shortcut.category/formatting "Formats"
|
|
|
- :command.editor/indent "Indenter un Bloc vers la droite"
|
|
|
- :command.editor/outdent "Indenter un Bloc vers la gauche"
|
|
|
- :command.editor/move-block-up "Déplacer un bloc au dessus"
|
|
|
- :command.editor/move-block-down "Déplacer un bloc en dessous"
|
|
|
- :command.editor/new-block "Créer un nouveau bloc"
|
|
|
- :command.editor/new-line "Aller à la ligne dans un bloc"
|
|
|
- :command.editor/zoom-in "Zoomer"
|
|
|
- :command.editor/zoom-out "Dézoomer"
|
|
|
- :command.editor/follow-link "Suivre le lien sous le curseur"
|
|
|
- :command.editor/open-link-in-sidebar "Ouvrir le lien dans la barre latérale"
|
|
|
- :command.editor/expand-block-children "Etendre"
|
|
|
- :command.editor/collapse-block-children "Réduire"
|
|
|
- :command.editor/select-block-up "Sélectionner le bloc au dessus"
|
|
|
- :command.editor/select-block-down "Sélectionner le bloc en dessous"
|
|
|
- :command.editor/select-all-blocks "Sélectionner tous les blocs"
|
|
|
- :command.ui/toggle-help "Afficher l'aide"
|
|
|
- :command.git/commit "Message de commit Git"
|
|
|
- :command.go/search "Recherche globale dans le texte"
|
|
|
- :command.ui/toggle-document-mode "Intervertir le mode document"
|
|
|
- :command.ui/toggle-theme "Intervertir le thème foncé/clair"
|
|
|
- :command.ui/toggle-right-sidebar "Afficher/cacher la barre latérale"
|
|
|
- :command.go/journals "Aller au Journal"
|
|
|
- :command.auto-complete/complete "Auto-complétion : Choisir l'élémnent sélectionné"
|
|
|
- :command.auto-complete/next "Auto-complétion : Sélection l'élément suivant"
|
|
|
- :command.auto-complete/open-link "Auto-complétion : Ouvrir l'élément sélectionné dans le navigateur"
|
|
|
- :command.auto-complete/prev "Auto-complétion : Sélectionner l'élément précédent"
|
|
|
- :command.auto-complete/shift-complete "Auto-complétion : Ouvrir l'élément sélectionné dans la barre latérale"
|
|
|
- :command.cards/forgotten "Cartes : oubliées"
|
|
|
- :command.cards/next-card "Cartes : carte suivante"
|
|
|
- :command.cards/recall "Cartes : ayant pris du temps à se souvenir"
|
|
|
- :command.cards/remembered "Cartes : souvenues"
|
|
|
- :command.cards/toggle-answers "Cartes : montrer/masquer les réponses/clozes"
|
|
|
- :command.command/run "Lancer une commande git"
|
|
|
- :command.command/toggle-favorite "Ajouter/retirer des favoris"
|
|
|
- :command.command-palette/toggle "Basculer la palette de commandes"
|
|
|
- :command.date-picker/complete "Sélecteur de date : Choisir le jour sélectionné"
|
|
|
- :command.date-picker/next-day "Sélecteur de date : Sélectionner le jour suivant"
|
|
|
- :command.date-picker/next-week "Sélecteur de date : Sélectionner la semaine suivante "
|
|
|
- :command.date-picker/prev-day "Sélecteur de date : Sélectionner le jour précédent"
|
|
|
- :command.date-picker/prev-week "Sélecteur de date : Sélectionner la semaine précédente"
|
|
|
- :command.editor/backspace "Retour arrière / Effacer en arrière"
|
|
|
- :command.editor/backward-kill-word "Supprimer un mot en arrière"
|
|
|
- :command.editor/backward-word "Déplacer le curseur avant un mot"
|
|
|
- :command.editor/beginning-of-block "Déplacer le curseur au début du bloc"
|
|
|
- :command.editor/bold "Gras"
|
|
|
- :command.editor/clear-block "Supprimer tout le contenu d'un bloc"
|
|
|
- :command.editor/copy "Copier (copie soit une sélection, ou une référence de bloc)..."
|
|
|
- :command.editor/copy-current-file "Copier le fichier en cours"
|
|
|
- :command.editor/copy-embed "Copier une intégration de ce bloc"
|
|
|
- :command.editor/copy-text "Copier le texte de la sélection"
|
|
|
- :command.editor/cut "Couper"
|
|
|
- :command.editor/cycle-todo "Basculer l'état du TODO de l'élément"
|
|
|
- :command.editor/delete "Supprimer / Efface en avant"
|
|
|
- :command.editor/delete-selection "Supprimer les blocs sélectionnés"
|
|
|
- :command.editor/down "Déplacer le curseur vers le bas / Sélectionner vers le bas"
|
|
|
- :command.editor/end-of-block "Déplacer le curseur à la fin du bloc"
|
|
|
- :command.editor/escape-editing "Quitter l'édition"
|
|
|
- :command.editor/forward-kill-word "Supprimer un mot en avant"
|
|
|
- :command.editor/forward-word "Déplacer le curseur d'un mot en avant"
|
|
|
- :command.editor/highlight "Surlignage"
|
|
|
- :command.editor/insert-link "Lien HTML"
|
|
|
- :command.editor/insert-youtube-timestamp "Insérer un horodatage YouTube"
|
|
|
- :command.editor/italics "Italique"
|
|
|
- :command.editor/kill-line-after "Effacer la ligne après position du curseur"
|
|
|
- :command.editor/kill-line-before "Effacer la ligne avant la position du curseur"
|
|
|
- :command.editor/left "Déplacer le curseur à gauche / Ouvrir au début du bloc sélectionné"
|
|
|
- :command.editor/new-whiteboard "Nouveau tableau blanc"
|
|
|
- :command.editor/open-edit "Modifier le bloc sélectionné"
|
|
|
- :command.editor/open-file-in-default-app "Ouvrir le fichier dans l'application par défaut"
|
|
|
- :command.editor/open-file-in-directory "Montrer le fichier dans son dossier parent"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Coller le texte dans un bloc"
|
|
|
- :command.editor/redo "Refaire"
|
|
|
- :command.editor/replace-block-reference-at-point "Remplacer la référence d'un bloc par son contenu"
|
|
|
- :command.editor/right "Déplacer le curseur à droite / Ouvrir à la fin du bloc sélectionné"
|
|
|
- :command.editor/select-down "Sélectionner le contenu en dessous"
|
|
|
- :command.editor/select-up "Sélectionner le contenu au dessus"
|
|
|
- :command.editor/strike-through "Barrer"
|
|
|
- :command.editor/toggle-open-blocks "Basculer l'ouverture des blocs (réduit ou ouvre tous les blocs)"
|
|
|
- :command.editor/undo "Annuler"
|
|
|
- :command.editor/up "Déplacer le curseur vers le haut / Sélectionner au dessus"
|
|
|
- :command.go/all-graphs "Aller vers tous les graphes"
|
|
|
- :command.go/all-pages "Aller vers toutes les pages"
|
|
|
- :command.go/backward "En arrière"
|
|
|
- :command.go/electron-find-in-page "Chercher du texte dans une page"
|
|
|
- :command.go/electron-jump-to-the-next "Aller vers le résultat de recherche suivant"
|
|
|
- :command.go/electron-jump-to-the-previous "Aller vers le résultat de recherche précédent"
|
|
|
- :command.go/flashcards "Basculer les cartes-mémoire"
|
|
|
- :command.go/forward "En avant"
|
|
|
- :command.go/graph-view "Aller vers la vue en graphe"
|
|
|
- :command.go/home "Aller vers l'accueil"
|
|
|
- :command.go/keyboard-shortcuts "Aller vers les raccourcis clavier"
|
|
|
- :command.go/next-journal "Aller au journal suivant"
|
|
|
- :command.go/prev-journal "Aller au journal précédent"
|
|
|
- :command.go/search-in-page "Rechercher des blocs dans la page"
|
|
|
- :command.go/tomorrow "Aller vers demain"
|
|
|
- :command.go/whiteboards "Aller vers les tableaux blancs"
|
|
|
- :command.graph/add "Ajouter un graphe"
|
|
|
- :command.graph/export-as-html "Exporter les pages publiques du graphe en HTML"
|
|
|
- :command.graph/open "Sélectionner un graphe à ouvrir"
|
|
|
- :command.graph/re-index "Réindexer le graph actuel"
|
|
|
- :command.graph/remove "Retirer un graphe"
|
|
|
- :command.graph/save "Enregistrer le graphe sur le disque"
|
|
|
- :command.misc/copy "mod+c"
|
|
|
- :command.pdf/close "PDF: Fermer le document PDF"
|
|
|
- :command.pdf/find "PDF: Rechercher du texte dans le document"
|
|
|
- :command.pdf/next-page "PDF: Page suivante du document en cours"
|
|
|
- :command.pdf/previous-page "PDF: Page précédente du document en cours"
|
|
|
- :command.search/re-index "Reconstruire l'index de recherche"
|
|
|
- :command.sidebar/clear "Vider intégralement la barre latérale droite"
|
|
|
- :command.sidebar/open-today-page "Ouvrir la page du jour dans la barre latérale droite"
|
|
|
- :command.ui/goto-plugins "Aller vers le panneau des extensions"
|
|
|
- :command.ui/install-plugins-from-file "Installer les extensions depuis plugins.edn"
|
|
|
- :command.ui/select-theme-color "Sélectionner les couleurs disponibles du thème"
|
|
|
- :command.ui/toggle-brackets "Basculer l'affichage des crochets"
|
|
|
- :command.ui/toggle-cards "Basculer l'affichage des cartes"
|
|
|
- :command.ui/toggle-contents "Basculer l'affichage du contenu dans la barre latérale"
|
|
|
- :command.ui/toggle-left-sidebar "Basculer la barre latérale gauche"
|
|
|
- :command.ui/toggle-settings "Basculer l'affichage des réglages"
|
|
|
- :command.ui/toggle-wide-mode "Basculer le vue en pleine largeur"
|
|
|
- :shortcut.category/basics "Bases"
|
|
|
- :shortcut.category/block-command-editing "Édition de commande de bloc"
|
|
|
- :shortcut.category/block-editing "Édition de bloc en générale"
|
|
|
- :shortcut.category/block-selection "Sélection de bloc (appuyer sur Esc pour quitter la sélection)"
|
|
|
- :shortcut.category/navigating "Navigation"
|
|
|
- :shortcut.category/others "Autres"
|
|
|
- :shortcut.category/toggle "Basculer"
|
|
|
- :command.editor/select-parent "Sélectionnez le bloc parent"
|
|
|
- :command.sidebar/close-top "Ferme l'élément supérieur dans la barre latérale droite"
|
|
|
- }
|
|
|
-
|
|
|
- :af {:shortcut.category/formatting "Formatering"
|
|
|
- :command.editor/indent "Ingekeepte blok oortjie"
|
|
|
- :command.editor/outdent "Oningekeepte blok"
|
|
|
- :command.editor/move-block-up "Skuif Blok Boontoe"
|
|
|
- :command.editor/move-block-down "Skuif Blok Ondertoe"
|
|
|
- :command.editor/new-block "Skep 'n nuwe blok"
|
|
|
- :command.editor/new-line "Nuwe lyn in blok"
|
|
|
- :command.editor/zoom-in "Zoem in"
|
|
|
- :command.editor/zoom-out "Zoem uit"
|
|
|
- :command.editor/follow-link "Volg die skakel onder die wyser"
|
|
|
- :command.editor/open-link-in-sidebar "Maak skakel in kantlys oop"
|
|
|
- :command.editor/expand-block-children "Brei uit"
|
|
|
- :command.editor/collapse-block-children "Vou in"
|
|
|
- :command.editor/select-block-up "Kies blok bo"
|
|
|
- :command.editor/select-block-down "Kies blok onder"
|
|
|
- :command.editor/select-all-blocks "Kies alle blokke"
|
|
|
- :command.ui/toggle-help "Wissel help"
|
|
|
- :command.git/commit "Jou git stoor boodskap"
|
|
|
- :command.go/search "Volteks soek"
|
|
|
- :command.ui/toggle-document-mode "Wissel dokument modus"
|
|
|
- :command.go/journals "Spring na joernale"
|
|
|
- :command.ui/toggle-theme "Wissel tussen donker/lig temas"
|
|
|
- :command.ui/toggle-right-sidebar "Wissel regter sybalk"}
|
|
|
-
|
|
|
- :es {:shortcut.category/formatting "Formato"
|
|
|
- :shortcut.category/basics "Básico"
|
|
|
- :shortcut.category/navigating "Navegación"
|
|
|
- :shortcut.category/block-editing "Edición de bloque general"
|
|
|
- :shortcut.category/block-command-editing "Comandos edición de bloque"
|
|
|
- :shortcut.category/block-selection "Selección de bloques (pulsar Esc para salir)"
|
|
|
- :shortcut.category/toggle "Alternar"
|
|
|
- :shortcut.category/others "Otros"
|
|
|
- :command.editor/indent "Aumentar sangría"
|
|
|
- :command.editor/outdent "Disminuir sangría"
|
|
|
- :command.editor/move-block-up "Mover bloque arriba"
|
|
|
- :command.editor/move-block-down "Mover bloque abajo"
|
|
|
- :command.editor/new-block "Crear bloque nuevo"
|
|
|
- :command.editor/new-line "Nueva linea en bloque"
|
|
|
- :command.editor/zoom-in "Acercar / Adelante"
|
|
|
- :command.editor/zoom-out "Alejar / Atrás"
|
|
|
- :command.editor/follow-link "Seguir enlace bajo el cursor"
|
|
|
- :command.editor/open-link-in-sidebar "Abrir enlace en barra lateral"
|
|
|
- :command.editor/expand-block-children "Expandir"
|
|
|
- :command.editor/collapse-block-children "Colapsar"
|
|
|
- :command.editor/select-block-up "Seleccionar bloque de arriba"
|
|
|
- :command.editor/select-block-down "Seleccionar bloque de abajo"
|
|
|
- :command.editor/select-all-blocks "Seleccionar todos los bloques"
|
|
|
- :command.ui/toggle-help "Alternar ayuda"
|
|
|
- :command.git/commit "Confirmar"
|
|
|
- :command.go/search "Buscar en el grafo"
|
|
|
- :command.go/search-in-page "Buscar en la página actual"
|
|
|
- :command.ui/toggle-document-mode "Alternar modo documento"
|
|
|
- :command.ui/toggle-contents "Alternar Contenido en barra lateral"
|
|
|
- :command.ui/toggle-theme "Alternar entre tema claro/oscuro"
|
|
|
- :command.ui/toggle-right-sidebar "Alternar barra lateral"
|
|
|
- :command.ui/toggle-settings "Alternar Opciones"
|
|
|
- :command.go/journals "Ir a los diarios"
|
|
|
- :command.ui/toggle-wide-mode "Alternar modo ancho"
|
|
|
- :command.ui/toggle-brackets "Alternar corchetes"
|
|
|
- :command.search/re-index "Reconstruir índice de búsqueda"
|
|
|
- :command.editor/bold "Negrita"
|
|
|
- :command.editor/italics "Cursiva"
|
|
|
- :command.editor/insert-link "Enlace html"
|
|
|
- :command.editor/highlight "Resaltado"
|
|
|
- :command.editor/undo "Deshacer"
|
|
|
- :command.editor/redo "Rehacer"
|
|
|
- :command.editor/copy "Copiar"
|
|
|
- :command.editor/cut "Pegar"
|
|
|
- :command.editor/up "Mover cursor arriba / Seleccionar arriba"
|
|
|
- :command.editor/down "Mover cursor abajo / Seleccionar abajo"
|
|
|
- :command.editor/left "Mover cursor a la izquierda / Abrir bloque seleccionado al inicio"
|
|
|
- :command.editor/right "Mover cursor a la derecha / Abrir bloque seleccionado al final"
|
|
|
- :command.editor/backspace "Retroceso / Eliminar hacia atrás"
|
|
|
- :command.editor/delete "Suprimir / Eliminar hacia delante"
|
|
|
- :command.editor/cycle-todo "Rotar estado TODO del elemento"
|
|
|
- :command.editor/clear-block "Borrar contenido del bloque"
|
|
|
- :command.editor/kill-line-before "Borrar linea antes del cursor"
|
|
|
- :command.editor/kill-line-after "Borrar linea despues del cursor"
|
|
|
- :command.editor/beginning-of-block "Mover cursor al inicio del bloque"
|
|
|
- :command.editor/end-of-block "Mover cursor al final del bloque"
|
|
|
- :command.editor/forward-word "Mover cursor una palabra adelante"
|
|
|
- :command.editor/backward-word "Mover cursor una palabra atrás"
|
|
|
- :command.editor/forward-kill-word "Borrar palabra posterior"
|
|
|
- :command.editor/backward-kill-word "Borrar palabra anterior"
|
|
|
- :command.editor/open-edit "Editar bloque seleccionado"
|
|
|
- :command.editor/delete-selection "Eliminar bloques seleccionados"
|
|
|
- :command.editor/toggle-open-blocks "Alternar bloques abiertos, (colapsar o expandir todos)"
|
|
|
- :command.auto-complete/complete "Auto-completar: Escoger elementos seleccionados"
|
|
|
- :command.auto-complete/next "Auto-completar: Seleccionar elemento siguiente"
|
|
|
- :command.auto-complete/open-link "Auto-completar: Abrir elemento seleccionado en navegador"
|
|
|
- :command.auto-complete/prev "Auto-completar: Seleccionar elemento anterior"
|
|
|
- :command.auto-complete/shift-complete "Auto-completar: Abrir elemento seleccionado en barra lateral"
|
|
|
- :command.cards/forgotten "Tarjetas: olvidadas "
|
|
|
- :command.cards/next-card "Tarjetas: tarjeta siguiente"
|
|
|
- :command.cards/recall "Tarjetas: tomar un momento para recordar"
|
|
|
- :command.cards/remembered "Tarjetas: recordadas"
|
|
|
- :command.cards/toggle-answers "Tarjetas: mostrar/ocultar respuestas/prueba de completar oraciones "
|
|
|
- :command.command/run "Ejecutar comando git"
|
|
|
- :command.command/toggle-favorite "Agregar a/eliminar de favoritos"
|
|
|
- :command.command-palette/toggle "Alternar paleta de comandos"
|
|
|
- :command.date-picker/complete "Selector de fechas: Escoger día seleccionado"
|
|
|
- :command.date-picker/next-day "Selector de fechas: Seleccionar día siguiente"
|
|
|
- :command.date-picker/next-week "Selector de fechas: Seleccionar siguiente semana"
|
|
|
- :command.date-picker/prev-day "Selector de fechas: Seleccionar día anterior"
|
|
|
- :command.date-picker/prev-week "Selector de fechas: Seleccionar semana anterior"
|
|
|
- :command.dev/show-block-ast "(Dev) Mostrar AST de bloque"
|
|
|
- :command.dev/show-block-data "(Dev) Mostrar datos de bloque"
|
|
|
- :command.dev/show-page-ast "(Dev) Mostrar AST de página"
|
|
|
- :command.dev/show-page-data "(Dev) Mostrar datos de página"
|
|
|
- :command.editor/copy-current-file "Copiar el archivo actual"
|
|
|
- :command.editor/copy-embed "Copiar una incrustación de bloque apuntando al bloque actual"
|
|
|
- :command.editor/copy-page-url "Copiar url de página"
|
|
|
- :command.editor/copy-text "Copiar selección como texto"
|
|
|
- :command.editor/escape-editing "Escapar de edición"
|
|
|
- :command.editor/insert-youtube-timestamp "Insertar marca de tiempo de YouTube"
|
|
|
- :command.editor/new-whiteboard "Nueva pizarra"
|
|
|
- :command.editor/open-file-in-default-app "Abrir archivo en aplicación por defecto"
|
|
|
- :command.editor/open-file-in-directory "Abrir archivo en carpeta padre"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Pegar texto en un bloque en el punto"
|
|
|
- :command.editor/replace-block-reference-at-point "Reemplazar referencia de bloque con su contenido en el punto"
|
|
|
- :command.editor/select-down "Seleccionar el contenido a continuación"
|
|
|
- :command.editor/select-parent "Seleccionar bloque padre"
|
|
|
- :command.editor/select-up "Seleccionar contenido anterior"
|
|
|
- :command.editor/strike-through "Tachado"
|
|
|
- :command.editor/toggle-undo-redo-mode "Alternar modo deshacer rehacer (global o solo en página)"
|
|
|
- :command.go/all-graphs "Ir a todos los grafos"
|
|
|
- :command.go/all-pages "Ir a todas las páginas"
|
|
|
- :command.go/backward "Hacia atrás"
|
|
|
- :command.go/electron-find-in-page "Encontrar texto en página"
|
|
|
- :command.go/electron-jump-to-the-next "Saltar a la siguiente coincidencia de tu búsqueda en la barra Find"
|
|
|
- :command.go/electron-jump-to-the-previous "Saltar a la coincidencia anterior de tu búsqueda en la barra Find..."
|
|
|
- :command.go/flashcards "Alternar tarjetas de memorización"
|
|
|
- :command.go/forward "Hacia adelante"
|
|
|
- :command.go/graph-view "Ir a vista de grafos"
|
|
|
- :command.go/home "Ir a página de inicio"
|
|
|
- :command.go/keyboard-shortcuts "Ir a atajos de teclado"
|
|
|
- :command.go/next-journal "Ir al siguiente diario"
|
|
|
- :command.go/prev-journal "Ir al diario anterior"
|
|
|
- :command.go/tomorrow "Ir a mañana"
|
|
|
- :command.go/whiteboards "Ir a pizarras"
|
|
|
- :command.graph/add "Agregar un grafo"
|
|
|
- :command.graph/export-as-html "Exportar grafo público como html "
|
|
|
- :command.graph/open "Seleccionar grafo a abrir"
|
|
|
- :command.graph/re-index "Reindexar grafo actual"
|
|
|
- :command.graph/remove "Eliminar un grafo"
|
|
|
- :command.graph/save "Guardar grafo actual al disco"
|
|
|
- :command.misc/copy "mod + c"
|
|
|
- :command.pdf/close "Pdf: Cerrar documento pdf actual"
|
|
|
- :command.pdf/find "Pdf: Buscar texto del documento pdf actual"
|
|
|
- :command.pdf/next-page "Pdf: Página siguiente del documento pdf actual"
|
|
|
- :command.pdf/previous-page "Pdf: Página previa del documento pdf actual"
|
|
|
- :command.sidebar/clear "Cerrar todo en la barra lateral derecha"
|
|
|
- :command.sidebar/close-top "Cierra el elemento superior en la barra lateral derecha"
|
|
|
- :command.sidebar/open-today-page "Abrir la página de hoy en barra lateral derecha"
|
|
|
- :command.ui/clear-all-notifications "Borrar todas las notificaciones"
|
|
|
- :command.ui/goto-plugins "Ir al panel de extensiones"
|
|
|
- :command.ui/install-plugins-from-file "Instalar extensiones de plugins.edn"
|
|
|
- :command.ui/select-theme-color "Seleccionar temas de colores disponibles"
|
|
|
- :command.ui/toggle-cards "Alternar tarjetas"
|
|
|
- :command.ui/toggle-left-sidebar "Alternar barra lateral izquierda"}
|
|
|
-
|
|
|
- :ru {:shortcut.category/basics "Базовые"
|
|
|
- :shortcut.category/formatting "Форматирование"
|
|
|
- :shortcut.category/navigating "Навигация"
|
|
|
- :shortcut.category/block-editing "Общее редактирование блока"
|
|
|
- :shortcut.category/block-command-editing "Команды редактирования блока"
|
|
|
- :shortcut.category/block-selection "Выделение блоков (нажмите Esc для отмены)"
|
|
|
- :shortcut.category/toggle "Переключатели"
|
|
|
- :shortcut.category/others "Разное"
|
|
|
- :command.date-picker/complete "Выбор даты: Выбрать указанный день"
|
|
|
- :command.date-picker/prev-day "Выбор даты: Выбрать предыдущий день"
|
|
|
- :command.date-picker/next-day "Выбор даты: Выбрать следующий день"
|
|
|
- :command.date-picker/prev-week "Выбор даты: Выбрать предыдущую неделю"
|
|
|
- :command.date-picker/next-week "Выбор даты: Выбрать следующую неделю"
|
|
|
- :command.pdf/previous-page "Предыдущая страница текущего PDF"
|
|
|
- :command.pdf/next-page "Следующая страница текущего PDF"
|
|
|
- :command.pdf/close "Закрыть текущий просмотр PDF"
|
|
|
- :command.pdf/find "Pdf: Поиск текста в текущем PDF-документе"
|
|
|
- :command.auto-complete/complete "Автодополнение: Использовать выбранный элемент"
|
|
|
- :command.auto-complete/prev "Автодополнение: Выбрать предыдущий"
|
|
|
- :command.auto-complete/next "Автодополнение: Выбрать следующий"
|
|
|
- :command.auto-complete/shift-complete "Автодополнение: Открыть выбранный элемент в боковой панели"
|
|
|
- :command.auto-complete/open-link "Автодополнение: Открыть выбранный элемент в браузере"
|
|
|
- :command.cards/toggle-answers "Карточки: показать/скрыть ответы/clozes"
|
|
|
- :command.cards/next-card "Карточки: следующая карточка"
|
|
|
- :command.cards/forgotten "Карточки: забытая"
|
|
|
- :command.cards/remembered "Карточки: запомненная"
|
|
|
- :command.cards/recall "Карточки: нужно время, чтобы вспомнить"
|
|
|
- :command.editor/escape-editing "Выйти из режима редактирования"
|
|
|
- :command.editor/backspace "Удалить перед курсором"
|
|
|
- :command.editor/delete "Удалить после курсора"
|
|
|
- :command.editor/new-block "Создать новый блок"
|
|
|
- :command.editor/new-line "Новая строка в блоке"
|
|
|
- :command.editor/new-whiteboard "Новая интерактивная доска"
|
|
|
- :command.editor/follow-link "Перейти по ссылке под курсором"
|
|
|
- :command.editor/open-link-in-sidebar "Открыть ссылку в боковой панели"
|
|
|
- :command.editor/bold "Жирный"
|
|
|
- :command.editor/italics "Курсив"
|
|
|
- :command.editor/highlight "Выделение"
|
|
|
- :command.editor/strike-through "Перечёркнутый"
|
|
|
- :command.editor/clear-block "Удалить содержимое блока"
|
|
|
- :command.editor/kill-line-before "Удалить строку до курсора"
|
|
|
- :command.editor/copy-embed "Копировать вставку, ссылающуюся на текущий блок"
|
|
|
- :command.editor/kill-line-after "Удалить строку после курсора"
|
|
|
- :command.editor/beginning-of-block "Переместить курсор в начало блока"
|
|
|
- :command.editor/end-of-block "Переместить курсор в конец блока"
|
|
|
- :command.editor/forward-word "Переместить курсор на одно слово вперед"
|
|
|
- :command.editor/backward-word "Переместить курсор на одно слово назад"
|
|
|
- :command.editor/forward-kill-word "Удалить следующее слово"
|
|
|
- :command.editor/backward-kill-word "Удалить предыдущее слово"
|
|
|
- :command.editor/replace-block-reference-at-point "Заменить ссылку на блок своим содержимым в указанном месте"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Вставить текст в один блок в указанном месте"
|
|
|
- :command.editor/insert-youtube-timestamp "Вставить временную метку на Youtube"
|
|
|
- :command.editor/cycle-todo "Переключить статус данной задачи (TODO)"
|
|
|
- :command.editor/up "Переместить курсор вверх / Выбрать вверх"
|
|
|
- :command.editor/down "Переместить курсор вниз / Выбрать вниз"
|
|
|
- :command.editor/left "Переместить курсор влево / Открыть выбранный блок в начале"
|
|
|
- :command.editor/right "Переместить курсор вправо / Открыть выбранный блок в конце"
|
|
|
- :command.editor/select-up "Выбрать контент выше"
|
|
|
- :command.editor/select-down "Выбрать контент ниже"
|
|
|
- :command.editor/move-block-up "Передвинуть блок выше"
|
|
|
- :command.editor/move-block-down "Передвинуть блок ниже"
|
|
|
- :command.editor/open-edit "Редактировать выбранный блок"
|
|
|
- :command.editor/select-block-up "Выбрать блок выше"
|
|
|
- :command.editor/select-block-down "Выбрать блок ниже"
|
|
|
- :command.editor/delete-selection "Удалить выбранные блоки"
|
|
|
- :command.editor/expand-block-children "Раскрыть"
|
|
|
- :command.editor/collapse-block-children "Свернуть"
|
|
|
- :command.editor/indent "Увеличить отступ блока"
|
|
|
- :command.editor/outdent "Уменьшить отступ блока"
|
|
|
- :command.editor/copy "Копировать (выделенное либо ссылку на блок)"
|
|
|
- :command.editor/copy-text "Копировать как текст"
|
|
|
- :command.editor/cut "Вырезать"
|
|
|
- :command.editor/undo "Отменить"
|
|
|
- :command.editor/redo "Вернуть"
|
|
|
- :command.editor/insert-link "HTML ссылка"
|
|
|
- :command.editor/select-all-blocks "Выбрать все блоки"
|
|
|
- :command.editor/select-parent "Выбрать родительский блок"
|
|
|
- :command.editor/zoom-in "Увеличить / Вперед"
|
|
|
- :command.editor/zoom-out "Уменьшить / Назад"
|
|
|
- :command.ui/toggle-brackets "Переключить отображение скобок"
|
|
|
- :command.go/search-in-page "Поиск блоков на текущей странице"
|
|
|
- :command.go/electron-find-in-page "Поиск текста на странице"
|
|
|
- :command.go/electron-jump-to-the-next "Перейти к следующему совпадению в строке поиска"
|
|
|
- :command.go/electron-jump-to-the-previous "Перейти к предыдущему совпадению в строке поиска"
|
|
|
- :command.go/search "Поиск страниц и блоков"
|
|
|
- :command.go/journals "Перейти в журналы"
|
|
|
- :command.go/backward "Назад"
|
|
|
- :command.go/forward "Вперёд"
|
|
|
- :command.search/re-index "Переиндексация поиска"
|
|
|
- :command.sidebar/open-today-page "Открыть сегодняшнюю страницу в правой боковой панели"
|
|
|
- :command.sidebar/close-top "Закрыть верхний элемент в правой боковой панели"
|
|
|
- :command.sidebar/clear "Очистить правую панель"
|
|
|
- :command.misc/copy "mod+c"
|
|
|
- :command.command-palette/toggle "Показать палитру команд"
|
|
|
- :command.graph/export-as-html "Экспорт публичных страниц графов в формате html"
|
|
|
- :command.graph/open "Выберите граф для открытия"
|
|
|
- :command.graph/remove "Удалить граф"
|
|
|
- :command.graph/add "Добавить граф"
|
|
|
- :command.graph/save "Сохранить текущий граф на диск"
|
|
|
- :command.graph/re-index "Переиндексировать текущий граф"
|
|
|
- :command.command/run "Выполнить команду git"
|
|
|
- :command.go/home "Домой"
|
|
|
- :command.go/all-graphs "Перейти ко всем графам"
|
|
|
- :command.go/whiteboards "Перейти к интерактивным доскам"
|
|
|
- :command.go/all-pages "Перейти ко всем страницам"
|
|
|
- :command.go/graph-view "Перейти к просмотру графа"
|
|
|
- :command.go/keyboard-shortcuts "Перейти к горячим клавишам"
|
|
|
- :command.go/tomorrow "перейти к завтрашнему дню"
|
|
|
- :command.go/next-journal "Перейти к следующему журналу"
|
|
|
- :command.go/prev-journal "Перейти к предыдущему журналу"
|
|
|
- :command.go/flashcards "Переключить карточки"
|
|
|
- :command.ui/toggle-document-mode "Переключить режим документа"
|
|
|
- :command.ui/toggle-settings "Переключить параметры"
|
|
|
- :command.ui/toggle-right-sidebar "Переключить правую панель"
|
|
|
- :command.ui/toggle-left-sidebar "Переключить левую панель"
|
|
|
- :command.ui/toggle-help "Переключить помощь"
|
|
|
- :command.ui/toggle-theme "Переключение между темной/светлой темой"
|
|
|
- :command.ui/toggle-contents "Переключить Контент на боковой панели"
|
|
|
- ;; :ui/open-new-window "Открыть другое окно"
|
|
|
- :command.command/toggle-favorite "Добавить или удалить из избранного"
|
|
|
- :command.editor/open-file-in-default-app "Открыть файл в программе по умолчанию"
|
|
|
- :command.editor/open-file-in-directory "Открыть файл в родительском каталоге"
|
|
|
- :command.editor/copy-current-file "Копировать текущий файл"
|
|
|
- :command.editor/copy-page-url "Скопировать URL страницы"
|
|
|
- :command.ui/toggle-wide-mode "Переключить широкоформатный режим"
|
|
|
- :command.ui/select-theme-color "Выбрать доступные цвета темы"
|
|
|
- :command.ui/goto-plugins "Перейдите в панель управления расширениями"
|
|
|
- :command.ui/install-plugins-from-file "Установить расширения из plugins.edn"
|
|
|
- :command.editor/toggle-open-blocks "Переключить открытые блоки (свернуть или развернуть все блоки)"
|
|
|
- :command.ui/toggle-cards "Переключить карточки"
|
|
|
- :command.ui/clear-all-notifications "Очистить все уведомления"
|
|
|
- :command.git/commit "Создать git-коммит с сообщением"
|
|
|
- :command.dev/show-block-data "(Dev) Показать данные блока"
|
|
|
- :command.dev/show-block-ast "(Dev) Показать AST блока"
|
|
|
- :command.dev/show-page-data "(Dev) Показать данные страницы"
|
|
|
- :command.dev/show-page-ast "(Dev) Показать AST страницы"}
|
|
|
-
|
|
|
- :nb-NO {:shortcut.category/formatting "Formatering"
|
|
|
- :shortcut.category/basics "Basis"
|
|
|
- :shortcut.category/navigating "Navigasjon"
|
|
|
- :shortcut.category/block-editing "Blokkredigering generelt"
|
|
|
- :shortcut.category/block-command-editing "Blokkredigering kommandoer"
|
|
|
- :shortcut.category/block-selection "Blokkseleksjon (trykk ESC for å avslutte)"
|
|
|
- :shortcut.category/toggle "Veksling"
|
|
|
- :shortcut.category/others "Annet"
|
|
|
- :command.editor/indent "Innrykk inn"
|
|
|
- :command.editor/outdent "Innrykk ut"
|
|
|
- :command.editor/move-block-up "Flytt blokk opp"
|
|
|
- :command.editor/move-block-down "Flytt blokk ned"
|
|
|
- :command.editor/new-block "Opprett ny blokk"
|
|
|
- :command.editor/new-line "Ny linje i nåværende blokk"
|
|
|
- :command.editor/zoom-in "Zoom inn / Fremover"
|
|
|
- :command.editor/zoom-out "Zoom ut / Tilbake"
|
|
|
- :command.editor/follow-link "Følg lenke under markøren"
|
|
|
- :command.editor/open-link-in-sidebar "Åpne lenke i sidestolpe"
|
|
|
- :command.editor/expand-block-children "Utvid"
|
|
|
- :command.editor/collapse-block-children "Slå sammen"
|
|
|
- :command.editor/select-block-up "Velg blokk over"
|
|
|
- :command.editor/select-block-down "Velg blokk under"
|
|
|
- :command.editor/select-all-blocks "Velg alle blokker"
|
|
|
- :command.ui/toggle-help "Vis hjelp"
|
|
|
- :command.git/commit "Git commit beskjed"
|
|
|
- :command.go/search "Fulltekst søk"
|
|
|
- :command.go/search-in-page "Søk på nåværende side"
|
|
|
- :command.ui/toggle-document-mode "Aktiver dokumentmodus"
|
|
|
- :command.ui/toggle-contents "Åpne favoritter i sidestolpen"
|
|
|
- :command.ui/toggle-theme "Veksle mellom lyst og mørkt tema"
|
|
|
- :command.ui/toggle-left-sidebar "Aktiver venstre sidestolpe"
|
|
|
- :command.ui/toggle-right-sidebar "Aktiver høyre sidestolpe"
|
|
|
- :command.ui/toggle-settings "Åpne innstillinger"
|
|
|
- :command.go/journals "Gå til dagbok"
|
|
|
- :command.ui/toggle-wide-mode "Aktiver vid-modus"
|
|
|
- :command.ui/toggle-brackets "Aktiver vising av klammer"
|
|
|
- :command.search/re-index "Gjenoppbygg søkeindeks"
|
|
|
- :command.editor/bold "Fet"
|
|
|
- :command.editor/italics "Kursiv"
|
|
|
- :command.editor/insert-link "HTML lenke"
|
|
|
- :command.editor/highlight "Markering"
|
|
|
- :command.editor/undo "Angre"
|
|
|
- :command.editor/redo "Gjør om"
|
|
|
- :command.editor/copy "Kopier"
|
|
|
- :command.editor/cut "Klipp ut"
|
|
|
- :command.editor/up "Flytt markøren opp / Velg opp"
|
|
|
- :command.editor/down "Flytt markøren ned / Velg ned"
|
|
|
- :command.editor/left "Flytt markøren til venstre / Åpne valgt blokk på begynnelsen"
|
|
|
- :command.editor/right "Flytt markøren til høyre / Åpne valgt blokk på slutten"
|
|
|
- :command.editor/backspace "Backspace / Slett bakover"
|
|
|
- :command.editor/delete "Delete / Slett forover"
|
|
|
- :command.editor/cycle-todo "Veksle TODO status for valg linje"
|
|
|
- :command.editor/clear-block "Slett alt innhold i blokken"
|
|
|
- :command.editor/kill-line-before "Slett linje foran markøren"
|
|
|
- :command.editor/kill-line-after "Slett linsje etter markøren"
|
|
|
- :command.editor/beginning-of-block "Flytt markøren til begynnelsen av blokken"
|
|
|
- :command.editor/end-of-block "Flytt markøren til slutten av blokken"
|
|
|
- :command.editor/forward-word "Flytt markøren frem ett ord"
|
|
|
- :command.editor/backward-word "Flytt markøren bakover ett ord"
|
|
|
- :command.editor/forward-kill-word "Slett ett ord forover"
|
|
|
- :command.editor/backward-kill-word "Slett ett ord bakover"
|
|
|
- :command.editor/open-edit "Rediger valgt blokk"
|
|
|
- :command.editor/delete-selection "Slett valgte blokker"
|
|
|
- :command.editor/toggle-open-blocks "Veksle åpne blokker (slå sammen eller utvid alle blokker)"
|
|
|
- :command.auto-complete/complete "Autofullfør: Bruk valgt punkt"
|
|
|
- :command.auto-complete/next "Autofullfør: Velg neste punkt"
|
|
|
- :command.auto-complete/open-link "Autofullfør: Åpne valgt punkt i nettleser"
|
|
|
- :command.auto-complete/prev "Autofullfør: Velg forrige punkt"
|
|
|
- :command.auto-complete/shift-complete "Autofullfør: Åpne valgt punkt i sidestolpen"
|
|
|
- :command.cards/forgotten "Kort: Glemte"
|
|
|
- :command.cards/next-card "Kort: Neste kort"
|
|
|
- :command.cards/recall "Kort: bruk litt tid på å huske"
|
|
|
- :command.cards/remembered "Kort: husket"
|
|
|
- :command.cards/toggle-answers "Kort: vis/skjul svar/clozes"
|
|
|
- :command.command/run "Kjør git kommando"
|
|
|
- :command.command/toggle-favorite "Legg til eller fjern fra favoritter"
|
|
|
- :command.command-palette/toggle "Veksle kommandolinje"
|
|
|
- :command.date-picker/complete "Datovelger: Bruk valgt dag"
|
|
|
- :command.date-picker/next-day "Datovelger: Velg neste dag"
|
|
|
- :command.date-picker/next-week "Datovelger: Velg neste uke"
|
|
|
- :command.date-picker/prev-day "Datovelger: Velg forrige dag"
|
|
|
- :command.date-picker/prev-week "Datovelger: Velg forrige uke"
|
|
|
- :command.editor/copy-current-file "Kopier nåværende fil"
|
|
|
- :command.editor/escape-editing "Avslutt redigering"
|
|
|
- :command.editor/insert-youtube-timestamp "Sett inn YouTube tidsstempel"
|
|
|
- :command.editor/open-file-in-default-app "Åpne fil i forhåndsvalgt app"
|
|
|
- :command.editor/open-file-in-directory "Åpne fil i overordnet katalog"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Lim inn tekst i blokk ved markør"
|
|
|
- :command.editor/replace-block-reference-at-point "Erstatt blokkreferanse med dets innhold ved markør"
|
|
|
- :command.editor/select-down "Velg innhold under"
|
|
|
- :command.editor/select-up "Velg innhold over"
|
|
|
- :command.editor/strike-through "Gjennomstreking"
|
|
|
- :command.editor/copy-embed "Kopier en blokkinnebygging som peker til nåværende blokk"
|
|
|
- :command.editor/copy-text "Kopier utvalg som tekst"
|
|
|
- :command.go/all-pages "Gå til alle sider"
|
|
|
- :command.go/backward "Bakover"
|
|
|
- :command.go/flashcards "Veksle flashcards"
|
|
|
- :command.go/forward "Fremover"
|
|
|
- :command.go/graph-view "Gå til graf visning"
|
|
|
- :command.go/home "Gå hjem"
|
|
|
- :command.go/keyboard-shortcuts "Gå til tastatursnarveier"
|
|
|
- :command.go/next-journal "Gå til neste dagbok"
|
|
|
- :command.go/prev-journal "Gå til forrige dagbok"
|
|
|
- :command.go/tomorrow "Gå til i morgen"
|
|
|
- :command.go/all-graphs "Gå til alle grafer"
|
|
|
- :command.go/electron-find-in-page "Finn tekst på siden"
|
|
|
- :command.go/electron-jump-to-the-next "Hopp til neste treff i søket"
|
|
|
- :command.go/electron-jump-to-the-previous "Hopp til forrige treff i søket"
|
|
|
- :command.graph/add "Legg til graf"
|
|
|
- :command.graph/open "Velg graf for å åpne"
|
|
|
- :command.graph/remove "Fjern en graf"
|
|
|
- :command.graph/save "Lagre nåværende graf til disk"
|
|
|
- :command.graph/re-index "Reindekser nåværende graf"
|
|
|
- :command.misc/copy "mod+c"
|
|
|
- :command.pdf/close "Lukk nåværende pdf leser"
|
|
|
- :command.pdf/next-page "Neste side i nåværende pdf dok"
|
|
|
- :command.pdf/previous-page "Forrige side i nåværende pdf dok"
|
|
|
- :command.sidebar/clear "Fjern alt i høyre sidestolpe"
|
|
|
- :command.sidebar/open-today-page "Åpne dagens side i høyre sidestolpe"
|
|
|
- :command.ui/goto-plugins "Gå til dashbord for utvidelser"
|
|
|
- ;; :command.ui/open-new-window "Åpne et nytt vindu"
|
|
|
- :command.ui/select-theme-color "Velg tilgjengelige temafarger"
|
|
|
- :command.ui/toggle-cards "Veksle kort"
|
|
|
- :command.dev/show-block-ast "(Dev) Vis blokk AST"
|
|
|
- :command.dev/show-block-data "(Dev) Vis blokk data"
|
|
|
- :command.dev/show-page-ast "(Dev) Vis side AST"
|
|
|
- :command.dev/show-page-data "(Dev) Vis side data"
|
|
|
- :command.editor/copy-page-url "Kopier side url"
|
|
|
- :command.editor/new-whiteboard "Nytt whiteboard"
|
|
|
- :command.editor/select-parent "Velg overordnet blokk"
|
|
|
- :command.editor/toggle-number-list "Veksle nummerliste"
|
|
|
- :command.editor/toggle-undo-redo-mode "Veksle angremodus (global eller kun side)"
|
|
|
- :command.go/whiteboards "Gå til whiteboards"
|
|
|
- :command.graph/export-as-html "Eksporter offentlig graf som html"
|
|
|
- :command.pdf/find "Pdf: Søk tekst i nåværende pdf doc"
|
|
|
- :command.sidebar/close-top "Lukker øverste objekt i høyre sidestolpe"
|
|
|
- :command.ui/clear-all-notifications "Fjern alle varsler"
|
|
|
- :command.ui/install-plugins-from-file "Installer plugins fra plugins.edn"
|
|
|
- :command.whiteboard/bring-forward "Flytt fremover"
|
|
|
- :command.whiteboard/bring-to-front "Flytt fremst"
|
|
|
- :command.whiteboard/connector "Koblingsverktøy"
|
|
|
- :command.whiteboard/ellipse "Ellipseverktøy"
|
|
|
- :command.whiteboard/eraser "Sletteverktøy"
|
|
|
- :command.whiteboard/group "Velg gruppe"
|
|
|
- :command.whiteboard/highlighter "Merkepenn"
|
|
|
- :command.whiteboard/lock "Lås seleksjon"
|
|
|
- :command.whiteboard/pan "Panoreringsverktøy"
|
|
|
- :command.whiteboard/pencil "Blyantverktøy"
|
|
|
- :command.whiteboard/portal "Portalverktøy"
|
|
|
- :command.whiteboard/rectangle "Rektangelverktøy"
|
|
|
- :command.whiteboard/reset-zoom "Tilbakestill zoom"
|
|
|
- :command.whiteboard/select "Valg-verktøy"
|
|
|
- :command.whiteboard/send-backward "Flytt bakover"
|
|
|
- :command.whiteboard/send-to-back "Flytt bakerst"
|
|
|
- :command.whiteboard/text "Tekst-verktøy"
|
|
|
- :command.whiteboard/toggle-grid "Veksle rutenett på lerretet"
|
|
|
- :command.whiteboard/ungroup "Del opp gruppe"
|
|
|
- :command.whiteboard/unlock "Lås opp seleksjon"
|
|
|
- :command.whiteboard/zoom-in "Zoom inn"
|
|
|
- :command.whiteboard/zoom-out "Zoom ut"
|
|
|
- :command.whiteboard/zoom-to-fit "Zoom til tegning"
|
|
|
- :command.whiteboard/zoom-to-selection "Zoom for å passe seleksjonen"
|
|
|
- :shortcut.category/whiteboard "Whiteboard"}
|
|
|
-
|
|
|
- :pt-PT {:shortcut.category/formatting "Formatação"
|
|
|
- :shortcut.category/basics "Básico"
|
|
|
- :shortcut.category/navigating "Navegação"
|
|
|
- :shortcut.category/block-editing "Edição geral de blocos"
|
|
|
- :shortcut.category/block-command-editing "Comandos de edição de blocos"
|
|
|
- :shortcut.category/block-selection "Seleção de blocos (premir Esc para sair)"
|
|
|
- :shortcut.category/toggle "Alternar"
|
|
|
- :shortcut.category/others "Outros"
|
|
|
- :command.editor/indent "Aumentar avanço de parágrafo"
|
|
|
- :command.editor/outdent "Diminuir avanço de parágrafo"
|
|
|
- :command.editor/move-block-up "Mover bloco para cima"
|
|
|
- :command.editor/move-block-down "Mover bloco para baixo"
|
|
|
- :command.editor/new-block "Criar novo bloco"
|
|
|
- :command.editor/new-line "Nova linha no bloco actual"
|
|
|
- :command.editor/zoom-in "Aproximar / Para a frente"
|
|
|
- :command.editor/zoom-out "Afastar / Para trás"
|
|
|
- :command.editor/follow-link "Seguir ligação sob o cursor"
|
|
|
- :command.editor/open-link-in-sidebar "Abrir ligação na barra lateral"
|
|
|
- :command.editor/expand-block-children "Expandir"
|
|
|
- :command.editor/collapse-block-children "Colapsar"
|
|
|
- :command.editor/select-block-up "Selecionar bloco acima"
|
|
|
- :command.editor/select-block-down "Selecionar bloco abaixo"
|
|
|
- :command.editor/select-all-blocks "Selecionar todos os blocos"
|
|
|
- :command.ui/toggle-help "Alternar ajuda"
|
|
|
- :command.git/commit "Confirmar"
|
|
|
- :command.go/search "Pesquisar no grafo"
|
|
|
- :command.go/search-in-page "Pesquisar na página atual"
|
|
|
- :command.ui/toggle-document-mode "Alternar modo de documento"
|
|
|
- :command.ui/toggle-contents "Alternar Conteúdo na barra lateral"
|
|
|
- :command.ui/toggle-theme "Alternar entre tema claro/escuro"
|
|
|
- :command.ui/toggle-right-sidebar "Alternar barra lateral"
|
|
|
- :command.ui/toggle-settings "Alternar Opções"
|
|
|
- :command.go/journals "Ir para diários"
|
|
|
- :command.ui/toggle-wide-mode "Alternar modo de ecrã amplo"
|
|
|
- :command.ui/toggle-brackets "Alternar parênteses retos"
|
|
|
- :command.search/re-index "Reconstruir índice de pesquisa"
|
|
|
- :command.editor/bold "Negrito"
|
|
|
- :command.editor/italics "Itálico"
|
|
|
- :command.editor/insert-link "Inserir ligação html"
|
|
|
- :command.editor/highlight "Realçado"
|
|
|
- :command.editor/undo "Desfazer"
|
|
|
- :command.editor/redo "Refazer"
|
|
|
- :command.editor/copy "Copiar"
|
|
|
- :command.editor/cut "Cortar"
|
|
|
- :command.editor/up "Mover cursor para cima / Selecionar para cima"
|
|
|
- :command.editor/down "Mover cursor para baixo / Selecionar para baixo"
|
|
|
- :command.editor/left "Mover cursor para a esquerda / Abrir bloco selecionado no início"
|
|
|
- :command.editor/right "Mover cursor para a direita / Abrir bloco selecionado no final"
|
|
|
- :command.editor/backspace "Retroceder / Eliminar para atrás"
|
|
|
- :command.editor/delete "Apagar / Eliminar para a frente"
|
|
|
- :command.editor/cycle-todo "Alternar estado TODO do elemento"
|
|
|
- :command.editor/clear-block "Apagar conteúdo do bloco"
|
|
|
- :command.editor/kill-line-before "Apagar linha antes do cursor"
|
|
|
- :command.editor/kill-line-after "Apagar linha depois do cursor"
|
|
|
- :command.editor/beginning-of-block "Mover o cursor para o início do bloco"
|
|
|
- :command.editor/end-of-block "Mover o cursor para o fim do bloco"
|
|
|
- :command.editor/forward-word "Mover o cursor para a próxima palavra"
|
|
|
- :command.editor/backward-word "Mover o cursor para a palavra anterior"
|
|
|
- :command.editor/forward-kill-word "Apagar a próxima palavra"
|
|
|
- :command.editor/backward-kill-word "Apagar a palavra anterior"
|
|
|
- :command.editor/open-edit "Editar bloco selecionado"
|
|
|
- :command.editor/delete-selection "Eliminar blocos selecionados"
|
|
|
- :command.editor/toggle-open-blocks "Alternar blocos abertos (colapsar ou expandir todos)"
|
|
|
-
|
|
|
- :command.auto-complete/complete "Autocompletar: Escolha o item selecionado"
|
|
|
- :command.auto-complete/next "Autocompletar: Selecione o próximo item"
|
|
|
- :command.auto-complete/prev "Autocompletar: Selecione o item anterior"
|
|
|
- :command.auto-complete/shift-complete "Autocompletar: Abra o item selecionado na barra lateral"
|
|
|
- :command.auto-complete/open-link "Autocompletar: Abra o item selecionado no navegador"
|
|
|
- :command.cards/forgotten "Cartões: Esquecido"
|
|
|
- :command.cards/next-card "Cartões: Próximo cartão"
|
|
|
- :command.cards/recall "Cartões: Demorar um pouco para lembrar"
|
|
|
- :command.cards/remembered "Cartões: Relembrado"
|
|
|
- :command.cards/toggle-answers "Cartões: mostrar/esconder as respostas/clozes"
|
|
|
- :command.command/run "Execute o comando Git"
|
|
|
- :command.command/toggle-favorite "Adicionar aos/remover dos favoritos"
|
|
|
- :command.command-palette/toggle "Editar atalhos"
|
|
|
- :command.date-picker/complete "Escolher data: Escolha o dia selecionado"
|
|
|
- :command.date-picker/next-day "Escolher data: Selecione o próximo dia"
|
|
|
- :command.date-picker/next-week "Escolher data: Selecione a próxima semana"
|
|
|
- :command.date-picker/prev-day "Escolher data: Selecione o dia anterior"
|
|
|
- :command.date-picker/prev-week "Escolher data: Selecione a semana anterior"
|
|
|
- :command.editor/copy-current-file "Copiar o ficheiro atual"
|
|
|
- :command.editor/select-down "Selecione o conteúdo abaixo"
|
|
|
- :command.editor/select-up "Selecione o conteúdo acima"
|
|
|
- :command.editor/copy-embed "Copiar uma incorporação do bloco, apontando para o bloco atual"
|
|
|
- :command.editor/copy-text "Copiar seleção como texto"
|
|
|
- :command.pdf/close "Fechar visualização do PDF"
|
|
|
- :command.editor/escape-editing "Sair da edição"
|
|
|
- :command.editor/insert-youtube-timestamp "Inserir timestamp do youtube"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Colar texto em um bloco no ponto"
|
|
|
- :command.editor/replace-block-reference-at-point "Substitua a referência do bloco pelo seu conteúdo no ponto"
|
|
|
- :command.editor/strike-through "Rasurar"
|
|
|
- :command.editor/open-file-in-default-app "Abra o ficheiro na aplicação predefinida"
|
|
|
- :command.editor/open-file-in-directory "Abra o ficheiro na pasta"
|
|
|
- :command.go/all-pages "Ir para todas as páginas"
|
|
|
- :command.go/backward "Voltar"
|
|
|
- :command.go/flashcards "Trocar flashcards"
|
|
|
- :command.go/forward "Avançar"
|
|
|
- :command.go/graph-view "Ir para o grafo"
|
|
|
- :command.go/home "Voltar para o Início"
|
|
|
- :command.go/keyboard-shortcuts "Ir para os atalhos do teclado"
|
|
|
- :command.go/next-journal "Ir ao proximo jornal"
|
|
|
- :command.go/prev-journal "Ir ao jornal anterior"
|
|
|
- :command.go/tomorrow "Ir para amanhã"
|
|
|
- :command.graph/add "Adicionar um grafo"
|
|
|
- :command.graph/open "Selecionar grafo para abrir"
|
|
|
- :command.graph/remove "Remover um grafo"
|
|
|
- :command.pdf/next-page "Próxima página do PDF atual"
|
|
|
- :command.pdf/previous-page "Página anterior do PDF atual"
|
|
|
- :command.sidebar/clear "Limpar tudo da barra lateral direita"
|
|
|
- :command.sidebar/open-today-page "Abrir a página de hoje na barra lateral direita"
|
|
|
- :command.ui/select-theme-color "Selecionar as cores do tema disponível"
|
|
|
- :command.ui/toggle-cards "Trocar cartões"
|
|
|
- :command.ui/toggle-left-sidebar "Trocar barra lateral esquerda"
|
|
|
- :command.graph/save "Guardar grafo atual no computador"
|
|
|
- :command.misc/copy "Copiar (copiar seleção ou referência do bloco)"
|
|
|
- :command.ui/goto-plugins "Ir para o painel de plugins"
|
|
|
- :command.go/all-graphs "Ir a todos os grafos"
|
|
|
- :command.go/electron-find-in-page "Procurar texto na página"
|
|
|
- :command.go/electron-jump-to-the-next "Ir para a próxima correspondência da sua pesquisa"
|
|
|
- :command.go/electron-jump-to-the-previous "Voltar para a correspondência anterior da sua pesquisa"
|
|
|
- :command.graph/re-index "Reindexar o grafo atual"
|
|
|
- :command.editor/new-whiteboard "Novo quadro branco"
|
|
|
- :command.editor/select-parent "Selecione o bloco pai"
|
|
|
- :command.go/whiteboards "Ir para os quadros brancos"
|
|
|
- :command.graph/export-as-html "Exportar páginas de gráficos públicos como html"
|
|
|
- :command.pdf/find "PDF: Pesquisar no documento PDF atual"
|
|
|
- :command.sidebar/close-top "Fechar item superior na barra lateral direita"
|
|
|
- :command.ui/install-plugins-from-file "Instalar plugins de plugins.edn"}
|
|
|
-
|
|
|
- :pt-BR {:shortcut.category/formatting "Formatação"
|
|
|
- :shortcut.category/basics "Básico"
|
|
|
- :shortcut.category/navigating "Navegação"
|
|
|
- :shortcut.category/block-editing "Edição geral de blocos"
|
|
|
- :shortcut.category/block-command-editing "Comandos de edição de blocos"
|
|
|
- :shortcut.category/block-selection "Seleção de blocos (aperte Esc para sair)"
|
|
|
- :shortcut.category/toggle "Alternar"
|
|
|
- :shortcut.category/others "Outros"
|
|
|
- :command.editor/indent "Aumentar avanço de parágrafo"
|
|
|
- :command.editor/outdent "Diminuir avanço de parágrafo"
|
|
|
- :command.editor/move-block-up "Mover bloco para cima"
|
|
|
- :command.editor/move-block-down "Mover bloco para baixo"
|
|
|
- :command.editor/new-block "Criar novo bloco"
|
|
|
- :command.editor/new-line "Nova linha no bloco actual"
|
|
|
- :command.editor/zoom-in "Aproximar / Para a frente"
|
|
|
- :command.editor/zoom-out "Afastar / Para trás"
|
|
|
- :command.editor/follow-link "Seguir ligação sob o cursor"
|
|
|
- :command.editor/open-link-in-sidebar "Abrir ligação na barra lateral"
|
|
|
- :command.editor/expand-block-children "Expandir"
|
|
|
- :command.editor/collapse-block-children "Recolher"
|
|
|
- :command.editor/select-block-up "Selecionar bloco acima"
|
|
|
- :command.editor/select-block-down "Selecionar bloco abaixo"
|
|
|
- :command.editor/select-all-blocks "Selecionar todos os blocos"
|
|
|
- :command.ui/toggle-help "Alternar ajuda"
|
|
|
- :command.git/commit "Confirmar"
|
|
|
- :command.go/search "Pesquisar no grafo"
|
|
|
- :command.go/search-in-page "Pesquisar na página atual"
|
|
|
- :command.ui/toggle-document-mode "Alternar modo de documento"
|
|
|
- :command.ui/toggle-contents "Alternar Conteúdo na barra lateral"
|
|
|
- :command.ui/toggle-theme "Alternar entre tema claro/escuro"
|
|
|
- :command.ui/toggle-right-sidebar "Alternar barra lateral"
|
|
|
- :command.ui/toggle-settings "Alternar Opções"
|
|
|
- :command.go/journals "Ir para diários"
|
|
|
- :command.ui/toggle-wide-mode "Alternar largura extendida"
|
|
|
- :command.ui/toggle-brackets "Alternar colchetes"
|
|
|
- :command.search/re-index "Reconstruir índice de pesquisa"
|
|
|
- :command.editor/bold "Negrito"
|
|
|
- :command.editor/italics "Itálico"
|
|
|
- :command.editor/insert-link "Inserir vínculo"
|
|
|
- :command.editor/highlight "Realçado"
|
|
|
- :command.editor/undo "Desfazer"
|
|
|
- :command.editor/redo "Refazer"
|
|
|
- :command.editor/copy "Copiar"
|
|
|
- :command.editor/cut "Cortar"
|
|
|
- :command.editor/up "Mover cursor para cima / Selecionar para cima"
|
|
|
- :command.editor/down "Mover cursor para baixo / Selecionar para baixo"
|
|
|
- :command.editor/left "Mover cursor para a esquerda / Abrir bloco selecionado no início"
|
|
|
- :command.editor/right "Mover cursor para a direita / Abrir bloco selecionado no final"
|
|
|
- :command.editor/backspace "Retroceder / Eliminar para trás"
|
|
|
- :command.editor/delete "Deletar / Eliminar para frente"
|
|
|
- :command.editor/cycle-todo "Alternar estado A FAZER do elemento"
|
|
|
- :command.editor/clear-block "Apagar conteúdo do bloco"
|
|
|
- :command.editor/kill-line-before "Apagar linha antes do cursor"
|
|
|
- :command.editor/kill-line-after "Apagar linha depois do cursor"
|
|
|
- :command.editor/beginning-of-block "Mover o cursor para o início do bloco"
|
|
|
- :command.editor/end-of-block "Mover o cursor para o fim do bloco"
|
|
|
- :command.editor/forward-word "Mover o cursor para a próxima palavra"
|
|
|
- :command.editor/backward-word "Mover o cursor para a palavra anterior"
|
|
|
- :command.editor/forward-kill-word "Apagar a próxima palavra"
|
|
|
- :command.editor/backward-kill-word "Apagar a palavra anterior"
|
|
|
- :command.editor/open-edit "Editar bloco selecionado"
|
|
|
- :command.editor/delete-selection "Eliminar blocos selecionados"
|
|
|
- :command.editor/toggle-open-blocks "Alternar blocos abertos (recolher ou expandir todos)"
|
|
|
- :command.auto-complete/complete "Auto-completar: Escolha o item selecionado"
|
|
|
- :command.auto-complete/next "Auto-completar: Selecione o próximo item"
|
|
|
- :command.auto-complete/prev "Auto-completar: Selecione o item anterior"
|
|
|
- :command.auto-complete/shift-complete "Auto-completar: Abra o item selecionado na barra lateral"
|
|
|
- :command.cards/forgotten "Cartões: Esquecido"
|
|
|
- :command.cards/next-card "Cartões: Próxima carta"
|
|
|
- :command.cards/recall "Cartões: Demorar um pouco para lembrar"
|
|
|
- :command.cards/remembered "Cartões: Relembrado"
|
|
|
- :command.cards/toggle-answers "Cartões: mostrar/esconder as respostas/clozes"
|
|
|
- :command.command/toggle-favorite "Adicionar aos/remover dos favoritos"
|
|
|
- :command.command-palette/toggle "Editar atalhos"
|
|
|
- :command.date-picker/complete "Escolher data: Escolha o dia selecionado"
|
|
|
- :command.date-picker/next-day "Escolher data: Selecione o próximo dia"
|
|
|
- :command.date-picker/next-week "Escolher data: Selecione a próxima semana"
|
|
|
- :command.date-picker/prev-day "Escolher data: Selecione o dia anterior"
|
|
|
- :command.date-picker/prev-week "Escolher data: Selecione a semana anterior"
|
|
|
- :command.editor/escape-editing "Sair da edição"
|
|
|
- :command.editor/insert-youtube-timestamp "Inserir timestamp do youtube"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Colar texto em um bloco no ponto"
|
|
|
- :command.editor/replace-block-reference-at-point "Substitua a referência do bloco pelo seu conteúdo no ponto"
|
|
|
- :command.editor/strike-through "Tachar"
|
|
|
- :command.go/all-pages "Ir para todas as páginas"
|
|
|
- :command.go/backward "Voltar"
|
|
|
- :command.go/flashcards "Trocar flashcards"
|
|
|
- :command.go/forward "Avançar"
|
|
|
- :command.go/graph-view "Ir para o grafo"
|
|
|
- :command.go/home "Volar para o inicio"
|
|
|
- :command.go/keyboard-shortcuts "Ir para os atalhos do teclado"
|
|
|
- :command.go/next-journal "Ir ao proximo jornal"
|
|
|
- :command.go/prev-journal "Ir ao jornal anterior"
|
|
|
- :command.go/tomorrow "Ir para amanhã"
|
|
|
- :command.graph/add "Adicionar um grafo"
|
|
|
- :command.graph/open "Selecionar grafo para abrir"
|
|
|
- :command.graph/remove "Remover um grafo"
|
|
|
- :command.pdf/next-page "Próxima página do atual pdf doc"
|
|
|
- :command.pdf/previous-page "Página anterior do atual pdf doc"
|
|
|
- :command.sidebar/clear "Limpar tudo da barra lateral direita"
|
|
|
- :command.sidebar/open-today-page "Abrir a página de hoje na barra lateral direita"
|
|
|
- :command.ui/select-theme-color "Selecionar as cores do tema disponível"
|
|
|
- :command.ui/toggle-cards "Trocar cartões"
|
|
|
- :command.ui/toggle-left-sidebar "Trocar barra lateral esquerda"
|
|
|
- :command.auto-complete/open-link "Auto-completar: Abra o item selecionado no navegador"
|
|
|
- :command.command/run "Execute o comando Git"
|
|
|
- :command.editor/copy-current-file "Copiar o arquivo atual"
|
|
|
- :command.editor/open-file-in-default-app "Abra o arquivo no aplicativo padrão"
|
|
|
- :command.editor/open-file-in-directory "Abra o arquivo na pasta"
|
|
|
- :command.graph/save "Salvar grafo atual no computador"
|
|
|
- :command.misc/copy "Copiar (copiar seleção ou referência do bloco)"
|
|
|
- :command.ui/goto-plugins "Ir para o painel de plugins"
|
|
|
- ;; :command.ui/open-new-window "Abra uma nova janela"
|
|
|
- :command.editor/select-down "Selecione o conteúdo abaixo"
|
|
|
- :command.editor/select-up "Selecione o conteúdo acima"
|
|
|
- :command.editor/copy-embed "Copiar uma incorporação do bloco, apontando para o bloco atual"
|
|
|
- :command.editor/copy-text "Copiar seleção como texto"
|
|
|
- :command.pdf/close "Fechar visualização do PDF"
|
|
|
- :command.go/all-graphs "Ir à todos os grafos"
|
|
|
- :command.go/electron-find-in-page "Localizar texto na página"
|
|
|
- :command.go/electron-jump-to-the-next "Ir para a próxima correspondência da sua pesquisa"
|
|
|
- :command.go/electron-jump-to-the-previous "Voltar para a correspondência anterior da sua pesquisa"
|
|
|
- :command.graph/re-index "Reindexar o grafo atual"
|
|
|
-
|
|
|
- :command.editor/new-whiteboard "Novo quadro branco"
|
|
|
- :command.editor/select-parent "Selecione o bloco pai"
|
|
|
- :command.go/whiteboards "Ir para os quadros brancos"
|
|
|
- :command.graph/export-as-html "Exportar páginas de gráficos públicos como html"
|
|
|
- :command.pdf/find "PDF: Pesquisar no documento PDF atual"
|
|
|
- :command.sidebar/close-top "Fechar item superior na barra lateral direita"
|
|
|
- :command.ui/install-plugins-from-file "Instalar plugins de plugins.edn"}
|
|
|
-
|
|
|
- :ja {:shortcut.category/formatting "フォーマット"
|
|
|
- :shortcut.category/basics "基本操作"
|
|
|
- :shortcut.category/navigating "ナビゲーション"
|
|
|
- :shortcut.category/block-editing "ブロック単位の編集"
|
|
|
- :shortcut.category/block-command-editing "ブロック内の編集"
|
|
|
- :shortcut.category/block-selection "ブロック選択"
|
|
|
- :shortcut.category/toggle "トグル"
|
|
|
- :shortcut.category/others "その他"
|
|
|
- :command.editor/indent "インデント"
|
|
|
- :command.editor/outdent "アウトデント"
|
|
|
- :command.editor/move-block-up "ブロックを上へ移動"
|
|
|
- :command.editor/move-block-down "ブロックを下へ移動"
|
|
|
- :command.editor/new-block "新しいブロック"
|
|
|
- :command.editor/new-line "新しい行"
|
|
|
- :command.editor/new-whiteboard "新しいホワイトボード"
|
|
|
- :command.editor/zoom-in "ズームイン"
|
|
|
- :command.editor/zoom-out "ズームアウト"
|
|
|
- :command.editor/follow-link "リンクを開く"
|
|
|
- :command.editor/open-link-in-sidebar "サイドバーでリンクを開く"
|
|
|
- :command.editor/expand-block-children "子ブロックを展開"
|
|
|
- :command.editor/collapse-block-children "子ブロックを折り畳み"
|
|
|
- :command.editor/select-block-up "上のブロックを選択"
|
|
|
- :command.editor/select-block-down "下のブロックを選択"
|
|
|
- :command.editor/select-all-blocks "全てのブロックを選択"
|
|
|
- :command.editor/replace-block-reference-at-point "この場所でブロック参照をそのコンテンツで置き換え"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "カーソル位置へ文字列として貼り付け"
|
|
|
- :command.ui/toggle-help "ヘルプのトグル"
|
|
|
- :command.git/commit "Git コミットする"
|
|
|
- :command.go/search "検索"
|
|
|
- :command.go/backward "戻る"
|
|
|
- :command.go/forward "前へ"
|
|
|
- :command.go/flashcards "フラッシュカードのトグル"
|
|
|
- :command.go/home "ホームへ移動"
|
|
|
- :command.go/all-graphs "全グラフへ移動"
|
|
|
- :command.go/whiteboards "ホワイトボードへ移動"
|
|
|
- :command.go/all-pages "全ページへ移動"
|
|
|
- :command.go/graph-view "グラフビューへ移動"
|
|
|
- :command.go/tomorrow "明日へ移動"
|
|
|
- :command.go/next-journal "次の日誌へ移動"
|
|
|
- :command.go/prev-journal "前の日誌へ移動"
|
|
|
- :command.go/keyboard-shortcuts "キーボードショートカットへ移動"
|
|
|
- ;; :command.ui/open-new-window "別のウィンドウを開く"
|
|
|
- :command.go/search-in-page "ページ内を検索"
|
|
|
- :command.go/electron-find-in-page "ページ内で文字列検索"
|
|
|
- :command.go/electron-jump-to-the-next "文字列検索で次を検索"
|
|
|
- :command.go/electron-jump-to-the-previous "文字列検索で前を検索"
|
|
|
- :command.ui/toggle-document-mode "ドキュメントモードのトグル"
|
|
|
- :command.ui/toggle-contents "目次のトグル"
|
|
|
- :command.ui/toggle-theme "テーマのトグル"
|
|
|
- :command.ui/toggle-right-sidebar "右サイドバーのトグル"
|
|
|
- :command.ui/toggle-settings "トグル設定"
|
|
|
- :command.go/journals "日誌"
|
|
|
- :command.ui/toggle-wide-mode "ワイドモードのトグル"
|
|
|
- :command.ui/toggle-brackets "ブラケット表示On/Offのトグル"
|
|
|
- :command.search/re-index "インデックス再構築"
|
|
|
- :command.editor/bold "太字"
|
|
|
- :command.editor/italics "斜体"
|
|
|
- :command.editor/insert-link "リンク挿入"
|
|
|
- :command.editor/highlight "ハイライト"
|
|
|
- :command.editor/undo "元に戻す"
|
|
|
- :command.editor/redo "やり直し"
|
|
|
- :command.editor/copy "コピー"
|
|
|
- :command.editor/copy-text "選択範囲を文字列としてコピー"
|
|
|
- :command.editor/cut "切り取り"
|
|
|
- :command.editor/up "カーソル上移動 / 上を選択"
|
|
|
- :command.editor/down "カーソル下移動 / 下を選択"
|
|
|
- :command.editor/left "カーソル左移動 / 左を選択"
|
|
|
- :command.editor/right "カーソル右移動 / 右を選択"
|
|
|
- :command.editor/select-up "上のコンテンツを選ぶ"
|
|
|
- :command.editor/select-down "下のコンテンツを選ぶ"
|
|
|
- :command.editor/backspace "前の文字を削除"
|
|
|
- :command.editor/delete "次の文字を削除"
|
|
|
- :command.editor/cycle-todo "現在の項目の TODO 状態をローテートさせる"
|
|
|
- :command.editor/clear-block "ブロックをクリア"
|
|
|
- :command.editor/kill-line-before "行中のカーソル位置から前を削除"
|
|
|
- :command.editor/copy-embed "現在のブロックを指すブロック埋め込みをコピーする"
|
|
|
- :command.editor/kill-line-after "行中のカーソル位置から先を削除"
|
|
|
- :command.editor/beginning-of-block "カーソルをブロックのはじめへ移動"
|
|
|
- :command.editor/end-of-block "カーソルをブロックの最後へ移動"
|
|
|
- :command.editor/forward-word "カーソルを次の単語へ移動"
|
|
|
- :command.editor/backward-word "カーソルを前の単語へ移動"
|
|
|
- :command.editor/forward-kill-word "次の単語を削除"
|
|
|
- :command.editor/backward-kill-word "前の単語を削除"
|
|
|
- :command.editor/open-edit "選択したブロックを編集"
|
|
|
- :command.editor/delete-selection "選択したブロックを削除"
|
|
|
- :command.editor/toggle-open-blocks "ブロック展開のトグル(全てのブロックを折りたたみ/展開)"
|
|
|
- :command.ui/toggle-cards "フラッシュカードのトグル"
|
|
|
- :command.ui/toggle-left-sidebar "左サイドバーのトグル"
|
|
|
- :command.pdf/next-page "PDF: 現在のPDF文書で次のページへ"
|
|
|
- :command.pdf/previous-page "PDF: 現在のPDF文書で前のページへ"
|
|
|
- :command.pdf/close "PDF: 現在のPDF文書を閉じる"
|
|
|
- :command.pdf/find "PDF: 現在のPDF文書を検索"
|
|
|
- :command.command/run "Git コマンドを実行"
|
|
|
- :command.command-palette/toggle "コマンドパレットのトグル"
|
|
|
- :command.graph/export-as-html "公開グラフのページをHTMLとしてエクスポート"
|
|
|
- :command.graph/open "グラフを選択して開く"
|
|
|
- :command.graph/remove "グラフを削除"
|
|
|
- :command.graph/add "グラフを追加"
|
|
|
- :command.graph/save "現在のグラフをディスクへ保存"
|
|
|
- :command.graph/re-index "現在のグラフを再構築"
|
|
|
- :command.sidebar/clear "右サイドバーの内容を全てクリア"
|
|
|
- :command.sidebar/open-today-page "今日の日誌を右サイドバーで開く"
|
|
|
- :command.sidebar/close-top "右サイドバーの一番上の項目を閉じる"
|
|
|
- :command.editor/insert-youtube-timestamp "YouTubeのタイプスタンプを挿入"
|
|
|
- :command.auto-complete/complete "自動補完:項目を選択"
|
|
|
- :command.auto-complete/prev "自動補完:前の項目を選択"
|
|
|
- :command.auto-complete/next "自動補完:次の項目を選択"
|
|
|
- :command.auto-complete/shift-complete "自動補完:選択した項目をサイドバーで開く"
|
|
|
- :command.auto-complete/open-link "自動補完:選択したアイテムをブラウザで開く"
|
|
|
- :command.date-picker/complete "日付選択:選択した日で決定"
|
|
|
- :command.date-picker/prev-day "日付選択:前の日を選ぶ"
|
|
|
- :command.date-picker/next-day "日付選択:次の日を選ぶ"
|
|
|
- :command.date-picker/prev-week "日付選択:前の週を選ぶ"
|
|
|
- :command.date-picker/next-week "日付選択:次の週を選ぶ"
|
|
|
- :command.cards/forgotten "カード:忘れられた"
|
|
|
- :command.cards/next-card "カード:次のカード"
|
|
|
- :command.cards/recall "カード:思い出すのに時間がかかる"
|
|
|
- :command.cards/remembered "カード:覚えている"
|
|
|
- :command.cards/toggle-answers "カード:答えや穴埋めの表示/隠すのトグル"
|
|
|
- :command.command/toggle-favorite "お気に入りへの追加/削除のトグル"
|
|
|
- :command.editor/copy-current-file "現在のファイルをコピー"
|
|
|
- :command.editor/escape-editing "編集をやめる"
|
|
|
- :command.editor/open-file-in-default-app "ファイルを規定のアプリで開く"
|
|
|
- :command.editor/open-file-in-directory "ファイルをディレクトリで開く"
|
|
|
- :command.editor/strike-through "打ち消し線"
|
|
|
- :command.misc/copy "コピー"
|
|
|
- :command.ui/goto-plugins "プラグインへ"
|
|
|
- :command.ui/select-theme-color "利用可能なテーマ色を選択"}
|
|
|
-
|
|
|
- :it {:command.date-picker/complete "Selettore data: scegli il giorno selezionato"
|
|
|
- :command.date-picker/prev-day "Selettore data: Seleziona il giorno precedente"
|
|
|
- :command.date-picker/next-day "Selettore data: Seleziona il giorno successivo"
|
|
|
- :command.date-picker/prev-week "Selettore data: Seleziona la settimana precedente"
|
|
|
- :command.date-picker/next-week "Selettore data: Seleziona la settimana successiva"
|
|
|
- :command.pdf/previous-page "Pagina precedente del pdf corrente"
|
|
|
- :command.pdf/next-page "Pagina successiva del pdf corrente"
|
|
|
- :command.auto-complete/complete "Auto completamento: Scegli l'oggetto selezionato"
|
|
|
- :command.auto-complete/prev "Auto completamento: Seleziona l'oggetto precedente"
|
|
|
- :command.auto-complete/next "Auto completamento: Seleziona l'oggetto successivo"
|
|
|
- :command.auto-complete/shift-complete "Auto completamento: Apri l'oggetto selezionato nella barra laterale"
|
|
|
- :command.auto-complete/open-link "Auto completamento: Apri l'oggetto selezionato nel browser"
|
|
|
- :command.cards/toggle-answers "Carte: mostra/nascondi risposte/chiusure"
|
|
|
- :command.cards/next-card "Carte: prossima carta"
|
|
|
- :command.cards/forgotten "Carte: dimenticato"
|
|
|
- :command.cards/remembered "Carte: ricordato"
|
|
|
- :command.cards/recall "Carte: ci ho messo un pò a ricordarlo"
|
|
|
- :command.editor/escape-editing "Esci dalla modifica"
|
|
|
- :command.editor/backspace "Tasto Backspace / Cancella all'indietro"
|
|
|
- :command.editor/delete "Tasto Delete / Cancella avanti"
|
|
|
- :command.editor/new-block "Crea un nuovo blocco"
|
|
|
- :command.editor/new-line "Nuova riga accapo nel blocco attuale"
|
|
|
- :command.editor/follow-link "Segui il link sotto al cursore"
|
|
|
- :command.editor/open-link-in-sidebar "Apri il link nella barra laterale"
|
|
|
- :command.editor/bold "Grassetto"
|
|
|
- :command.editor/italics "Corsivo"
|
|
|
- :command.editor/highlight "Evidenzia"
|
|
|
- :command.editor/strike-through "Barrato"
|
|
|
- :command.editor/clear-block "Elimina l'intero contenuto del blocco"
|
|
|
- :command.editor/kill-line-before "Cancella la riga prima della posizione del cursore"
|
|
|
- :command.editor/kill-line-after "Cancella la riga dopo la posizione del cursore"
|
|
|
- :command.editor/beginning-of-block "Muovi il cursore all'inizio di un blocco"
|
|
|
- :command.editor/end-of-block "Muovi il cursore alla fine di un blocco"
|
|
|
- :command.editor/forward-word "Muovi il cursore in avanti di una parola"
|
|
|
- :command.editor/backward-word "Muovi il cursore all'indietro di una parola"
|
|
|
- :command.editor/forward-kill-word "Elimina una parola in avanti"
|
|
|
- :command.editor/backward-kill-word "Elimina una parola all'indietro"
|
|
|
- :command.editor/replace-block-reference-at-point "Sostituisci il riferimento di blocco con il suo contenuto al punto"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Incolla testo in un blocco al punto"
|
|
|
- :command.editor/insert-youtube-timestamp "Inserisci marca temporale di youtube"
|
|
|
- :command.editor/cycle-todo "Cicla lo stato TODO dell'elemento corrente"
|
|
|
- :command.editor/up "Muovi il cursore sopra / Seleziona sopra"
|
|
|
- :command.editor/down "Muovi il cursore sotto / Seleziona sotto"
|
|
|
- :command.editor/left "Muovi il cursore a sinistra / Apri il blocco selezionato all'inizio"
|
|
|
- :command.editor/right "Muovi il cursore a destra / Apri il blocco selezionato all'inizio"
|
|
|
- :command.editor/select-up "Seleziona il contenuto sopra"
|
|
|
- :command.editor/select-down "Seleziona il contenuto sotto"
|
|
|
- :command.editor/move-block-up "Muovi il blocco sopra"
|
|
|
- :command.editor/move-block-down "Muovi il blocco sotto"
|
|
|
- :command.editor/open-edit "Modifica il blocco selezionato"
|
|
|
- :command.editor/select-block-up "Seleziona blocco sopra"
|
|
|
- :command.editor/select-block-down "Seleziona blocco sotto"
|
|
|
- :command.editor/delete-selection "Elimina i blocchi selezionati"
|
|
|
- :command.editor/expand-block-children "Espandi"
|
|
|
- :command.editor/collapse-block-children "Collassa"
|
|
|
- :command.editor/indent "Rientra blocco"
|
|
|
- :command.editor/outdent "Annulla il rientro blocco"
|
|
|
- :command.editor/copy "Copia (copia una selezione o un riferimento di blocco)"
|
|
|
- :command.editor/cut "Taglia"
|
|
|
- :command.editor/undo "Annulla"
|
|
|
- :command.editor/redo "Rifai"
|
|
|
- :command.editor/insert-link "Link HTML"
|
|
|
- :command.editor/select-all-blocks "Seleziona tutti i blocchi"
|
|
|
- :command.editor/zoom-in "Ingrandisci blocco di modifica / Avanti altrimenti"
|
|
|
- :command.editor/zoom-out "Rimpicciolisci il blocco di modifica / Indietro altrimenti"
|
|
|
- :command.ui/toggle-brackets "Selezionare se visualizzare le parentesi"
|
|
|
- :command.go/search-in-page "Cerca nella pagina attuale"
|
|
|
- :command.go/search "Ricerca testo completo"
|
|
|
- :command.go/journals "Vai ai diari"
|
|
|
- :command.go/backward "Indietro"
|
|
|
- :command.go/forward "Avanti"
|
|
|
- :command.search/re-index "Ricostruisci indice di ricerca"
|
|
|
- :command.sidebar/open-today-page "Apri la pagina di oggi nella barra laterale destra"
|
|
|
- :command.sidebar/clear "Pulisci tutto nella barra laterale destra"
|
|
|
- :command.misc/copy "mod+c"
|
|
|
- :command.command-palette/toggle "Attiva/disattiva tavolozza comandi"
|
|
|
- :command.graph/open "Seleziona il diagramma da aprire"
|
|
|
- :command.graph/remove "Rimuovi un diagramma"
|
|
|
- :command.graph/add "Aggiungi un diagramma"
|
|
|
- :command.graph/save "Salva il diagramma corrente su disco"
|
|
|
- :command.command/run "Esegui comando git"
|
|
|
- :command.go/home "Vai all'inizio"
|
|
|
- :command.go/all-pages "Vai a tutte le pagine"
|
|
|
- :command.go/graph-view "Vai alla visualizzazione diagramma"
|
|
|
- :command.go/keyboard-shortcuts "Vai alle scorciatoie da tastiera"
|
|
|
- :command.go/tomorrow "Vai a domani"
|
|
|
- :command.go/next-journal "Vai al prossimo diario"
|
|
|
- :command.go/prev-journal "Vai al diario precedente"
|
|
|
- :command.go/flashcards "Attiva/disattiva carte flash"
|
|
|
- :command.ui/toggle-document-mode "Attiva/disattiva modalità documento"
|
|
|
- :command.ui/toggle-settings "Attiva/disattiva impostazioni"
|
|
|
- :command.ui/toggle-right-sidebar "Attiva/disattiva barra laterale destra"
|
|
|
- :command.ui/toggle-left-sidebar "Attiva/disattiva barra laterale sinistra"
|
|
|
- :command.ui/toggle-help "Attiva/disattiva aiuto"
|
|
|
- :command.ui/toggle-theme "Passa dal tema scuro a quello chiaro"
|
|
|
- :command.ui/toggle-contents "Attiva/disattiva i contenuti nella barra laterale"
|
|
|
- ;; :command.ui/open-new-window "Apri un'altra finestra"
|
|
|
- :command.command/toggle-favorite "Aggiungi a/rimuovi dai preferiti"
|
|
|
- :command.editor/open-file-in-default-app "Apri file nell'app predefinita"
|
|
|
- :command.editor/open-file-in-directory "Apri file nella directory principale"
|
|
|
- :command.editor/copy-current-file "Copia file corrente"
|
|
|
- :command.ui/toggle-wide-mode "Attiva/disattiva modalità ampia"
|
|
|
- :command.ui/select-theme-color "Seleziona i colori del tema disponibili"
|
|
|
- :command.ui/goto-plugins "Vai alla dashboard dei plugin"
|
|
|
- :command.editor/toggle-open-blocks "Attiva/disattiva i blocchi aperti (comprimi o espandi tutti i blocchi)"
|
|
|
- :command.ui/toggle-cards "Attiva/disattiva le carte"
|
|
|
- :command.git/commit "Git messaggio di commit"
|
|
|
- :shortcut.category/basics "Nozioni di base"
|
|
|
- :shortcut.category/formatting "Formattazione"
|
|
|
- :shortcut.category/navigating "Navigazione"
|
|
|
- :shortcut.category/block-editing "Modiifica blocco generale"
|
|
|
- :shortcut.category/block-command-editing "Modifica comandi blocco"
|
|
|
- :shortcut.category/block-selection "Selezione blocco (premi Esc per uscire dalla selezione)"
|
|
|
- :shortcut.category/toggle "Attiva/disattiva"
|
|
|
- :shortcut.category/others "Altri"
|
|
|
- :command.editor/copy-embed "Copia un incorporamento di blocco che punta al blocco corrente"
|
|
|
- :command.editor/copy-text "Copia le selezioni come testo"
|
|
|
- :command.pdf/close "Chiudi anteprima PDF"}
|
|
|
-
|
|
|
- :tr {:shortcut.category/basics "Temel bilgiler"
|
|
|
- :shortcut.category/formatting "Biçimlendirme"
|
|
|
- :shortcut.category/navigating "Gezinme"
|
|
|
- :shortcut.category/block-editing "Genel blok düzenleme"
|
|
|
- :shortcut.category/block-command-editing "Blok düzenleme komutuları"
|
|
|
- :shortcut.category/block-selection "Blok seçimi (seçimden çıkmak için Esc tuşuna basın)"
|
|
|
- :shortcut.category/toggle "Aç/Kapat"
|
|
|
- :shortcut.category/whiteboard "Beyaz tahta"
|
|
|
- :shortcut.category/others "Diğer"
|
|
|
- :command.date-picker/complete "Tarih seçici: Seçilen günü seç"
|
|
|
- :command.date-picker/prev-day "Tarih seçici: Önceki günü seç"
|
|
|
- :command.date-picker/next-day "Tarih seçici: Sonraki günü seç"
|
|
|
- :command.date-picker/prev-week "Tarih seçici: Önceki haftayı seç"
|
|
|
- :command.date-picker/next-week "Tarih seçici: Sonraki haftayı seç"
|
|
|
- :command.pdf/previous-page "Pdf: Geçerli pdf belgesinin önceki sayfası"
|
|
|
- :command.pdf/next-page "Pdf: Geçerli pdf belgesinin sonraki sayfası"
|
|
|
- :command.pdf/close "Pdf: Geçerli pdf görüntüleyiciyi kapat"
|
|
|
- :command.pdf/find "Pdf: Geçerli pdf belgesinde aranacak metin"
|
|
|
- :command.auto-complete/complete "Otomatik tamamlama: Seçili öğeyi seç"
|
|
|
- :command.auto-complete/prev "Otomatik tamamlama: Önceki öğeyi seç"
|
|
|
- :command.auto-complete/next "Otomatik tamamlama: Sonraki öğeyi seç"
|
|
|
- :command.auto-complete/shift-complete "Otomatik tamamlama: Seçili öğeyi kenar çubuğunda aç"
|
|
|
- :command.auto-complete/open-link "Otomatik tamamlama: Seçili öğeyi tarayıcıda aç"
|
|
|
- :command.cards/toggle-answers "Kartlar: cevapları ve cümle tamamlamayı göster/gizle"
|
|
|
- :command.cards/next-card "Kartlar: sonraki kart"
|
|
|
- :command.cards/forgotten "Kartlar: unutuldu"
|
|
|
- :command.cards/remembered "Kartlar: hatırlandı"
|
|
|
- :command.cards/recall "Kartlar: hatırlamak biraz zaman aldı"
|
|
|
- :command.editor/escape-editing "Düzenlemeden çık"
|
|
|
- :command.editor/backspace "Geri tuşu (Backspace) / Geriye doğru sil"
|
|
|
- :command.editor/delete "Silme tuşu (Delete) / İleriye doğru sil"
|
|
|
- :command.editor/new-block "Yeni blok oluştur"
|
|
|
- :command.editor/new-line "Geçerli blokta yeni satır"
|
|
|
- :command.editor/new-whiteboard "Yeni beyaz tahta"
|
|
|
- :command.editor/follow-link "İmlecin altındaki bağlantıyı takip et"
|
|
|
- :command.editor/open-link-in-sidebar "Bağlantıyı kenar çubuğunda aç"
|
|
|
- :command.editor/bold "Kalın"
|
|
|
- :command.editor/italics "İtalik"
|
|
|
- :command.editor/highlight "Vurgulu"
|
|
|
- :command.editor/strike-through "Üstü çizili"
|
|
|
- :command.editor/clear-block "Tüm blok içeriğini sil"
|
|
|
- :command.editor/kill-line-before "İmleç konumundan önceki satırı sil"
|
|
|
- :command.editor/copy-embed "Geçerli bloğu işaret eden bir blok eklemesi kopyala"
|
|
|
- :command.editor/kill-line-after "İmleç konumundan sonraki satırı sil"
|
|
|
- :command.editor/beginning-of-block "İmleci bir bloğun başına taşı"
|
|
|
- :command.editor/end-of-block "İmleci bir bloğun sonuna taşı"
|
|
|
- :command.editor/forward-word "İmleci bir kelime ileri götür"
|
|
|
- :command.editor/backward-word "İmleci bir kelime geri götür"
|
|
|
- :command.editor/forward-kill-word "İleriye doğru bir kelimeyi sil"
|
|
|
- :command.editor/backward-kill-word "Geriye doğru bir kelimeyi sil"
|
|
|
- :command.editor/replace-block-reference-at-point "Blok referansını bu konumdaki içeriğiyle değiştirin"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "İmleç konumunda metin olarak yapıştırın"
|
|
|
- :command.editor/insert-youtube-timestamp "Youtube zaman damgası ekle"
|
|
|
- :command.editor/cycle-todo "Geçerli öğenin TODO durumunu değiştir"
|
|
|
- :command.editor/up "İmleci yukarı taşı / Yukarıyı seç"
|
|
|
- :command.editor/down "İmleci aşağı taşı / Aşağı seç"
|
|
|
- :command.editor/left "İmleci sola hareket ettir / Seçili bloğu aç ve başına git"
|
|
|
- :command.editor/right "İmleci sağa hareket ettir / Seçili bloğu aç ve sonuna git"
|
|
|
- :command.editor/select-up "Yukarıdaki içeriği seçin"
|
|
|
- :command.editor/select-down "Aşağıdaki içeriği seçin"
|
|
|
- :command.editor/move-block-up "Bloğu yukarı taşı"
|
|
|
- :command.editor/move-block-down "Bloğu aşağı taşı"
|
|
|
- :command.editor/open-edit "Seçili bloğu düzenle"
|
|
|
- :command.editor/select-block-up "Yukarıdaki bloğu seçin"
|
|
|
- :command.editor/select-block-down "Aşağıdaki bloğu seçin"
|
|
|
- :command.editor/delete-selection "Seçili blokları sil"
|
|
|
- :command.editor/expand-block-children "Genişlet"
|
|
|
- :command.editor/collapse-block-children "Daralt"
|
|
|
- :command.editor/indent "Bloğu girintile"
|
|
|
- :command.editor/outdent "Blok girintisini azalt"
|
|
|
- :command.editor/copy "Kopyala (seçimi veya blok referansını kopyalar)"
|
|
|
- :command.editor/copy-text "Seçimleri metin olarak kopyala"
|
|
|
- :command.editor/cut "Kes"
|
|
|
- :command.editor/undo "Geri al"
|
|
|
- :command.editor/redo "Tinele"
|
|
|
- :command.editor/insert-link "HTML Bağlantısı"
|
|
|
- :command.editor/select-all-blocks "Tüm blokları seç"
|
|
|
- :command.editor/zoom-in "Düzenlenen bloğu yakınlaştır / Aksi takdirde ileri git"
|
|
|
- :command.editor/zoom-out "Düzenlenen bloğu uzaklaştır / Aksi takdirde geri git"
|
|
|
- :command.editor/toggle-undo-redo-mode "Geri alma / yineleme modunu değiştir (yalnızca sayfa veya genel)"
|
|
|
- :command.editor/toggle-number-list "Numaralı liste olarak değiştir"
|
|
|
- :command.whiteboard/select "Seçim aracı"
|
|
|
- :command.whiteboard/pan "Kaydırma aracı"
|
|
|
- :command.whiteboard/portal "Portal aracı"
|
|
|
- :command.whiteboard/pencil "Kalem aracı"
|
|
|
- :command.whiteboard/highlighter "Vurgulayıcı aracı"
|
|
|
- :command.whiteboard/eraser "Silgi aracı"
|
|
|
- :command.whiteboard/connector "Bağlayıcı aracı"
|
|
|
- :command.whiteboard/text "Metin aracı"
|
|
|
- :command.whiteboard/rectangle "Dikdörtgen aracı"
|
|
|
- :command.whiteboard/ellipse "Elips aracı"
|
|
|
- :command.whiteboard/reset-zoom "Yakınlaştırmayı sıfırla"
|
|
|
- :command.whiteboard/zoom-to-fit "Çizimi yakınlaştır"
|
|
|
- :command.whiteboard/zoom-to-selection "Seçimi sığacak kadar yakınlaştır"
|
|
|
- :command.whiteboard/zoom-out "Uzaklaştır"
|
|
|
- :command.whiteboard/zoom-in "Yakınlaştır"
|
|
|
- :command.whiteboard/send-backward "Geriye git"
|
|
|
- :command.whiteboard/send-to-back "Geriye taşı"
|
|
|
- :command.whiteboard/bring-forward "İleriye git"
|
|
|
- :command.whiteboard/bring-to-front "Öne taşı"
|
|
|
- :command.whiteboard/lock "Seçimi kilitle"
|
|
|
- :command.whiteboard/unlock "Seçimin Kilidini aç"
|
|
|
- :command.whiteboard/group "Seçimi gruplandır"
|
|
|
- :command.whiteboard/ungroup "Seçimi gruptan çıkar"
|
|
|
- :command.whiteboard/toggle-grid "Tuval ızgarasını değiştir"
|
|
|
- :command.ui/toggle-brackets "Köşeli ayraçların görüntülenip görüntülenmeyeceğini değiştir"
|
|
|
- :command.go/search-in-page "Geçerli sayfada ara"
|
|
|
- :command.go/electron-find-in-page "Sayfada bul"
|
|
|
- :command.go/electron-jump-to-the-next "Aramanız için bir sonraki eşleşmeye atlayın"
|
|
|
- :command.go/electron-jump-to-the-previous "Aramanız için bir önceki eşleşmeye atlayın"
|
|
|
- :command.go/search "Tam metin araması"
|
|
|
- :command.go/journals "Günlüğe git"
|
|
|
- :command.go/backward "Geriye git"
|
|
|
- :command.go/forward "İleriye git"
|
|
|
- :command.search/re-index "Arama dizinini yeniden oluştur"
|
|
|
- :command.sidebar/open-today-page "Sağ kenar çubuğunda bugünün sayfasını açın"
|
|
|
- :command.sidebar/close-top "Sağ kenar çubuğunun en üst öğesini kapatır"
|
|
|
- :command.sidebar/clear "Sağ kenar çubuğundaki herşeyi temizle"
|
|
|
- :command.misc/copy "mod+c"
|
|
|
- :command.command-palette/toggle "Komut paletini aç"
|
|
|
- :command.graph/export-as-html "Herkese açık graf sayfalarını html olarak dışarı aktar"
|
|
|
- :command.graph/open "Açılacak grafı seçin"
|
|
|
- :command.graph/remove "Bir grafı kaldır"
|
|
|
- :command.graph/add "Graf ekle"
|
|
|
- :command.graph/save "Mevcut grafı diske kaydet"
|
|
|
- :command.graph/re-index "Mevcut grafı yeniden oluştur"
|
|
|
- :command.command/run "Git komutunu çalıştır"
|
|
|
- :command.go/home "Ana sayfaya git"
|
|
|
- :command.go/all-graphs "Bütün graflara git"
|
|
|
- :command.go/whiteboards "Beyaz tahtalara git"
|
|
|
- :command.go/all-pages "Bütün sayfalara git"
|
|
|
- :command.go/graph-view "Graf görünümüne git"
|
|
|
- :command.go/keyboard-shortcuts "Klavye kısayollarına git"
|
|
|
- :command.go/tomorrow "Yarının günlüğüne git"
|
|
|
- :command.go/next-journal "Sonraki günlüğe git"
|
|
|
- :command.go/prev-journal "Önceki günlüğe git"
|
|
|
- :command.go/flashcards "Bilgi kartlarına git"
|
|
|
- :command.ui/toggle-document-mode "Belge modunu aç/kapat"
|
|
|
- :command.ui/toggle-settings "Ayarları aç/kapat"
|
|
|
- :command.ui/toggle-right-sidebar "Sağ kenar çubuğunu aç/kapat"
|
|
|
- :command.ui/toggle-left-sidebar "Sol kenar çubuğunu aç/kapat"
|
|
|
- :command.ui/toggle-help "Yardımı aç/kapat"
|
|
|
- :command.ui/toggle-theme "Koyu ve açık tema arasında geçiş yap"
|
|
|
- :command.ui/toggle-contents "Kenar çubuğundaki içeriği aç/kapat"
|
|
|
- ;; :command.ui/open-new-window "Başka bir pencere aç"
|
|
|
- :command.command/toggle-favorite "Sık kullanılanlara ekle/çıkar"
|
|
|
- :command.editor/open-file-in-default-app "Dosyayı varsayılan uygulamada aç"
|
|
|
- :command.editor/open-file-in-directory "Dosyayı üst dizinde aç"
|
|
|
- :command.editor/copy-current-file "Geçerli dosyayı kopyala"
|
|
|
- :command.editor/copy-page-url "Sayfa url'sini kopyala"
|
|
|
- :command.ui/toggle-wide-mode "Geniş modu aç/kapat"
|
|
|
- :command.ui/select-theme-color "Kullanılabilir tema renklerini seçin"
|
|
|
- :command.ui/goto-plugins "Eklentiler panosuna git"
|
|
|
- :command.ui/install-plugins-from-file "Eklentileri plugins.edn dosyasından yükleyin"
|
|
|
- :command.editor/toggle-open-blocks "Açık blokları kapat/aç (tüm blokları daralt veya genişlet)"
|
|
|
- :command.ui/toggle-cards "Kartları aç/kapat"
|
|
|
- :command.ui/clear-all-notifications "Tüm bildirimleri temizle"
|
|
|
- :command.git/commit "Mesajlı git commit oluştur"
|
|
|
- :command.editor/select-parent "Üst bloğu seçin"
|
|
|
- :command.dev/show-block-data "(Dev) Blok verilerini göster"
|
|
|
- :command.dev/show-block-ast "(Dev) Blok AST'sini göster"
|
|
|
- :command.dev/show-page-data "(Dev) Sayfa verilerini göster"
|
|
|
- :command.dev/show-page-ast "(Dev) Sayfa AST'sini göster"}
|
|
|
-
|
|
|
- :ko {:shortcut.category/formatting "포맷"
|
|
|
- :shortcut.category/basics "기본 동작"
|
|
|
- :shortcut.category/navigating "내비게이션"
|
|
|
- :shortcut.category/block-editing "블록 편집"
|
|
|
- :shortcut.category/block-command-editing "블록 내부 편집"
|
|
|
- :shortcut.category/block-selection "블록 선택"
|
|
|
- :shortcut.category/toggle "토글"
|
|
|
- :shortcut.category/others "기타"
|
|
|
- :command.editor/indent "들여쓰기"
|
|
|
- :command.editor/outdent "내어쓰기"
|
|
|
- :command.editor/move-block-up "위로 블록 이동"
|
|
|
- :command.editor/move-block-down "아래로 블록 이동"
|
|
|
- :command.editor/new-block "새 블록"
|
|
|
- :command.editor/new-line "새 줄"
|
|
|
- :command.editor/zoom-in "확대"
|
|
|
- :command.editor/zoom-out "축소"
|
|
|
- :command.editor/follow-link "링크 열기"
|
|
|
- :command.editor/open-link-in-sidebar "사이드바에서 링크 열기"
|
|
|
- :command.editor/expand-block-children "하위 블록 열기"
|
|
|
- :command.editor/collapse-block-children "하위 블록 닫기"
|
|
|
- :command.editor/select-block-up "위 블록 선택"
|
|
|
- :command.editor/select-block-down "아래 블록 선택"
|
|
|
- :command.editor/select-all-blocks "모든 블록 선택"
|
|
|
- :command.editor/replace-block-reference-at-point "블록 참조를 해당 콘텐츠로 변경"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "현재 위치에 텍스트를 붙여넣기"
|
|
|
- :command.ui/toggle-help "도움말 토글"
|
|
|
- :command.git/commit "커밋"
|
|
|
- :command.go/search "검색으로 이동"
|
|
|
- :command.go/backward "뒤로 이동"
|
|
|
- :command.go/forward "앞으로 이동"
|
|
|
- :command.go/flashcards "플래시 카드로 이동"
|
|
|
- :command.go/home "홈으로 이동"
|
|
|
- :command.go/all-pages "모든 페이지로 이동"
|
|
|
- :command.go/graph-view "그래프 뷰로 이동"
|
|
|
- :command.go/tomorrow "내일로 이동"
|
|
|
- :command.go/next-journal "다음 일지로 이동"
|
|
|
- :command.go/prev-journal "이전 일지로 이동"
|
|
|
- :command.go/keyboard-shortcuts "키보드 단축키로 이동"
|
|
|
- ;; :command.ui/open-new-window "새 창 열기"
|
|
|
- :command.go/search-in-page "페이지 안에서 검색"
|
|
|
- :command.ui/toggle-document-mode "문서 모드 토글"
|
|
|
- :command.ui/toggle-contents "목차 토글"
|
|
|
- :command.ui/toggle-theme "테마 토글"
|
|
|
- :command.ui/toggle-right-sidebar "오른쪽 사이드바 토글"
|
|
|
- :command.ui/toggle-settings "설정 토글"
|
|
|
- :command.go/journals "일지로 이동"
|
|
|
- :command.ui/toggle-wide-mode "와이드 모드 토글"
|
|
|
- :command.ui/toggle-brackets "대괄호 토글"
|
|
|
- :command.search/re-index "다시 인덱스하기"
|
|
|
- :command.editor/bold "볼드체"
|
|
|
- :command.editor/italics "이탤릭체"
|
|
|
- :command.editor/insert-link "링크 삽입"
|
|
|
- :command.editor/highlight "하이라이트"
|
|
|
- :command.editor/undo "실행 취소"
|
|
|
- :command.editor/redo "다시 실행"
|
|
|
- :command.editor/copy "복사"
|
|
|
- :command.editor/cut "잘라내기"
|
|
|
- :command.editor/up "위로 이동"
|
|
|
- :command.editor/down "아래로 이동"
|
|
|
- :command.editor/left "왼쪽으로 이동"
|
|
|
- :command.editor/right "오른쪽으로 이동"
|
|
|
- :command.editor/select-up "위 콘텐츠 선택"
|
|
|
- :command.editor/select-down "아래 콘텐츠 선택"
|
|
|
- :command.editor/backspace "이전 문자 삭제"
|
|
|
- :command.editor/delete "다음 문자 삭제"
|
|
|
- :command.editor/cycle-todo "할 일 돌아보기"
|
|
|
- :command.editor/clear-block "블록 클리어"
|
|
|
- :command.editor/kill-line-before "이전 줄 삭제"
|
|
|
- :command.editor/kill-line-after "다음 줄 삭제"
|
|
|
- :command.editor/beginning-of-block "블록 시작으로 이동"
|
|
|
- :command.editor/end-of-block "블록 끝으로 이동"
|
|
|
- :command.editor/forward-word "다음 단어로 이동"
|
|
|
- :command.editor/backward-word "이전 단어로 이동"
|
|
|
- :command.editor/forward-kill-word "다음 단어 삭제"
|
|
|
- :command.editor/backward-kill-word "이전 단어 삭제"
|
|
|
- :command.editor/open-edit "선택한 블록 편집"
|
|
|
- :command.editor/delete-selection "선택한 블록 삭제"
|
|
|
- :command.editor/toggle-open-blocks "열린 블록 토글"
|
|
|
- :command.ui/toggle-cards "플래시 카드 토글"
|
|
|
- :command.ui/toggle-left-sidebar "왼쪽 사이드바 토글"
|
|
|
- :command.pdf/next-page "다음 페이지"
|
|
|
- :command.pdf/previous-page "이전 페이지"
|
|
|
- :command.command/run "Git 명령 실행"
|
|
|
- :command.command-palette/toggle "명령 팔레트 토글"
|
|
|
- :command.graph/open "그래프 열기"
|
|
|
- :command.graph/remove "그래프 제거"
|
|
|
- :command.graph/add "그래프 추가"
|
|
|
- :command.graph/save "그래프 저장"
|
|
|
- :command.sidebar/clear "사이드바 클리어"
|
|
|
- :command.sidebar/open-today-page "오늘의 일지를 사이드바에서 열기"
|
|
|
- :command.editor/insert-youtube-timestamp "YouTube 타임스탬프 삽입"
|
|
|
- :command.auto-complete/complete "항목 선택"
|
|
|
- :command.auto-complete/prev "이전 항목 선택"
|
|
|
- :command.auto-complete/next "다음 항목 선택"
|
|
|
- :command.auto-complete/shift-complete "선택 항목 열기"
|
|
|
- :command.auto-complete/open-link "링크 열기"
|
|
|
- :command.date-picker/complete "선택한 날짜로 이동"
|
|
|
- :command.date-picker/prev-day "이전 날짜로 이동"
|
|
|
- :command.date-picker/next-day "다음 날짜로 이동"
|
|
|
- :command.date-picker/prev-week "이전 주로 이동"
|
|
|
- :command.date-picker/next-week "다음 주로 이동"
|
|
|
- :command.cards/forgotten "잊은 카드"
|
|
|
- :command.cards/next-card "다음 카드"
|
|
|
- :command.cards/recall "기억이 잘 안 난 카드"
|
|
|
- :command.cards/remembered "기억한 카드"
|
|
|
- :command.cards/toggle-answers "정답 토글"
|
|
|
- :command.command/toggle-favorite "즐겨찾기 토글"
|
|
|
- :command.editor/copy-current-file "현재 파일 복사"
|
|
|
- :command.editor/escape-editing "편집 나가기"
|
|
|
- :command.editor/open-file-in-default-app "기본 앱으로 파일 열기"
|
|
|
- :command.editor/open-file-in-directory "파일 위치 열기"
|
|
|
- :command.editor/strike-through "취소선"
|
|
|
- :command.misc/copy "복사"
|
|
|
- :command.ui/goto-plugins "플러그인 페이지로 이동"
|
|
|
- :command.ui/select-theme-color "테마 색상 선택"
|
|
|
- :command.editor/copy-text "선택한 영역을 텍스트로 복사"
|
|
|
- :command.pdf/close "PDF 닫기"
|
|
|
- :command.dev/show-block-ast "(개발자) 블록 AST 보기"
|
|
|
- :command.dev/show-block-data "(개발자) 블록 데이터 보기"
|
|
|
- :command.dev/show-page-ast "(개발자) 페이지 AST 보기"
|
|
|
- :command.dev/show-page-data "(개발자) 페이지 데이터 보기"
|
|
|
- :command.editor/copy-embed "현재 블록의 블록 임베드 복사"
|
|
|
- :command.editor/new-whiteboard "새 화이트보드"
|
|
|
- :command.editor/select-parent "부모 블록 선택"
|
|
|
- :command.go/all-graphs "모든 그래프로 이동"
|
|
|
- :command.go/electron-find-in-page "페이지에서 검색"
|
|
|
- :command.go/electron-jump-to-the-next "다음 검색 항목으로 디오"
|
|
|
- :command.go/electron-jump-to-the-previous "이전 검색 항목으로 이동"
|
|
|
- :command.go/whiteboards "화이트보드로 이동"
|
|
|
- :command.graph/export-as-html "그래프를 html로 내보내기"
|
|
|
- :command.graph/re-index "현재 그래프 인덱스 재생성"
|
|
|
- :command.pdf/find "PDF: 현재 PDF 문서에서 검색"
|
|
|
- :command.sidebar/close-top "우축 사이드바의 최상단 항목 닫기"
|
|
|
- :command.ui/clear-all-notifications "모든 알람 제거"
|
|
|
- :command.ui/install-plugins-from-file "plugins.edn에서 플러그인 설치"
|
|
|
- }
|
|
|
- :pl {
|
|
|
- :shortcut.category/basics "Podstawy"
|
|
|
- :shortcut.category/formatting "Formatowanie"
|
|
|
- :shortcut.category/navigating "Nawigacja"
|
|
|
- :shortcut.category/block-editing "Edycja bloków (ogólne)"
|
|
|
- :shortcut.category/block-command-editing "Komenda edycji bloków"
|
|
|
- :shortcut.category/block-selection "Zaznaczanie bloków (wciśnij Esc aby zakończyć)"
|
|
|
- :shortcut.category/toggle "Przełącz"
|
|
|
- :shortcut.category/others "Pozostałe"
|
|
|
-
|
|
|
- :command.date-picker/complete "Date picker: Wybierz zaznaczony dzień"
|
|
|
- :command.date-picker/next-day "Date picker: Wybierz następny dzień"
|
|
|
- :command.date-picker/prev-day "Date picker: Wybierz poprzedni dzień"
|
|
|
- :command.date-picker/prev-week "Date picker: Wybierz poprzedni tydzień"
|
|
|
- :command.date-picker/next-week "Date picker: Wybierz następny tydzień"
|
|
|
- :command.pdf/previous-page "Poprzednia strona otwartego dokumentu PDF"
|
|
|
- :command.pdf/next-page "Następna strona otwartego dokumentu PDF"
|
|
|
- :command.pdf/close "Zamknij aktualnie otwarty dokument PDF"
|
|
|
- :command.auto-complete/complete "Auto uzupełnianie: Wybierz zaznaczoną opcję"
|
|
|
- :command.auto-complete/prev "Auto uzupełnianie: Wybierz poprzednią opcję"
|
|
|
- :command.auto-complete/next "Auto uzupełnianie: Wybierz następną opcję"
|
|
|
- :command.auto-complete/shift-complete "Auto uzupełnianie: Otwórz wybraną opcję w panelu bocznym"
|
|
|
- :command.auto-complete/open-link "Auto uzupełnianie: Otwórz wybraną opcję w przeglądarce"
|
|
|
- :command.cards/toggle-answers "Karty: pokaż/ukryj odpowiedzi/luki w tekście"
|
|
|
- :command.cards/next-card "Karty: następna karta"
|
|
|
- :command.cards/forgotten "Karty: zapomniane"
|
|
|
- :command.cards/remembered "Karty: zapamiętane"
|
|
|
- :command.cards/recall "Karty: zajęło chwilę żeby sobie przypomnieć"
|
|
|
- :command.editor/escape-editing "Wyjście z edycji"
|
|
|
- :command.editor/backspace "Usuwanie wstecz"
|
|
|
- :command.editor/delete "Usuwanie naprzód"
|
|
|
- :command.editor/new-block "Utwórz nowy blok"
|
|
|
- :command.editor/new-line "Nowa linia w obecnym bloku"
|
|
|
- :command.editor/follow-link "Przejdź do linku pod kursorem"
|
|
|
- :command.editor/open-link-in-sidebar "Otwórz link w panelu bocznym"
|
|
|
- :command.editor/bold "Wytłuszczenie"
|
|
|
- :command.editor/italics "Pochylenie"
|
|
|
- :command.editor/highlight "Podświetlenie"
|
|
|
- :command.editor/strike-through "Przekreślenie"
|
|
|
- :command.editor/clear-block "Usuń całą treść bloku"
|
|
|
- :command.editor/kill-line-before "Usuń linię powyżej kursora"
|
|
|
- :command.editor/copy-embed "Kopiuj kod osadzenia dla obecnego bloku"
|
|
|
- :command.editor/kill-line-after "Usuń linię poniżej kursora"
|
|
|
- :command.editor/beginning-of-block "Umieść kursor na początku bloku"
|
|
|
- :command.editor/end-of-block "Umieść kursor na końcu bloku"
|
|
|
- :command.editor/forward-word "Przesuń kursor do następnego słowa"
|
|
|
- :command.editor/backward-word "Przesuń kursor do poprzedniego słowa"
|
|
|
- :command.editor/forward-kill-word "Usuń następne słowo"
|
|
|
- :command.editor/backward-kill-word "Usuń poprzednie słowo"
|
|
|
- :command.editor/replace-block-reference-at-point "Zastąp referencję do bloku jego treścią"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Wklej cały tekst jako jeden blok"
|
|
|
- :command.editor/insert-youtube-timestamp "Umieść znacznik czasu filmu YouTube"
|
|
|
- :command.editor/cycle-todo "Rotuj stan TODO dla aktualnego bloku"
|
|
|
- :command.editor/up "Przesuń kursor do góry / Zaznacz powyższą opcję"
|
|
|
- :command.editor/down "Przesuń kursor w dół / Zaznacz poniższą opcję"
|
|
|
- :command.editor/left "Przesuń kursor w lewo / Rozpocznij edycję na początku bloku"
|
|
|
- :command.editor/right "Przesuń kursor w prawo / Rozpocznij edycję na końcu bloku"
|
|
|
- :command.editor/select-up "Zaznacz treść powyżej"
|
|
|
- :command.editor/select-down "Zaznacz treść poniżej"
|
|
|
- :command.editor/move-block-up "Przesuń blok powyżej"
|
|
|
- :command.editor/move-block-down "Przesuń blok poniżej"
|
|
|
- :command.editor/open-edit "Edytuj zaznaczony blok"
|
|
|
- :command.editor/select-block-up "Zaznacz blok powyżej"
|
|
|
- :command.editor/select-block-down "Zaznacz blok poniżej"
|
|
|
- :command.editor/delete-selection "Usuń zaznaczone bloki"
|
|
|
- :command.editor/expand-block-children "Rozwiń"
|
|
|
- :command.editor/collapse-block-children "Zwiń"
|
|
|
- :command.editor/indent "Przesuń blok poziom niżej"
|
|
|
- :command.editor/outdent "Przesuń blok poziom wyżej"
|
|
|
- :command.editor/copy "Kopiuj (kopiuje zaznaczenie lub referencję do bloku)"
|
|
|
- :command.editor/copy-text "Kopiuj zaznaczenie jako tekst"
|
|
|
- :command.editor/cut "Wytnij"
|
|
|
- :command.editor/undo "Cofnij"
|
|
|
- :command.editor/redo "Ponów"
|
|
|
- :command.editor/insert-link "HTML Link"
|
|
|
- :command.editor/select-all-blocks "Zaznacz wszystkie bloki"
|
|
|
- :command.editor/zoom-in "Zoom in editing block / Forwards otherwise"
|
|
|
- :command.editor/zoom-out "Zoom out editing block / Backwards otherwise"
|
|
|
- :command.ui/toggle-brackets "Pokaż / Ukrywaj kwadratowe nawiasy"
|
|
|
- :command.go/search-in-page "Szukaj na aktualnej stronie"
|
|
|
- :command.go/search "Wyszukiwanie tekstowe"
|
|
|
- :command.go/journals "Idź do dzienników"
|
|
|
- :command.go/backward "Wstecz"
|
|
|
- :command.go/forward "Naprzód"
|
|
|
- :command.search/re-index "Przebuduj index wyszukiwania"
|
|
|
- :command.sidebar/open-today-page "Otwórz dzisiejszy dziennik w panelu bocznym"
|
|
|
- :command.sidebar/clear "Wyczyść wszystko w panelu bocznym"
|
|
|
- :command.misc/copy "mod+c"
|
|
|
- :command.graph/open "Wybierz graf do otwarcia"
|
|
|
- :command.graph/remove "Usuń graf"
|
|
|
- :command.graph/add "Dodaj graf"
|
|
|
- :command.graph/save "Zapisz obecny graf na dysk"
|
|
|
- :command.graph/re-index "Reindeksuj obecny graf"
|
|
|
- :command.command/run "Wykonaj polecenie GIT"
|
|
|
- :command.command/toggle-favorite "Dodaj / Usuń z ulubionych"
|
|
|
- :command.command-palette/toggle "Pokaż / Ukryj paletę poleceń"
|
|
|
- :command.go/home "Idź do strony głównej"
|
|
|
- :command.go/all-pages "Idź do indeksu wszystkich stron"
|
|
|
- :command.go/graph-view "Idź do widoku grafu"
|
|
|
- :command.go/keyboard-shortcuts "Idź do widoku skrótów klawiszowych"
|
|
|
- :command.go/tomorrow "Idź do jutrzejszego dziennika"
|
|
|
- :command.go/next-journal "Idź do następnego dziennika"
|
|
|
- :command.go/prev-journal "Idź do poprzedniego dziennika"
|
|
|
- :command.go/flashcards "Pokaż / Ukryj widok fiszek"
|
|
|
- :command.ui/toggle-document-mode "Wyświetl / Ukryj widok dokumentu"
|
|
|
- :command.ui/toggle-settings "Wyświetl / Ukryj ustawienia"
|
|
|
- :command.ui/toggle-right-sidebar "Pokaż / Ukryj prawy panel"
|
|
|
- :command.ui/toggle-left-sidebar "Pokaż / Ukryj lewy panel"
|
|
|
- :command.ui/toggle-help "Pogaż / Ukryj pomoc"
|
|
|
- :command.ui/toggle-theme "Zmień motyw graficzny na ciemny/jasny"
|
|
|
- :command.ui/toggle-contents "Toggle Contents in sidebar"
|
|
|
- :command.editor/open-file-in-default-app "Otwórz plik w domyślnej aplikacji"
|
|
|
- :command.editor/open-file-in-directory "Otwórz plik w nadrzędnym katalogu"
|
|
|
- :command.editor/copy-current-file "Kopiuj aktualny plik"
|
|
|
- :command.editor/toggle-open-blocks "Zwiń / Rozwiń otwarte bloki"
|
|
|
- :command.ui/toggle-wide-mode "Włącz / wyłącz tryb szeroki"
|
|
|
- :command.ui/select-theme-color "Select available theme colors"
|
|
|
- :command.ui/goto-plugins "Przejdź do dashboardu pluginów"
|
|
|
- :command.ui/toggle-cards "Pokaż / Ukryj karty"
|
|
|
- :command.git/commit "Wykonaj GIT COMMIT z wiadomością"
|
|
|
- }
|
|
|
- :sk {:shortcut.category/formatting "Formátovanie"
|
|
|
- :shortcut.category/basics "Základy"
|
|
|
- :shortcut.category/navigating "Navigácia"
|
|
|
- :shortcut.category/block-editing "Úprava bloku (všeobecné)"
|
|
|
- :shortcut.category/block-command-editing "Príkazy na úpravu bloku"
|
|
|
- :shortcut.category/block-selection "Výber bloku (výber ukončíte stlačením klávesy Esc)"
|
|
|
- :shortcut.category/toggle "Prepínače"
|
|
|
- :shortcut.category/others "Ostatné"
|
|
|
-
|
|
|
- :command.date-picker/complete "Výber dátumu: podvrďte vybraný deň"
|
|
|
- :command.date-picker/next-day "Výber dátumu: vyberte nasledujúci deň"
|
|
|
- :command.date-picker/next-week "Výber dátumu: vyberte nasledujúci týždeň"
|
|
|
- :command.date-picker/prev-day "Výber dátumu: vyberte predchádzajúci deň"
|
|
|
- :command.date-picker/prev-week "Výber dátumu: vyberte predchádzajúci týždeň"
|
|
|
- :command.pdf/previous-page "PDF: Predchádzajúca strana aktuálneho PDF dokumentu"
|
|
|
- :command.pdf/next-page "PDF: Nasledujúca strana aktuálneho PDF dokumentu"
|
|
|
- :command.pdf/close "PDF: Zatvoriť aktuálny PDF dokument"
|
|
|
- :command.pdf/find "PDF: Vyhľadať text v aktuálnom pdf dokumente"
|
|
|
- :command.auto-complete/complete "Automatické dokončovanie: Potvrdiť vybranú položku"
|
|
|
- :command.auto-complete/prev "Automatické dokončovanie: Vybrať predchádzajúcu položku"
|
|
|
- :command.auto-complete/next "Automatické dokončovanie: Vybrať ďalšiu položku"
|
|
|
- :command.auto-complete/shift-complete "Automatické dokončovanie: Otvoriť vybranú položku na bočnom paneli"
|
|
|
- :command.auto-complete/open-link "Automatické dokončovanie: Otvoriť vybranú položku v prehliadači"
|
|
|
- :command.cards/toggle-answers "Karty: Zobraziť/Skryť odpovede"
|
|
|
- :command.cards/next-card "Karty: Ďalšia karta"
|
|
|
- :command.cards/forgotten "Karty: Zabudnuté"
|
|
|
- :command.cards/remembered "Karty: Zapamätané"
|
|
|
- :command.cards/recall "Karty: take a while to recall"
|
|
|
- :command.editor/escape-editing "Zrušiť editovanie"
|
|
|
- :command.editor/backspace "Zmazať dozadu"
|
|
|
- :command.editor/delete "Zmazať dopredu"
|
|
|
- :command.editor/new-block "Vytvoriť nový blok"
|
|
|
- :command.editor/new-line "Nový riadok v aktuálnom bloku"
|
|
|
- :command.editor/new-whiteboard "Nová tabuľa"
|
|
|
- :command.editor/follow-link "Prejsť na odkaz pod kurzorom"
|
|
|
- :command.editor/open-link-in-sidebar "Otvoriť odkaz v bočnom paneli"
|
|
|
- :command.editor/bold "Tučné"
|
|
|
- :command.editor/italics "Kurzíva"
|
|
|
- :command.editor/highlight "Zvýrazniť"
|
|
|
- :command.editor/strike-through "Prečiarknuté"
|
|
|
- :command.editor/clear-block "Odstrániť celý obsah bloku"
|
|
|
- :command.editor/kill-line-before "Odstrániť riadok pred pozíciou kurzora"
|
|
|
- :command.editor/copy-embed "Kopírovať vložený blok ukazujúci na aktuálny blok"
|
|
|
- :command.editor/kill-line-after "Odstrániť riadok za pozíciou kurzora"
|
|
|
- :command.editor/beginning-of-block "Presunúť kurzor na začiatok bloku"
|
|
|
- :command.editor/end-of-block "Presunúť kurzor na koniec bloku"
|
|
|
- :command.editor/forward-word "Posunúť kurzor o slovo dopredu"
|
|
|
- :command.editor/backward-word "Presunúť kurzor o slovo dozadu"
|
|
|
- :command.editor/forward-kill-word "Vymazať slovo dopredu"
|
|
|
- :command.editor/backward-kill-word "Vymazať slovo dozadu"
|
|
|
- :command.editor/replace-block-reference-at-point "Nahradiť referenciu bloku jeho obsahom v bode"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Prilepiť text do jedného bloku v bode"
|
|
|
- :command.editor/insert-youtube-timestamp "Vložiť YouTube časovú značku"
|
|
|
- :command.editor/cycle-todo "Zmeniť stav TODO aktuálnej položky"
|
|
|
- :command.editor/up "Posunúť kurzor nahor/Vybrať nahor"
|
|
|
- :command.editor/down "Posunúť kurzor nadol/Vybrať nadol"
|
|
|
- :command.editor/left "Posunúť kurzor doľava/Otvoriť vybraný blok na začiatku"
|
|
|
- :command.editor/right "Posunúť kurzor doprava/Otvoriť vybraný blok na konci"
|
|
|
- :command.editor/select-up "Vybrať obsah vyššie"
|
|
|
- :command.editor/select-down "Vybrať obsah nižšie"
|
|
|
- :command.editor/move-block-up "Posunúť blok nahor"
|
|
|
- :command.editor/move-block-down "Posunúť blok nadol"
|
|
|
- :command.editor/open-edit "Upraviť vybraný blok"
|
|
|
- :command.editor/select-block-up "Vybrať blok vyššie"
|
|
|
- :command.editor/select-block-down "Vybrať blok nižšie"
|
|
|
- :command.editor/delete-selection "Odstrániť vybrané bloky"
|
|
|
- :command.editor/expand-block-children "Rozbaliť"
|
|
|
- :command.editor/collapse-block-children "Zbaliť"
|
|
|
- :command.editor/indent "Odsadiť blok"
|
|
|
- :command.editor/outdent "Zrusiť odsadenie bloku"
|
|
|
- :command.editor/copy "Kopírovať (skopíruje buď výber alebo referenciu na blok)"
|
|
|
- :command.editor/copy-text "Kopírovať výber ako text"
|
|
|
- :command.editor/cut "Vystrihnúť"
|
|
|
- :command.editor/undo "Zrusiť zmenu"
|
|
|
- :command.editor/redo "Znova"
|
|
|
- :command.editor/insert-link "HTML odkaz"
|
|
|
- :command.editor/select-all-blocks "Vybrať všetky bloky"
|
|
|
- :command.editor/select-parent "Vybrať rodičovský blok"
|
|
|
- :command.editor/zoom-in "Priblížiť upravovaný blok/Inak vpred"
|
|
|
- :command.editor/zoom-out "Oddialiť upravaný blok/Inak dozadu"
|
|
|
- :command.ui/toggle-brackets "Prepnúť, či sa majú zobraziť hranaté zátvorky"
|
|
|
- :command.go/search-in-page "Hľadať bloky na aktuálnej stránke"
|
|
|
- :command.go/electron-find-in-page "Nájsť text na stránke"
|
|
|
- :command.go/electron-jump-to-the-next "Preskočiť na ďalšiu zhodu s vyhľadávaním v Paneli hľadania"
|
|
|
- :command.go/electron-jump-to-the-previous "Preskočiť na predchádzajúcu zhodu s vyhľadávaním v Paneli hľadania"
|
|
|
- :command.go/search "Hľadať stránky a bloky"
|
|
|
- :command.go/journals "Choď do denníkov"
|
|
|
- :command.go/backward "Späť"
|
|
|
- :command.go/forward "Vpred"
|
|
|
- :command.search/re-index "Obnoviť index vyhľadávania"
|
|
|
- :command.sidebar/open-today-page "Otvoriť dnešnú stránku v pravom bočnom paneli"
|
|
|
- :command.sidebar/close-top "Zavri hornú položku na pravom bočnom paneli"
|
|
|
- :command.sidebar/clear "Vymazať všetko na pravom bočnom paneli"
|
|
|
- :command.misc/copy "Kopírovať"
|
|
|
- :command.command-palette/toggle "Zobraziť/Skryť zoznam príkazov"
|
|
|
- :command.graph/export-as-html "Exportovať verejné stránky grafu ako HTML"
|
|
|
- :command.graph/open "Vybrať graf na otvorenie"
|
|
|
- :command.graph/remove "Odstrániť graf"
|
|
|
- :command.graph/add "Pridať graf"
|
|
|
- :command.graph/save "Uložiť aktuálny graf na disk"
|
|
|
- :command.graph/re-index "Preindexovať aktuálny graf"
|
|
|
- :command.command/run "Spustiť príkaz GIT"
|
|
|
- :command.go/home "Prejsť na hlavnú stránku"
|
|
|
- :command.go/all-graphs "Prejsť na všetky grafy"
|
|
|
- :command.go/whiteboards "Prejsť na tabule"
|
|
|
- :command.go/all-pages "Prejsť na všetky stránky"
|
|
|
- :command.go/graph-view "Prejsť na zobrazenie grafu"
|
|
|
- :command.go/keyboard-shortcuts "Prejsť na klávesové skratky"
|
|
|
- :command.go/tomorrow "Prejsť na zajtrajší denník"
|
|
|
- :command.go/next-journal "Prejsť na ďalší denník"
|
|
|
- :command.go/prev-journal "Prejsť na predchádzajúci denník"
|
|
|
- :command.go/flashcards "Zobraziť/Skryť kartičky"
|
|
|
- :command.ui/toggle-document-mode "Zobraziť/Skryť režim dokumentu"
|
|
|
- :command.ui/toggle-settings "Prepnúť nastavenia"
|
|
|
- :command.ui/toggle-right-sidebar "Zobraziť/Skryť pravý bočný panel"
|
|
|
- :command.ui/toggle-left-sidebar "Zobraziť/Skryť ľavý bočný panel"
|
|
|
- :command.ui/toggle-help "Zobraziť/Skryť pomocníka"
|
|
|
- :command.ui/toggle-theme "Prepínať medzi tmavým/svetlým motívom"
|
|
|
- :command.ui/toggle-contents "Zobraziť/Skryť obsah na bočnom paneli"
|
|
|
- :command.command/toggle-favorite "Pridať/Odstrániť z obľúbených"
|
|
|
- :command.editor/open-file-in-default-app "Otvoriť súbor v predvolenej aplikácii"
|
|
|
- :command.editor/open-file-in-directory "Otvoriť súbor v nadradenom adresári"
|
|
|
- :command.editor/copy-current-file "Skopírovať aktuálny súbor"
|
|
|
- :command.ui/toggle-wide-mode "Prepnúť širokouhlý režim"
|
|
|
- :command.ui/select-theme-color "Vyberte dostupné farby motívu"
|
|
|
- :command.ui/goto-plugins "Prejsť na zoznam doplnkov"
|
|
|
- :command.ui/install-plugins-from-file "Inštalovať doplnky z plugins.edn"
|
|
|
- :command.editor/toggle-open-blocks "Prepnúť otvorené bloky (zbaliť alebo rozbaliť všetky bloky)"
|
|
|
- :command.ui/toggle-cards "Zobraziť/Skryť karty"
|
|
|
- :command.git/commit "Spusiť príkaz git commit so správou"}
|
|
|
- :uk {:shortcut.category/formatting "Форматування"
|
|
|
- :shortcut.category/basics "Основи"
|
|
|
- :shortcut.category/navigating "Навігація"
|
|
|
- :shortcut.category/block-editing "Загальне редагування блоку"
|
|
|
- :shortcut.category/block-command-editing "Редагування команди блоку"
|
|
|
- :shortcut.category/block-selection "Вибір блоку (натисніть Esc щоб вийти із вибірки)"
|
|
|
- :shortcut.category/toggle "Перемкнути"
|
|
|
- :shortcut.category/others "Інші"
|
|
|
-
|
|
|
- :command.date-picker/complete "Вибір дати: підтвердити обраний день"
|
|
|
- :command.date-picker/next-day "Вибір дати: виберіть наступний день"
|
|
|
- :command.date-picker/next-week "Вибір дати: виберіть наступний тиждень"
|
|
|
- :command.date-picker/prev-day "Вибір дати: виберіть попередній день"
|
|
|
- :command.date-picker/prev-week "Вибір дати: виберіть попередній тиждень"
|
|
|
- :command.pdf/previous-page "PDF: Попередня сторінка поточного документа PDF"
|
|
|
- :command.pdf/next-page "PDF: Наступна сторінка поточного документа PDF"
|
|
|
- :command.pdf/close "PDF: Закрити поточний документ PDF"
|
|
|
- :command.pdf/find "PDF: Пошук тексту в поточному pdf-документі"
|
|
|
- :command.auto-complete/complete "Автозаповнення: підтвердити вибраний елемент"
|
|
|
- :command.auto-complete/prev "Автозаповнення: попередній елемент"
|
|
|
- :command.auto-complete/next "Автозаповнення: наступний елемент"
|
|
|
- :command.auto-complete/shift-complete "Автозаповнення: відкрити вибраний елемент на бічній панелі"
|
|
|
- :command.auto-complete/open-link "Автозаповнення: відкрити вибраний елемент у браузері"
|
|
|
- :command.cards/toggle-answers "Вкладки: Показати/Сховати відповіді"
|
|
|
- :command.cards/next-card "Карти: ще одна картка"
|
|
|
- :command.cards/forgotten "Карти: забуті"
|
|
|
- :command.cards/remembered "Карти: запам'ятовані"
|
|
|
- :command.cards/recall "Карти: знадобиться деякий час, щоб згадати"
|
|
|
- :command.editor/escape-editing "Скасувати редагування"
|
|
|
- :command.editor/backspace "Видалити в зворотному напрямку"
|
|
|
- :command.editor/delete "Видалити"
|
|
|
- :command.editor/new-block "Створити новоий блок"
|
|
|
- :command.editor/new-line "Новий рядок у поточному блоці"
|
|
|
- :command.editor/new-whiteboard "Нова дошка"
|
|
|
- :command.editor/follow-link "Перейдіть за посиланням"
|
|
|
- :command.editor/open-link-in-sidebar "Відкрити посилання на бічній панелі"
|
|
|
- :command.editor/bold "Жирний"
|
|
|
- :command.editor/italics "Курсив"
|
|
|
- :command.editor/highlight "Виділення"
|
|
|
- :command.editor/strike-through "Закреслений"
|
|
|
- :command.editor/clear-block "Видалити весь вміст блоку"
|
|
|
- :command.editor/kill-line-before "Видалити рядок перед позицією курсору"
|
|
|
- :command.editor/copy-embed "Скопіювати вставлений блок, вказуючи на поточний блок"
|
|
|
- :command.editor/kill-line-after "Видалити рядок після позиції курсора"
|
|
|
- :command.editor/beginning-of-block "Перемістіть курсор на початок блоку"
|
|
|
- :command.editor/end-of-block "Перемістіть курсор у кінець блоку"
|
|
|
- :command.editor/forward-word "Перемістіть курсор на одне слово вперед"
|
|
|
- :command.editor/backward-word "Перемістіть курсор на одне слово назад"
|
|
|
- :command.editor/forward-kill-word "Видалити слово вперед"
|
|
|
- :command.editor/backward-kill-word "Видалити слово назад"
|
|
|
- :command.editor/replace-block-reference-at-point "Замініть посилання на блок його вмістом у точці"
|
|
|
- :command.editor/paste-text-in-one-block-at-point "Вставити текст в один блок за точкою"
|
|
|
- :command.editor/insert-youtube-timestamp "Вставити мітку часу YouTube"
|
|
|
- :command.editor/cycle-todo "Змінити статус TODO для поточного елемента"
|
|
|
- :command.editor/up "Перемістити курсор вгору/Вибрати вгору"
|
|
|
- :command.editor/down "Перемістіть курсор вниз/Виберіть вниз"
|
|
|
- :command.editor/left "Перемістити курсор ліворуч/Відкрити виділений блок на початку"
|
|
|
- :command.editor/right "Перемістити курсор вправо/Відкрити вибраний блок у кінці"
|
|
|
- :command.editor/select-up "Вибрати вміст вище"
|
|
|
- :command.editor/select-down "Вибрати вміст нище"
|
|
|
- :command.editor/move-block-up "Перемістити блок нагору"
|
|
|
- :command.editor/move-block-down "Перемістити блок вниз"
|
|
|
- :command.editor/open-edit "Редагувати виділений блок"
|
|
|
- :command.editor/select-block-up "Вибрати блок вище"
|
|
|
- :command.editor/select-block-down "Вибрати блок нище"
|
|
|
- :command.editor/delete-selection "Видалити вибрані блоки"
|
|
|
- :command.editor/expand-block-children "Розкрити"
|
|
|
- :command.editor/collapse-block-children "Сховати"
|
|
|
- :command.editor/indent "Зсув блоку"
|
|
|
- :command.editor/outdent "Скасувати зсув блоку"
|
|
|
- :command.editor/copy "Копіювати (копіює виділення або посилання на блок)"
|
|
|
- :command.editor/copy-text "Копіювати виділення як текст"
|
|
|
- :command.editor/cut "Вирізати"
|
|
|
- :command.editor/undo "Скасувати зміни"
|
|
|
- :command.editor/redo "Повторити"
|
|
|
- :command.editor/insert-link "HTML посилання"
|
|
|
- :command.editor/select-all-blocks "Вибрати всі блоки"
|
|
|
- :command.editor/select-parent "Вибрати батьківський блок"
|
|
|
- :command.editor/zoom-in "Збільшити"
|
|
|
- :command.editor/zoom-out "Зменшити"
|
|
|
- :command.ui/toggle-brackets "Показати/Сховати квадратні дужки"
|
|
|
- :command.go/search-in-page "Пошук блоків на поточній сторінці"
|
|
|
- :command.go/electron-find-in-page "Знайти текст на сторінці"
|
|
|
- :command.go/electron-jump-to-the-next "Шукати далі"
|
|
|
- :command.go/electron-jump-to-the-previous "Шукати назад"
|
|
|
- :command.go/search "Пошук сторінок і блоків"
|
|
|
- :command.go/journals "Перейти до журналів"
|
|
|
- :command.go/backward "Назад"
|
|
|
- :command.go/forward "Вперед"
|
|
|
- :command.search/re-index "Оновити індекс пошуку"
|
|
|
- :command.sidebar/open-today-page "Відкрити сторінку сьогоднішнього дня на правій бічній панелі"
|
|
|
- :command.sidebar/close-top "Закрити верхній елемент на правій бічній панелі"
|
|
|
- :command.sidebar/clear "Очистити усе на правій бічній панелі"
|
|
|
- :command.misc/copy "Копіювати"
|
|
|
- :command.command-palette/toggle "Показати/Сховати список команд"
|
|
|
- :command.graph/export-as-html "Експортувати загальнодоступні сторінки графіків у форматі HTML"
|
|
|
- :command.graph/open "Виберіть графік, яку потрібно відкрити"
|
|
|
- :command.graph/remove "Видалити графік"
|
|
|
- :command.graph/add "Додати графік"
|
|
|
- :command.graph/save "Зберегти поточний графік на диск"
|
|
|
- :command.graph/re-index "Переіндексувати поточний графік"
|
|
|
- :command.command/run "Виконати команду GIT"
|
|
|
- :command.go/home "Перейти на головну сторінку"
|
|
|
- :command.go/all-graphs "Перейти до всіх діаграм"
|
|
|
- :command.go/whiteboards "Перейти до дошок"
|
|
|
- :command.go/all-pages "Перейти на всі сторінки"
|
|
|
- :command.go/graph-view "Перейти до перегляду графіка"
|
|
|
- :command.go/keyboard-shortcuts "Перейти до комбінацій клавіш"
|
|
|
- :command.go/tomorrow "Перейти до завтрашнього щоденника"
|
|
|
- :command.go/next-journal "Перейти до наступного журналу"
|
|
|
- :command.go/prev-journal "Перейти до попереднього журналу"
|
|
|
- :command.go/flashcards "Показати/Сховати картки"
|
|
|
- :command.ui/toggle-document-mode "Показати/Сховати режим документа"
|
|
|
- :command.ui/toggle-settings "Налаштування перемикача"
|
|
|
- :command.ui/toggle-right-sidebar "Показати/сховати праву бічну панель"
|
|
|
- :command.ui/toggle-left-sidebar "Показати/Сховати ліву бічну панель"
|
|
|
- :command.ui/toggle-help "Показати/Сховати помічника"
|
|
|
- :command.ui/toggle-theme "Перемикання між темною та світлою темою"
|
|
|
- :command.ui/toggle-contents "Показати/Приховати вміст бічної панелі"
|
|
|
- :command.command/toggle-favorite "Додати/Видалити з вибраного"
|
|
|
- :command.editor/open-file-in-default-app "Відкрити файл у програмі за замовчуванням"
|
|
|
- :command.editor/open-file-in-directory "Відкрити файл у папці"
|
|
|
- :command.editor/copy-current-file "Копіювати поточний файл"
|
|
|
- :command.ui/toggle-wide-mode "Перейти у ширококутний режим"
|
|
|
- :command.ui/select-theme-color "Вибрати доступні кольори теми"
|
|
|
- :command.ui/goto-plugins "Перейти до списку плагінів"
|
|
|
- :command.ui/install-plugins-from-file "Встановити плагіни з plugins.edn"
|
|
|
- :command.editor/toggle-open-blocks "Згорнути/Розгорнути всі блоки"
|
|
|
- :command.ui/toggle-cards "Показати/Сховати карти"
|
|
|
- :command.git/commit "Виконати команду git commit із повідомленням"
|
|
|
- :command.ui/clear-all-notifications "Очистити всі сповіщення"
|
|
|
- :command.editor/copy-page-url "Копіювати URL-адресу сторінки"
|
|
|
- :command.dev/show-block-ast "(Dev) Показати блок AST"
|
|
|
- :command.dev/show-block-data "(Dev) Показати дані блоку"
|
|
|
- :command.dev/show-page-ast "(Dev) Показати сторінку AST"
|
|
|
- :command.dev/show-page-data "(Dev) Показати дані сторінки"}
|
|
|
-})
|