Added translations

This commit is contained in:
Glenn Hermans 2020-02-22 15:15:55 +01:00 committed by GitHub
parent e3413d5f45
commit ea69a74443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -315,6 +315,14 @@ return [
'order-info' => 'Order Information',
'order-date' => 'Order Date',
'order-status' => 'Order Status',
'order-status-canceled' => 'Canceled',
'order-status-closed' => 'Closed',
'order-status-fraud' => 'Fraud',
'order-status-pending' => 'Pending',
'order-status-pending-payment' => 'Pending Payment',
'order-status-processing' => 'Processing',
'order-status-success' => 'Completed',
'order-status-completed' => 'Completed',
'channel' => 'Channel',
'customer-name' => 'Customer Name',
'email' => 'Email',
@ -390,7 +398,7 @@ return [
'order-id' => 'Order Id',
'order-date' => 'Order date',
'customer-name' => 'Customer Name',
'total-qty' => 'Total Qty',
'total-qty' => 'Total Quantity',
'action' => 'Action',
'add-title' => 'Create Shipment',
'save-btn-title' => 'Save Shipment',