From 21b7af4750cfb8dd11a441f665576b09fc1bb842 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:44 +0200 Subject: [PATCH] New translations en.json (Polish) --- src/locales/pl-PL.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/pl-PL.json b/src/locales/pl-PL.json index 8cdd54736..bcb55d285 100644 --- a/src/locales/pl-PL.json +++ b/src/locales/pl-PL.json @@ -449,5 +449,36 @@ "shades": "Odcienie", "hexCode": "Kod HEX", "noShades": "Brak dostępnych odcieni dla tego koloru" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }