@webitel/ui-sdk 2.1.41 → 2.1.43
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/dist/ui-sdk.common.js +8 -8
- package/dist/ui-sdk.common.js.map +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.umd.js +8 -8
- package/dist/ui-sdk.umd.js.map +1 -1
- package/dist/ui-sdk.umd.min.js +1 -1
- package/dist/ui-sdk.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/wt-switcher/wt-switcher.vue +1 -0
- package/src/locale/en/en.js +7 -5
- package/src/locale/ru/ru.js +2 -0
- package/src/locale/ua/ua.js +2 -0
package/package.json
CHANGED
package/src/locale/en/en.js
CHANGED
|
@@ -42,6 +42,8 @@ export default {
|
|
|
42
42
|
refresh: 'Refresh',
|
|
43
43
|
retry: 'Retry',
|
|
44
44
|
downloadAll: 'Download all',
|
|
45
|
+
warning: 'Warning',
|
|
46
|
+
doNotSave: 'Don\'t save',
|
|
45
47
|
},
|
|
46
48
|
// yak zhe ya zaebalsya povtoriaty odni i ti sami slova!!!!
|
|
47
49
|
vocabulary: {
|
|
@@ -156,17 +158,17 @@ export default {
|
|
|
156
158
|
[AdminSections.USERS]: 'Users',
|
|
157
159
|
[AdminSections.LICENSE]: 'Licenses',
|
|
158
160
|
[AdminSections.DEVICES]: 'Devices',
|
|
159
|
-
[AdminSections.FLOW]: 'Flow',
|
|
160
|
-
[AdminSections.DIALPLAN]: '
|
|
161
|
+
[AdminSections.FLOW]: 'Flow schemas',
|
|
162
|
+
[AdminSections.DIALPLAN]: 'Dialplans',
|
|
161
163
|
[AdminSections.GATEWAYS]: 'Gateways',
|
|
162
|
-
[AdminSections.CHATPLAN]: '
|
|
164
|
+
[AdminSections.CHATPLAN]: 'Chatplans',
|
|
163
165
|
[AdminSections.CHAT_GATEWAYS]: 'Chat gateways',
|
|
164
166
|
[AdminSections.SKILLS]: 'Agent skills',
|
|
165
167
|
[AdminSections.BUCKETS]: 'Buckets',
|
|
166
168
|
[AdminSections.MEDIA]: 'Media files',
|
|
167
169
|
[AdminSections.BLACKLIST]: 'Call list',
|
|
168
170
|
[AdminSections.CALENDARS]: 'Calendars',
|
|
169
|
-
[AdminSections.REGIONS]: '
|
|
171
|
+
[AdminSections.REGIONS]: 'Locations',
|
|
170
172
|
[AdminSections.COMMUNICATIONS]: 'Communication types',
|
|
171
173
|
[AdminSections.PAUSE_CAUSE]: 'Agent statuses',
|
|
172
174
|
[AdminSections.AGENTS]: 'Agents',
|
|
@@ -177,7 +179,7 @@ export default {
|
|
|
177
179
|
[AdminSections.STORAGE]: 'Storage',
|
|
178
180
|
[AdminSections.COGNITIVE_PROFILES]: 'Cognitive profiles',
|
|
179
181
|
[AdminSections.EMAIL_PROFILES]: 'Email profiles',
|
|
180
|
-
[AdminSections.IMPORT_CSV]: '
|
|
182
|
+
[AdminSections.IMPORT_CSV]: 'Imports of CSV from file',
|
|
181
183
|
[AdminSections.TRIGGERS]: 'Triggers',
|
|
182
184
|
[AdminSections.MEDIA]: 'Media files',
|
|
183
185
|
[AdminSections.BLACKLIST]: 'Call lists',
|
package/src/locale/ru/ru.js
CHANGED