attachment.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Admin_id' => 'Admin_id',
  5. 'User_id' => 'User_id',
  6. 'Url' => 'Url',
  7. 'Imagewidth' => 'Image width',
  8. 'Imageheight' => 'Image height',
  9. 'Imagetype' => 'Image type',
  10. 'Imageframes' => 'Image frames',
  11. 'Preview' => 'Preview',
  12. 'Filename' => 'Filename',
  13. 'Filesize' => 'Filesize',
  14. 'Mimetype' => 'Mime type',
  15. 'Image' => 'Image',
  16. 'Audio' => 'Audio',
  17. 'Video' => 'Video',
  18. 'Text' => 'Text',
  19. 'Application' => 'Application',
  20. 'Zip' => 'Zip',
  21. 'Extparam' => 'Ext param',
  22. 'Createtime' => 'Create time',
  23. 'Uploadtime' => 'Upload time',
  24. 'Storage' => 'Storage',
  25. 'Category1' => 'Category1',
  26. 'Category2' => 'Category2',
  27. 'Custom' => 'Custom',
  28. 'Unclassed' => 'Unclassed',
  29. 'Category' => 'Category',
  30. 'Classify' => 'Classify',
  31. 'Filter Type' => 'Filter Type',
  32. 'Upload to third' => 'Upload to third',
  33. 'Upload to local' => 'Upload to local',
  34. 'Upload to third by chunk' => 'Upload to third by chunk',
  35. 'Upload to local by chunk' => 'Upload to local by chunk',
  36. 'Please enter a new name' => 'Please enter a new name',
  37. 'Please select category' => 'Please select category',
  38. 'Category not found' => 'Category not found',
  39. 'Upload from editor' => 'Upload from editor'
  40. ];