navs.php 990 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' => 'ホーム',
        'logout' => 'ログアウト',
    ],

    'frontend' => [
        'contact' => 'Contact',
        'dashboard' => 'Dashboard',
        'login' => 'ログイン',
        'macros' => 'マクロ',
        'register' => '登録',

        'user' => [
            'account' => 'My Account',
            'administration' => '管理',
            'change_password' => 'パスワード変更',
            'my_information' => 'My Information',
            'profile' => 'プロフィール',
        ],
    ],
];