59 lines
2.1 KiB
PHP
Raw Normal View History

2017-12-13 14:54:52 +03:00
<?php
return [
'bill_number' => 'رقم فاتورة الشراء',
'bill_date' => 'تاريخ فاتورة الشراء',
2018-08-29 16:47:58 +03:00
'total_price' => 'السعر الإجمالي',
2017-12-13 14:54:52 +03:00
'due_date' => 'تاريخ التسليم',
'order_number' => 'رقم الطلب',
'bill_from' => 'فاتورة الشراء من',
'quantity' => 'الكمية',
'price' => 'السعر',
2018-08-29 16:47:58 +03:00
'sub_total' => 'المبلغ الإجمالي',
'discount' => 'خصم',
'tax_total' => 'إجمالي الضريبة',
'total' => 'المجموع',
2017-12-13 14:54:52 +03:00
2018-08-29 16:47:58 +03:00
'item_name' => 'اسم الصنف|أسماء الأصناف',
2017-12-13 14:54:52 +03:00
2018-08-29 16:47:58 +03:00
'show_discount' => 'خصم :discount%',
'add_discount' => 'إضافة خصم',
'discount_desc' => 'من المجموع الجزئي',
2018-05-03 12:16:18 +03:00
2017-12-13 14:54:52 +03:00
'payment_due' => 'استحقاق الدفع',
'amount_due' => 'استحقاق المبلغ',
'paid' => 'مدفوع',
'histories' => 'سجلات',
'payments' => 'المدفوعات',
2018-08-29 16:47:58 +03:00
'add_payment' => 'إضافة مدفوعات',
'mark_received' => 'تحديد كمستلم',
2017-12-13 14:54:52 +03:00
'download_pdf' => 'تحميل PDF',
2018-08-29 16:47:58 +03:00
'send_mail' => 'إرسال بريد إلكتروني',
2017-12-13 14:54:52 +03:00
'status' => [
'draft' => 'مسودة',
'received' => 'مستلم',
'partial' => 'جزئي',
'paid' => 'مدفوع',
],
'messages' => [
2018-08-29 16:47:58 +03:00
'received' => 'تم تحويل فاتورة الشراء إلى فاتورة مستلمة بنجاح!',
2018-11-08 12:11:42 +03:00
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'status' => [
'created' => 'Created on :date',
'receive' => [
'draft' => 'Not sent',
'received' => 'Received on :date',
],
'paid' => [
'await' => 'Awaiting payment',
],
],
2017-12-13 14:54:52 +03:00
],
];