You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.1 KiB
36 lines
1.1 KiB
2 weeks ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Id' => 'ID',
|
||
|
'Add' => '新建页面',
|
||
|
'Shop_id' => '所属店铺',
|
||
|
'Shop' => '店铺主页',
|
||
|
'Index' => 'APP首页',
|
||
|
'Page' => '单页',
|
||
|
'Name' => '页面名称',
|
||
|
'Token' => '页面ID',
|
||
|
'Restore' => '还原',
|
||
|
'Restore all'=> '还原全部',
|
||
|
'Destroy' => '销毁',
|
||
|
'Destroy all'=> '清空回收站',
|
||
|
'Recycle bin'=> '历史页面',
|
||
|
'Createtime' => '创建时间',
|
||
|
'Updatetime' => '更新时间',
|
||
|
'Deletetime' => '删除时间',
|
||
|
|
||
|
'All' => '全部',
|
||
|
'Sort' => '类型',
|
||
|
'Sort product' => '商品',
|
||
|
'Sort sort' => '店铺分类',
|
||
|
'Sort page' => '自定义页面',
|
||
|
'Image' => '图片',
|
||
|
'Route' => '链接',
|
||
|
|
||
|
|
||
|
'Are you sure you want to delete the %s selected item?' => '确定删除选中的 %s 项?',
|
||
|
'Are you sure you want to delete this item?' => '确定删除此项?',
|
||
|
'Are you sure you want to delete or turncate?' => '确定删除或清空?',
|
||
|
'Are you sure you want to truncate?' => '确定清空?',
|
||
|
'Status' => '状态'
|
||
|
];
|