¨4.0.1¨
This commit is contained in:
@@ -20,6 +20,50 @@ return [
|
||||
'manage_stock' => 'Inventory Management',
|
||||
'qty' => 'Qty',
|
||||
'in_stock' => 'Stock Availability',
|
||||
'new_from' => 'Product New From',
|
||||
'new_to' => 'Product New To',
|
||||
'new_from' => 'New From',
|
||||
'new_to' => 'New To',
|
||||
'up_sells' => 'Up-Sells',
|
||||
'cross_sells' => 'Cross-Sells',
|
||||
'related_products' => 'Related Products',
|
||||
|
||||
# product attributes
|
||||
'attributes' => [
|
||||
'*.attribute_id' => 'Attribute',
|
||||
'*.values' => 'Values',
|
||||
],
|
||||
|
||||
# product options
|
||||
'options' => [
|
||||
'*.name' => 'Name',
|
||||
'*.type' => 'Type',
|
||||
'*.values.*.label' => 'Label',
|
||||
'*.values.*.price' => 'Price',
|
||||
'*.values.*.price_type' => 'Price Type',
|
||||
],
|
||||
|
||||
# product variations
|
||||
'variations' => [
|
||||
'*.name' => 'Name',
|
||||
'*.type' => 'Type',
|
||||
'*.values' => 'Values',
|
||||
'*.values.*.label' => 'Label',
|
||||
'*.values.*.color' => 'Color',
|
||||
'*.values.*.image' => 'Image',
|
||||
],
|
||||
|
||||
# product variants
|
||||
'variants' => [
|
||||
'*.name' => 'Name',
|
||||
'*.sku' => 'SKU',
|
||||
'*.is_active' => 'Status',
|
||||
'*.is_default' => 'Default',
|
||||
'*.price' => 'Price',
|
||||
'*.special_price' => 'Special Price',
|
||||
'*.special_price_type' => 'Special Price Type',
|
||||
'*.special_price_start' => 'Special Price Start',
|
||||
'*.special_price_end' => 'Special Price End',
|
||||
'*.manage_stock' => 'Inventory Management',
|
||||
'*.qty' => 'Quantity',
|
||||
'*.in_stock' => 'Stock Availability',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -3,31 +3,85 @@
|
||||
return [
|
||||
'product' => 'Product',
|
||||
'products' => 'Products',
|
||||
'save' => 'Save',
|
||||
'save_and_exit' => 'Save & Exit',
|
||||
'save_and_edit' => 'Save & Edit',
|
||||
|
||||
'section' => [
|
||||
'expand_all' => 'Expand All',
|
||||
'collapse_all' => 'Collapse All',
|
||||
'order_saved' => 'Order saved',
|
||||
],
|
||||
|
||||
'table' => [
|
||||
'thumbnail' => 'Thumbnail',
|
||||
'name' => 'Name',
|
||||
'price' => 'Price',
|
||||
],
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'basic_information' => 'Basic Information',
|
||||
'advanced_information' => 'Advanced Information',
|
||||
],
|
||||
|
||||
'group' => [
|
||||
'general' => 'General',
|
||||
'price' => 'Price',
|
||||
'inventory' => 'Inventory',
|
||||
'images' => 'Images',
|
||||
'attributes' => 'Attributes',
|
||||
'downloads' => 'Downloads',
|
||||
'variations' => 'Variations',
|
||||
'variants' => 'Variants',
|
||||
'options' => 'Options',
|
||||
'pricing' => 'Pricing',
|
||||
'inventory' => 'Inventory',
|
||||
'media' => 'Media',
|
||||
'linked_products' => 'Linked Products',
|
||||
'seo' => 'SEO',
|
||||
'related_products' => 'Related Products',
|
||||
'up_sells' => 'Up-Sells',
|
||||
'cross_sells' => 'Cross-Sells',
|
||||
'additional' => 'Additional',
|
||||
],
|
||||
|
||||
'attributes' => [
|
||||
'attribute' => 'Attribute',
|
||||
'values' => 'Values',
|
||||
'add_attribute' => 'Add Attribute',
|
||||
],
|
||||
|
||||
'downloads' => [
|
||||
'file' => 'File',
|
||||
'choose' => 'Choose',
|
||||
'add_file' => 'Add File',
|
||||
],
|
||||
|
||||
'variations' => [
|
||||
'new_variation' => 'New Variation',
|
||||
'add_variation' => 'Add Variation',
|
||||
'insert' => 'Insert',
|
||||
'add_row' => 'Add Row',
|
||||
'please_add_some_variations' => 'Please add some variations to generate variants',
|
||||
],
|
||||
|
||||
'variants' => [
|
||||
'variants' => 'Variants',
|
||||
'variant' => 'Variant',
|
||||
'default' => 'Default',
|
||||
'inactive' => 'Inactive',
|
||||
'out_of_stock' => 'Out of Stock',
|
||||
'apply' => 'Apply',
|
||||
'has_product_variant' => 'Managed from individual variants',
|
||||
'bulk_variants_updated' => 'Variants updated',
|
||||
'variants_created' => ':count :suffix created',
|
||||
'variants_updated' => ':count :suffix updated',
|
||||
'variants_removed' => ':count :suffix removed',
|
||||
'variants_reordered' => 'Variants reordered',
|
||||
'disable_default_variant' => 'The default variant cannot be disabled',
|
||||
],
|
||||
|
||||
'options' => [
|
||||
'new_option' => 'New Option',
|
||||
'add_option' => 'Add Option',
|
||||
'add_row' => 'Add Row',
|
||||
'insert' => 'Insert',
|
||||
'option_inserted' => 'Option inserted',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'the_product_won\'t_be_shipped' => 'The product won\'t be shipped',
|
||||
'enable_the_product' => 'Enable the product',
|
||||
'price_types' => [
|
||||
'special_price_types' => [
|
||||
'fixed' => 'Fixed',
|
||||
'percent' => 'Percent',
|
||||
],
|
||||
@@ -39,12 +93,93 @@ return [
|
||||
'1' => 'In Stock',
|
||||
'0' => 'Out of Stock',
|
||||
],
|
||||
'base_image' => 'Base Image',
|
||||
'additional_images' => 'Additional Images',
|
||||
'downloadable_files' => 'Downloadable Files',
|
||||
'file' => 'File',
|
||||
'choose' => 'Choose',
|
||||
'delete_file' => 'Delete File',
|
||||
'add_new_file' => 'Add New File',
|
||||
|
||||
'variations' => [
|
||||
'name' => 'Name',
|
||||
'type' => 'Type',
|
||||
'values' => 'Values',
|
||||
'label' => 'Label',
|
||||
'color' => 'Color',
|
||||
'image' => 'Image',
|
||||
'variation_types' => [
|
||||
'please_select' => 'Please Select',
|
||||
'text' => 'Text',
|
||||
'color' => 'Color',
|
||||
'image' => 'Image',
|
||||
],
|
||||
'select_template' => 'Select Template',
|
||||
],
|
||||
|
||||
'variants' => [
|
||||
'default_variant' => 'Default Variant',
|
||||
'bulk_edit' => 'Bulk Edit',
|
||||
'all_variants' => 'All Variants',
|
||||
'field_type' => 'Field Type',
|
||||
'name' => 'Name',
|
||||
'media' => 'Media',
|
||||
'sku' => 'SKU',
|
||||
'is_active' => 'Status',
|
||||
'enable_the_variants' => 'Enable the variants',
|
||||
'price' => 'Price',
|
||||
'special_price' => 'Special Price',
|
||||
'special_price_type' => 'Special Price Type',
|
||||
|
||||
'special_price_types' => [
|
||||
'fixed' => 'Fixed',
|
||||
'percent' => 'Percent',
|
||||
],
|
||||
|
||||
'special_price_start' => 'Special Price Start',
|
||||
'special_price_end' => 'Special Price End',
|
||||
'manage_stock' => 'Inventory Management',
|
||||
|
||||
'manage_stock_states' => [
|
||||
0 => 'Don\'t Track Inventory',
|
||||
1 => 'Track Inventory',
|
||||
],
|
||||
|
||||
'qty' => 'Qty',
|
||||
'in_stock' => 'Stock Availability',
|
||||
|
||||
'stock_availability_states' => [
|
||||
0 => 'Out of Stock',
|
||||
1 => 'In Stock',
|
||||
],
|
||||
],
|
||||
|
||||
'options' => [
|
||||
'name' => 'Name',
|
||||
'type' => 'Type',
|
||||
'is_required' => 'Required',
|
||||
'label' => 'Label',
|
||||
'price' => 'Price',
|
||||
'price_type' => 'Price Type',
|
||||
|
||||
'option_types' => [
|
||||
'please_select' => 'Please Select',
|
||||
'text' => 'Text',
|
||||
'field' => 'Field',
|
||||
'textarea' => 'Textarea',
|
||||
'select' => 'Select',
|
||||
'dropdown' => 'Dropdown',
|
||||
'checkbox' => 'Checkbox',
|
||||
'checkbox_custom' => 'Custom Checkbox',
|
||||
'radio' => 'Radio Button',
|
||||
'radio_custom' => 'Custom Radio Button',
|
||||
'multiple_select' => 'Multiple Select',
|
||||
'date' => 'Date',
|
||||
'date_time' => 'Date & Time',
|
||||
'time' => 'Time',
|
||||
],
|
||||
|
||||
'price' => 'Price',
|
||||
|
||||
'price_types' => [
|
||||
'fixed' => 'Fixed',
|
||||
'percent' => 'Percent',
|
||||
],
|
||||
|
||||
'select_template' => 'Select Template',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
|
||||
return [
|
||||
'products' => 'Products',
|
||||
'catalog' => 'Catalog',
|
||||
'create_product' => 'Create Product',
|
||||
'all_products' => 'All Products',
|
||||
];
|
||||
|
||||
5
Modules/Product/Resources/lang/en/validation.php
Normal file
5
Modules/Product/Resources/lang/en/validation.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'price_field_is_required' => 'The price field is required',
|
||||
];
|
||||
Reference in New Issue
Block a user