From dbf8cc13123c1b787022f0e37c11d2ffc471d795 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:29 +0200 Subject: [PATCH] New translations en.json (Czech) --- src/locales/cs-CZ.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/cs-CZ.json b/src/locales/cs-CZ.json index 528fb1b63..0c64c5dd3 100644 --- a/src/locales/cs-CZ.json +++ b/src/locales/cs-CZ.json @@ -449,5 +449,36 @@ "shades": "Stíny", "hexCode": "Hex kód", "noShades": "Pro tuto barvu nejsou k dispozici žádné odstíny" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }