diff --git a/products/ASC.Files/Client/src/components/pages/Home/locales/en/translation.json b/products/ASC.Files/Client/src/components/pages/Home/locales/en/translation.json index 8848d16b6a..e95b358646 100644 --- a/products/ASC.Files/Client/src/components/pages/Home/locales/en/translation.json +++ b/products/ASC.Files/Client/src/components/pages/Home/locales/en/translation.json @@ -124,5 +124,6 @@ "EncryptedFileSaving": "Saving encrypted file", "EncryptedFileCreating": "File {{itemTitle}} successfully created", "DeleteThirdParty": "Delete third party", - "ThirdPartyInfo": "Change the third party info" + "ThirdPartyInfo": "Change the third party info", + "EmptyFile": "Empty file" } diff --git a/products/ASC.Files/Client/src/components/pages/Home/locales/ru/translation.json b/products/ASC.Files/Client/src/components/pages/Home/locales/ru/translation.json index 8b90adc5a5..4ea332fe1a 100644 --- a/products/ASC.Files/Client/src/components/pages/Home/locales/ru/translation.json +++ b/products/ASC.Files/Client/src/components/pages/Home/locales/ru/translation.json @@ -124,5 +124,6 @@ "EncryptedFileSaving": "Сохранение зашифрованного файла", "EncryptedFileCreating": "Создан новый файл {{itemTitle}}", "DeleteThirdParty": "Отключить сторонний ресурс", - "ThirdPartyInfo": "Изменить настройки подключения" + "ThirdPartyInfo": "Изменить настройки подключения", + "EmptyFile": "Пустой файл" }