<?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' => '联系',
        'dashboard' => '指示板',
        'login' => '登录',
        'macros' => '宏',
        'register' => '注册',

        'user' => [
            'account' => '我的账户',
            'administration' => '管理',
            'change_password' => '更改密码',
            'my_information' => '我的信息',
            'profile' => '个人资料',
        ],
    ],
];
