fix translate

This commit is contained in:
smanylov
2026-01-07 14:44:31 +07:00
parent e19b559a19
commit be98bcba3f
3 changed files with 7 additions and 3 deletions
@@ -77,7 +77,11 @@ export default function ProtectionSummary({ fileType }: { fileType: string }) {
<div className="protection-stats">
<div className="protection-stat total-files">
<div className="protection-stat-value">{filesInfo?.totalCount ? filesInfo?.totalCount : 0}</div>
<div className="protection-stat-label">{t('total-files')}</div>
<div className="protection-stat-label">
{t('total-files')}
<br />
({t(`${fileType}s`)})
</div>
</div>
<div className="protection-stat total-checks">
<div className="protection-stat-value">0</div>
+1 -1
View File
@@ -18,7 +18,7 @@
"check": "Checks",
"documents": "Documents",
"videos": "Videos",
"video": "videos",
"video": "video",
"audios": "Audio",
"audio": "audio",
"images": "Images",
+1 -1
View File
@@ -128,7 +128,7 @@
"drag-the-file-here": "Перетащите файл сюда",
"select-files-to-protect": "Выбрать файлы для защиты",
"upload-for-protection": "Загрузить {fileType} для защиты",
"image": "изображений",
"image": "изображение",
"file-has-no-extension": "Файл не имеет расширения",
"have-unsaved-changes": "У вас есть несохраненные изменения. Вы уверены, что хотите покинуть страницу?",
"image-size": "Размер изображения",