page.php 1.7 KB

123456789101112131415161718192021222324252627282930313233
  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. 'Spiders' => '来访',
  17. 'Diyname' => '自定义URL名称',
  18. 'Showtpl' => '视图模板',
  19. 'Iscomment' => '允许评论',
  20. 'Parsetpl' => '解析模板',
  21. 'Createtime' => '创建时间',
  22. 'Updatetime' => '更新时间',
  23. 'Deletetime' => '删除时间',
  24. 'Check content is legal' => '检查内容是否有违禁词',
  25. 'Get the keyword and description' => '提取关键字和描述',
  26. 'The data already exist' => '已经存在',
  27. 'Can not be only digital' => '不能仅为数字',
  28. 'Please input character or digital' => '请输入字母、数字或下划线',
  29. 'Weigh' => '权重',
  30. 'Select' => '选择',
  31. 'Status' => '状态'
  32. ];