2017-09-21 17:07:02 +03:00

37 lines
1.0 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' => 'Fatura Numarası',
'bill_date' => 'Fatura Tarihi',
'total_price' => 'Toplam Tutar',
'due_date' => 'Vade Tarihi',
'order_number' => 'Sipariş Numarası',
'bill_from' => 'Faturayı Kesen',
'quantity' => 'Adet',
'price' => 'Fiyat',
'sub_total' => 'Ara Toplam',
'tax_total' => 'Vergi Toplamı',
'total' => 'Toplam',
'item_name' => 'Öğe Adı | Öğe Adları',
'payment_due' => 'Son Ödeme Tarihi',
'amount_due' => 'Ödenecek Miktar',
'paid' => 'Ödenmiş',
'histories' => 'Geçmiş',
'payments' => 'Ödemeler',
'add_payment' => 'Ödeme Ekle',
'download_pdf' => 'PDF İndir',
'send_mail' => 'Email Gönder',
'status' => [
'new' => 'Yeni',
'updated' => 'Güncellendi',
'partial' => 'Kısmi',
'paid' => 'Ödenmiş',
],
];