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"
}
}