adata-ui 2.1.6 → 2.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -280,9 +280,9 @@ const sideLinks = <any>{
|
|
|
280
280
|
link: urls.compliancemain + PAGES.compliance.assistant
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
|
-
label: 'header.products.compliance.items.
|
|
283
|
+
label: 'header.products.compliance.items.assignments.t',
|
|
284
284
|
icon: Tasks,
|
|
285
|
-
link: urls.compliancemain + PAGES.compliance.
|
|
285
|
+
link: urls.compliancemain + PAGES.compliance.assignments
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
label: 'header.products.compliance.items.hotline.t',
|
|
@@ -283,10 +283,10 @@ export const useHeaderNavigationLinks = () => {
|
|
|
283
283
|
to: urls.compliancemain + PAGES.compliance.assistant
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
|
-
title: t('header.products.compliance.items.
|
|
287
|
-
subtitle: t('header.products.compliance.items.
|
|
286
|
+
title: t('header.products.compliance.items.assignments.t'),
|
|
287
|
+
subtitle: t('header.products.compliance.items.assignments.st'),
|
|
288
288
|
icon: Tasks,
|
|
289
|
-
to: urls.compliancemain + PAGES.compliance.
|
|
289
|
+
to: urls.compliancemain + PAGES.compliance.assignments
|
|
290
290
|
},
|
|
291
291
|
{
|
|
292
292
|
title: t('header.products.compliance.items.hotline.t'),
|
package/lang/en.ts
CHANGED
package/lang/kk.ts
CHANGED
package/lang/ru.ts
CHANGED
|
@@ -244,7 +244,7 @@ const RuLocale = {
|
|
|
244
244
|
t: 'AI ассистент',
|
|
245
245
|
st: '',
|
|
246
246
|
},
|
|
247
|
-
|
|
247
|
+
assignments: {
|
|
248
248
|
t: 'Задачи',
|
|
249
249
|
st: '',
|
|
250
250
|
},
|
|
@@ -618,7 +618,7 @@ const RuLocale = {
|
|
|
618
618
|
auth: {
|
|
619
619
|
title: 'Нет доступа',
|
|
620
620
|
content: 'Данный функционал доступен только авторизованным пользователям',
|
|
621
|
-
firstTime: 'Впервые
|
|
621
|
+
firstTime: 'Впервые в нашем сервисе?',
|
|
622
622
|
},
|
|
623
623
|
limit: {
|
|
624
624
|
title: 'Лимит исчерпан',
|
package/package.json
CHANGED