From f57643c4ddfecdcb11b4ae8b1d2c10fc60bc6c72 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:23 +0200 Subject: [PATCH] New translations en.json (Romanian) --- src/locales/ro-RO.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/ro-RO.json b/src/locales/ro-RO.json index cc51f74b5..7b5a692a3 100644 --- a/src/locales/ro-RO.json +++ b/src/locales/ro-RO.json @@ -449,5 +449,36 @@ "shades": "Nuanțe", "hexCode": "Cod hexa", "noShades": "Nu este disponibilă nicio nuanță pentru această culoare" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }