From ad03be45293954a3258688ff644e19960e944f98 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Fri, 7 Jul 2023 20:11:34 -0700 Subject: [PATCH] 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, };