add translate and make refactor

This commit is contained in:
smanylov
2025-12-17 16:41:07 +07:00
parent fd59fb3e5e
commit 9b8cb3b583
13 changed files with 261 additions and 83 deletions
+48 -3
View File
@@ -55,7 +55,7 @@
"type-filter": "Type filter",
"items-per-page": "Items per page",
"email": "Email",
"image-protection": "Защита изображений",
"image-protection": "Image protection",
"account-settings": "Account settings",
"personal-data": "Personal data",
"full-name": "Full name",
@@ -69,7 +69,52 @@
"female": "Female",
"used-to-send-congratulations": "Used to send congratulations",
"automatically-filled-in-based-on-date-of-birth": "Automatically filled in based on date of birth",
"save-changes": "Save changes"
"save-changes": "Save changes",
"video-protection": "Video protection",
"audio-protection": "Audio protection",
"notifications-and-monitoring": "Notifications and Monitoring",
"email-notifications": "Email Notifications",
"receive-violation-notifications-on-email": "Receive violation notifications via email",
"automatic-monitoring": "Automatic Monitoring",
"automatic-content-check-on-internet": "Automatic content check on the internet",
"monitoring-frequency": "Monitoring Frequency",
"daily": "Daily",
"weekly": "Weekly",
"monthly": "Monthly",
"watermark-intensity": "Watermark Intensity",
"low": "Low",
"medium": "Medium",
"high": "High",
"security": "Security",
"current-password": "Current Password",
"new-password": "New Password",
"minimum-8-characters": "Minimum 8 characters",
"confirm-password": "Confirm Password",
"change-password": "Change Password",
"subscription": "Subscription",
"api-settings": "API Settings",
"your-api-key": "Your API Key",
"copy": "Copy",
"update-key": "Update Key",
"api-documentation": "API Documentation",
"full-api-documentation-available-at-link": "Full API documentation available at the link",
"last-activity": "Last Activity",
"no-activity-records-yet": "No activity records yet",
"use-this-key-for-api-access": "Use this key for API access. Do not share it with third parties.",
"danger-zone": "Danger Zone",
"account-deletion": "Account Deletion",
"account-deletion-warning": "Account deletion will lead to irreversible loss of all data, including uploaded content, reports and settings. This action cannot be undone.",
"delete-account": "Delete Account",
"reset-all-settings": "Reset All Settings",
"reset-settings-description": "Restore all account settings to default values.",
"reset-settings": "Reset Settings",
"notifications": "Notifications",
"no-new": "No new",
"tokens-added": "Tokens added",
"added": "Added",
"no-data": "No data",
"view-all": "View all",
"days-ago": "days ago"
},
"Login-register-form": {
"and": "and",
@@ -115,7 +160,7 @@
"sign-in": "Sign in",
"terms-of-use": "terms of use",
"email-already-registered": "Email already registered",
"password-does-not-match" : "Password does not match",
"password-does-not-match": "Password does not match",
"email-not-found": "Email not found",
"register-error-no-digits": "The name should not contain a number."
}
+47 -2
View File
@@ -69,7 +69,52 @@
"female": "Женский",
"used-to-send-congratulations": "Используется для отправки поздравления",
"automatically-filled-in-based-on-date-of-birth": "Заполняется автоматически исходя из даты рождения",
"save-changes": "Сохранить изменения"
"save-changes": "Сохранить изменения",
"video-protection": "Защита видео",
"audio-protection": "Защита аудио",
"notifications-and-monitoring": "Уведомления и мониторинг",
"email-notifications": "Email уведомления",
"receive-violation-notifications-on-email": "Получать уведомления о нарушениях на email",
"automatic-monitoring": "Автоматический мониторинг",
"automatic-content-check-on-internet": "Автоматическая проверка контента в интернете",
"monitoring-frequency": "Частота мониторинга",
"daily": "Ежедневно",
"weekly": "Еженедельно",
"monthly": "Ежемесячно",
"watermark-intensity": "Интенсивность водяного знака",
"low": "Низкая",
"medium": "Средняя",
"high": "Высокая",
"security": "Безопасность",
"current-password": "Текущий пароль",
"new-password": "Новый пароль",
"minimum-8-characters": "Минимум 8 символов",
"confirm-password": "Подтвердите пароль",
"change-password": "Изменить пароль",
"subscription": "Подписка",
"api-settings": "API настройки",
"your-api-key": "Ваш API ключ",
"copy": "Копировать",
"update-key": "Обновить ключ",
"api-documentation": "Документация API",
"full-api-documentation-available-at-link": "Полная документация API доступна по ссылке",
"last-activity": "Последняя активность",
"no-activity-records-yet": "Пока нет записей о активности",
"use-this-key-for-api-access": "Используйте этот ключ для доступа к API. Не передавайте его третьим лицам.",
"danger-zone": "Опасная зона",
"account-deletion": "Удаление аккаунта",
"account-deletion-warning": "Удаление аккаунта приведет к безвозвратной потере всех данных, включая загруженный контент, отчеты и настройки. Это действие нельзя отменить.",
"delete-account": "Удалить аккаунт",
"reset-all-settings": "Сброс всех настроек",
"reset-settings-description": "Восстановить все настройки аккаунта к значениям по умолчанию.",
"reset-settings": "Сбросить настройки",
"notifications": "Уведомления",
"no-new": "Нет новых",
"tokens-added": "Токены добавлены",
"added": "Добавлено",
"no-data": "Нет данных",
"view-all": "Посмотреть все",
"days-ago": "дней назад"
},
"Login-register-form": {
"and": "и",
@@ -115,7 +160,7 @@
"sign-in": "Войти в систему",
"terms-of-use": "условиями использования",
"email-already-registered": "Такой Email уже зарегистрирован",
"password-does-not-match" : "Пароль не совпадает",
"password-does-not-match": "Пароль не совпадает",
"email-not-found": "Email не найден",
"register-error-no-digits": "В имени не должно быть цифр."
}