fix translate add intends

This commit is contained in:
smanylov
2026-04-20 17:48:08 +07:00
parent 7800499c72
commit 5dfc3573e5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export default function ReportsInfo() {
<div className="stat-value">
{`${monitoringCount?.day}/${monitoringCount?.weekly}/${monitoringCount?.month}`}
</div>
<div className="stat-label">{t('monitoring')} {t('every')}: {t('day')}/{t('week')}/{t('month')}</div>
<div className="stat-label">{t('monitoring')} {t('every')} {t('day')}/ {t('week_accusative')}/ {t('month')}</div>
</div>
<div className="stat-card storage" data-icon="">
+1 -1
View File
@@ -437,7 +437,7 @@
"in": "в",
"last-content-check": "Последняя проверка контента",
"day": "день",
"week": "неделя",
"week_accusative": "неделю",
"month": "месяц",
"every": "каждый"
},