diff --git a/src/app/locale/en/en.js b/src/app/locale/en/en.js
index 07e03d681..188b2332a 100644
--- a/src/app/locale/en/en.js
+++ b/src/app/locale/en/en.js
@@ -726,6 +726,14 @@ export default {
addFlowSchema: 'Add flow schema',
editFlowSchema: 'Edit flow schema',
},
+ supervisors: {
+ addSupervisor: 'Add supervisor',
+ editSupervisor: 'Edit supervisor',
+ },
+ agents: {
+ addAgent: 'Add agent',
+ editAgent: 'Edit agent',
+ },
},
members: {
@@ -910,6 +918,14 @@ export default {
active: 'Active',
},
},
+ skills: {
+ editSkill: 'Edit skill',
+ addSkill: 'Add skill',
+ },
+ buckets: {
+ addBucket: 'Add bucket',
+ editBucket: 'Edit bucket',
+ },
},
res: {
diff --git a/src/app/locale/ru/ru.js b/src/app/locale/ru/ru.js
index beaf0e6b2..7be29355b 100644
--- a/src/app/locale/ru/ru.js
+++ b/src/app/locale/ru/ru.js
@@ -724,6 +724,14 @@ export default {
addFlowSchema: 'Добавить схему',
editFlowSchema: 'Редактировать схему',
},
+ supervisors: {
+ addSupervisor: 'Добавить супервизора',
+ editSupervisor: 'Редактировать супервизора',
+ },
+ agents: {
+ addAgent: 'Добавить оператора',
+ editAgent: 'Редактировать оператора',
+ },
},
members: {
@@ -909,6 +917,14 @@ export default {
active: 'Активное действие',
},
},
+ skills: {
+ editSkill: 'Редактировать навык',
+ addSkill: 'Добавить навык',
+ },
+ buckets: {
+ addBucket: 'Добавить корзину',
+ editBucket: 'Редактировать корзину',
+ },
},
res: {
diff --git a/src/app/locale/ua/ua.js b/src/app/locale/ua/ua.js
index 157c0a054..b3f6dac99 100644
--- a/src/app/locale/ua/ua.js
+++ b/src/app/locale/ua/ua.js
@@ -726,6 +726,14 @@ export default {
addFlowSchema: 'Додати схему',
editFlowSchema: 'Редагувати схему',
},
+ supervisors: {
+ addSupervisor: 'Додати супервізора',
+ editSupervisor: 'Редагувати супервізора',
+ },
+ agents: {
+ addAgent: 'Додати оператора',
+ editAgent: 'Редагувати оператора',
+ },
},
members: {
@@ -910,6 +918,14 @@ export default {
active: 'Активна дія',
},
},
+ skills: {
+ editSkill: 'Редагувати навичку',
+ addSkill: 'Додати навичку',
+ },
+ buckets: {
+ addBucket: 'Додати кошик',
+ editBucket: 'Редагувати кошик',
+ },
},
res: {
diff --git a/src/modules/contact-center/modules/queues/modules/buckets/components/opened-queue-buckets-popup.vue b/src/modules/contact-center/modules/queues/modules/buckets/components/opened-queue-buckets-popup.vue
index 2178dda10..d839c5504 100644
--- a/src/modules/contact-center/modules/queues/modules/buckets/components/opened-queue-buckets-popup.vue
+++ b/src/modules/contact-center/modules/queues/modules/buckets/components/opened-queue-buckets-popup.vue
@@ -5,7 +5,7 @@
@close="close"
>
- {{ $tc('objects.lookups.buckets.buckets', 1) }}
+ {{ popupTitle }}