feat(admin-ui): shadcn/ui + Tailwind v4 foundation + theme switch

This commit is contained in:
Александр Зимин
2026-05-10 21:46:47 +00:00
parent c11a70128c
commit 3bfa7cae17
10 changed files with 1448 additions and 26 deletions
+10
View File
@@ -13,6 +13,11 @@ i18n
'ru-RU': {
translation: {
'app.title': 'Ordinis',
'theme.label': 'Тема',
'theme.light': 'Светлая',
'theme.dark': 'Тёмная',
'theme.system': 'Системная',
'nav.docs': 'Руководство',
'updateBanner.message': 'Доступна новая версия НСИ ({{version}}). Обновите страницу, чтобы получить последние исправления.',
'updateBanner.reload': 'Обновить',
'updateBanner.docs': 'Что нового',
@@ -513,6 +518,11 @@ i18n
'en-US': {
translation: {
'app.title': 'Ordinis MDM',
'theme.label': 'Theme',
'theme.light': 'Light',
'theme.dark': 'Dark',
'theme.system': 'System',
'nav.docs': 'Docs',
'updateBanner.message': 'A new NSI version ({{version}}) is available. Reload to get the latest fixes.',
'updateBanner.reload': 'Reload',
'updateBanner.docs': "What's new",