add notification context
This commit is contained in:
@@ -605,7 +605,27 @@
|
||||
"notification-token-not-found": "Token not found",
|
||||
"notification-file-moderation": "File moderation event",
|
||||
"notification-file-added": "File added to system",
|
||||
"notification-search-operation-filed": "Search operation failed"
|
||||
"notification-search-operation-filed": "Search operation failed",
|
||||
"not-specified": "not specified",
|
||||
"not-specified-date": "not specified",
|
||||
"not-specified-file-name": "not specified",
|
||||
"message-missing": "message missing",
|
||||
"reason-not-specified": "reason not specified",
|
||||
"no-comment": "no comment",
|
||||
"unknown-user": "unknown user",
|
||||
"error-not-described": "error not described",
|
||||
"not-scheduled": "not scheduled",
|
||||
"notification-without-text": "Notification without text",
|
||||
"user-verified": "Status: {status}. Update date: {updateDate}",
|
||||
"monitoring-result": "Monitoring result: {message}",
|
||||
"complaint-status-changed": "Complaint status changed from {oldStatus} to {newStatus}. Violation: {violation}. File: {file}",
|
||||
"file-added-to-system": "Status: {status}. File name: {fileName}",
|
||||
"file-moderation-event": "File moderation for '{fileName}'. Status changed from {oldStatus} to {newStatus}. Comment: {comment}",
|
||||
"payment-result": "Payment result: {status}. Amount: {amount}",
|
||||
"referral-registered": "Referral registered: {referralUser}",
|
||||
"search-result": "Search results from {startDate} to {endDate}. Type: {searchType}. Files found: {count}",
|
||||
"search-operation-failed": "Status: {status}. Message: {message}. Reason: {reason}. Next run: {nextRun}",
|
||||
"token-not-found": "Current: {currentTokens}, needed: {needTokens}. Message: {message}. Next run: {nextRun}"
|
||||
},
|
||||
"User-status": {
|
||||
"under-moderation": "Under moderation",
|
||||
|
||||
@@ -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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user