86 lines
5.3 KiB
PHP
86 lines
5.3 KiB
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Channel' => '栏目',
|
||
|
'Channel_id' => '栏目',
|
||
|
'Channel_ids' => '副栏目集合',
|
||
|
'Channel_name' => '栏目名称',
|
||
|
'Channel list' => '栏目列表',
|
||
|
'Addon list' => '副表列表',
|
||
|
'Model' => '模型',
|
||
|
'Model_id' => '模型ID',
|
||
|
'User_id' => '发布会员',
|
||
|
'Admin_id' => '发布管理员',
|
||
|
'Special_id' => '所属专题',
|
||
|
'Special_ids' => '所属专题',
|
||
|
'Title' => '文档标题',
|
||
|
'Seotitle' => 'SEO标题',
|
||
|
'Flag' => '标志',
|
||
|
'Top' => '置顶',
|
||
|
'Image' => '缩略图',
|
||
|
'Images' => '组图',
|
||
|
'Keywords' => '关键字',
|
||
|
'Description' => '描述',
|
||
|
'Price' => '价格',
|
||
|
'Spiders' => '来访',
|
||
|
'Tags' => 'TAG',
|
||
|
'Outlink' => '跳转链接',
|
||
|
'Weigh' => '权重',
|
||
|
'Views' => '浏览',
|
||
|
'Comments' => '评论',
|
||
|
'Likes' => '点赞',
|
||
|
'Dislikes' => '点踩',
|
||
|
'Diyname' => '自定义名称',
|
||
|
'Createtime' => '创建时间',
|
||
|
'Updatetime' => '更新时间',
|
||
|
'Publishtime' => '发布时间',
|
||
|
'Deletetime' => '删除时间',
|
||
|
'Isguest' => '游客访问',
|
||
|
'Iscomment' => '允许评论',
|
||
|
'Recycle bin' => '回收站',
|
||
|
'Restore' => '还原',
|
||
|
'Restore all' => '还原全部',
|
||
|
'Destroy' => '销毁',
|
||
|
'Destroy all' => '清空回收站',
|
||
|
'Nothing need restore' => '没有需要还原的数据',
|
||
|
'Move tips' => '只能将数据移动到相同模型的栏目下,不同模型的数据移动将被忽略',
|
||
|
'Are you sure you want to truncate?' => '确认清空回收站?',
|
||
|
'Can not be only digital' => '不能仅为数字',
|
||
|
'Please input character or digital' => '请输入字母、数字或下划线',
|
||
|
'Check content is legal' => '检查内容是否有违禁词',
|
||
|
'Get the keyword and description' => '提取关键字和描述',
|
||
|
'Get first image from content' => '提取内容第1张图作为缩略图',
|
||
|
'Please select channel' => '请选择分类',
|
||
|
'Please select special' => '请选择专题',
|
||
|
'Please select at least one row' => '请选择需要操作的数据',
|
||
|
'Set special' => '加入专题',
|
||
|
'The data already exist' => '已经存在',
|
||
|
'Banned words' => '违禁词',
|
||
|
'Status' => '状态',
|
||
|
'Status normal' => '正常',
|
||
|
'Status hidden' => '待审核',
|
||
|
'Status rejected' => '已拒绝',
|
||
|
'Status pulloff' => '已下线',
|
||
|
'Set flag' => '修改标志信息',
|
||
|
'Set to hidden' => '设为待审核',
|
||
|
'Set to rejected' => '设为已拒绝',
|
||
|
'Set to pulloff' => '设为已下线',
|
||
|
'Join to special' => '加入专题',
|
||
|
'Join to tag' => '加入标签',
|
||
|
'Copy selected' => '复制选择的行',
|
||
|
'Are you sure you want to copy %s records?' => '确认复制 %s 条记录?',
|
||
|
'Publish and continue' => '发布并新增',
|
||
|
'Array key' => '键',
|
||
|
'Array value' => '值',
|
||
|
'Publish' => '发布',
|
||
|
'Player_Number' => '飞手编号',
|
||
|
'Name' => '姓名',
|
||
|
'Mobile' => '手机号',
|
||
|
'Registration_Time' => '报名时间',
|
||
|
'Process_Time' => '审核时间',
|
||
|
'STATE' => '状态',
|
||
|
'Message' => '短信',
|
||
|
|
||
|
|
||
|
];
|