feat(webhooks): stats cards dashboard на subscription detail

This commit is contained in:
Александр Зимин
2026-05-12 12:25:15 +00:00
parent 59a5c65606
commit d864a8561a
3 changed files with 174 additions and 0 deletions
+15
View File
@@ -175,6 +175,14 @@ i18n
'webhooks.secret.acknowledge': 'Сохранил',
'webhooks.deliveries.title': 'История доставок',
'webhooks.deliveries.empty': 'Доставок ещё не было',
'webhooks.stats.pending': 'В очереди',
'webhooks.stats.retrying': 'Retry',
'webhooks.stats.delivered': 'Доставлено',
'webhooks.stats.dlq': 'DLQ',
'webhooks.stats.successRate': 'Success rate',
'webhooks.stats.successRateOf_one': 'из {{count}} завершённой',
'webhooks.stats.successRateOf_few': 'из {{count}} завершённых',
'webhooks.stats.successRateOf_many': 'из {{count}} завершённых',
'webhooks.deliveries.col.eventId': 'Event ID',
'webhooks.deliveries.col.attempts': 'Попыток',
'webhooks.deliveries.col.lastAttempt': 'Последняя попытка',
@@ -815,6 +823,13 @@ i18n
'webhooks.secret.acknowledge': 'Saved it',
'webhooks.deliveries.title': 'Delivery history',
'webhooks.deliveries.empty': 'No deliveries yet',
'webhooks.stats.pending': 'Pending',
'webhooks.stats.retrying': 'Retrying',
'webhooks.stats.delivered': 'Delivered',
'webhooks.stats.dlq': 'DLQ',
'webhooks.stats.successRate': 'Success rate',
'webhooks.stats.successRateOf_one': 'of {{count}} terminal',
'webhooks.stats.successRateOf_other': 'of {{count}} terminal',
'webhooks.deliveries.col.eventId': 'Event ID',
'webhooks.deliveries.col.attempts': 'Attempts',
'webhooks.deliveries.col.lastAttempt': 'Last attempt',