page.php 1.6 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Category_id' => '分类ID',
  5. 'Type' => '类型',
  6. 'Title' => '标题',
  7. 'Seotitle' => 'SEO标题',
  8. 'Keywords' => '关键字',
  9. 'Description' => '描述',
  10. 'Flag' => '标志',
  11. 'Image' => '图片',
  12. 'Content' => '内容',
  13. 'Icon' => '图标',
  14. 'Views' => '浏览',
  15. 'Comments' => '评论',
  16. 'Diyname' => '自定义URL名称',
  17. 'Showtpl' => '视图模板',
  18. 'Iscomment' => '允许评论',
  19. 'Parsetpl' => '解析模板',
  20. 'Createtime' => '创建时间',
  21. 'Updatetime' => '更新时间',
  22. 'Deletetime' => '删除时间',
  23. 'Check content is legal' => '检查内容是否有违禁词',
  24. 'Get the keyword and description' => '提取关键字和描述',
  25. 'The data already exist' => '已经存在',
  26. 'Can not be only digital' => '不能仅为数字',
  27. 'Please input character or digital' => '请输入字母、数字或下划线',
  28. 'Weigh' => '权重',
  29. 'Select' => '选择',
  30. 'Status' => '状态'
  31. ];