first upload all files
This commit is contained in:
25
Modules/Product/Resources/lang/en/attributes.php
Normal file
25
Modules/Product/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'Name',
|
||||
'slug' => 'URL',
|
||||
'description' => 'Description',
|
||||
'short_description' => 'Short Description',
|
||||
'brand_id' => 'Brand',
|
||||
'categories' => 'Categories',
|
||||
'tax_class_id' => 'Tax Class',
|
||||
'tags' => 'Tags',
|
||||
'is_virtual' => 'Virtual',
|
||||
'is_active' => 'Status',
|
||||
'price' => 'Price',
|
||||
'special_price' => 'Special Price',
|
||||
'special_price_type' => 'Special Price Type',
|
||||
'special_price_start' => 'Special Price Start',
|
||||
'special_price_end' => 'Special Price End',
|
||||
'sku' => 'SKU',
|
||||
'manage_stock' => 'Inventory Management',
|
||||
'qty' => 'Qty',
|
||||
'in_stock' => 'Stock Availability',
|
||||
'new_from' => 'Product New From',
|
||||
'new_to' => 'Product New To',
|
||||
];
|
||||
8
Modules/Product/Resources/lang/en/permissions.php
Normal file
8
Modules/Product/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => 'Index Products',
|
||||
'create' => 'Create Products',
|
||||
'edit' => 'Edit Products',
|
||||
'destroy' => 'Delete Products',
|
||||
];
|
||||
50
Modules/Product/Resources/lang/en/products.php
Normal file
50
Modules/Product/Resources/lang/en/products.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'product' => 'Product',
|
||||
'products' => 'Products',
|
||||
'table' => [
|
||||
'thumbnail' => 'Thumbnail',
|
||||
'name' => 'Name',
|
||||
'price' => 'Price',
|
||||
],
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'basic_information' => 'Basic Information',
|
||||
'advanced_information' => 'Advanced Information',
|
||||
],
|
||||
'general' => 'General',
|
||||
'price' => 'Price',
|
||||
'inventory' => 'Inventory',
|
||||
'images' => 'Images',
|
||||
'downloads' => 'Downloads',
|
||||
'seo' => 'SEO',
|
||||
'related_products' => 'Related Products',
|
||||
'up_sells' => 'Up-Sells',
|
||||
'cross_sells' => 'Cross-Sells',
|
||||
'additional' => 'Additional',
|
||||
],
|
||||
'form' => [
|
||||
'the_product_won\'t_be_shipped' => 'The product won\'t be shipped',
|
||||
'enable_the_product' => 'Enable the product',
|
||||
'price_types' => [
|
||||
'fixed' => 'Fixed',
|
||||
'percent' => 'Percent',
|
||||
],
|
||||
'manage_stock_states' => [
|
||||
'0' => 'Don\'t Track Inventory',
|
||||
'1' => 'Track Inventory',
|
||||
],
|
||||
'stock_availability_states' => [
|
||||
'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',
|
||||
],
|
||||
];
|
||||
6
Modules/Product/Resources/lang/en/sidebar.php
Normal file
6
Modules/Product/Resources/lang/en/sidebar.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'products' => 'Products',
|
||||
'catalog' => 'Catalog',
|
||||
];
|
||||
Reference in New Issue
Block a user