From 4dccec4276bcf00199063ed8042cf98ea7d0f3c0 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:35:50 +0200 Subject: [PATCH] New translations en.json (Russian) --- src/locales/ru-RU.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json index 691bdf541..fe04d033e 100644 --- a/src/locales/ru-RU.json +++ b/src/locales/ru-RU.json @@ -453,29 +453,29 @@ "overwriteConfirm": { "action": { "exportToImage": { - "title": "", - "button": "", + "title": "Экспортировать как изображение", + "button": "Экспортировать как изображение", "description": "" }, "saveToDisk": { - "title": "", - "button": "", + "title": "Сохранить на диск", + "button": "Сохранить на диск", "description": "" }, "excalidrawPlus": { - "title": "", - "button": "", + "title": "Excalidraw+", + "button": "Экспорт в Excalidraw+", "description": "" } }, "modal": { "loadFromFile": { - "title": "", - "button": "", + "title": "Загрузить из файла", + "button": "Загрузить из файла", "description": "" }, "shareableLink": { - "title": "", + "title": "Загрузить по ссылке", "button": "", "description": "" }