From 410fe2f3c77f77972856e9fadb88c2c605cf67f0 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:30 +0200 Subject: [PATCH] New translations en.json (Danish) --- src/locales/da-DK.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/da-DK.json b/src/locales/da-DK.json index dd2b8c3fa..633db64a5 100644 --- a/src/locales/da-DK.json +++ b/src/locales/da-DK.json @@ -449,5 +449,36 @@ "shades": "", "hexCode": "", "noShades": "" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }