global.php 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?php
  2. return [
  3. 'fields' => [
  4. 'id' => 'ID',
  5. 'name' => 'Name',
  6. 'username' => 'Username',
  7. 'email' => 'Email',
  8. 'http_path' => 'Http Path',
  9. 'password' => 'Password',
  10. 'password_confirmation' => 'Password Confirmation',
  11. 'created_at' => 'Creation Time',
  12. 'updated_at' => 'Update Time',
  13. 'permissions' => 'Permissions',
  14. 'slug' => 'Slug',
  15. 'user' => 'User',
  16. 'order' => 'Order',
  17. 'ip' => 'IP',
  18. 'method' => 'Method',
  19. 'uri' => 'URI',
  20. 'roles' => 'Roles',
  21. 'path' => 'Path',
  22. 'input' => 'Input',
  23. 'type' => 'Type',
  24. 'productslist' => 'Product List',
  25. 'title' => 'Product Title',
  26. 'keywords' => 'Keywords',
  27. 'description' => 'Description',
  28. 'sku' => 'Product SKU',
  29. 'category_id' => 'Category ID',
  30. 'issuance_date' => 'Release Date',
  31. 'enabled' => 'Enabled',
  32. 'content' => 'Content',
  33. 'parameters' => 'Product Parameters',
  34. 'is_pinned' => 'Pinned',
  35. 'parent_id' => 'Parent ID',
  36. 'remark' => 'Remark',
  37. 'parameter_id' => 'Parameter ID',
  38. 'products_list' => 'Product List',
  39. 'images' => 'Images',
  40. 'parent' => 'Parent',
  41. 'key' => 'Parameter Name',
  42. 'value' => 'Parameter Value',
  43. 'cover_image' => 'Cover Image',
  44. 'category_name' => 'Category Name',
  45. 'parameter_name' => 'Parameter Name',
  46. 'video_url' => 'Video URL',
  47. 'contact_number' => 'Contact Number',
  48. 'service_hotline' => 'Service Hotline',
  49. 'site_name' => 'Site Name',
  50. 'language' => 'Language',
  51. 'company_name' => 'Company Name',
  52. 'level_domain' => 'Domain',
  53. 'country' => 'Country',
  54. 'appearance' => 'Appearance',
  55. 'company_address' => 'Company Address',
  56. 'order_number' => 'Order Number',
  57. 'customer_name' => 'Customer Name',
  58. 'consulting_products' => 'Consulting Products',
  59. 'status' => 'Status',
  60. 'allocate_time' => 'Allocation Time',
  61. 'freight_forwarder' => 'Freight Forwarder',
  62. 'business_model' => 'Business Model',
  63. 'ip_address' => 'IP Address',
  64. 'folder' => 'Folder Name',
  65. 'imported' => 'Imported',
  66. 'describe' => 'Description',
  67. ],
  68. 'labels' => [
  69. 'list' => 'List',
  70. 'edit' => 'Edit',
  71. 'detail' => 'Detail',
  72. 'create' => 'Create',
  73. 'root' => 'Root',
  74. 'scaffold' => 'Scaffold',
  75. 'category' => 'Category',
  76. 'enabled' => 'Enabled',
  77. 'Yes' => 'Yes',
  78. 'No' => 'No',
  79. 'order_tips' => 'Please enter a number, the larger the number, the higher the rank in the frontend display',
  80. 'cover_image' => 'Cover Image',
  81. 'video_url' => 'Video URL',
  82. 'site_name' => 'Site Name',
  83. 'company_name' => 'Company Name',
  84. 'level_domain' => 'Domain',
  85. 'distributor' => 'Distributor',
  86. 'country' => 'Country',
  87. 'contact_number' => 'Contact Number',
  88. 'service_hotline' => 'Service Hotline',
  89. 'remark' => 'Remark',
  90. 'distributor_company_name' => 'Distributor Company Name',
  91. 'select_products_to_import' => 'Select products and click the import button.',
  92. 'company_address' => 'Company Address',
  93. 'import_tmpl' => 'Import Template'
  94. ],
  95. 'options' => [
  96. //
  97. ],
  98. ];