diff --git a/lang/ar/invoice.php b/lang/ar/invoice.php new file mode 100644 index 0000000..9aca17d --- /dev/null +++ b/lang/ar/invoice.php @@ -0,0 +1,39 @@ + 'فاتورة', + 'serial' => 'مسلسل', + 'date' => 'تاريخ', + 'seller' => 'تاجر', + 'buyer' => 'مشتر', + 'address' => 'عنوان', + 'code' => 'شفرة', + 'vat' => 'حوض', + 'phone' => 'هاتف', + 'description' => 'وصف', + 'units' => 'وحدات', + 'quantity' => 'كمية', + 'price' => 'سعر', + 'discount' => 'تخفيض', + 'tax' => 'ضريبة', + 'sub_total' => 'المجموع الفرعي', + 'total_discount' => 'إجمالي الخصم', + 'taxable_amount' => 'المبلغ الخاضع للضريبة', + 'total_taxes' => 'إجمالي_الضرائب', + 'tax_rate' => 'معدل الضريبة', + 'total_amount' => 'لمبلغ الإجمالي', + 'pay_until' => 'لدفع حتى', + 'amount_in_words' => 'المبلغ بالكلمات', + 'amount_in_words_format' => '%s %s a %s %s', + 'notes' => 'ملحوظات', + 'shipping' => 'شحن', + 'paid' => 'مدفوع', + 'due' => 'حق', + 'page' => 'صفحة', +];