wyyl/resources/lang/zh_cn/admin/user.php

22 lines
673 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* header.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-02 19:03:19
* @modified 2022-08-02 19:03:19
*/
return [
'admin_users_index' => '用户列表',
'admin_users_create' => '创建用户',
'admin_users_show' => '用户详情',
'admin_users_update' => '更新用户',
'admin_users_delete' => '删除用户',
'verify_code_expired' => '您的验证码已过期10分钟请重新获取',
'verify_code_error' => '您的验证码错误',
'account_not_exist' => '账号不存在',
];