i18n
lang/en/sidebar.php
return [
'command_palette' => 'Command Palette',
'dashboard' => 'Dashboard',
'help' => 'Help Center',
'settings' => 'Settings',
'notifications' => 'Notifications'
];lang/pt-BR/sidebar.php
return [
'command_palette' => 'Paleta de comandos',
'dashboard' => 'Painel de controle',
'help' => 'Central de ajuda',
'settings' => 'Configurações',
'notifications' => 'Notificações'
];Vue file
Last updated