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-stats">
|
||||||
<div className="protection-stat total-files">
|
<div className="protection-stat total-files">
|
||||||
<div className="protection-stat-value">{filesInfo?.totalCount ? filesInfo?.totalCount : 0}</div>
|
<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>
|
||||||
<div className="protection-stat total-checks">
|
<div className="protection-stat total-checks">
|
||||||
<div className="protection-stat-value">0</div>
|
<div className="protection-stat-value">0</div>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"check": "Checks",
|
"check": "Checks",
|
||||||
"documents": "Documents",
|
"documents": "Documents",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"video": "videos",
|
"video": "video",
|
||||||
"audios": "Audio",
|
"audios": "Audio",
|
||||||
"audio": "audio",
|
"audio": "audio",
|
||||||
"images": "Images",
|
"images": "Images",
|
||||||
|
|||||||
@@ -128,7 +128,7 @@
|
|||||||
"drag-the-file-here": "Перетащите файл сюда",
|
"drag-the-file-here": "Перетащите файл сюда",
|
||||||
"select-files-to-protect": "Выбрать файлы для защиты",
|
"select-files-to-protect": "Выбрать файлы для защиты",
|
||||||
"upload-for-protection": "Загрузить {fileType} для защиты",
|
"upload-for-protection": "Загрузить {fileType} для защиты",
|
||||||
"image": "изображений",
|
"image": "изображение",
|
||||||
"file-has-no-extension": "Файл не имеет расширения",
|
"file-has-no-extension": "Файл не имеет расширения",
|
||||||
"have-unsaved-changes": "У вас есть несохраненные изменения. Вы уверены, что хотите покинуть страницу?",
|
"have-unsaved-changes": "У вас есть несохраненные изменения. Вы уверены, что хотите покинуть страницу?",
|
||||||
"image-size": "Размер изображения",
|
"image-size": "Размер изображения",
|
||||||
|
|||||||
Reference in New Issue
Block a user