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