From 16c549c5aab543b0ce43fe8c622fb96187033807 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:32 +0200 Subject: [PATCH] New translations en.json (Greek) --- src/locales/el-GR.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/el-GR.json b/src/locales/el-GR.json index ce52d8281..4c7d0efdc 100644 --- a/src/locales/el-GR.json +++ b/src/locales/el-GR.json @@ -449,5 +449,36 @@ "shades": "Αποχρώσεις", "hexCode": "Κωδικός Hex", "noShades": "Δεν υπάρχουν διαθέσιμες αποχρώσεις για αυτό το χρώμα" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }