From 9693eb3383a076e08fe11e6f432b287718ac1738 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:59 +0200 Subject: [PATCH] New translations en.json (Marathi) --- src/locales/mr-IN.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/mr-IN.json b/src/locales/mr-IN.json index d98a1c738..50bc1ce33 100644 --- a/src/locales/mr-IN.json +++ b/src/locales/mr-IN.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": "" + } + } } }