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,20 @@
<?php
return [
'name' => 'Name',
'code' => 'Code',
'is_percent' => 'Discount Type',
'value' => 'Value',
'free_shipping' => 'Free Shipping',
'start_date' => 'Start date',
'end_date' => 'End date',
'is_active' => 'Status',
'minimum_spend' => 'Minimum Spend',
'maximum_spend' => 'Maximum Spend',
'products' => 'Products',
'exclude_products' => 'Exclude Products',
'categories' => 'Categories',
'exclude_categories' => 'Exclude Categories',
'usage_limit_per_coupon' => 'Usage Limit Per Coupon',
'usage_limit_per_customer' => 'Usage Limit Per Customer',
];