36 lines
1.4 KiB
PHP
36 lines
1.4 KiB
PHP
<?php
|
|
return[
|
|
'orders' => [
|
|
'title' => 'Orders',
|
|
'view-title' => 'Order #:order_id',
|
|
'cancel-btn-title' => 'Cancel',
|
|
'shipment-btn-title' => 'Ship',
|
|
'invoice-btn-title' => 'Invoice',
|
|
'info' => 'Information',
|
|
'invoices' => 'Invoices',
|
|
'shipments' => 'Shipments',
|
|
'order-and-account' => 'Order and Account',
|
|
'order-info' => 'Order Information',
|
|
'order-date' => 'Order Date',
|
|
'order-status' => 'Order Status',
|
|
'order-status-canceled' => 'Ýatyrylan',
|
|
'order-status-closed' => 'Gaýtarylan',
|
|
'order-status-fraud' => 'Näsaz',
|
|
'order-status-pending' => 'Garaşylýar',
|
|
'order-status-pending-payment' => 'Tölege garaşylýar',
|
|
'order-status-processing' => 'Işlenilýär',
|
|
'order-status-success' => 'Tamamlandy',
|
|
|
|
],
|
|
'cart'=>[
|
|
'item'=>[
|
|
'success' => 'Successfully added to cart',
|
|
'success-remove' => 'Successfully removed from cart',
|
|
],
|
|
'quantity' =>[
|
|
'illegal'=>'Quantity not available',
|
|
'success' => 'Successfully updated quantity'
|
|
]
|
|
]
|
|
];
|