<?php

return [
    /*
    |--------------------------------------------------------------------------
    | Buttons Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used in buttons throughout the system.
    | Regardless where it is placed, a button can be listed here so it is easily
    | found in a intuitive way.
    |
    */

    'backend' => [
        'access' => [
            'users' => [
                'activate' => '激活',
                'change_password' => '更改密码',
                'clear_session' => '清除会话',
                'confirm' => '确认',
                'deactivate' => '停用',
                'delete_permanently' => '永久删除',
                'login_as' => '登录为 :user',
                'resend_email' => '重新发送确认电子邮件',
                'restore_user' => '恢复用户',
                'unconfirm' => '取消确认',
                'unlink' => '取消链接',
            ],
        ],
    ],

    'emails' => [
        'auth' => [
            'confirm_account' => '确认帐户',
            'reset_password' => '重置密码',
        ],
    ],

    'general' => [
        'cancel' => '取消',
        'continue' => '继续',

        'crud' => [
            'create' => '创建',
            'delete' => '删除',
            'edit' => '编辑',
            'update' => '更新',
            'view' => '查看',
        ],

        'save' => '保存',
        'view' => '查看',
    ],
];
