global.php 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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' => 'Confirm Password',
  11. 'created_at' => 'Created At',
  12. 'updated_at' => 'Updated At',
  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' => 'SKU',
  29. 'category_id' => 'Category ID',
  30. 'issuance_date' => 'Issuance 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',
  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. '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' => 'Allocate 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. 'domain_type' => 'Domain Type',
  68. 'secondary_domain' => 'Secondary Domain',
  69. 'custom_domain' => 'Custom Domain',
  70. 'isEnabled' => 'Enabled',
  71. ],
  72. 'labels' => [
  73. 'list' => 'List',
  74. 'edit' => 'Edit',
  75. 'detail' => 'Detail',
  76. 'create' => 'Create',
  77. 'root' => 'Root',
  78. 'scaffold' => 'Scaffold',
  79. 'category' => 'Category',
  80. 'enabled' => 'Enabled',
  81. 'Yes' => 'Yes',
  82. 'No' => 'No',
  83. 'order_tips' => 'Please enter a number; the smaller the number, the higher the rank on the front page',
  84. 'cover_image' => 'Cover Image',
  85. 'video_url' => 'Video URL',
  86. 'site_name' => 'Site Name',
  87. 'company_name' => 'Company Name',
  88. 'domain' => 'Domain',
  89. 'distributor' => 'Distributor',
  90. 'country' => 'Country',
  91. 'contact_number' => 'Contact Number',
  92. 'service_hotline' => 'Service Hotline',
  93. 'remark' => 'Remark',
  94. 'distributor_company_name' => 'Distributor Company Name',
  95. 'select_products_to_import' => 'Select products and click Import button.',
  96. 'company_address' => 'Company Address',
  97. 'import_tmpl' => 'Import Template',
  98. 'category_name' => 'Category Name',
  99. 'parameter_name' => 'Parameter Name',
  100. 'assignment' => 'Assignment',
  101. 'images' => 'Images',
  102. 'process' => 'Process',
  103. 'settings' => 'Settings',
  104. 'inquiry_management' => 'Inquiry Management',
  105. 'enable' => 'Enable',
  106. 'parent_id' => 'Parent Id',
  107. 'select_product' => 'Select Product',
  108. 'select_pages' => 'Select Pages',
  109. 'select_category' => 'Select Category',
  110. 'publish' => 'Publish',
  111. 'tags' => 'Tags',
  112. 'url_and_handle' => 'url and handle',
  113. 'url_repeated' => 'url repeated',
  114. 'visible' => 'Visible',
  115. 'hidden' => 'Hidden',
  116. 'draft' => 'Draft',
  117. 'published' => 'Published',
  118. 'video_player' => 'Video Player',
  119. 'new' => 'New',
  120. 'processing' => 'Processing',
  121. 'processed' => 'Processed',
  122. 'home_page' => 'Home Page',
  123. 'collections' => 'Collections',
  124. 'products' => 'Products',
  125. 'pages' => 'Pages',
  126. 'url' => 'Url',
  127. 'product_category' => 'Product Category',
  128. 'pages_tag' => 'Pages Tag',
  129. 'unique_page' => 'Unique Page',
  130. ],
  131. 'options' => [
  132. //
  133. ],
  134. ];