From 571e6bd0ecd9cfe94ffae025f3bf22ef4d3172f2 Mon Sep 17 00:00:00 2001
From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date: Fri, 7 Jul 2023 00:28:54 +0530
Subject: [PATCH 1/2] fix: Update broken design elements in dashboard (#7468)
---
.../assets/scss/widgets/_buttons.scss | 4 +--
.../layout/sidebarComponents/OptionsMenu.vue | 2 +-
.../widgets/WootWriter/ReplyTopPanel.vue | 4 +--
.../widgets/conversation/bubble/Text.vue | 26 +++++--------------
4 files changed, 12 insertions(+), 24 deletions(-)
diff --git a/app/javascript/dashboard/assets/scss/widgets/_buttons.scss b/app/javascript/dashboard/assets/scss/widgets/_buttons.scss
index 8df496ef6..e7b840442 100644
--- a/app/javascript/dashboard/assets/scss/widgets/_buttons.scss
+++ b/app/javascript/dashboard/assets/scss/widgets/_buttons.scss
@@ -94,11 +94,11 @@
}
&.alert {
- @apply bg-red-50 dark:bg-red-700 text-red-700 dark:text-red-100 hover:bg-red-100 dark:hover:bg-red-800;
+ @apply bg-red-50 dark:bg-red-700 dark:bg-opacity-50 text-red-700 dark:text-red-100 hover:bg-red-100 dark:hover:bg-red-800 dark:hover:bg-opacity-30;
}
&.warning {
- @apply bg-yellow-50 dark:bg-yellow-700 text-yellow-700 dark:text-yellow-100 hover:bg-yellow-100 dark:hover:bg-yellow-800;
+ @apply bg-yellow-100 dark:bg-yellow-100 text-yellow-700 dark:text-yellow-100 hover:bg-yellow-200 dark:hover:bg-yellow-200;
}
}
diff --git a/app/javascript/dashboard/components/layout/sidebarComponents/OptionsMenu.vue b/app/javascript/dashboard/components/layout/sidebarComponents/OptionsMenu.vue
index 862d1c412..5e4f583da 100644
--- a/app/javascript/dashboard/components/layout/sidebarComponents/OptionsMenu.vue
+++ b/app/javascript/dashboard/components/layout/sidebarComponents/OptionsMenu.vue
@@ -3,7 +3,7 @@
diff --git a/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue b/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue
index 3594d7c13..147854347 100644
--- a/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue
+++ b/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue
@@ -144,7 +144,7 @@ export default {
.button--reply {
border-radius: 0;
- @apply border-r border-slate-50 dark:border-slate-700;
+ @apply border-r border-b-0 border-l-0 border-slate-50 dark:border-slate-700;
&:hover,
&:focus {
@@ -156,7 +156,7 @@ export default {
border-radius: 0;
&.is-active {
- @apply border-r border-slate-50 dark:border-slate-700;
+ @apply border-r border-b-0 border-slate-50 dark:border-slate-700;
background: var(--y-50);
}
diff --git a/app/javascript/dashboard/components/widgets/conversation/bubble/Text.vue b/app/javascript/dashboard/components/widgets/conversation/bubble/Text.vue
index d69abf626..e6aa951dd 100644
--- a/app/javascript/dashboard/components/widgets/conversation/bubble/Text.vue
+++ b/app/javascript/dashboard/components/widgets/conversation/bubble/Text.vue
@@ -10,15 +10,15 @@
@@ -104,25 +104,13 @@ export default {
.show--quoted {
blockquote {
- display: block;
+ @apply block;
}
}
.hide--quoted {
blockquote {
- display: none;
- }
-}
-
-.quoted-text--button {
- color: var(--s-400);
- cursor: pointer;
- font-size: var(--font-size-mini);
- padding-bottom: var(--space-small);
- padding-top: var(--space-small);
-
- .fluent-icon {
- margin-bottom: var(--space-minus-smaller);
+ @apply hidden;
}
}
From ad03be45293954a3258688ff644e19960e944f98 Mon Sep 17 00:00:00 2001
From: Pranav Raj S
Date: Fri, 7 Jul 2023 20:11:34 -0700
Subject: [PATCH 2/2] fix: Update the index files to fix missing translations
(#7484)
---
.../dashboard/i18n/locale/ar/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/bg/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/ca/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/cs/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/da/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/de/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/el/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/es/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/fa/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/fi/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/fr/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/he/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/hi/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/hr/index.js | 65 ++++++++++
.../dashboard/i18n/locale/hu/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/hy/index.js | 65 ++++++++++
.../dashboard/i18n/locale/id/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/is/index.js | 4 +
.../dashboard/i18n/locale/it/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/ja/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/ka/index.js | 65 ++++++++++
.../dashboard/i18n/locale/ko/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/lv/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/ml/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/ms/index.js | 65 ++++++++++
.../dashboard/i18n/locale/ne/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/nl/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/no/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/pl/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/pt/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/pt_BR/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/ro/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/ru/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/sh/index.js | 65 ++++++++++
.../dashboard/i18n/locale/sk/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/sr/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/sv/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/ta/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/th/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/tr/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/uk/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/ur/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/ur_IN/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/vi/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/zh/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/zh_CN/index.js | 114 ++++++++++--------
.../dashboard/i18n/locale/zh_TW/index.js | 114 ++++++++++--------
47 files changed, 2871 insertions(+), 2132 deletions(-)
create mode 100644 app/javascript/dashboard/i18n/locale/hr/index.js
create mode 100644 app/javascript/dashboard/i18n/locale/hy/index.js
create mode 100644 app/javascript/dashboard/i18n/locale/ka/index.js
create mode 100644 app/javascript/dashboard/i18n/locale/ms/index.js
create mode 100644 app/javascript/dashboard/i18n/locale/sh/index.js
diff --git a/app/javascript/dashboard/i18n/locale/ar/index.js b/app/javascript/dashboard/i18n/locale/ar/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ar/index.js
+++ b/app/javascript/dashboard/i18n/locale/ar/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/bg/index.js b/app/javascript/dashboard/i18n/locale/bg/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/bg/index.js
+++ b/app/javascript/dashboard/i18n/locale/bg/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/ca/index.js b/app/javascript/dashboard/i18n/locale/ca/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ca/index.js
+++ b/app/javascript/dashboard/i18n/locale/ca/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/cs/index.js b/app/javascript/dashboard/i18n/locale/cs/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/cs/index.js
+++ b/app/javascript/dashboard/i18n/locale/cs/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/da/index.js b/app/javascript/dashboard/i18n/locale/da/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/da/index.js
+++ b/app/javascript/dashboard/i18n/locale/da/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/de/index.js b/app/javascript/dashboard/i18n/locale/de/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/de/index.js
+++ b/app/javascript/dashboard/i18n/locale/de/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/el/index.js b/app/javascript/dashboard/i18n/locale/el/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/el/index.js
+++ b/app/javascript/dashboard/i18n/locale/el/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/es/index.js b/app/javascript/dashboard/i18n/locale/es/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/es/index.js
+++ b/app/javascript/dashboard/i18n/locale/es/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/fa/index.js b/app/javascript/dashboard/i18n/locale/fa/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/fa/index.js
+++ b/app/javascript/dashboard/i18n/locale/fa/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/fi/index.js b/app/javascript/dashboard/i18n/locale/fi/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/fi/index.js
+++ b/app/javascript/dashboard/i18n/locale/fi/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/fr/index.js b/app/javascript/dashboard/i18n/locale/fr/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/fr/index.js
+++ b/app/javascript/dashboard/i18n/locale/fr/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/he/index.js b/app/javascript/dashboard/i18n/locale/he/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/he/index.js
+++ b/app/javascript/dashboard/i18n/locale/he/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/hi/index.js b/app/javascript/dashboard/i18n/locale/hi/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/hi/index.js
+++ b/app/javascript/dashboard/i18n/locale/hi/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/hr/index.js b/app/javascript/dashboard/i18n/locale/hr/index.js
new file mode 100644
index 000000000..434e50e1d
--- /dev/null
+++ b/app/javascript/dashboard/i18n/locale/hr/index.js
@@ -0,0 +1,65 @@
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
+
+export default {
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
+};
diff --git a/app/javascript/dashboard/i18n/locale/hu/index.js b/app/javascript/dashboard/i18n/locale/hu/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/hu/index.js
+++ b/app/javascript/dashboard/i18n/locale/hu/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/hy/index.js b/app/javascript/dashboard/i18n/locale/hy/index.js
new file mode 100644
index 000000000..434e50e1d
--- /dev/null
+++ b/app/javascript/dashboard/i18n/locale/hy/index.js
@@ -0,0 +1,65 @@
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
+
+export default {
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
+};
diff --git a/app/javascript/dashboard/i18n/locale/id/index.js b/app/javascript/dashboard/i18n/locale/id/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/id/index.js
+++ b/app/javascript/dashboard/i18n/locale/id/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/is/index.js b/app/javascript/dashboard/i18n/locale/is/index.js
index 0c674eef2..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/is/index.js
+++ b/app/javascript/dashboard/i18n/locale/is/index.js
@@ -2,6 +2,7 @@ import advancedFilters from './advancedFilters.json';
import agentBots from './agentBots.json';
import agentMgmt from './agentMgmt.json';
import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
import automation from './automation.json';
import bulkActions from './bulkActions.json';
import campaign from './campaign.json';
@@ -22,6 +23,7 @@ import login from './login.json';
import macros from './macros.json';
import report from './report.json';
import resetPassword from './resetPassword.json';
+import search from './search.json';
import setNewPassword from './setNewPassword.json';
import settings from './settings.json';
import signup from './signup.json';
@@ -33,6 +35,7 @@ export default {
...agentBots,
...agentMgmt,
...attributesMgmt,
+ ...auditLogs,
...automation,
...bulkActions,
...campaign,
@@ -53,6 +56,7 @@ export default {
...macros,
...report,
...resetPassword,
+ ...search,
...setNewPassword,
...settings,
...signup,
diff --git a/app/javascript/dashboard/i18n/locale/it/index.js b/app/javascript/dashboard/i18n/locale/it/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/it/index.js
+++ b/app/javascript/dashboard/i18n/locale/it/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/ja/index.js b/app/javascript/dashboard/i18n/locale/ja/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ja/index.js
+++ b/app/javascript/dashboard/i18n/locale/ja/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/ka/index.js b/app/javascript/dashboard/i18n/locale/ka/index.js
new file mode 100644
index 000000000..434e50e1d
--- /dev/null
+++ b/app/javascript/dashboard/i18n/locale/ka/index.js
@@ -0,0 +1,65 @@
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
+
+export default {
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
+};
diff --git a/app/javascript/dashboard/i18n/locale/ko/index.js b/app/javascript/dashboard/i18n/locale/ko/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ko/index.js
+++ b/app/javascript/dashboard/i18n/locale/ko/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/lv/index.js b/app/javascript/dashboard/i18n/locale/lv/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/lv/index.js
+++ b/app/javascript/dashboard/i18n/locale/lv/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/ml/index.js b/app/javascript/dashboard/i18n/locale/ml/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ml/index.js
+++ b/app/javascript/dashboard/i18n/locale/ml/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/ms/index.js b/app/javascript/dashboard/i18n/locale/ms/index.js
new file mode 100644
index 000000000..434e50e1d
--- /dev/null
+++ b/app/javascript/dashboard/i18n/locale/ms/index.js
@@ -0,0 +1,65 @@
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
+
+export default {
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
+};
diff --git a/app/javascript/dashboard/i18n/locale/ne/index.js b/app/javascript/dashboard/i18n/locale/ne/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ne/index.js
+++ b/app/javascript/dashboard/i18n/locale/ne/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/nl/index.js b/app/javascript/dashboard/i18n/locale/nl/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/nl/index.js
+++ b/app/javascript/dashboard/i18n/locale/nl/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/no/index.js b/app/javascript/dashboard/i18n/locale/no/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/no/index.js
+++ b/app/javascript/dashboard/i18n/locale/no/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/pl/index.js b/app/javascript/dashboard/i18n/locale/pl/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/pl/index.js
+++ b/app/javascript/dashboard/i18n/locale/pl/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/pt/index.js b/app/javascript/dashboard/i18n/locale/pt/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/pt/index.js
+++ b/app/javascript/dashboard/i18n/locale/pt/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/index.js b/app/javascript/dashboard/i18n/locale/pt_BR/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/pt_BR/index.js
+++ b/app/javascript/dashboard/i18n/locale/pt_BR/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/ro/index.js b/app/javascript/dashboard/i18n/locale/ro/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ro/index.js
+++ b/app/javascript/dashboard/i18n/locale/ro/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/ru/index.js b/app/javascript/dashboard/i18n/locale/ru/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ru/index.js
+++ b/app/javascript/dashboard/i18n/locale/ru/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/sh/index.js b/app/javascript/dashboard/i18n/locale/sh/index.js
new file mode 100644
index 000000000..434e50e1d
--- /dev/null
+++ b/app/javascript/dashboard/i18n/locale/sh/index.js
@@ -0,0 +1,65 @@
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
+
+export default {
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
+};
diff --git a/app/javascript/dashboard/i18n/locale/sk/index.js b/app/javascript/dashboard/i18n/locale/sk/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/sk/index.js
+++ b/app/javascript/dashboard/i18n/locale/sk/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/sr/index.js b/app/javascript/dashboard/i18n/locale/sr/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/sr/index.js
+++ b/app/javascript/dashboard/i18n/locale/sr/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/sv/index.js b/app/javascript/dashboard/i18n/locale/sv/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/sv/index.js
+++ b/app/javascript/dashboard/i18n/locale/sv/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/ta/index.js b/app/javascript/dashboard/i18n/locale/ta/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ta/index.js
+++ b/app/javascript/dashboard/i18n/locale/ta/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/th/index.js b/app/javascript/dashboard/i18n/locale/th/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/th/index.js
+++ b/app/javascript/dashboard/i18n/locale/th/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/tr/index.js b/app/javascript/dashboard/i18n/locale/tr/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/tr/index.js
+++ b/app/javascript/dashboard/i18n/locale/tr/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/uk/index.js b/app/javascript/dashboard/i18n/locale/uk/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/uk/index.js
+++ b/app/javascript/dashboard/i18n/locale/uk/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/ur/index.js b/app/javascript/dashboard/i18n/locale/ur/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ur/index.js
+++ b/app/javascript/dashboard/i18n/locale/ur/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/index.js b/app/javascript/dashboard/i18n/locale/ur_IN/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/ur_IN/index.js
+++ b/app/javascript/dashboard/i18n/locale/ur_IN/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/vi/index.js b/app/javascript/dashboard/i18n/locale/vi/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/vi/index.js
+++ b/app/javascript/dashboard/i18n/locale/vi/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/zh/index.js b/app/javascript/dashboard/i18n/locale/zh/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/zh/index.js
+++ b/app/javascript/dashboard/i18n/locale/zh/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/index.js b/app/javascript/dashboard/i18n/locale/zh_CN/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/zh_CN/index.js
+++ b/app/javascript/dashboard/i18n/locale/zh_CN/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};
diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/index.js b/app/javascript/dashboard/i18n/locale/zh_TW/index.js
index 9f880ea92..434e50e1d 100644
--- a/app/javascript/dashboard/i18n/locale/zh_TW/index.js
+++ b/app/javascript/dashboard/i18n/locale/zh_TW/index.js
@@ -1,55 +1,65 @@
-import { default as _advancedFilters } from './advancedFilters.json';
-import { default as _agentMgmt } from './agentMgmt.json';
-import { default as _attributesMgmt } from './attributesMgmt.json';
-import { default as _automation } from './automation.json';
-import { default as _bulkActions } from './bulkActions.json';
-import { default as _campaign } from './campaign.json';
-import { default as _cannedMgmt } from './cannedMgmt.json';
-import { default as _chatlist } from './chatlist.json';
-import { default as _contact } from './contact.json';
-import { default as _contactFilters } from './contactFilters.json';
-import { default as _conversation } from './conversation.json';
-import { default as _csatMgmtMgmt } from './csatMgmt.json';
-import { default as _generalSettings } from './generalSettings.json';
-import { default as _inboxMgmt } from './inboxMgmt.json';
-import { default as _integrationApps } from './integrationApps.json';
-import { default as _integrations } from './integrations.json';
-import { default as _labelsMgmt } from './labelsMgmt.json';
-import { default as _login } from './login.json';
-import { default as _report } from './report.json';
-import { default as _resetPassword } from './resetPassword.json';
-import { default as _setNewPassword } from './setNewPassword.json';
-import { default as _settings } from './settings.json';
-import { default as _signup } from './signup.json';
-import { default as _teamsSettings } from './teamsSettings.json';
-import { default as _whatsappTemplates } from './whatsappTemplates.json';
-import { default as _helpCenter } from './helpCenter.json';
+import advancedFilters from './advancedFilters.json';
+import agentBots from './agentBots.json';
+import agentMgmt from './agentMgmt.json';
+import attributesMgmt from './attributesMgmt.json';
+import auditLogs from './auditLogs.json';
+import automation from './automation.json';
+import bulkActions from './bulkActions.json';
+import campaign from './campaign.json';
+import cannedMgmt from './cannedMgmt.json';
+import chatlist from './chatlist.json';
+import contact from './contact.json';
+import contactFilters from './contactFilters.json';
+import conversation from './conversation.json';
+import csatMgmt from './csatMgmt.json';
+import emoji from './emoji.json';
+import generalSettings from './generalSettings.json';
+import helpCenter from './helpCenter.json';
+import inboxMgmt from './inboxMgmt.json';
+import integrationApps from './integrationApps.json';
+import integrations from './integrations.json';
+import labelsMgmt from './labelsMgmt.json';
+import login from './login.json';
+import macros from './macros.json';
+import report from './report.json';
+import resetPassword from './resetPassword.json';
+import search from './search.json';
+import setNewPassword from './setNewPassword.json';
+import settings from './settings.json';
+import signup from './signup.json';
+import teamsSettings from './teamsSettings.json';
+import whatsappTemplates from './whatsappTemplates.json';
export default {
- ..._advancedFilters,
- ..._agentMgmt,
- ..._attributesMgmt,
- ..._automation,
- ..._campaign,
- ..._cannedMgmt,
- ..._chatlist,
- ..._contact,
- ..._contactFilters,
- ..._conversation,
- ..._csatMgmtMgmt,
- ..._generalSettings,
- ..._inboxMgmt,
- ..._integrationApps,
- ..._integrations,
- ..._labelsMgmt,
- ..._login,
- ..._report,
- ..._resetPassword,
- ..._setNewPassword,
- ..._settings,
- ..._signup,
- ..._teamsSettings,
- ..._whatsappTemplates,
- ..._bulkActions,
- ..._helpCenter,
+ ...advancedFilters,
+ ...agentBots,
+ ...agentMgmt,
+ ...attributesMgmt,
+ ...auditLogs,
+ ...automation,
+ ...bulkActions,
+ ...campaign,
+ ...cannedMgmt,
+ ...chatlist,
+ ...contact,
+ ...contactFilters,
+ ...conversation,
+ ...csatMgmt,
+ ...emoji,
+ ...generalSettings,
+ ...helpCenter,
+ ...inboxMgmt,
+ ...integrationApps,
+ ...integrations,
+ ...labelsMgmt,
+ ...login,
+ ...macros,
+ ...report,
+ ...resetPassword,
+ ...search,
+ ...setNewPassword,
+ ...settings,
+ ...signup,
+ ...teamsSettings,
+ ...whatsappTemplates,
};