fix translate add intends
This commit is contained in:
@@ -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="">
|
||||
|
||||
@@ -437,7 +437,7 @@
|
||||
"in": "в",
|
||||
"last-content-check": "Последняя проверка контента",
|
||||
"day": "день",
|
||||
"week": "неделя",
|
||||
"week_accusative": "неделю",
|
||||
"month": "месяц",
|
||||
"every": "каждый"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user