first upload all files

This commit is contained in:
NW
2023-06-11 13:14:03 +01:00
parent f14dbc52b5
commit c08b36d1b6
1705 changed files with 106852 additions and 0 deletions

View 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',
];

View File

@@ -0,0 +1,8 @@
<?php
return [
'index' => 'Index Products',
'create' => 'Create Products',
'edit' => 'Edit Products',
'destroy' => 'Delete Products',
];

View 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',
],
];

View File

@@ -0,0 +1,6 @@
<?php
return [
'products' => 'Products',
'catalog' => 'Catalog',
];