|
@@ -1,15 +1,16 @@
|
|
<?php
|
|
<?php
|
|
|
|
+
|
|
return [
|
|
return [
|
|
'fields' => [
|
|
'fields' => [
|
|
- 'id' => 'ID',
|
|
|
|
|
|
+ 'id' => 'Id',
|
|
'name' => 'Name',
|
|
'name' => 'Name',
|
|
'username' => 'Username',
|
|
'username' => 'Username',
|
|
'email' => 'Email',
|
|
'email' => 'Email',
|
|
'http_path' => 'Http Path',
|
|
'http_path' => 'Http Path',
|
|
'password' => 'Password',
|
|
'password' => 'Password',
|
|
- 'password_confirmation' => 'Password Confirmation',
|
|
|
|
- 'created_at' => 'Creation Time',
|
|
|
|
- 'updated_at' => 'Update Time',
|
|
|
|
|
|
+ 'password_confirmation' => 'Confirm Password',
|
|
|
|
+ 'created_at' => 'Created At',
|
|
|
|
+ 'updated_at' => 'Updated At',
|
|
'permissions' => 'Permissions',
|
|
'permissions' => 'Permissions',
|
|
'slug' => 'Slug',
|
|
'slug' => 'Slug',
|
|
'user' => 'User',
|
|
'user' => 'User',
|
|
@@ -25,16 +26,16 @@ return [
|
|
'title' => 'Product Title',
|
|
'title' => 'Product Title',
|
|
'keywords' => 'Keywords',
|
|
'keywords' => 'Keywords',
|
|
'description' => 'Description',
|
|
'description' => 'Description',
|
|
- 'sku' => 'Product SKU',
|
|
|
|
|
|
+ 'sku' => 'SKU',
|
|
'category_id' => 'Category ID',
|
|
'category_id' => 'Category ID',
|
|
- 'issuance_date' => 'Release Date',
|
|
|
|
|
|
+ 'issuance_date' => 'Issuance Date',
|
|
'enabled' => 'Enabled',
|
|
'enabled' => 'Enabled',
|
|
'content' => 'Content',
|
|
'content' => 'Content',
|
|
'parameters' => 'Product Parameters',
|
|
'parameters' => 'Product Parameters',
|
|
'is_pinned' => 'Pinned',
|
|
'is_pinned' => 'Pinned',
|
|
'parent_id' => 'Parent ID',
|
|
'parent_id' => 'Parent ID',
|
|
'remark' => 'Remark',
|
|
'remark' => 'Remark',
|
|
- 'parameter_id' => 'Parameter ID',
|
|
|
|
|
|
+ 'parameter_id' => 'Parameter',
|
|
'products_list' => 'Product List',
|
|
'products_list' => 'Product List',
|
|
'images' => 'Images',
|
|
'images' => 'Images',
|
|
'parent' => 'Parent',
|
|
'parent' => 'Parent',
|
|
@@ -49,7 +50,7 @@ return [
|
|
'site_name' => 'Site Name',
|
|
'site_name' => 'Site Name',
|
|
'language' => 'Language',
|
|
'language' => 'Language',
|
|
'company_name' => 'Company Name',
|
|
'company_name' => 'Company Name',
|
|
- 'level_domain' => 'Domain',
|
|
|
|
|
|
+ 'domain' => 'Domain',
|
|
'country' => 'Country',
|
|
'country' => 'Country',
|
|
'appearance' => 'Appearance',
|
|
'appearance' => 'Appearance',
|
|
'company_address' => 'Company Address',
|
|
'company_address' => 'Company Address',
|
|
@@ -57,40 +58,52 @@ return [
|
|
'customer_name' => 'Customer Name',
|
|
'customer_name' => 'Customer Name',
|
|
'consulting_products' => 'Consulting Products',
|
|
'consulting_products' => 'Consulting Products',
|
|
'status' => 'Status',
|
|
'status' => 'Status',
|
|
- 'allocate_time' => 'Allocation Time',
|
|
|
|
|
|
+ 'allocate_time' => 'Allocate Time',
|
|
'freight_forwarder' => 'Freight Forwarder',
|
|
'freight_forwarder' => 'Freight Forwarder',
|
|
'business_model' => 'Business Model',
|
|
'business_model' => 'Business Model',
|
|
'ip_address' => 'IP Address',
|
|
'ip_address' => 'IP Address',
|
|
'folder' => 'Folder Name',
|
|
'folder' => 'Folder Name',
|
|
'imported' => 'Imported',
|
|
'imported' => 'Imported',
|
|
'describe' => 'Description',
|
|
'describe' => 'Description',
|
|
|
|
+ 'domain_type' => 'Domain Type',
|
|
|
|
+ 'secondary_domain' => 'Secondary Domain',
|
|
|
|
+ 'custom_domain' => 'Custom Domain',
|
|
|
|
+ 'isEnabled' => 'Enabled',
|
|
],
|
|
],
|
|
'labels' => [
|
|
'labels' => [
|
|
- 'list' => 'List',
|
|
|
|
- 'edit' => 'Edit',
|
|
|
|
- 'detail' => 'Detail',
|
|
|
|
- 'create' => 'Create',
|
|
|
|
- 'root' => 'Root',
|
|
|
|
- 'scaffold' => 'Scaffold',
|
|
|
|
- 'category' => 'Category',
|
|
|
|
- 'enabled' => 'Enabled',
|
|
|
|
- 'Yes' => 'Yes',
|
|
|
|
- 'No' => 'No',
|
|
|
|
- 'order_tips' => 'Please enter a number, the larger the number, the higher the rank in the frontend display',
|
|
|
|
- 'cover_image' => 'Cover Image',
|
|
|
|
- 'video_url' => 'Video URL',
|
|
|
|
- 'site_name' => 'Site Name',
|
|
|
|
- 'company_name' => 'Company Name',
|
|
|
|
- 'level_domain' => 'Domain',
|
|
|
|
- 'distributor' => 'Distributor',
|
|
|
|
- 'country' => 'Country',
|
|
|
|
- 'contact_number' => 'Contact Number',
|
|
|
|
- 'service_hotline' => 'Service Hotline',
|
|
|
|
- 'remark' => 'Remark',
|
|
|
|
|
|
+ 'list' => 'List',
|
|
|
|
+ 'edit' => 'Edit',
|
|
|
|
+ 'detail' => 'Detail',
|
|
|
|
+ 'create' => 'Create',
|
|
|
|
+ 'root' => 'Root',
|
|
|
|
+ 'scaffold' => 'Scaffold',
|
|
|
|
+ 'category' => 'Category',
|
|
|
|
+ 'enabled' => 'Enabled',
|
|
|
|
+ 'Yes' => 'Yes',
|
|
|
|
+ 'No' => 'No',
|
|
|
|
+ 'order_tips' => 'Please enter a number; the smaller the number, the higher the rank on the front page',
|
|
|
|
+ 'cover_image' => 'Cover Image',
|
|
|
|
+ 'video_url' => 'Video URL',
|
|
|
|
+ 'site_name' => 'Site Name',
|
|
|
|
+ 'company_name' => 'Company Name',
|
|
|
|
+ 'domain' => 'Domain',
|
|
|
|
+ 'distributor' => 'Distributor',
|
|
|
|
+ 'country' => 'Country',
|
|
|
|
+ 'contact_number' => 'Contact Number',
|
|
|
|
+ 'service_hotline' => 'Service Hotline',
|
|
|
|
+ 'remark' => 'Remark',
|
|
'distributor_company_name' => 'Distributor Company Name',
|
|
'distributor_company_name' => 'Distributor Company Name',
|
|
- 'select_products_to_import' => 'Select products and click the import button.',
|
|
|
|
- 'company_address' => 'Company Address',
|
|
|
|
- 'import_tmpl' => 'Import Template'
|
|
|
|
|
|
+ 'select_products_to_import' => 'Select products and click Import button.',
|
|
|
|
+ 'company_address' => 'Company Address',
|
|
|
|
+ 'import_tmpl' => 'Import Template',
|
|
|
|
+ 'category_name' => 'Category Name',
|
|
|
|
+ 'parameter_name' => 'Parameter Name',
|
|
|
|
+ 'assignment' => 'Assignment',
|
|
|
|
+ 'images' => 'Images',
|
|
|
|
+ 'process' => 'Process',
|
|
|
|
+ 'settings' => 'Settings',
|
|
|
|
+ 'inquiry_management' => 'Inquiry Management',
|
|
|
|
+ 'enable' => 'Enable',
|
|
],
|
|
],
|
|
'options' => [
|
|
'options' => [
|
|
//
|
|
//
|