2021-08-01 19:00:00 +00:00

58 lines
2.1 KiB
PHP
Raw Permalink 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' => 'Faktura nömrəsi',
'bill_date' => 'Faktura tarixi',
'bill_amount' => 'Faktura məbləği',
'total_price' => 'Cəmi qiymət',
'due_date' => 'Bitmə tarixi',
'order_number' => 'Sifariş nömrəsi',
'bill_from' => 'Fakturanı göndərən',
'quantity' => 'Ədəd',
'price' => 'Qiymət',
'sub_total' => 'Alt cəm',
'discount' => 'Endirim',
'item_discount' => 'Sətir endirimi',
'tax_total' => 'Vergi cəmi',
'total' => 'Cəmi',
'item_name' => 'Element adı|Element adları',
'show_discount' => '%:discount Endirim',
'add_discount' => 'Endirim əlavə et',
'discount_desc' => 'alt cəm üzərindən',
'payment_due' => 'Son ödəniş tarixi',
'amount_due' => 'Ödəniləcək məbləğ',
'paid' => 'Ödənilib',
'histories' => 'Tarixçə',
'payments' => 'Ödənişlər',
'add_payment' => 'Ödəniş əlavə et',
'mark_paid' => 'Ödənilmiş kimi işarələ',
'mark_received' => 'Alınmış kimi işarələ',
'mark_cancelled' => 'İmtina edilmiş kimi işarələ',
'download_pdf' => 'PDF endir',
'send_mail' => 'E-poçt göndər',
'create_bill' => 'Faktura yarat',
'receive_bill' => 'Faktura al',
'make_payment' => 'Ödəniş et',
'messages' => [
'draft' => 'Bu bir <b>QARALAMA</b> fakturadır və qəbul edildikdən sonra qrafiklərdə əks olunacaq.',
'status' => [
'created' => ':date tarixində yaradıldı',
'receive' => [
'draft' => 'Alınmadı',
'received' => ':date tarixində alındı',
],
'paid' => [
'await' => 'Gözləyən ödəniş',
],
],
],
];