fix(admin-ui): UpdateBanner generic message

This commit is contained in:
Александр Зимин
2026-05-11 10:39:35 +00:00
parent d7be927a7a
commit dc0002f379
2 changed files with 9 additions and 7 deletions
+2
View File
@@ -29,6 +29,7 @@ i18n
'graph.comingSoon.title': 'Скоро',
'graph.comingSoon.description': 'Visualization через d3-force — 40+ справочников с linked edges. В разработке (Stage 3.3 redesign roadmap).',
'updateBanner.message': 'Доступна новая версия НСИ ({{version}}). Обновите страницу, чтобы получить последние исправления.',
'updateBanner.messageGeneric': 'Доступна новая версия НСИ. Обновите страницу, чтобы получить последние исправления.',
'updateBanner.reload': 'Обновить',
'updateBanner.docs': 'Что нового',
'updateBanner.dismiss': 'Закрыть уведомление',
@@ -544,6 +545,7 @@ i18n
'graph.comingSoon.title': 'Coming soon',
'graph.comingSoon.description': 'd3-force visualization of 40+ dictionaries with linked edges. WIP (Stage 3.3 redesign roadmap).',
'updateBanner.message': 'A new NSI version ({{version}}) is available. Reload to get the latest fixes.',
'updateBanner.messageGeneric': 'A new NSI version is available. Reload to get the latest fixes.',
'updateBanner.reload': 'Reload',
'updateBanner.docs': "What's new",
'updateBanner.dismiss': 'Dismiss notification',