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": "" + } + } } }