Translation added

This commit is contained in:
jitendra 2019-09-18 19:02:34 +05:30
parent 53baa66db9
commit 382dee4da2
3 changed files with 15 additions and 3 deletions

View File

@ -275,7 +275,11 @@ return [
'order-date' => 'تاريخ الطلب',
'bill-to' => 'بيل إلى',
'ship-to' => 'السفينة إلى',
'contact' => 'Contact'
'contact' => 'Contact',
'refunds' => 'Refunds',
'individual-refund' => 'Refund #:refund_id',
'adjustment-refund' => 'Adjustment Refund',
'adjustment-fee' => 'Adjustment Fee',
]
],

View File

@ -282,7 +282,11 @@ return [
'order-date' => 'تاریخ سفارش',
'bill-to' => 'بیل به',
'ship-to' => 'حمل به',
'contact' => 'تماس'
'contact' => 'تماس',
'refunds' => 'Refunds',
'individual-refund' => 'Refund #:refund_id',
'adjustment-refund' => 'Adjustment Refund',
'adjustment-fee' => 'Adjustment Fee',
]
],

View File

@ -277,7 +277,11 @@ return [
'order-date' => 'Pedido Date',
'bill-to' => 'Cobrança de',
'ship-to' => 'Enviar para',
'contact' => 'Contato'
'contact' => 'Contato',
'refunds' => 'Refunds',
'individual-refund' => 'Refund #:refund_id',
'adjustment-refund' => 'Adjustment Refund',
'adjustment-fee' => 'Adjustment Fee',
]
],