Merge branch 'chore/branding-strip-csod-from-logo' into 'main'
chore(admin-ui): strip "НСИ ЦУОД" from logo See merge request 2-6/2-6-4/terravault/ordinis!4
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#120a8f" />
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#120a8f" />
|
||||||
<meta name="theme-color" content="#120a8f" />
|
<meta name="theme-color" content="#120a8f" />
|
||||||
<title>Ordinis Admin — НСИ ЦУОД</title>
|
<title>Ordinis Admin</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-zinc-50 text-zinc-900">
|
<body class="bg-zinc-50 text-zinc-900">
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -12,7 +12,11 @@ i18n
|
|||||||
resources: {
|
resources: {
|
||||||
'ru-RU': {
|
'ru-RU': {
|
||||||
translation: {
|
translation: {
|
||||||
'app.title': 'Ordinis НСИ ЦУОД',
|
'app.title': 'Ordinis',
|
||||||
|
'updateBanner.message': 'Доступна новая версия НСИ ({{version}}). Обновите страницу, чтобы получить последние исправления.',
|
||||||
|
'updateBanner.reload': 'Обновить',
|
||||||
|
'updateBanner.docs': 'Что нового',
|
||||||
|
'updateBanner.dismiss': 'Закрыть уведомление',
|
||||||
'nav.dictionaries': 'Справочники',
|
'nav.dictionaries': 'Справочники',
|
||||||
'nav.audit': 'Аудит',
|
'nav.audit': 'Аудит',
|
||||||
'nav.outbox': 'Outbox',
|
'nav.outbox': 'Outbox',
|
||||||
@@ -467,6 +471,10 @@ i18n
|
|||||||
'en-US': {
|
'en-US': {
|
||||||
translation: {
|
translation: {
|
||||||
'app.title': 'Ordinis MDM',
|
'app.title': 'Ordinis MDM',
|
||||||
|
'updateBanner.message': 'A new NSI version ({{version}}) is available. Reload to get the latest fixes.',
|
||||||
|
'updateBanner.reload': 'Reload',
|
||||||
|
'updateBanner.docs': "What's new",
|
||||||
|
'updateBanner.dismiss': 'Dismiss notification',
|
||||||
'nav.dictionaries': 'Dictionaries',
|
'nav.dictionaries': 'Dictionaries',
|
||||||
'nav.audit': 'Audit',
|
'nav.audit': 'Audit',
|
||||||
'nav.outbox': 'Outbox',
|
'nav.outbox': 'Outbox',
|
||||||
|
|||||||
Reference in New Issue
Block a user