From 5e2cdeb6991b40cd61cecb329f8aa877fe93c920 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:59:50 +0100 Subject: [PATCH] New translations en.json (Danish) --- packages/excalidraw/locales/da-DK.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/packages/excalidraw/locales/da-DK.json b/packages/excalidraw/locales/da-DK.json index 67103e5bb..13ceb529c 100644 --- a/packages/excalidraw/locales/da-DK.json +++ b/packages/excalidraw/locales/da-DK.json @@ -21,7 +21,9 @@ "copyStyles": "Kopier stil", "pasteStyles": "Indsæt stil", "stroke": "Linje", + "changeStroke": "", "background": "Baggrund", + "changeBackground": "", "fill": "Udfyld", "strokeWidth": "Linjebredde", "strokeStyle": "Linjeform", @@ -72,6 +74,7 @@ "canvasColors": "Brugt på lærred", "canvasBackground": "Lærredsbaggrund", "drawingCanvas": "Tegnelærred", + "clearCanvas": "", "layers": "Lag", "actions": "Handlinger", "language": "Sprog", @@ -90,6 +93,7 @@ "libraryLoadingMessage": "", "libraries": "", "loadingScene": "", + "loadScene": "", "align": "", "alignTop": "", "alignBottom": "", @@ -140,7 +144,10 @@ "textToDiagram": "", "prompt": "", "followUs": "", - "discordChat": "" + "discordChat": "", + "zoomToFitViewport": "", + "zoomToFitSelection": "", + "zoomToFit": "" }, "library": { "noItems": "", @@ -539,5 +546,20 @@ "micMuted": "", "isSpeaking": "" } + }, + "commandPalette": { + "title": "", + "shortcuts": { + "select": "", + "confirm": "", + "close": "" + }, + "recents": "", + "search": { + "placeholder": "", + "noMatch": "" + }, + "itemNotAvailable": "", + "shortcutHint": "" } }