archives.php 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?php
  2. return [
  3. 'Channel' => '栏目',
  4. 'Channel_id' => '栏目',
  5. 'Channel_ids' => '副栏目集合',
  6. 'Channel_name' => '栏目名称',
  7. 'Channel list' => '栏目列表',
  8. 'Addon list' => '副表列表',
  9. 'Model' => '模型',
  10. 'Model_id' => '模型ID',
  11. 'User_id' => '发布会员',
  12. 'Admin_id' => '发布管理员',
  13. 'Special_id' => '所属专题',
  14. 'Special_ids' => '所属专题',
  15. 'Title' => '文档标题',
  16. 'Seotitle' => 'SEO标题',
  17. 'Flag' => '标志',
  18. 'Top' => '置顶',
  19. 'Image' => '缩略图',
  20. 'Images' => '组图',
  21. 'Keywords' => '关键字',
  22. 'Description' => '描述',
  23. 'Price' => '价格',
  24. 'Tags' => 'TAG',
  25. 'Outlink' => '跳转链接',
  26. 'Weigh' => '权重',
  27. 'Views' => '浏览',
  28. 'Comments' => '评论',
  29. 'Likes' => '点赞',
  30. 'Dislikes' => '点踩',
  31. 'Diyname' => '自定义名称',
  32. 'Createtime' => '创建时间',
  33. 'Updatetime' => '更新时间',
  34. 'Publishtime' => '发布时间',
  35. 'Deletetime' => '删除时间',
  36. 'Isguest' => '游客访问',
  37. 'Iscomment' => '允许评论',
  38. 'Recycle bin' => '回收站',
  39. 'Restore' => '还原',
  40. 'Restore all' => '还原全部',
  41. 'Destroy' => '销毁',
  42. 'Destroy all' => '清空回收站',
  43. 'Nothing need restore' => '没有需要还原的数据',
  44. 'Move tips' => '只能将数据移动到相同模型的栏目下,不同模型的数据移动将被忽略',
  45. 'Are you sure you want to truncate?' => '确认清空回收站?',
  46. 'Can not be only digital' => '不能仅为数字',
  47. 'Please input character or digital' => '请输入字母、数字或下划线',
  48. 'Check content is legal' => '检查内容是否有违禁词',
  49. 'Get the keyword and description' => '提取关键字和描述',
  50. 'Get first image from content' => '提取内容第1张图作为缩略图',
  51. 'Please select channel' => '请选择分类',
  52. 'Please select special' => '请选择专题',
  53. 'Set special' => '加入专题',
  54. 'The data already exist' => '已经存在',
  55. 'Banned words' => '违禁词',
  56. 'Status' => '状态',
  57. 'Status normal' => '正常',
  58. 'Status hidden' => '隐藏',
  59. 'Status rejected' => '已拒绝',
  60. 'Status pulloff' => '已下线',
  61. 'Set to rejected' => '设为拒绝',
  62. 'Set to pulloff' => '设为下线',
  63. 'Publish and continue' => '发布并新增',
  64. 'Array key' => '键',
  65. 'Array value' => '值',
  66. 'Publish' => '发布'
  67. ];