mirror of https://gitee.com/karson/fastadmin.git
48 lines
2.6 KiB
PHP
48 lines
2.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'Channel' => '栏目',
|
|
'Channel_id' => '栏目ID',
|
|
'Channel_name' => '栏目名称',
|
|
'Channel list' => '栏目列表',
|
|
'Addon list' => '副表列表',
|
|
'Model' => '模型',
|
|
'Model_id' => '模型ID',
|
|
'User_id' => '发布会员',
|
|
'Title' => '文章标题',
|
|
'Flag' => '标志',
|
|
'Image' => '缩略图',
|
|
'Keywords' => '关键字',
|
|
'Description' => '描述',
|
|
'Tags' => 'TAG',
|
|
'Weigh' => '权重',
|
|
'Views' => '浏览',
|
|
'Comments' => '评论',
|
|
'Likes' => '点赞',
|
|
'Dislikes' => '点踩',
|
|
'Diyname' => '自定义URL',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间',
|
|
'Recycle bin' => '回收站',
|
|
'Restore' => '还原',
|
|
'Restore all' => '还原全部',
|
|
'Destroy' => '销毁',
|
|
'Destroy all' => '清空回收站',
|
|
'Nothing need restore' => '没有需要还原的数据',
|
|
'Move tips' => '只能将数据移动到相同模型的栏目下,不同模型的数据移动将被忽略',
|
|
'Are you sure you want to truncate?' => '确认清空回收站?',
|
|
'Can not be digital' => '不能为数字',
|
|
'Please select channel' => '请选择分类',
|
|
'The data already exist' => '已经存在',
|
|
'Status' => '状态',
|
|
'Status normal' => '正常',
|
|
'Status hidden' => '隐藏',
|
|
'Status rejected' => '已拒绝',
|
|
'Status pulloff' => '已下线',
|
|
'Set to rejected' => '设为拒绝',
|
|
'Set to pulloff' => '设为下线',
|
|
'Array key' => '键',
|
|
'Array value' => '值',
|
|
'Publish' => '发布'
|
|
]; |