@webitel/ui-sdk 24.8.6 → 24.8.8
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.css +1 -1
- package/dist/ui-sdk.js +2 -2
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/wt-player/wt-player.vue +1 -0
- package/src/locale/en/en.js +1 -0
- package/src/locale/ru/ru.js +1 -0
- package/src/locale/ua/ua.js +1 -0
package/package.json
CHANGED
package/src/locale/en/en.js
CHANGED
package/src/locale/ru/ru.js
CHANGED
|
@@ -119,6 +119,7 @@ export default {
|
|
|
119
119
|
region: 'Регион | Регионы',
|
|
120
120
|
communicationType: 'Тип связи | Типы связи',
|
|
121
121
|
grantee: 'Получатель | Получатели',
|
|
122
|
+
user: 'Пользователь | Пользователи',
|
|
122
123
|
queue: {
|
|
123
124
|
type: {
|
|
124
125
|
[QueueType.INBOUND_QUEUE]: 'Входящая очередь',
|
package/src/locale/ua/ua.js
CHANGED