From 333694d00eda961fc9cdd8261b7add3306e5155a Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:54 +0200 Subject: [PATCH] New translations en.json (Portuguese, Brazilian) --- src/locales/pt-BR.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/pt-BR.json b/src/locales/pt-BR.json index 55fdb5396..952f1d259 100644 --- a/src/locales/pt-BR.json +++ b/src/locales/pt-BR.json @@ -449,5 +449,36 @@ "shades": "Tons", "hexCode": "Código hexadecimal", "noShades": "Sem tons disponíveis para essa cor" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }