1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?php
- return [
- 'fields' => [
- 'id' => 'ID',
- 'name' => 'Name',
- 'username' => 'Username',
- 'email' => 'Email',
- 'http_path' => 'Http Path',
- 'password' => 'Password',
- 'password_confirmation' => 'Password Confirmation',
- 'created_at' => 'Creation Time',
- 'updated_at' => 'Update Time',
- 'permissions' => 'Permissions',
- 'slug' => 'Slug',
- 'user' => 'User',
- 'order' => 'Order',
- 'ip' => 'IP',
- 'method' => 'Method',
- 'uri' => 'URI',
- 'roles' => 'Roles',
- 'path' => 'Path',
- 'input' => 'Input',
- 'type' => 'Type',
- 'productslist' => 'Product List',
- 'title' => 'Product Title',
- 'keywords' => 'Keywords',
- 'description' => 'Description',
- 'sku' => 'Product SKU',
- 'category_id' => 'Category ID',
- 'issuance_date' => 'Release Date',
- 'enabled' => 'Enabled',
- 'content' => 'Content',
- 'parameters' => 'Product Parameters',
- 'is_pinned' => 'Pinned',
- 'parent_id' => 'Parent ID',
- 'remark' => 'Remark',
- 'parameter_id' => 'Parameter ID',
- 'products_list' => 'Product List',
- 'images' => 'Images',
- 'parent' => 'Parent',
- 'key' => 'Parameter Name',
- 'value' => 'Parameter Value',
- 'cover_image' => 'Cover Image',
- 'category_name' => 'Category Name',
- 'parameter_name' => 'Parameter Name',
- 'video_url' => 'Video URL',
- 'contact_number' => 'Contact Number',
- 'service_hotline' => 'Service Hotline',
- 'site_name' => 'Site Name',
- 'language' => 'Language',
- 'company_name' => 'Company Name',
- 'level_domain' => 'Domain',
- 'country' => 'Country',
- 'appearance' => 'Appearance',
- 'company_address' => 'Company Address',
- 'order_number' => 'Order Number',
- 'customer_name' => 'Customer Name',
- 'consulting_products' => 'Consulting Products',
- 'status' => 'Status',
- 'allocate_time' => 'Allocation Time',
- 'freight_forwarder' => 'Freight Forwarder',
- 'business_model' => 'Business Model',
- 'ip_address' => 'IP Address',
- 'folder' => 'Folder Name',
- 'imported' => 'Imported',
- 'describe' => 'Description',
- ],
- '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',
- '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'
- ],
- 'options' => [
- //
- ],
- ];
|