navs.php
1.08 KB
<?php
return [
/*
|--------------------------------------------------------------------------
| Navs Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used in menu items throughout the system.
| Regardless where it is placed, a menu item can be listed here so it is easily
| found in a intuitive way.
|
|--------------------------------------------------------------------------
*/
'general' => [
'home' => 'Início',
'logout' => 'Sair',
],
'frontend' => [
'contact' => 'Contact',
'dashboard' => 'Painel de Controle',
'login' => 'Entrar',
'macros' => 'Macros',
'register' => 'Registrar',
'user' => [
'account' => 'Minha Conta',
'administration' => 'Administração',
'change_password' => 'Alterar Senha',
'my_information' => 'Minhas Informações',
'profile' => 'Perfil',
],
],
];