From 1a83c889534ae8988634959f57134083c44358cc Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:56 +0200 Subject: [PATCH] New translations en.json (Indonesian) --- src/locales/id-ID.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/id-ID.json b/src/locales/id-ID.json index 8ce039700..cc04f2148 100644 --- a/src/locales/id-ID.json +++ b/src/locales/id-ID.json @@ -449,5 +449,36 @@ "shades": "Nuansa", "hexCode": "Kode hexa", "noShades": "Tidak ada nuansa untuk warna ini" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }