From a09cfa9afaf435c991fe235d12cb4f5faeb5fe1e Mon Sep 17 00:00:00 2001 From: Anth0rx Date: Fri, 21 Apr 2023 18:10:50 +0200 Subject: [PATCH] Update German translation for shortcuts --- src/main/frontend/modules/shortcut/dicts.cljc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/frontend/modules/shortcut/dicts.cljc b/src/main/frontend/modules/shortcut/dicts.cljc index 1fa18bda9e..9fcd9b90cd 100644 --- a/src/main/frontend/modules/shortcut/dicts.cljc +++ b/src/main/frontend/modules/shortcut/dicts.cljc @@ -336,6 +336,7 @@ :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" @@ -378,6 +379,7 @@ :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"