From 9251257c1433e6a474a5bfd6bcf73f7baa0d5112 Mon Sep 17 00:00:00 2001 From: Zubair Ansari <26526913+officialzubairansari@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:30:50 +0500 Subject: [PATCH 1/2] added lang: arabic (ar) --- lang/ar/invoice.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 lang/ar/invoice.php diff --git a/lang/ar/invoice.php b/lang/ar/invoice.php new file mode 100644 index 0000000..4a25db2 --- /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' => 'صفحة', +]; From ecc0ba8b7f8d2521444f11f1070c54a0b50bac2b Mon Sep 17 00:00:00 2001 From: Zubair Ansari <26526913+officialzubairansari@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:31:22 +0500 Subject: [PATCH 2/2] added lang - arabic (ar) --- lang/ar/invoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ar/invoice.php b/lang/ar/invoice.php index 4a25db2..9aca17d 100644 --- a/lang/ar/invoice.php +++ b/lang/ar/invoice.php @@ -3,7 +3,7 @@ return [ /* |-------------------------------------------------------------------------- - | Czech Invoice Language Lines + | Arabic Invoice Language Lines |-------------------------------------------------------------------------- */