diyform.php 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. return [
  3. 'Type' => '类型',
  4. 'Name' => '名称',
  5. 'Table' => '表名',
  6. 'Seotitle' => 'SEO标题',
  7. 'Keywords' => '关键字',
  8. 'Description' => '描述',
  9. 'Successtips' => '成功提交提示文字',
  10. 'Redirecturl' => '成功后跳转链接',
  11. 'Diyname' => '自定义URL名称',
  12. 'Needlogin' => '发布是否需要登录',
  13. 'Isedit' => '是否允许编辑',
  14. 'Iscaptcha' => '是否开启验证码',
  15. 'Isguest' => '是否允许游客访问',
  16. 'Usermode' => '会员筛选模式',
  17. 'Statusmode' => '状态筛选模式',
  18. 'Formtpl' => '表单模板',
  19. 'Posttpl' => '表单页模板',
  20. 'Listtpl' => '列表页模板',
  21. 'Showtpl' => '详情页模板',
  22. 'Createtime' => '添加时间',
  23. 'Updatetime' => '更新时间',
  24. 'Status' => '状态',
  25. 'Spiders' => '来访',
  26. 'Redirecturl tips' => '为空时将跳转到列表页',
  27. 'Can not be only digital' => '不能仅为数字',
  28. 'Please input character or digital' => '请输入字母、数字或下划线',
  29. 'The data already exist' => '已经存在'
  30. ];