From 361791989dcf740668ca991f27832b07c7aafb73 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:26:10 +0200 Subject: [PATCH] New translations en.json (Kabyle) --- src/locales/kab-KAB.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/kab-KAB.json b/src/locales/kab-KAB.json index a0465c654..d3ac9fdf8 100644 --- a/src/locales/kab-KAB.json +++ b/src/locales/kab-KAB.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": "" + } + } } }