archives.php 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. 'Spiders' => '来访',
  25. 'Tags' => 'TAG',
  26. 'Outlink' => '跳转链接',
  27. 'Weigh' => '权重',
  28. 'Views' => '浏览',
  29. 'Comments' => '评论',
  30. 'Likes' => '点赞',
  31. 'Dislikes' => '点踩',
  32. 'Diyname' => '自定义名称',
  33. 'Createtime' => '创建时间',
  34. 'Updatetime' => '更新时间',
  35. 'Publishtime' => '发布时间',
  36. 'Deletetime' => '删除时间',
  37. 'Isguest' => '游客访问',
  38. 'Iscomment' => '允许评论',
  39. 'Recycle bin' => '回收站',
  40. 'Restore' => '还原',
  41. 'Restore all' => '还原全部',
  42. 'Destroy' => '销毁',
  43. 'Destroy all' => '清空回收站',
  44. 'Nothing need restore' => '没有需要还原的数据',
  45. 'Move tips' => '只能将数据移动到相同模型的栏目下,不同模型的数据移动将被忽略',
  46. 'Are you sure you want to truncate?' => '确认清空回收站?',
  47. 'Can not be only digital' => '不能仅为数字',
  48. 'Please input character or digital' => '请输入字母、数字或下划线',
  49. 'Check content is legal' => '检查内容是否有违禁词',
  50. 'Get the keyword and description' => '提取关键字和描述',
  51. 'Get first image from content' => '提取内容第1张图作为缩略图',
  52. 'Please select channel' => '请选择分类',
  53. 'Please select special' => '请选择专题',
  54. 'Please select at least one row' => '请选择需要操作的数据',
  55. 'Set special' => '加入专题',
  56. 'The data already exist' => '已经存在',
  57. 'Banned words' => '违禁词',
  58. 'Status' => '状态',
  59. 'Status normal' => '正常',
  60. 'Status hidden' => '待审核',
  61. 'Status rejected' => '已拒绝',
  62. 'Status pulloff' => '已下线',
  63. 'Set flag' => '修改标志信息',
  64. 'Set to hidden' => '设为待审核',
  65. 'Set to rejected' => '设为已拒绝',
  66. 'Set to pulloff' => '设为已下线',
  67. 'Join to special' => '加入专题',
  68. 'Join to tag' => '加入标签',
  69. 'Copy selected' => '复制选择的行',
  70. 'Are you sure you want to copy %s records?' => '确认复制 %s 条记录?',
  71. 'Publish and continue' => '发布并新增',
  72. 'Array key' => '键',
  73. 'Array value' => '值',
  74. 'Publish' => '发布'
  75. ];