mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 10:12:34 +00:00
chore: Update translations, add pnpm sync:i18n command (#10893)
Added a command to sync files in the locale/*/ folder. Run `pnpm sync:i18n` would copy index.js in `dashboard/locale/en` to every other folder `dashboard/locale/*/` --------- Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
# #!/bin/sh
|
#!/bin/sh
|
||||||
# . "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
# # lint js and vue files
|
# lint js and vue files
|
||||||
# npx --no-install lint-staged
|
npx --no-install lint-staged
|
||||||
|
|
||||||
# # lint only staged ruby files
|
# lint only staged ruby files
|
||||||
# git diff --name-only --cached | xargs ls -1 2>/dev/null | grep '\.rb$' | xargs bundle exec rubocop --force-exclusion -a
|
git diff --name-only --cached | xargs ls -1 2>/dev/null | grep '\.rb$' | xargs bundle exec rubocop --force-exclusion -a
|
||||||
|
|
||||||
# # stage rubocop changes to files
|
# stage rubocop changes to files
|
||||||
# git diff --name-only --cached | xargs git add
|
git diff --name-only --cached | xargs git add
|
||||||
|
|||||||
77
app/javascript/dashboard/i18n/locale/am/index.js
Normal file
77
app/javascript/dashboard/i18n/locale/am/index.js
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
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 components from './components.json';
|
||||||
|
import contact from './contact.json';
|
||||||
|
import contactFilters from './contactFilters.json';
|
||||||
|
import conversation from './conversation.json';
|
||||||
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
|
import generalSettings from './generalSettings.json';
|
||||||
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.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 sla from './sla.json';
|
||||||
|
import teamsSettings from './teamsSettings.json';
|
||||||
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
...advancedFilters,
|
||||||
|
...agentBots,
|
||||||
|
...agentMgmt,
|
||||||
|
...attributesMgmt,
|
||||||
|
...auditLogs,
|
||||||
|
...automation,
|
||||||
|
...bulkActions,
|
||||||
|
...campaign,
|
||||||
|
...cannedMgmt,
|
||||||
|
...chatlist,
|
||||||
|
...components,
|
||||||
|
...contact,
|
||||||
|
...contactFilters,
|
||||||
|
...conversation,
|
||||||
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
|
...emoji,
|
||||||
|
...general,
|
||||||
|
...generalSettings,
|
||||||
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
|
...inboxMgmt,
|
||||||
|
...integrationApps,
|
||||||
|
...integrations,
|
||||||
|
...labelsMgmt,
|
||||||
|
...login,
|
||||||
|
...macros,
|
||||||
|
...report,
|
||||||
|
...resetPassword,
|
||||||
|
...search,
|
||||||
|
...setNewPassword,
|
||||||
|
...settings,
|
||||||
|
...signup,
|
||||||
|
...sla,
|
||||||
|
...teamsSettings,
|
||||||
|
...whatsappTemplates,
|
||||||
|
};
|
||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
77
app/javascript/dashboard/i18n/locale/az/index.js
Normal file
77
app/javascript/dashboard/i18n/locale/az/index.js
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
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 components from './components.json';
|
||||||
|
import contact from './contact.json';
|
||||||
|
import contactFilters from './contactFilters.json';
|
||||||
|
import conversation from './conversation.json';
|
||||||
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
|
import generalSettings from './generalSettings.json';
|
||||||
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.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 sla from './sla.json';
|
||||||
|
import teamsSettings from './teamsSettings.json';
|
||||||
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
...advancedFilters,
|
||||||
|
...agentBots,
|
||||||
|
...agentMgmt,
|
||||||
|
...attributesMgmt,
|
||||||
|
...auditLogs,
|
||||||
|
...automation,
|
||||||
|
...bulkActions,
|
||||||
|
...campaign,
|
||||||
|
...cannedMgmt,
|
||||||
|
...chatlist,
|
||||||
|
...components,
|
||||||
|
...contact,
|
||||||
|
...contactFilters,
|
||||||
|
...conversation,
|
||||||
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
|
...emoji,
|
||||||
|
...general,
|
||||||
|
...generalSettings,
|
||||||
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
|
...inboxMgmt,
|
||||||
|
...integrationApps,
|
||||||
|
...integrations,
|
||||||
|
...labelsMgmt,
|
||||||
|
...login,
|
||||||
|
...macros,
|
||||||
|
...report,
|
||||||
|
...resetPassword,
|
||||||
|
...search,
|
||||||
|
...setNewPassword,
|
||||||
|
...settings,
|
||||||
|
...signup,
|
||||||
|
...sla,
|
||||||
|
...teamsSettings,
|
||||||
|
...whatsappTemplates,
|
||||||
|
};
|
||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import components from './components.json';
|
|
||||||
import advancedFilters from './advancedFilters.json';
|
import advancedFilters from './advancedFilters.json';
|
||||||
import agentBots from './agentBots.json';
|
import agentBots from './agentBots.json';
|
||||||
import agentMgmt from './agentMgmt.json';
|
import agentMgmt from './agentMgmt.json';
|
||||||
@@ -9,6 +8,7 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
@@ -37,7 +37,6 @@ import teamsSettings from './teamsSettings.json';
|
|||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
...components,
|
|
||||||
...advancedFilters,
|
...advancedFilters,
|
||||||
...agentBots,
|
...agentBots,
|
||||||
...agentMgmt,
|
...agentMgmt,
|
||||||
@@ -48,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -70,8 +74,4 @@ export default {
|
|||||||
...sla,
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
...inbox,
|
|
||||||
...general,
|
|
||||||
...datePicker,
|
|
||||||
...customRole,
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"CANCEL_BUTTON_TEXT": "Cancelar",
|
"CANCEL_BUTTON_TEXT": "Cancelar",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SHORT_CODE": {
|
"SHORT_CODE": {
|
||||||
"LABEL": "Respostas prontas",
|
"LABEL": "Atalho",
|
||||||
"PLACEHOLDER": "Por favor, insira um atalho.",
|
"PLACEHOLDER": "Por favor, insira um atalho.",
|
||||||
"ERROR": "O atalho é obrigatório."
|
"ERROR": "O atalho é obrigatório."
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"VIEW_FILTER": "Visualizar",
|
"VIEW_FILTER": "Visualizar",
|
||||||
"SORT_TOOLTIP_LABEL": "Classificar conversas",
|
"SORT_TOOLTIP_LABEL": "Ordenar conversas",
|
||||||
"CHAT_SORT": {
|
"CHAT_SORT": {
|
||||||
"STATUS": "Situação",
|
"STATUS": "Situação",
|
||||||
"ORDER_BY": "Ordenar por"
|
"ORDER_BY": "Ordenar por"
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CHAT_SORT_BY_FILTER": {
|
"CHAT_SORT_BY_FILTER": {
|
||||||
"TITLE": "Classificar conversas",
|
"TITLE": "Ordenar conversas",
|
||||||
"DROPDOWN_TITLE": "Ordenar por",
|
"DROPDOWN_TITLE": "Ordenar por",
|
||||||
"ITEMS": {
|
"ITEMS": {
|
||||||
"LATEST": {
|
"LATEST": {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"LABEL_SELECT": {
|
"LABEL_SELECT": {
|
||||||
"TITLE": "Adicionar marcador",
|
"TITLE": "Adicionar marcador",
|
||||||
"PLACEHOLDER": "Pesquisar marcador ",
|
"PLACEHOLDER": "Pesquisar marcador ",
|
||||||
"NO_RESULT": "Nenhum rótulo encontrado",
|
"NO_RESULT": "Nenhuma etiqueta encontrada",
|
||||||
"CREATE_LABEL": "Criar etiqueta"
|
"CREATE_LABEL": "Criar etiqueta"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -53,8 +53,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Alterar Contato",
|
"BUTTON_LABEL": "Editar Contato",
|
||||||
"TITLE": "Alterar contato",
|
"TITLE": "Editar contato",
|
||||||
"DESC": "Alterar detalhes do contato"
|
"DESC": "Alterar detalhes do contato"
|
||||||
},
|
},
|
||||||
"DELETE_CONTACT": {
|
"DELETE_CONTACT": {
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
"PLACEHOLDER": "Digite o nome do país ",
|
"PLACEHOLDER": "Digite o nome do país ",
|
||||||
"LABEL": "Nome do País",
|
"LABEL": "Nome do País",
|
||||||
"SELECT_PLACEHOLDER": "Selecionar",
|
"SELECT_PLACEHOLDER": "Selecionar",
|
||||||
"REMOVE": "Excluir",
|
"REMOVE": "Remover",
|
||||||
"SELECT_COUNTRY": "Selecione o país"
|
"SELECT_COUNTRY": "Selecione o país"
|
||||||
},
|
},
|
||||||
"CITY": {
|
"CITY": {
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
"DELETE": "Excluir",
|
"DELETE": "Excluir",
|
||||||
"MARK_ALL_READ": "Marcar todas como lidas",
|
"MARK_ALL_READ": "Marcar todas como lidas",
|
||||||
"DELETE_ALL": "Excluir todos",
|
"DELETE_ALL": "Excluir todos",
|
||||||
"DELETE_ALL_READ": "Excluir todos os lidos"
|
"DELETE_ALL_READ": "Excluir todas as lidas"
|
||||||
},
|
},
|
||||||
"DISPLAY_MENU": {
|
"DISPLAY_MENU": {
|
||||||
"SORT": "Ordenar",
|
"SORT": "Ordenar",
|
||||||
@@ -60,8 +60,8 @@
|
|||||||
"DISPLAY_OPTIONS": {
|
"DISPLAY_OPTIONS": {
|
||||||
"SNOOZED": "Adiado",
|
"SNOOZED": "Adiado",
|
||||||
"READ": "Lida",
|
"READ": "Lida",
|
||||||
"LABELS": "Marcadores",
|
"LABELS": "Etiquetas",
|
||||||
"CONVERSATION_ID": "Conversas"
|
"CONVERSATION_ID": "ID da conversa"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ALERTS": {
|
"ALERTS": {
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -307,10 +307,10 @@
|
|||||||
"NAME": "Capitão",
|
"NAME": "Capitão",
|
||||||
"COPILOT": {
|
"COPILOT": {
|
||||||
"SEND_MESSAGE": "Enviar mensagem...",
|
"SEND_MESSAGE": "Enviar mensagem...",
|
||||||
"LOADER": "Captain está pensando",
|
"LOADER": "Capitão está pensando",
|
||||||
"YOU": "Você",
|
"YOU": "Você",
|
||||||
"USE": "Use isto",
|
"USE": "Use isto",
|
||||||
"RESET": "Reset"
|
"RESET": "Reiniciar"
|
||||||
},
|
},
|
||||||
"PAYWALL": {
|
"PAYWALL": {
|
||||||
"TITLE": "Atualize para usar o Capitão IA",
|
"TITLE": "Atualize para usar o Capitão IA",
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
77
app/javascript/dashboard/i18n/locale/sl/index.js
Normal file
77
app/javascript/dashboard/i18n/locale/sl/index.js
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
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 components from './components.json';
|
||||||
|
import contact from './contact.json';
|
||||||
|
import contactFilters from './contactFilters.json';
|
||||||
|
import conversation from './conversation.json';
|
||||||
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
|
import generalSettings from './generalSettings.json';
|
||||||
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.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 sla from './sla.json';
|
||||||
|
import teamsSettings from './teamsSettings.json';
|
||||||
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
...advancedFilters,
|
||||||
|
...agentBots,
|
||||||
|
...agentMgmt,
|
||||||
|
...attributesMgmt,
|
||||||
|
...auditLogs,
|
||||||
|
...automation,
|
||||||
|
...bulkActions,
|
||||||
|
...campaign,
|
||||||
|
...cannedMgmt,
|
||||||
|
...chatlist,
|
||||||
|
...components,
|
||||||
|
...contact,
|
||||||
|
...contactFilters,
|
||||||
|
...conversation,
|
||||||
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
|
...emoji,
|
||||||
|
...general,
|
||||||
|
...generalSettings,
|
||||||
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
|
...inboxMgmt,
|
||||||
|
...integrationApps,
|
||||||
|
...integrations,
|
||||||
|
...labelsMgmt,
|
||||||
|
...login,
|
||||||
|
...macros,
|
||||||
|
...report,
|
||||||
|
...resetPassword,
|
||||||
|
...search,
|
||||||
|
...setNewPassword,
|
||||||
|
...settings,
|
||||||
|
...signup,
|
||||||
|
...sla,
|
||||||
|
...teamsSettings,
|
||||||
|
...whatsappTemplates,
|
||||||
|
};
|
||||||
77
app/javascript/dashboard/i18n/locale/sq/index.js
Normal file
77
app/javascript/dashboard/i18n/locale/sq/index.js
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
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 components from './components.json';
|
||||||
|
import contact from './contact.json';
|
||||||
|
import contactFilters from './contactFilters.json';
|
||||||
|
import conversation from './conversation.json';
|
||||||
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
|
import generalSettings from './generalSettings.json';
|
||||||
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.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 sla from './sla.json';
|
||||||
|
import teamsSettings from './teamsSettings.json';
|
||||||
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
...advancedFilters,
|
||||||
|
...agentBots,
|
||||||
|
...agentMgmt,
|
||||||
|
...attributesMgmt,
|
||||||
|
...auditLogs,
|
||||||
|
...automation,
|
||||||
|
...bulkActions,
|
||||||
|
...campaign,
|
||||||
|
...cannedMgmt,
|
||||||
|
...chatlist,
|
||||||
|
...components,
|
||||||
|
...contact,
|
||||||
|
...contactFilters,
|
||||||
|
...conversation,
|
||||||
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
|
...emoji,
|
||||||
|
...general,
|
||||||
|
...generalSettings,
|
||||||
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
|
...inboxMgmt,
|
||||||
|
...integrationApps,
|
||||||
|
...integrations,
|
||||||
|
...labelsMgmt,
|
||||||
|
...login,
|
||||||
|
...macros,
|
||||||
|
...report,
|
||||||
|
...resetPassword,
|
||||||
|
...search,
|
||||||
|
...setNewPassword,
|
||||||
|
...settings,
|
||||||
|
...signup,
|
||||||
|
...sla,
|
||||||
|
...teamsSettings,
|
||||||
|
...whatsappTemplates,
|
||||||
|
};
|
||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
77
app/javascript/dashboard/i18n/locale/tl/index.js
Normal file
77
app/javascript/dashboard/i18n/locale/tl/index.js
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
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 components from './components.json';
|
||||||
|
import contact from './contact.json';
|
||||||
|
import contactFilters from './contactFilters.json';
|
||||||
|
import conversation from './conversation.json';
|
||||||
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
|
import generalSettings from './generalSettings.json';
|
||||||
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.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 sla from './sla.json';
|
||||||
|
import teamsSettings from './teamsSettings.json';
|
||||||
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
...advancedFilters,
|
||||||
|
...agentBots,
|
||||||
|
...agentMgmt,
|
||||||
|
...attributesMgmt,
|
||||||
|
...auditLogs,
|
||||||
|
...automation,
|
||||||
|
...bulkActions,
|
||||||
|
...campaign,
|
||||||
|
...cannedMgmt,
|
||||||
|
...chatlist,
|
||||||
|
...components,
|
||||||
|
...contact,
|
||||||
|
...contactFilters,
|
||||||
|
...conversation,
|
||||||
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
|
...emoji,
|
||||||
|
...general,
|
||||||
|
...generalSettings,
|
||||||
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
|
...inboxMgmt,
|
||||||
|
...integrationApps,
|
||||||
|
...integrations,
|
||||||
|
...labelsMgmt,
|
||||||
|
...login,
|
||||||
|
...macros,
|
||||||
|
...report,
|
||||||
|
...resetPassword,
|
||||||
|
...search,
|
||||||
|
...setNewPassword,
|
||||||
|
...settings,
|
||||||
|
...signup,
|
||||||
|
...sla,
|
||||||
|
...teamsSettings,
|
||||||
|
...whatsappTemplates,
|
||||||
|
};
|
||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,13 +8,18 @@ import bulkActions from './bulkActions.json';
|
|||||||
import campaign from './campaign.json';
|
import campaign from './campaign.json';
|
||||||
import cannedMgmt from './cannedMgmt.json';
|
import cannedMgmt from './cannedMgmt.json';
|
||||||
import chatlist from './chatlist.json';
|
import chatlist from './chatlist.json';
|
||||||
|
import components from './components.json';
|
||||||
import contact from './contact.json';
|
import contact from './contact.json';
|
||||||
import contactFilters from './contactFilters.json';
|
import contactFilters from './contactFilters.json';
|
||||||
import conversation from './conversation.json';
|
import conversation from './conversation.json';
|
||||||
import csatMgmt from './csatMgmt.json';
|
import csatMgmt from './csatMgmt.json';
|
||||||
|
import customRole from './customRole.json';
|
||||||
|
import datePicker from './datePicker.json';
|
||||||
import emoji from './emoji.json';
|
import emoji from './emoji.json';
|
||||||
|
import general from './general.json';
|
||||||
import generalSettings from './generalSettings.json';
|
import generalSettings from './generalSettings.json';
|
||||||
import helpCenter from './helpCenter.json';
|
import helpCenter from './helpCenter.json';
|
||||||
|
import inbox from './inbox.json';
|
||||||
import inboxMgmt from './inboxMgmt.json';
|
import inboxMgmt from './inboxMgmt.json';
|
||||||
import integrationApps from './integrationApps.json';
|
import integrationApps from './integrationApps.json';
|
||||||
import integrations from './integrations.json';
|
import integrations from './integrations.json';
|
||||||
@@ -27,6 +32,7 @@ import search from './search.json';
|
|||||||
import setNewPassword from './setNewPassword.json';
|
import setNewPassword from './setNewPassword.json';
|
||||||
import settings from './settings.json';
|
import settings from './settings.json';
|
||||||
import signup from './signup.json';
|
import signup from './signup.json';
|
||||||
|
import sla from './sla.json';
|
||||||
import teamsSettings from './teamsSettings.json';
|
import teamsSettings from './teamsSettings.json';
|
||||||
import whatsappTemplates from './whatsappTemplates.json';
|
import whatsappTemplates from './whatsappTemplates.json';
|
||||||
|
|
||||||
@@ -41,13 +47,18 @@ export default {
|
|||||||
...campaign,
|
...campaign,
|
||||||
...cannedMgmt,
|
...cannedMgmt,
|
||||||
...chatlist,
|
...chatlist,
|
||||||
|
...components,
|
||||||
...contact,
|
...contact,
|
||||||
...contactFilters,
|
...contactFilters,
|
||||||
...conversation,
|
...conversation,
|
||||||
...csatMgmt,
|
...csatMgmt,
|
||||||
|
...customRole,
|
||||||
|
...datePicker,
|
||||||
...emoji,
|
...emoji,
|
||||||
|
...general,
|
||||||
...generalSettings,
|
...generalSettings,
|
||||||
...helpCenter,
|
...helpCenter,
|
||||||
|
...inbox,
|
||||||
...inboxMgmt,
|
...inboxMgmt,
|
||||||
...integrationApps,
|
...integrationApps,
|
||||||
...integrations,
|
...integrations,
|
||||||
@@ -60,6 +71,7 @@ export default {
|
|||||||
...setNewPassword,
|
...setNewPassword,
|
||||||
...settings,
|
...settings,
|
||||||
...signup,
|
...signup,
|
||||||
|
...sla,
|
||||||
...teamsSettings,
|
...teamsSettings,
|
||||||
...whatsappTemplates,
|
...whatsappTemplates,
|
||||||
};
|
};
|
||||||
|
|||||||
52
bin/sync_i18n_file_change
Executable file
52
bin/sync_i18n_file_change
Executable file
@@ -0,0 +1,52 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Pre-commit hook to sync en/index.js to other locale folders
|
||||||
|
# Place this file in .git/hooks/pre-commit and make it executable
|
||||||
|
|
||||||
|
# Colors for output
|
||||||
|
GREEN='\033[0;32m'
|
||||||
|
YELLOW='\033[1;33m'
|
||||||
|
NC='\033[0m' # No Color
|
||||||
|
|
||||||
|
# Path to the source index.js file
|
||||||
|
SOURCE_FILE="app/javascript/dashboard/i18n/locale/en/index.js"
|
||||||
|
|
||||||
|
# Check if en/index.js is among the staged files
|
||||||
|
STAGED_EN_INDEX=$(git diff --cached --name-only | grep "^app/javascript/dashboard/i18n/locale/en/index.js$")
|
||||||
|
|
||||||
|
if [ -n "$STAGED_EN_INDEX" ]; then
|
||||||
|
echo -e "${YELLOW}Changes detected in en/index.js. Syncing to other locale folders...${NC}"
|
||||||
|
|
||||||
|
# Check if source file exists
|
||||||
|
if [ ! -f "$SOURCE_FILE" ]; then
|
||||||
|
echo "Error: Source file $SOURCE_FILE not found"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Keep track if any copies were made
|
||||||
|
COPIES_MADE=false
|
||||||
|
|
||||||
|
# Loop through all directories in locales folder
|
||||||
|
for dir in app/javascript/dashboard/i18n/locale/*/; do
|
||||||
|
# Skip the 'en' directory since it's the source
|
||||||
|
if [ "$dir" != "app/javascript/dashboard/i18n/locale/en/" ]; then
|
||||||
|
# Copy the file
|
||||||
|
cp "$SOURCE_FILE" "$dir"
|
||||||
|
|
||||||
|
# Stage the copied file
|
||||||
|
git add "${dir}index.js"
|
||||||
|
|
||||||
|
echo "Copied and staged index.js to $dir"
|
||||||
|
COPIES_MADE=true
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
if [ "$COPIES_MADE" = true ]; then
|
||||||
|
echo -e "${GREEN}Successfully synced en/index.js to all locale folders${NC}"
|
||||||
|
else
|
||||||
|
echo "No other locale folders found to sync to"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
# exit 0
|
||||||
@@ -165,6 +165,7 @@ am:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ ar:
|
|||||||
removed: '%{user_name} أزال سياسة مستوى الخدمة %{sla_name}'
|
removed: '%{user_name} أزال سياسة مستوى الخدمة %{sla_name}'
|
||||||
muted: '%{user_name} كتم صوت المحادثة'
|
muted: '%{user_name} كتم صوت المحادثة'
|
||||||
unmuted: '%{user_name} قام بإلغاء كتم المحادثة'
|
unmuted: '%{user_name} قام بإلغاء كتم المحادثة'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} يرد عادة خلال بضع ساعات.'
|
greeting_message_body: '%{account_name} يرد عادة خلال بضع ساعات.'
|
||||||
ways_to_reach_you_message_body: 'زودنا بوسيلة للتواصل معك.'
|
ways_to_reach_you_message_body: 'زودنا بوسيلة للتواصل معك.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ az:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ bg:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ ca:
|
|||||||
removed: '%{user_name} ha eliminat la política de SLA %{sla_name}'
|
removed: '%{user_name} ha eliminat la política de SLA %{sla_name}'
|
||||||
muted: '%{user_name} ha silenciat la conversa'
|
muted: '%{user_name} ha silenciat la conversa'
|
||||||
unmuted: '%{user_name} ha desactivat el silenci de la conversa'
|
unmuted: '%{user_name} ha desactivat el silenci de la conversa'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} normalment respon a les poques hores.'
|
greeting_message_body: '%{account_name} normalment respon a les poques hores.'
|
||||||
ways_to_reach_you_message_body: 'Fes saber a l''equip la forma de posar-nos en contacte amb tu.'
|
ways_to_reach_you_message_body: 'Fes saber a l''equip la forma de posar-nos en contacte amb tu.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ cs:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} ztlumil/a konverzaci'
|
muted: '%{user_name} ztlumil/a konverzaci'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Dejte týmu způsob, jak se k vám dostat.'
|
ways_to_reach_you_message_body: 'Dejte týmu způsob, jak se k vám dostat.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ da:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} har slukket for samtalen'
|
muted: '%{user_name} har slukket for samtalen'
|
||||||
unmuted: '%{user_name} har genaktiveret samtalen'
|
unmuted: '%{user_name} har genaktiveret samtalen'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} svarer typisk på et par timer.'
|
greeting_message_body: '%{account_name} svarer typisk på et par timer.'
|
||||||
ways_to_reach_you_message_body: 'Giv teamet en måde at kontakte dig på.'
|
ways_to_reach_you_message_body: 'Giv teamet en måde at kontakte dig på.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ de:
|
|||||||
removed: '%{user_name} hat SLA-Richtlinie %{sla_name} entfernt'
|
removed: '%{user_name} hat SLA-Richtlinie %{sla_name} entfernt'
|
||||||
muted: '%{user_name} hat das Gespräch stumm geschaltet'
|
muted: '%{user_name} hat das Gespräch stumm geschaltet'
|
||||||
unmuted: '%{user_name} hat das Gespräch laut gestellt'
|
unmuted: '%{user_name} hat das Gespräch laut gestellt'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} antwortet in der Regel in wenigen Stunden.'
|
greeting_message_body: '%{account_name} antwortet in der Regel in wenigen Stunden.'
|
||||||
ways_to_reach_you_message_body: 'Geben Sie dem Team einen Weg, Sie zu erreichen.'
|
ways_to_reach_you_message_body: 'Geben Sie dem Team einen Weg, Sie zu erreichen.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ el:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: 'Ο χρήστης %{user_name} σίγασε την συνομιλία'
|
muted: 'Ο χρήστης %{user_name} σίγασε την συνομιλία'
|
||||||
unmuted: 'Ο χρήστης %{user_name} επανάφερε από την σίγαση την συνομιλία'
|
unmuted: 'Ο χρήστης %{user_name} επανάφερε από την σίγαση την συνομιλία'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: 'Στον λογαριασμό %{account_name} τυπικά έχετε απάντηση σε μερικές ώρες.'
|
greeting_message_body: 'Στον λογαριασμό %{account_name} τυπικά έχετε απάντηση σε μερικές ώρες.'
|
||||||
ways_to_reach_you_message_body: 'Δώστε στην ομάδα ένα τρόπο να φτάσει σε σας.'
|
ways_to_reach_you_message_body: 'Δώστε στην ομάδα ένα τρόπο να φτάσει σε σας.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ es:
|
|||||||
removed: '%{user_name} eliminó la política de SLA %{sla_name}'
|
removed: '%{user_name} eliminó la política de SLA %{sla_name}'
|
||||||
muted: '%{user_name} ha silenciado la conversación'
|
muted: '%{user_name} ha silenciado la conversación'
|
||||||
unmuted: '%{user_name} ha anulado el silenciado de la conversación'
|
unmuted: '%{user_name} ha anulado el silenciado de la conversación'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} normalmente responde en unas pocas horas.'
|
greeting_message_body: '%{account_name} normalmente responde en unas pocas horas.'
|
||||||
ways_to_reach_you_message_body: 'Dale al equipo una forma de llegar a ti.'
|
ways_to_reach_you_message_body: 'Dale al equipo una forma de llegar a ti.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ fa:
|
|||||||
removed: '%{user_name} سیاست SLA %{sla_name} را حذف کرد'
|
removed: '%{user_name} سیاست SLA %{sla_name} را حذف کرد'
|
||||||
muted: '%{user_name} مکالمه را بی صدا کرد'
|
muted: '%{user_name} مکالمه را بی صدا کرد'
|
||||||
unmuted: '%{user_name} مکالمه را از حالت بی صدا خراج کرد'
|
unmuted: '%{user_name} مکالمه را از حالت بی صدا خراج کرد'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} معمولا ظرف مدت کوتاهی پاسخ میدهد.'
|
greeting_message_body: '%{account_name} معمولا ظرف مدت کوتاهی پاسخ میدهد.'
|
||||||
ways_to_reach_you_message_body: 'راهی برای ارتباط گرفتن تیم با شما قرار دهید'
|
ways_to_reach_you_message_body: 'راهی برای ارتباط گرفتن تیم با شما قرار دهید'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ fi:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} mykisti keskustelun'
|
muted: '%{user_name} mykisti keskustelun'
|
||||||
unmuted: '%{user_name} poisti keskustelun mykistyksen'
|
unmuted: '%{user_name} poisti keskustelun mykistyksen'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} vastaa tyypillisesti muutamassa tunnissa.'
|
greeting_message_body: '%{account_name} vastaa tyypillisesti muutamassa tunnissa.'
|
||||||
ways_to_reach_you_message_body: 'Anna tiimillemme tapa tavoittaa sinut.'
|
ways_to_reach_you_message_body: 'Anna tiimillemme tapa tavoittaa sinut.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ fr:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} a mis la conversation en sourdine'
|
muted: '%{user_name} a mis la conversation en sourdine'
|
||||||
unmuted: '%{user_name} a rétabli le son de la conversation'
|
unmuted: '%{user_name} a rétabli le son de la conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} répond généralement en quelques heures.'
|
greeting_message_body: '%{account_name} répond généralement en quelques heures.'
|
||||||
ways_to_reach_you_message_body: 'Donnez à l''équipe un moyen de vous recontacter.'
|
ways_to_reach_you_message_body: 'Donnez à l''équipe un moyen de vous recontacter.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ he:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: '"תן לצוות דרך להגיע אליך".'
|
ways_to_reach_you_message_body: '"תן לצוות דרך להגיע אליך".'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ hi:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ hr:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ hu:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} elnémította a beszélgetést'
|
muted: '%{user_name} elnémította a beszélgetést'
|
||||||
unmuted: '%{user_name} kikapcsolta a beszélgetés elnémítását'
|
unmuted: '%{user_name} kikapcsolta a beszélgetés elnémítását'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} általában néhány órán belül válaszol.'
|
greeting_message_body: '%{account_name} általában néhány órán belül válaszol.'
|
||||||
ways_to_reach_you_message_body: 'Adj egy elérhetőséget hogy megkereshessenek.'
|
ways_to_reach_you_message_body: 'Adj egy elérhetőséget hogy megkereshessenek.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ hy:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ id:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} me-mute percakapan'
|
muted: '%{user_name} me-mute percakapan'
|
||||||
unmuted: '%{user_name} telah un-mute percakapan'
|
unmuted: '%{user_name} telah un-mute percakapan'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} biasanya membalas dalam beberapa jam.'
|
greeting_message_body: '%{account_name} biasanya membalas dalam beberapa jam.'
|
||||||
ways_to_reach_you_message_body: 'Beri tim cara untuk menghubungi Anda.'
|
ways_to_reach_you_message_body: 'Beri tim cara untuk menghubungi Anda.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ is:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} svarar iðulega innan nokkura klukkustunda.'
|
greeting_message_body: '%{account_name} svarar iðulega innan nokkura klukkustunda.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ it:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} ha silenziato la conversazione'
|
muted: '%{user_name} ha silenziato la conversazione'
|
||||||
unmuted: '%{user_name} ha riattivato l''audio della conversazione'
|
unmuted: '%{user_name} ha riattivato l''audio della conversazione'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name}, in genere, risponde in poche ore.'
|
greeting_message_body: '%{account_name}, in genere, risponde in poche ore.'
|
||||||
ways_to_reach_you_message_body: 'Offri al team un modo per raggiungerti.'
|
ways_to_reach_you_message_body: 'Offri al team un modo per raggiungerti.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ ja:
|
|||||||
removed: '%{user_name} がSLAポリシー "%{sla_name}" を削除しました'
|
removed: '%{user_name} がSLAポリシー "%{sla_name}" を削除しました'
|
||||||
muted: '%{user_name} が会話をミュートしました'
|
muted: '%{user_name} が会話をミュートしました'
|
||||||
unmuted: '%{user_name} が会話のミュートを解除しました'
|
unmuted: '%{user_name} が会話のミュートを解除しました'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} は通常数時間以内に返信します。'
|
greeting_message_body: '%{account_name} は通常数時間以内に返信します。'
|
||||||
ways_to_reach_you_message_body: 'ご連絡先をご入力ください。'
|
ways_to_reach_you_message_body: 'ご連絡先をご入力ください。'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ ka:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ ko:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: '저희가 연락드릴 방법을 알려주세요.'
|
ways_to_reach_you_message_body: '저희가 연락드릴 방법을 알려주세요.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ lt:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} nutildė pokalbį'
|
muted: '%{user_name} nutildė pokalbį'
|
||||||
unmuted: '%{user_name} įjungė pokalbio garsą'
|
unmuted: '%{user_name} įjungė pokalbio garsą'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} paprastai atsako per kelias valandas.'
|
greeting_message_body: '%{account_name} paprastai atsako per kelias valandas.'
|
||||||
ways_to_reach_you_message_body: 'Suteikite komandai būdą, kaip su jumis susisiekti.'
|
ways_to_reach_you_message_body: 'Suteikite komandai būdą, kaip su jumis susisiekti.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ lv:
|
|||||||
removed: '%{user_name} noņēma SLA politiku %{sla_name}'
|
removed: '%{user_name} noņēma SLA politiku %{sla_name}'
|
||||||
muted: '%{user_name} izslēdza sarunu'
|
muted: '%{user_name} izslēdza sarunu'
|
||||||
unmuted: '%{user_name} ieslēdza sarunu'
|
unmuted: '%{user_name} ieslēdza sarunu'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} parasti atbild dažu stundu laikā.'
|
greeting_message_body: '%{account_name} parasti atbild dažu stundu laikā.'
|
||||||
ways_to_reach_you_message_body: 'Dodiet komandai iespēju ar jums sazināties.'
|
ways_to_reach_you_message_body: 'Dodiet komandai iespēju ar jums sazināties.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ ml:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} സാധാരണ കുറച്ച് മണിക്കൂറിനുള്ളിൽ മറുപടി നൽകുന്നു.'
|
greeting_message_body: '%{account_name} സാധാരണ കുറച്ച് മണിക്കൂറിനുള്ളിൽ മറുപടി നൽകുന്നു.'
|
||||||
ways_to_reach_you_message_body: 'നിങ്ങളിലേക്ക് എത്താൻ ടീമിന് ഒരു വഴി നൽകുക.'
|
ways_to_reach_you_message_body: 'നിങ്ങളിലേക്ക് എത്താൻ ടീമിന് ഒരു വഴി നൽകുക.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ ms:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ ne:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ nl:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} reageert meestal binnen een paar uur.'
|
greeting_message_body: '%{account_name} reageert meestal binnen een paar uur.'
|
||||||
ways_to_reach_you_message_body: 'Geef het team een manier om je te bereiken.'
|
ways_to_reach_you_message_body: 'Geef het team een manier om je te bereiken.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} har dempet samtalen'
|
muted: '%{user_name} har dempet samtalen'
|
||||||
unmuted: '%{user_name} har opphevet dempingen av samtalen'
|
unmuted: '%{user_name} har opphevet dempingen av samtalen'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} svarer vanligvis innen et par timer.'
|
greeting_message_body: '%{account_name} svarer vanligvis innen et par timer.'
|
||||||
ways_to_reach_you_message_body: 'Gi oss en måte å ta kontakt med deg på.'
|
ways_to_reach_you_message_body: 'Gi oss en måte å ta kontakt med deg på.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ pl:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} wyciszył/a rozmowę'
|
muted: '%{user_name} wyciszył/a rozmowę'
|
||||||
unmuted: '%{user_name} cofnął wyciszenie rozmowy'
|
unmuted: '%{user_name} cofnął wyciszenie rozmowy'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} zazwyczaj odpowiada w ciągu kilku godzin.'
|
greeting_message_body: '%{account_name} zazwyczaj odpowiada w ciągu kilku godzin.'
|
||||||
ways_to_reach_you_message_body: 'Daj zespołowi możliwość dotarcia do Ciebie.'
|
ways_to_reach_you_message_body: 'Daj zespołowi możliwość dotarcia do Ciebie.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ pt:
|
|||||||
removed: '%{user_name} removeu a política de SLA de %{sla_name}'
|
removed: '%{user_name} removeu a política de SLA de %{sla_name}'
|
||||||
muted: '%{user_name} bloqueou a conversa'
|
muted: '%{user_name} bloqueou a conversa'
|
||||||
unmuted: '%{user_name} reativou a conversa'
|
unmuted: '%{user_name} reativou a conversa'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} normalmente responde em poucas horas.'
|
greeting_message_body: '%{account_name} normalmente responde em poucas horas.'
|
||||||
ways_to_reach_you_message_body: 'Dê à equipe um jeito de contatá-lo.'
|
ways_to_reach_you_message_body: 'Dê à equipe um jeito de contatá-lo.'
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ pt_BR:
|
|||||||
conversation_traffic_csv:
|
conversation_traffic_csv:
|
||||||
timezone: Fuso horário
|
timezone: Fuso horário
|
||||||
sla_csv:
|
sla_csv:
|
||||||
conversation_id: Conversas
|
conversation_id: ID da conversa
|
||||||
sla_policy_breached: Política SLA
|
sla_policy_breached: Política SLA
|
||||||
assignee: Responsável
|
assignee: Responsável
|
||||||
team: Times
|
team: Times
|
||||||
@@ -165,6 +165,7 @@ pt_BR:
|
|||||||
removed: '%{user_name} removeu a política de SLA %{sla_name}'
|
removed: '%{user_name} removeu a política de SLA %{sla_name}'
|
||||||
muted: '%{user_name} silenciou a conversa'
|
muted: '%{user_name} silenciou a conversa'
|
||||||
unmuted: '%{user_name} reativou a conversa'
|
unmuted: '%{user_name} reativou a conversa'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} normalmente responde em algumas horas.'
|
greeting_message_body: '%{account_name} normalmente responde em algumas horas.'
|
||||||
ways_to_reach_you_message_body: 'Informe uma forma para entrarmos em contato com você.'
|
ways_to_reach_you_message_body: 'Informe uma forma para entrarmos em contato com você.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ ro:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} a dezactivat conversația'
|
muted: '%{user_name} a dezactivat conversația'
|
||||||
unmuted: '%{user_name} a activat conversația'
|
unmuted: '%{user_name} a activat conversația'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} răspunde de obicei în câteva ore.'
|
greeting_message_body: '%{account_name} răspunde de obicei în câteva ore.'
|
||||||
ways_to_reach_you_message_body: 'Dă-i echipei o modalitate de a te contacta.'
|
ways_to_reach_you_message_body: 'Dă-i echipei o modalitate de a te contacta.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ ru:
|
|||||||
removed: '%{user_name} удалил политику SLA %{sla_name}'
|
removed: '%{user_name} удалил политику SLA %{sla_name}'
|
||||||
muted: '%{user_name} заглушил(а) этот разговор'
|
muted: '%{user_name} заглушил(а) этот разговор'
|
||||||
unmuted: '%{user_name} включил(а) уведомления для разговора'
|
unmuted: '%{user_name} включил(а) уведомления для разговора'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} как правило отвечает в течении несколько часов.'
|
greeting_message_body: '%{account_name} как правило отвечает в течении несколько часов.'
|
||||||
ways_to_reach_you_message_body: 'Оставьте ваш email для связи'
|
ways_to_reach_you_message_body: 'Оставьте ваш email для связи'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ sh:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} has muted the conversation'
|
muted: '%{user_name} has muted the conversation'
|
||||||
unmuted: '%{user_name} has unmuted the conversation'
|
unmuted: '%{user_name} has unmuted the conversation'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
greeting_message_body: '%{account_name} typically replies in a few hours.'
|
||||||
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
ways_to_reach_you_message_body: 'Give the team a way to reach you.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ sk:
|
|||||||
removed: '%{user_name} removed SLA policy %{sla_name}'
|
removed: '%{user_name} removed SLA policy %{sla_name}'
|
||||||
muted: '%{user_name} stlmil konverzáciu'
|
muted: '%{user_name} stlmil konverzáciu'
|
||||||
unmuted: '%{user_name} odtlmil konverzáciu'
|
unmuted: '%{user_name} odtlmil konverzáciu'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} zvyčajne odpovedá do niekoľkých hodín.'
|
greeting_message_body: '%{account_name} zvyčajne odpovedá do niekoľkých hodín.'
|
||||||
ways_to_reach_you_message_body: 'Poskytnite tímu spôsob, ako sa s vami spojiť.'
|
ways_to_reach_you_message_body: 'Poskytnite tímu spôsob, ako sa s vami spojiť.'
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ sl:
|
|||||||
removed: '%{user_name} je odstranil politiko SLA %{sla_name}'
|
removed: '%{user_name} je odstranil politiko SLA %{sla_name}'
|
||||||
muted: '%{user_name} je utišal pogovor'
|
muted: '%{user_name} je utišal pogovor'
|
||||||
unmuted: '%{user_name} je vklopil sporočila pogovora'
|
unmuted: '%{user_name} je vklopil sporočila pogovora'
|
||||||
|
auto_resolution_message: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
|
||||||
templates:
|
templates:
|
||||||
greeting_message_body: '%{account_name} običajno odgovori v nekaj urah.'
|
greeting_message_body: '%{account_name} običajno odgovori v nekaj urah.'
|
||||||
ways_to_reach_you_message_body: 'Omogočite ekipi, da stopi v stik z vami.'
|
ways_to_reach_you_message_body: 'Omogočite ekipi, da stopi v stik z vami.'
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user