1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?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' => '价格',
- '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' => '请选择专题',
- 'Set special' => '加入专题',
- 'The data already exist' => '已经存在',
- 'Banned words' => '违禁词',
- 'Status' => '状态',
- 'Status normal' => '正常',
- 'Status hidden' => '隐藏',
- 'Status rejected' => '已拒绝',
- 'Status pulloff' => '已下线',
- 'Set to rejected' => '设为拒绝',
- 'Set to pulloff' => '设为下线',
- 'Publish and continue' => '发布并新增',
- 'Array key' => '键',
- 'Array value' => '值',
- 'Publish' => '发布'
- ];
|