From 3a15c48ab438f10565e02a8e7661acbd61c1bd64 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:34 +0200 Subject: [PATCH] New translations en.json (Finnish) --- src/locales/fi-FI.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/fi-FI.json b/src/locales/fi-FI.json index d1c68b12a..bcdce0f05 100644 --- a/src/locales/fi-FI.json +++ b/src/locales/fi-FI.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": "" + } + } } }