feat(admin-ui): Sidebar 220px + TopBar (Stage 3.1)
This commit is contained in:
@@ -18,6 +18,16 @@ i18n
|
||||
'theme.dark': 'Тёмная',
|
||||
'theme.system': 'Системная',
|
||||
'nav.docs': 'Руководство',
|
||||
'nav.home': 'Главная',
|
||||
'nav.graph': 'Граф связей',
|
||||
'nav.section.workflow': 'Workflow',
|
||||
'nav.section.admin': 'Администрирование',
|
||||
'topbar.search.label': 'Поиск',
|
||||
'topbar.search.placeholder': 'Поиск по справочникам, ⌘K',
|
||||
'graph.title': 'Граф связей справочников',
|
||||
'graph.description': 'Сетевая диаграмма всех справочников и их FK-связей. Кликните по узлу — откроется детальный вид.',
|
||||
'graph.comingSoon.title': 'Скоро',
|
||||
'graph.comingSoon.description': 'Visualization через d3-force — 40+ справочников с linked edges. В разработке (Stage 3.3 redesign roadmap).',
|
||||
'updateBanner.message': 'Доступна новая версия НСИ ({{version}}). Обновите страницу, чтобы получить последние исправления.',
|
||||
'updateBanner.reload': 'Обновить',
|
||||
'updateBanner.docs': 'Что нового',
|
||||
@@ -523,6 +533,16 @@ i18n
|
||||
'theme.dark': 'Dark',
|
||||
'theme.system': 'System',
|
||||
'nav.docs': 'Docs',
|
||||
'nav.home': 'Home',
|
||||
'nav.graph': 'Relations graph',
|
||||
'nav.section.workflow': 'Workflow',
|
||||
'nav.section.admin': 'Admin',
|
||||
'topbar.search.label': 'Search',
|
||||
'topbar.search.placeholder': 'Search dictionaries, ⌘K',
|
||||
'graph.title': 'Dictionary relations graph',
|
||||
'graph.description': 'Network diagram of all dictionaries and their FK links. Click a node for detail.',
|
||||
'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.reload': 'Reload',
|
||||
'updateBanner.docs': "What's new",
|
||||
|
||||
Reference in New Issue
Block a user