add notification context

This commit is contained in:
smanylov
2026-05-14 14:30:20 +07:00
parent 9c011b6416
commit 13a5db6313
6 changed files with 162 additions and 15 deletions
+22 -4
View File
@@ -605,7 +605,27 @@
"notification-token-not-found": "Токен не найден",
"notification-file-moderation": "Модерация файла",
"notification-file-added": "Файл добавлен в систему",
"notification-search-operation-filed": "Ошибка операции поиска"
"notification-search-operation-filed": "Ошибка операции поиска",
"not-specified": "не указан",
"not-specified-date": "не указана",
"not-specified-file-name": "не указано",
"message-missing": "сообщение отсутствует",
"reason-not-specified": "причина не указана",
"no-comment": "без комментария",
"unknown-user": "неизвестный пользователь",
"error-not-described": "ошибка не описана",
"not-scheduled": "не запланирован",
"notification-without-text": "Уведомление без текста",
"user-verified": "Статус: {status}. Дата обновления: {updateDate}",
"monitoring-result": "Результат мониторинга: {message}",
"complaint-status-changed": "Статус жалобы изменён с {oldStatus} на {newStatus}. Нарушение: {violation}. Файл: {file}",
"file-added-to-system": "Статус: {status}. Имя файла: {fileName}",
"file-moderation-event": "Модерация файла '{fileName}'. Статус изменён с {oldStatus} на {newStatus}. Комментарий: {comment}",
"payment-result": "Результат платежа: {status}. Сумма: {amount}",
"referral-registered": "Зарегистрирован реферал: {referralUser}",
"search-result": "Результаты поиска с {startDate} по {endDate}. Тип: {searchType}. Найдено файлов: {count}",
"search-operation-failed": "Статус: {status}. Сообщение: {message}. Причина: {reason}. Следующий запуск: {nextRun}",
"token-not-found": "Текущие: {currentTokens}, необходимо: {needTokens}. Сообщение: {message}. Следующий запуск: {nextRun}"
},
"User-status": {
"under-moderation": "На модерации",
@@ -616,7 +636,5 @@
"user-verification": "Верификация пользователя",
"Status": "Статус"
},
"Countryes": {
}
"Countryes": {}
}