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": "Дело и жалоба в работе",
"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": "Ошибка операции поиска"
}
}