/home/techb158/immovalet.com/platform/plugins/ecommerce/resources/lang/en
Edit: /home/techb158/immovalet.com/platform/plugins/ecommerce/resources/lang/en/discount.php (2171B)
'Discounts',
'create' => 'Create discount',
'invalid_coupon' => 'This coupon is invalid or expired!',
'cannot_use_same_time_with_other_discount_program' => 'Cannot use this coupon in the same time with other discount program!',
'not_used' => 'This coupon is not used yet!',
'detail' => 'Detail',
'used' => 'Used',
'start_date' => 'Start date',
'end_date' => 'End date',
'intro' => [
'title' => 'Manage discount/coupon code',
'description' => 'Create coupon code or promotion for your products.',
'button_text' => 'Create discount',
],
'discount' => 'Discount',
'expired' => 'Expired',
'coupon_code' => 'Coupon code',
'discount_promotion' => 'Discount promotion',
'can' => 'can',
'cannot' => 'cannot',
'use_with_promotion' => 'be used with promotion',
'create_discount_validate_title_required_if' => 'Please enter the name of the promotion',
'create_discount_validate_code_required_if' => 'Please enter the promotion code',
'create_discount_validate_value_required' => 'Amount must be greater than 0',
'create_discount_validate_target_required' => 'No object selected for promotion',
'enums' => [
'type-options' => [
'amount' => 'Amount - Fixed',
'percentage' => 'Discount %',
'shipping' => 'Free shipping',
'same-price' => 'Same price',
]
]
];