@webitel/ui-sdk 3.2.7 → 3.2.9
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 +1 -1
- package/src/locale/en/en.js +3 -3
- package/src/locale/ru/ru.js +1 -1
- package/src/locale/ua/ua.js +1 -1
package/package.json
CHANGED
package/src/locale/en/en.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
total: 'Total',
|
|
23
23
|
ok: 'Ok',
|
|
24
24
|
save: 'Save',
|
|
25
|
-
saveAs: '
|
|
25
|
+
saveAs: 'Save as',
|
|
26
26
|
saved: 'Saved',
|
|
27
27
|
send: 'Send',
|
|
28
28
|
start: 'Start',
|
|
@@ -112,8 +112,8 @@ export default {
|
|
|
112
112
|
[QueueType.PROGRESSIVE_DIALER]: 'Progressive dialer',
|
|
113
113
|
[QueueType.PREVIEW_DIALER]: 'Preview dialer',
|
|
114
114
|
[QueueType.CHAT_INBOUND_QUEUE]: 'Chat queue',
|
|
115
|
-
[QueueType.INBOUND_JOB_QUEUE]: 'Inbound
|
|
116
|
-
[QueueType.OUTBOUND_JOB_QUEUE]: 'Outbound
|
|
115
|
+
[QueueType.INBOUND_JOB_QUEUE]: 'Inbound task queue',
|
|
116
|
+
[QueueType.OUTBOUND_JOB_QUEUE]: 'Outbound task queue',
|
|
117
117
|
},
|
|
118
118
|
},
|
|
119
119
|
agent: {
|
package/src/locale/ru/ru.js
CHANGED