@webitel/ui-sdk 2.0.32-2 → 2.0.32-3
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 +0 -9
- package/src/locale/ru/ru.js +0 -9
- package/src/locale/ua/ua.js +0 -9
package/package.json
CHANGED
package/src/locale/en/en.js
CHANGED
|
@@ -92,15 +92,6 @@ export default {
|
|
|
92
92
|
[snakeToCamel(AgentStatus.BreakOut)]: 'Break out',
|
|
93
93
|
},
|
|
94
94
|
},
|
|
95
|
-
flow: {
|
|
96
|
-
type: {
|
|
97
|
-
[EngineRoutingSchemaType.Chat]: 'Chat',
|
|
98
|
-
[EngineRoutingSchemaType.Voice]: 'Voice',
|
|
99
|
-
[EngineRoutingSchemaType.Service]: 'Service',
|
|
100
|
-
[EngineRoutingSchemaType.Processing]: 'Processing',
|
|
101
|
-
[EngineRoutingSchemaType.Default]: 'Default',
|
|
102
|
-
},
|
|
103
|
-
},
|
|
104
95
|
},
|
|
105
96
|
channel: {
|
|
106
97
|
state: {
|
package/src/locale/ru/ru.js
CHANGED
|
@@ -90,15 +90,6 @@ export default {
|
|
|
90
90
|
[snakeToCamel(AgentStatus.BreakOut)]: 'Принудительный перерыв',
|
|
91
91
|
},
|
|
92
92
|
},
|
|
93
|
-
flow: {
|
|
94
|
-
type: {
|
|
95
|
-
[EngineRoutingSchemaType.Chat]: 'Чат',
|
|
96
|
-
[EngineRoutingSchemaType.Voice]: 'Голос',
|
|
97
|
-
[EngineRoutingSchemaType.Service]: 'Сервис',
|
|
98
|
-
[EngineRoutingSchemaType.Processing]: 'Обработка',
|
|
99
|
-
[EngineRoutingSchemaType.Default]: 'По умолчанию',
|
|
100
|
-
},
|
|
101
|
-
},
|
|
102
93
|
},
|
|
103
94
|
channel: {
|
|
104
95
|
state: {
|
package/src/locale/ua/ua.js
CHANGED
|
@@ -90,15 +90,6 @@ export default {
|
|
|
90
90
|
[snakeToCamel(AgentStatus.BreakOut)]: 'Примусова перерва',
|
|
91
91
|
},
|
|
92
92
|
},
|
|
93
|
-
flow: {
|
|
94
|
-
type: {
|
|
95
|
-
[EngineRoutingSchemaType.Chat]: 'Чат',
|
|
96
|
-
[EngineRoutingSchemaType.Voice]: 'Голос',
|
|
97
|
-
[EngineRoutingSchemaType.Service]: 'Сервіс',
|
|
98
|
-
[EngineRoutingSchemaType.Processing]: 'Обробка',
|
|
99
|
-
[EngineRoutingSchemaType.Default]: 'За замовчуванням',
|
|
100
|
-
},
|
|
101
|
-
},
|
|
102
93
|
},
|
|
103
94
|
channel: {
|
|
104
95
|
state: {
|