navs.php
984 Bytes
<?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' => 'Anasayfa',
'logout' => 'Çıkış',
],
'frontend' => [
'contact' => 'Contact',
'dashboard' => 'Kokpit',
'login' => 'Giriş',
'macros' => 'Makrolar',
'register' => 'Kayıt',
'user' => [
'account' => 'Hesabım',
'administration' => 'Yönetim',
'change_password' => 'Parolayı Değiştir',
'my_information' => 'Bilgilerim',
'profile' => 'Profil',
],
],
];