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

20 lines
555 B
PHP

<?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_roles_index' => '角色列表',
'admin_roles_create' => '创建角色',
'admin_roles_show' => '角色详情',
'admin_roles_update' => '更新角色',
'admin_roles_delete' => '删除角色',
'select_one_at_least' => '权限不能为空,请选择至少一项',
];