2017-11-15 01:42:02 +03:00

42 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'bill_number' => 'شماره صورتحساب',
'bill_date' => 'تاریخ صورتحساب',
'total_price' => 'قیمت کل',
'due_date' => 'سررسید',
'order_number' => 'شماره سفارش',
'bill_from' => 'صورتحساب از',
'quantity' => 'تعداد',
'price' => 'قيمت',
'sub_total' => 'جمع کل',
'tax_total' => 'مجموع مالیات',
'total' => 'مجموع',
'item_name' => 'نام آیتم | نام آیتم ها',
'payment_due' => 'سررسید پرداخت',
'amount_due' => 'مقدار سررسید',
'paid' => 'پرداخت شده',
'histories' => 'تاریخچه',
'payments' => 'پرداخت ها',
'add_payment' => 'پرداخت',
'mark_received' => 'دریافت شده',
'download_pdf' => 'دانلود PDF',
'send_mail' => 'ارسال ایمیل',
'status' => [
'draft' => 'پیش‌ نویس',
'received' => 'دریافت شده',
'partial' => 'جزئیات',
'paid' => 'پرداخت شده',
],
'messages' => [
'received' => 'صورتحساب مشخص شده با موفقیت علامت گذاری شد.',
],
];