kupon translate
This commit is contained in:
parent
903c0b0590
commit
c88986ed73
|
|
@ -242,7 +242,7 @@ class Carts extends CartController
|
||||||
Cart::removeCouponCode()->collectTotals();
|
Cart::removeCouponCode()->collectTotals();
|
||||||
|
|
||||||
return response([
|
return response([
|
||||||
'message' => __('sarga-api::app.checkout.cart.coupon.remove'),
|
'message' => __('sarga-api::app.checkout.coupon-remove'),
|
||||||
'success' => true,
|
'success' => true,
|
||||||
'cart' => new CartResource(Cart::getCart())
|
'cart' => new CartResource(Cart::getCart())
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
|
|
@ -47,5 +47,6 @@ return [
|
||||||
'success-coupon' => 'Код купона успешно применен.',
|
'success-coupon' => 'Код купона успешно применен.',
|
||||||
'coupon-apply-issue' => 'Код купона не может быть применен.',
|
'coupon-apply-issue' => 'Код купона не может быть применен.',
|
||||||
'coupon-already-applied' => 'Код купона уже применен.',
|
'coupon-already-applied' => 'Код купона уже применен.',
|
||||||
|
'coupon-remove' => 'Купон удален.'
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
@ -44,6 +44,7 @@ return [
|
||||||
'success-coupon' => 'Kupon goşuldy',
|
'success-coupon' => 'Kupon goşuldy',
|
||||||
'coupon-already-applied' => 'Kupon öňdenem goşulan',
|
'coupon-already-applied' => 'Kupon öňdenem goşulan',
|
||||||
'coupon-apply-issue' => 'Kupon goşup bolmady',
|
'coupon-apply-issue' => 'Kupon goşup bolmady',
|
||||||
'invalid-coupon' => 'Kupon kody dogry däl'
|
'invalid-coupon' => 'Kupon kody dogry däl',
|
||||||
|
'coupon-remove' => 'Kupon aýryldy'
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue