denisdulici 3c3eea1871 ur-PK
2018-12-25 12:38:19 +03:00

62 lines
2.3 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' => 'ذیلی کل',
'discount' => 'رعایت',
'tax_total' => 'کل ٹیکس',
'total' => 'کل',
'item_name' => 'شے نام|نام شے',
'show_discount' => ': رعایت % رعایت',
'add_discount' => 'رعایت کا ا ضافہ کریں',
'discount_desc' => 'ذیلی کل',
'payment_due' => 'زیر التواء ادائیگی',
'amount_due' => 'زیر التواء ادائیگی',
'paid' => 'ادائیگی',
'histories' => 'ہسٹری',
'payments' => 'ادائیگی',
'add_payment' => 'ادائیگی کا ا ضافہ کریں',
'mark_received' => 'ادائیگی موصول ہوئی',
'download_pdf' => 'پی ڈی ایف ڈاؤن لوڈ کریں',
'send_mail' => 'ای میل بھیجیں',
'create_bill' => 'بل بنائیں',
'receive_bill' => 'بل وصول کریں',
'make_payment' => 'ادائیگی کریں',
'status' => [
'draft' => 'ڈرافٹ',
'received' => 'وصول',
'partial' => 'جزوی',
'paid' => 'ادا شدہ',
],
'messages' => [
'received' => 'بل کامیابی سے موصول !',
'draft' => 'یہ ایک <b> ڈرافٹ </ b> بل ہے اور وصول موصول ہونے کے بعد چارٹ پر نظر آئے گا.',
'status' => [
'created' => 'پر بنایا: تاریخ',
'receive' => [
'draft' => 'نہیں بھیجا',
'received' => 'موصول ہوا: تاریخ',
],
'paid' => [
'await' => 'ادائیگی کی منتظر',
],
],
],
];