change translates
This commit is contained in:
@@ -84,7 +84,7 @@ export default function DashboardUserStats() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="stat-label">
|
<div className="stat-label">
|
||||||
{t('violations')}
|
{t('matches')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ export default function AnalyticsCardGeography() {
|
|||||||
<div className="analytics-header">
|
<div className="analytics-header">
|
||||||
<div className="analytics-icon"></div>
|
<div className="analytics-icon"></div>
|
||||||
<h3 className="analytics-title">
|
<h3 className="analytics-title">
|
||||||
{t('geography-of-violations')}
|
{t('geography-of-matches')}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
{violationGeography && (
|
{violationGeography && (
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ export default function FinalSummary() {
|
|||||||
{violationStatistic?.total_violations ?? 0}
|
{violationStatistic?.total_violations ?? 0}
|
||||||
</div>
|
</div>
|
||||||
<div className="summary-stat-label">
|
<div className="summary-stat-label">
|
||||||
{t('violations-found')}
|
{t('matches-found')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export default function ReportsInfo() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="stat-value">{violationStatistic?.total_violations ?? 0}</div>
|
<div className="stat-value">{violationStatistic?.total_violations ?? 0}</div>
|
||||||
<div className="stat-label">{t('violations-few')}</div>
|
<div className="stat-label">{t('matches')}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="stat-card checks" data-icon="">
|
<div className="stat-card checks" data-icon="">
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ export default function ViolationsTable() {
|
|||||||
header: ({ column }) => (
|
header: ({ column }) => (
|
||||||
<div className="column">
|
<div className="column">
|
||||||
<span>
|
<span>
|
||||||
{t('violation')}
|
{t('matches')}
|
||||||
</span>
|
</span>
|
||||||
<button
|
<button
|
||||||
onClick={() => column.toggleSorting(column.getIsSorted() === 'asc')}
|
onClick={() => column.toggleSorting(column.getIsSorted() === 'asc')}
|
||||||
@@ -309,7 +309,7 @@ export default function ViolationsTable() {
|
|||||||
<h3
|
<h3
|
||||||
className="tanstak-table-title"
|
className="tanstak-table-title"
|
||||||
>
|
>
|
||||||
{t('violations-detected')}
|
{t('matches-detected')}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{/* Фильтры */}
|
{/* Фильтры */}
|
||||||
|
|||||||
@@ -309,6 +309,7 @@
|
|||||||
"file-file-name-already-exists": "The file {fileName} already exists on the account.",
|
"file-file-name-already-exists": "The file {fileName} already exists on the account.",
|
||||||
"file-file-name-does-not-exist": "The file {fileName} does not exist on the account.",
|
"file-file-name-does-not-exist": "The file {fileName} does not exist on the account.",
|
||||||
"violations-detected": "Violations detected",
|
"violations-detected": "Violations detected",
|
||||||
|
"matches-detected": "Matches detected",
|
||||||
"content-verification-status": "Content verification status",
|
"content-verification-status": "Content verification status",
|
||||||
"violation-data-updated": "Violation data updated",
|
"violation-data-updated": "Violation data updated",
|
||||||
"open": "Open",
|
"open": "Open",
|
||||||
@@ -323,7 +324,7 @@
|
|||||||
"general-indicators-of-the-protection-system": "General indicators of the protection system",
|
"general-indicators-of-the-protection-system": "General indicators of the protection system",
|
||||||
"total-number-of-checks": "Total number of checks",
|
"total-number-of-checks": "Total number of checks",
|
||||||
"protected-content": "Protected content",
|
"protected-content": "Protected content",
|
||||||
"geography-of-violations": "Geography of violations",
|
"geography-of-matches": "Geography of matches",
|
||||||
"activity-by-month": "Activity by month",
|
"activity-by-month": "Activity by month",
|
||||||
"january": "January",
|
"january": "January",
|
||||||
"february": "February",
|
"february": "February",
|
||||||
@@ -350,6 +351,7 @@
|
|||||||
"violation-count": "Violation count",
|
"violation-count": "Violation count",
|
||||||
"your-files": "Your files",
|
"your-files": "Your files",
|
||||||
"files-under-protection": "Files under protection",
|
"files-under-protection": "Files under protection",
|
||||||
|
"matches": "Matches",
|
||||||
"matches-found": "Matches found",
|
"matches-found": "Matches found",
|
||||||
"violations-in-progress": "Violations in progress",
|
"violations-in-progress": "Violations in progress",
|
||||||
"sum-of-pay-is-required": "Sum of payout is required",
|
"sum-of-pay-is-required": "Sum of payout is required",
|
||||||
|
|||||||
@@ -309,6 +309,7 @@
|
|||||||
"file-file-name-already-exists": "Файл {fileName} уже есть на аккаунте.",
|
"file-file-name-already-exists": "Файл {fileName} уже есть на аккаунте.",
|
||||||
"file-file-name-does-not-exist": "Файла {fileName} на аккаунте нет.",
|
"file-file-name-does-not-exist": "Файла {fileName} на аккаунте нет.",
|
||||||
"violations-detected": "Обнаруженные нарушения",
|
"violations-detected": "Обнаруженные нарушения",
|
||||||
|
"matches-detected": "Обнаруженные совпадения",
|
||||||
"content-verification-status": "Статус проверки контента",
|
"content-verification-status": "Статус проверки контента",
|
||||||
"violation-data-updated": "Данные нарушений обновлены",
|
"violation-data-updated": "Данные нарушений обновлены",
|
||||||
"open": "Открыть",
|
"open": "Открыть",
|
||||||
@@ -323,7 +324,7 @@
|
|||||||
"general-indicators-of-the-protection-system": "Общие показатели системы защиты",
|
"general-indicators-of-the-protection-system": "Общие показатели системы защиты",
|
||||||
"total-number-of-checks": "Всего проверок",
|
"total-number-of-checks": "Всего проверок",
|
||||||
"protected-content": "Защищенного контента",
|
"protected-content": "Защищенного контента",
|
||||||
"geography-of-violations": "География нарушений",
|
"geography-of-matches": "География совпадений",
|
||||||
"activity-by-month": "Активность по месяцам",
|
"activity-by-month": "Активность по месяцам",
|
||||||
"january": "Январь",
|
"january": "Январь",
|
||||||
"february": "Февраль",
|
"february": "Февраль",
|
||||||
@@ -350,6 +351,7 @@
|
|||||||
"violation-count": "Количество нарушений",
|
"violation-count": "Количество нарушений",
|
||||||
"your-files": "Ваши файлы",
|
"your-files": "Ваши файлы",
|
||||||
"files-under-protection": "Файлов под защитой",
|
"files-under-protection": "Файлов под защитой",
|
||||||
|
"matches": "Совпадения",
|
||||||
"matches-found": "Найдено совпадений",
|
"matches-found": "Найдено совпадений",
|
||||||
"violations-in-progress": "Нарушений в работе",
|
"violations-in-progress": "Нарушений в работе",
|
||||||
"sum-of-pay-is-required": "Введите сумму выплаты",
|
"sum-of-pay-is-required": "Введите сумму выплаты",
|
||||||
@@ -581,6 +583,6 @@
|
|||||||
"Status": "Статус"
|
"Status": "Статус"
|
||||||
},
|
},
|
||||||
"Countryes": {
|
"Countryes": {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user