add translate, add remove notification function

This commit is contained in:
smanylov
2026-04-07 12:45:09 +07:00
parent 8048c0ff0e
commit c57685065a
4 changed files with 98 additions and 17 deletions
+20
View File
@@ -513,5 +513,25 @@
"COMPLAINT_AND_LEGAL_IN_WORK": "Complaint and legal in work",
"AUTHORIZED_USE": "Authorized use",
"CREATED": "New"
},
"Notifications": {
"notification-search-result": "Search result",
"notification-monitoring-result": "Monitoring result",
"notification-operation-impossible": "Operation impossible",
"notification-start-failed-now": "Failed to start now",
"notification-start-failed-next": "Failed to start later",
"notification-payout-result": "Payout result",
"notification-payment-result": "Payment result",
"notification-referral-deposit": "Referral deposit",
"notification-referral-registered": "Referral registered",
"notification-referral-activated": "Referral activated",
"notification-complaint-status": "Complaint status changed",
"notification-case-status": "Case status changed",
"notification-incoming-message": "Incoming message",
"notification-tariff-expiring": "Tariff expiring",
"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"
}
}
+20
View File
@@ -513,5 +513,25 @@
"COMPLAINT_AND_LEGAL_IN_WORK": "Дело и жалоба в работе",
"AUTHORIZED_USE": "Разрешенное использование",
"CREATED": "Новый"
},
"Notifications": {
"notification-search-result": "Результат поиска",
"notification-monitoring-result": "Результат мониторинга",
"notification-operation-impossible": "Операция невозможна",
"notification-start-failed-now": "Не удалось запустить сейчас",
"notification-start-failed-next": "Не удалось запустить позднее",
"notification-payout-result": "Результат выплаты",
"notification-payment-result": "Результат платежа",
"notification-referral-deposit": "Депозит реферала",
"notification-referral-registered": "Реферал зарегистрирован",
"notification-referral-activated": "Реферал активирован",
"notification-complaint-status": "Статус жалобы изменён",
"notification-case-status": "Статус обращения изменён",
"notification-incoming-message": "Входящее сообщение",
"notification-tariff-expiring": "Истечение тарифа",
"notification-token-not-found": "Токен не найден",
"notification-file-moderation": "Модерация файла",
"notification-file-added": "Файл добавлен в систему",
"notification-search-operation-filed": "Ошибка операции поиска"
}
}