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

25 lines
588 B
PHP

<?php
/**
* page.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-02 14:22:41
* @modified 2022-08-02 14:22:41
*/
return [
'index' => '文章管理',
'info_title' => '信息标题',
'info_content' => '内容',
'pages_index' => '文章列表',
'pages_create' => '创建文章',
'pages_show' => '文章详情',
'pages_update' => '文章编辑',
'pages_delete' => '删除文章',
'inquiry' => '询盘管理',
];