fix translate
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"check": "Checks",
|
||||
"documents": "Documents",
|
||||
"videos": "Videos",
|
||||
"video": "videos",
|
||||
"video": "video",
|
||||
"audios": "Audio",
|
||||
"audio": "audio",
|
||||
"images": "Images",
|
||||
|
||||
@@ -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": "Размер изображения",
|
||||
|
||||
Reference in New Issue
Block a user