feat(timetravel): Records + Schema tabs wired with real data

This commit is contained in:
Александр Зимин
2026-05-12 13:00:03 +00:00
parent 8878b3f0b6
commit 775b8345e3
2 changed files with 282 additions and 21 deletions
+27
View File
@@ -203,6 +203,20 @@ i18n
'queryError.generic.body': 'Что-то пошло не так. Попробуйте ещё раз.',
'timeTravel.empty.noEvents': 'Между этими моментами ничего не менялось.',
'timeTravel.action.diff': 'Diff',
'timeTravel.records.empty': 'На {{date}} записей не было.',
'timeTravel.records.title_one': '{{count}} запись на {{date}}',
'timeTravel.records.title_few': '{{count}} записи на {{date}}',
'timeTravel.records.title_many': '{{count}} записей на {{date}}',
'timeTravel.records.col.name': 'Название',
'timeTravel.records.col.validFrom': 'Действует с',
'timeTravel.records.truncated': 'Показано {{visible}} из {{total}}. Откройте как readonly для полного списка.',
'timeTravel.schema.fieldsTitle': 'Поля справочника на v{{version}}',
'timeTravel.schema.empty': 'Полей нет.',
'timeTravel.schema.fallback': 'Показана live-схема — diff на эту версию недоступен.',
'timeTravel.schema.historyTitle': 'История этой версии',
'timeTravel.schema.author': 'автор',
'timeTravel.schema.date': 'дата',
'timeTravel.schema.noHistory': 'История недоступна для выбранного момента.',
'webhooks.deliveries.col.eventId': 'Event ID',
'webhooks.deliveries.col.attempts': 'Попыток',
'webhooks.deliveries.col.lastAttempt': 'Последняя попытка',
@@ -870,6 +884,19 @@ i18n
'queryError.generic.body': 'Something went wrong. Please try again.',
'timeTravel.empty.noEvents': 'Nothing changed between these moments.',
'timeTravel.action.diff': 'Diff',
'timeTravel.records.empty': 'No records existed on {{date}}.',
'timeTravel.records.title_one': '{{count}} record on {{date}}',
'timeTravel.records.title_other': '{{count}} records on {{date}}',
'timeTravel.records.col.name': 'Name',
'timeTravel.records.col.validFrom': 'Valid from',
'timeTravel.records.truncated': 'Showing {{visible}} of {{total}}. Open as readonly for the full list.',
'timeTravel.schema.fieldsTitle': 'Dictionary fields at v{{version}}',
'timeTravel.schema.empty': 'No fields.',
'timeTravel.schema.fallback': 'Live schema shown — historical diff unavailable for this version.',
'timeTravel.schema.historyTitle': 'History of this version',
'timeTravel.schema.author': 'author',
'timeTravel.schema.date': 'date',
'timeTravel.schema.noHistory': 'History unavailable for the picked moment.',
'webhooks.deliveries.col.eventId': 'Event ID',
'webhooks.deliveries.col.attempts': 'Attempts',
'webhooks.deliveries.col.lastAttempt': 'Last attempt',