+
+ {t('audios')}
+
+
{filesInfo.audios_quantity ? filesInfo.audios_quantity : 0}
+
{t('your-audios')}
- 💾 Размер
- 223.7 МБ
+ {t('size')}
+ {filesInfo.audios_size ? convertBytes(filesInfo.audios_size) : 0}
- 🛡️ Защищено
- 36 файлов
+ {t('checks')}
+ {filesInfo.audios_check ? filesInfo.audios_check : 0}
- ⚠️ Нарушений
- 0
+ {t('violations')}
+ {filesInfo.audios_violations ? filesInfo.audios_violations : 0}
-
PDF-ФАЙЛЫ
-
73
-
Ваши PDF-файлы
+
+
+ {t('documents')}
+
+
{filesInfo.documents_quantity ? filesInfo.documents_quantity : 0}
+
{t('your-documents')}
- 💾 Размер
- 28.9 МБ
+ {t('size')}
+ {filesInfo.documents_check ? convertBytes(filesInfo.documents_check) : 0}
- 🛡️ Защищено
- 70 файлов
+ {t('checks')}
+ {filesInfo.documents_check ? filesInfo.documents_check : 0}
- ⚠️ Нарушений
- 0
+ {t('violations')}
+ {filesInfo.documents_violations ? filesInfo.documents_violations : 0}
diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json
index facd2fd..304e07e 100644
--- a/src/i18n/messages/en.json
+++ b/src/i18n/messages/en.json
@@ -162,7 +162,11 @@
"failed-to-download-file": "Failed to download file",
"file-is-downloading": "The file is downloading",
"status": "status",
- "refferal-program": "Referral program"
+ "refferal-program": "Referral program",
+ "your-image": "Your images",
+ "your-videos": "Your videos",
+ "your-audios": "Your audios",
+ "your-documents": "Your documents"
},
"Login-register-form": {
"and": "and",
diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json
index 426f6e7..4e45131 100644
--- a/src/i18n/messages/ru.json
+++ b/src/i18n/messages/ru.json
@@ -162,7 +162,11 @@
"failed-to-download-file": "Не удалось скачать файл",
"file-is-downloading": "Скачивается файл",
"status": "статус",
- "refferal-program": "Реферальная программа"
+ "refferal-program": "Реферальная программа",
+ "your-image": "Ваши изображения",
+ "your-videos": "Ваш видео",
+ "your-audios": "Ваш аудио",
+ "your-documents": "Ваши документы"
},
"Login-register-form": {
"and": "и",