Skip to content

Commit

Permalink
Fixed pdf translation bagisto#6749
Browse files Browse the repository at this point in the history
  • Loading branch information
papnoisanjeev committed Sep 26, 2022
1 parent ac6a4be commit 090806d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions packages/Webkul/Shop/src/Resources/lang/ar/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,53 +296,53 @@
'view' => [
'page-tile' => '#:order_id اطلب',
'info' => 'معلومات',
'placed-on' => 'وضع على',
'placed-on' => 'موضوع على',
'products-ordered' => 'المنتجات المطلوبة',
'invoices' => 'الفواتير',
'shipments' => 'الشحنات',
'SKU' => 'SKU',
'product-name' => 'الاسم',
'product-name' => 'اسم المنتج',
'qty' => 'الكمية',
'item-status' => 'حالة البند',
'item-status' => 'حالة العنصر',
'item-ordered' => '(:qty_ordered) أمر',
'item-invoice' => '(:qty_invoiced) مفوتر',
'item-shipped' => '(:qty_shipped) شحنت',
'item-canceled' => '(:qty_canceled) ملغاة',
'item-refunded' => '(:qty_refunded) ردها',
'price' => 'السعر',
'price' => 'سعر',
'total' => 'المجموع',
'subtotal' => 'المجموع الفرعي',
'shipping-handling' => 'الشحن والتوصيل',
'tax' => 'الضرائب',
'tax' => 'ضريبة',
'discount' => 'تخفيض',
'tax-percent' => 'نسبة الضرائب',
'tax-amount' => 'المبلغ الضريبي',
'tax-percent' => 'نسبة الضريبة',
'tax-amount' => 'قيمة الضريبة',
'discount-amount' => 'مبلغ الخصم',
'grand-total' => 'المجموع الكلي',
'total-paid' => 'المجموع المدفوع',
'total-refunded' => 'مجموع المبالغ المستردة',
'total-due' => 'المجموع المستحق',
'shipping-address' => 'عنوان الشحن',
'billing-address' => 'عنوان الفواتير',
'billing-address' => 'عنوان وصول الفواتير',
'shipping-method' => 'طريقة الشحن',
'payment-method' => 'طريقة الدفع',
'payment-method' => 'إجمالي المبلغ المسترد',
'individual-invoice' => '#:invoice_id فاتورة',
'individual-shipment' => ' #:shipment_id الشحن',
'print' => 'اطبع',
'invoice-id' => 'رقم الفاتورة',
'order-id' => 'ترتيب ',
'print' => 'مطبعة',
'invoice-id' => 'هوية صوتية',
'order-id' => 'رقم التعريف الخاص بالطلب',
'order-date' => 'تاريخ الطلب',
'invoice-date' => 'تاريخ الفاتورة',
'payment-terms' => 'شروط الدفع',
'bill-to' => 'الفاتورة إلى',
'ship-to' => 'يشحن إلى',
'contact' => 'معلومات الإتصال',
'bill-to' => 'مشروع قانون ل',
'ship-to' => 'سافر على متن سفينة لِـ',
'contact' => 'اتصل',
'refunds' => 'المسترجع',
'individual-refund' => '#:refund_id مسترجع',
'adjustment-refund' => 'تعديلات عملية الإسترجاع',
'adjustment-fee' => 'تكلفة تعديلات عملية الإسترجاع',
'cancel-confirm-msg' => 'هل أنت متأكد من أنك تريد إلغاء هذا الطلب ؟',
'tracking-number' => 'Tracking Number',
'tracking-number' => 'أرقام التتبع',
],
],

Expand Down

0 comments on commit 090806d

Please sign in to comment.