akaunting/resources/lang/ar-SA/invoices.php
2018-05-03 12:16:18 +03:00

56 lines
2.1 KiB
PHP

<?php
return [
'invoice_number' => 'رقم فاتورة البيع',
'invoice_date' => 'تاريخ فاتورة البيع',
'total_price' => 'اجمالى السعر',
'due_date' => 'تاريخ الاستحقاق',
'order_number' => 'رقم الطلب',
'bill_to' => 'فاتورة الشراء الى',
'quantity' => 'الكمية',
'price' => 'السعر',
'sub_total' => 'المبلغ الاجمالى',
'discount' => 'Discount',
'tax_total' => 'اجمالى الضريبة',
'total' => 'الاجمالى',
'item_name' => 'اسم الصنف | اسماء الاصناف',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'payment_due' => 'استحقاق الدفع',
'paid' => 'مدفوع',
'histories' => 'سجلات',
'payments' => 'مدفوعات',
'add_payment' => 'اضافة مدفوعات',
'mark_paid' => 'التحديد كمدفوع',
'mark_sent' => 'تحديد للارسال',
'download_pdf' => 'تحميل PDF',
'send_mail' => 'ارسال بريد الكتروني',
'status' => [
'draft' => 'مسودة',
'sent' => 'ارسال',
'viewed' => 'المشاهدات',
'approved' => 'تم الموافقة',
'partial' => 'جزئى',
'paid' => 'مدفوع',
],
'messages' => [
'email_sent' => 'تم ارسال الفاتورة بنجاح!',
'marked_sent' => 'تم تحديد الفاتورة كفاتورة مرسلة بنجاح!',
'email_required' => 'No email address for this customer!',
],
'notification' => [
'message' => 'قمت باستلام هذة الرسالة لأنك مدين : بمبلغ الفاتورة الى : العميل عميل.',
'button' => 'ادفع الآن',
],
];