# Hush language file -- English (built-in default) # # This file is provided as a complete, up-to-date reference translation: every string hush # knows how to show is listed here. To add a new language, copy this file to .lang # (e.g. de.lang for German) in this same directory, translate the values, and set # `language = ` in your hush config file (see the README). Keys are fixed and must not # be translated or renamed. Lines starting with # are comments; blank lines are ignored. # Save this file as UTF-8. untitled = Untitled # Status bar: " · 1.2 KB · 3 " statusbar.line = line statusbar.lines = lines # Ctrl+X / window-close quit-confirmation dialog (only shown if there are unsaved changes) quit.title = Save changes before quitting? quit.save = Save and quit quit.discard = Quit without saving quit.cancel = Cancel # Ctrl+O open-file dialog, shown instead of the above when there are unsaved changes quit.title_open = Save changes before opening another file? quit.save_open = Save and open quit.discard_open = Open without saving # Ctrl+O open-file dialog open.title = Open file open.confirm = Open open.error = Could not open that file. # F1 / Ctrl+/ shortcuts-help dialog help.title = Keyboard shortcuts help.arrows = Arrow keys — move the cursor help.shift_arrows = Shift + arrow keys — select text help.mouse_drag = Click + drag — select text help.save = Ctrl+S — Save help.open = Ctrl+O — Open a file help.copy_paste = Ctrl+C / Ctrl+V — Copy / paste help.undo_redo = Ctrl+Z / Ctrl+Shift+Z — Undo / redo help.quit = Ctrl+X — Quit help.this_help = F1 — This help help.enter = Enter — New line / new block help.backspace_delete = Backspace / Delete — Delete a character help.home_end = Home / End — Start/end of line help.source_view = Ctrl+M — View raw markdown source help.zoom = Ctrl++ / Ctrl+- — Zoom in / out (Ctrl+0 resets) help.quick_insert = "@" in an empty paragraph — insert menu help.close = Close # Shown in the status bar while the raw-source preview (Ctrl+M) is open source_hint = Raw markdown source — read-only · Ctrl+M or Esc to go back # Block-type names, shown in the "@" quick-insert popup and the left-margin "Turn Into" menu block.h1 = Heading 1 block.h2 = Heading 2 block.h3 = Heading 3 block.h4 = Heading 4 block.h5 = Heading 5 block.h6 = Heading 6 block.bullet = Bullet list block.numbered = Numbered list block.quote = Quote block.code = Code block block.task = Task list block.hr = Horizontal rule block.image = Image block.table = Table # Shown in the "@" quick-insert popup when nothing matches the typed filter quick_insert.empty = No matches