From 29d671bf2c50df4c24d787925f529b6cd32a4094 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:45 +0200 Subject: [PATCH] New translations en.json (Portuguese) --- src/locales/pt-PT.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/pt-PT.json b/src/locales/pt-PT.json index 13e6c27b2..3c52f6b6c 100644 --- a/src/locales/pt-PT.json +++ b/src/locales/pt-PT.json @@ -449,5 +449,36 @@ "shades": "Tons", "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": "" + } + } } }