@webitel/ui-sdk 23.12.22 → 23.12.23
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.
package/package.json
CHANGED
package/src/locale/en/en.js
CHANGED
|
@@ -230,7 +230,7 @@ export default {
|
|
|
230
230
|
[AdminSections.ROLES]: 'Roles',
|
|
231
231
|
[AdminSections.OBJECTS]: 'Objects',
|
|
232
232
|
[AdminSections.CHANGELOGS]: 'Change log',
|
|
233
|
-
[AdminSections.
|
|
233
|
+
[AdminSections.CONFIGURATION]: 'Configuration',
|
|
234
234
|
},
|
|
235
235
|
},
|
|
236
236
|
},
|
package/src/locale/ru/ru.js
CHANGED
|
@@ -228,7 +228,7 @@ export default {
|
|
|
228
228
|
[AdminSections.ROLES]: 'Роли',
|
|
229
229
|
[AdminSections.OBJECTS]: 'Разделы',
|
|
230
230
|
[AdminSections.CHANGELOGS]: 'Журнал изменений',
|
|
231
|
-
[AdminSections.
|
|
231
|
+
[AdminSections.CONFIGURATION]: 'Конфигурация',
|
|
232
232
|
},
|
|
233
233
|
},
|
|
234
234
|
},
|
package/src/locale/ua/ua.js
CHANGED
|
@@ -228,7 +228,7 @@ export default {
|
|
|
228
228
|
[AdminSections.ROLES]: 'Ролі',
|
|
229
229
|
[AdminSections.OBJECTS]: 'Розділи',
|
|
230
230
|
[AdminSections.CHANGELOGS]: 'Журнал змін',
|
|
231
|
-
[AdminSections.
|
|
231
|
+
[AdminSections.CONFIGURATION]: 'Конфігурація',
|
|
232
232
|
},
|
|
233
233
|
},
|
|
234
234
|
},
|
|
@@ -159,9 +159,9 @@ const applicationsAccess = (value = true) => ({
|
|
|
159
159
|
_enabled: value,
|
|
160
160
|
_locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.CHANGELOGS}`,
|
|
161
161
|
},
|
|
162
|
-
[AdminSections.
|
|
162
|
+
[AdminSections.CONFIGURATION]: {
|
|
163
163
|
_enabled: value,
|
|
164
|
-
_locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.
|
|
164
|
+
_locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.CONFIGURATION}`,
|
|
165
165
|
},
|
|
166
166
|
},
|
|
167
167
|
[WebitelApplications.AUDIT]: {
|