From aff462bf78f860e175d28d823163b2fd58e2576c Mon Sep 17 00:00:00 2001 From: maggie0002 Date: Fri, 11 Jun 2021 15:33:28 -0700 Subject: [PATCH] Add 'create' strings to i18n --- src/i18n/en.json | 1 + src/i18n/ru.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/en.json b/src/i18n/en.json index 35f2b45..d9dcaaf 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -10,6 +10,7 @@ "copy_error": "The following files could not be copied:", "copy_success": "Files copied.", "copylink": "Copy link", + "create": "Create", "create_archive": "Create archive", "data": "Data", "delete": "Delete", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 933fa1d..d9ef454 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -10,6 +10,7 @@ "copylink": "Копировать ссылку", "copy_error": "Не удалось скопировать следующие файлы:", "copy_success": "Файл(ы) успешно скопированы.", + "create": "Создать и выйти", "create_archive": "Создать архив", "data": "Данные", "delete": "Удалить",