fix: adiciona 'Notificações Automáticas' no menu lateral do Captain
- Sidebar.vue: novo item Captain > Notificações Automáticas apontando para a rota captain_settings_notifications - pt_BR/settings.json: CAPTAIN_NOTIFICATIONS key adicionada - en/settings.json: CAPTAIN_REPORTS e CAPTAIN_NOTIFICATIONS adicionadas
This commit is contained in:
parent
84fff38d94
commit
203b1e3cc3
@ -414,6 +414,12 @@ const menuItems = computed(() => {
|
||||
activeOn: ['captain_settings_reports'],
|
||||
to: accountScopedRoute('captain_settings_reports'),
|
||||
},
|
||||
{
|
||||
name: 'Notifications',
|
||||
label: t('SIDEBAR.CAPTAIN_NOTIFICATIONS'),
|
||||
activeOn: ['captain_settings_notifications'],
|
||||
to: accountScopedRoute('captain_settings_notifications'),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@ -343,6 +343,8 @@
|
||||
"CAPTAIN_PIX_UNITS": "Pix Units",
|
||||
"CAPTAIN_GALLERY": "Gallery",
|
||||
"CAPTAIN_RESERVATIONS": "Reservations",
|
||||
"CAPTAIN_REPORTS": "AI Reports",
|
||||
"CAPTAIN_NOTIFICATIONS": "Automatic Notifications",
|
||||
"HOME": "Home",
|
||||
"AGENTS": "Agents",
|
||||
"AGENT_BOTS": "Bots",
|
||||
|
||||
@ -343,6 +343,7 @@
|
||||
"CAPTAIN_GALLERY": "Galeria",
|
||||
"CAPTAIN_RESERVATIONS": "Reservas",
|
||||
"CAPTAIN_REPORTS": "Relatórios IA",
|
||||
"CAPTAIN_NOTIFICATIONS": "Notificações Automáticas",
|
||||
"HOME": "Principal",
|
||||
"AGENTS": "Agentes",
|
||||
"AGENT_BOTS": "Robôs",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user