From 0f4569ae7fd82233f87bf9239d200cc7b50fe171 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:48 +0200 Subject: [PATCH] New translations en.json (Swedish) --- src/locales/sv-SE.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/sv-SE.json b/src/locales/sv-SE.json index e437e3924..e38900343 100644 --- a/src/locales/sv-SE.json +++ b/src/locales/sv-SE.json @@ -449,5 +449,36 @@ "shades": "Nyanser", "hexCode": "Hex-kod", "noShades": "Inga nyanser tillgängliga för denna färg" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }