fix translate add intends
This commit is contained in:
@@ -49,7 +49,7 @@ export default function ReportsInfo() {
|
|||||||
<div className="stat-value">
|
<div className="stat-value">
|
||||||
{`${monitoringCount?.day}/${monitoringCount?.weekly}/${monitoringCount?.month}`}
|
{`${monitoringCount?.day}/${monitoringCount?.weekly}/${monitoringCount?.month}`}
|
||||||
</div>
|
</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>
|
||||||
|
|
||||||
<div className="stat-card storage" data-icon="">
|
<div className="stat-card storage" data-icon="">
|
||||||
|
|||||||
@@ -437,7 +437,7 @@
|
|||||||
"in": "в",
|
"in": "в",
|
||||||
"last-content-check": "Последняя проверка контента",
|
"last-content-check": "Последняя проверка контента",
|
||||||
"day": "день",
|
"day": "день",
|
||||||
"week": "неделя",
|
"week_accusative": "неделю",
|
||||||
"month": "месяц",
|
"month": "месяц",
|
||||||
"every": "каждый"
|
"every": "каждый"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user