2017-09-14 22:21:00 +03:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
'invoice_number' => 'Fatura Numarası',
|
|
|
|
|
'invoice_date' => 'Fatura Tarihi',
|
|
|
|
|
'total_price' => 'Toplam Tutar',
|
2017-09-21 17:07:02 +03:00
|
|
|
|
'due_date' => 'Vade Tarihi',
|
|
|
|
|
'order_number' => 'Sipariş Numarası',
|
|
|
|
|
'bill_to' => 'Faturalanacak Kişi/Kurum',
|
|
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
|
'quantity' => 'Adet',
|
2017-09-21 17:07:02 +03:00
|
|
|
|
'price' => 'Fiyat',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
'sub_total' => 'Ara Toplam',
|
2018-05-03 12:16:18 +03:00
|
|
|
|
'discount' => 'İndirim',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
'tax_total' => 'Vergi Toplamı',
|
2017-09-21 17:07:02 +03:00
|
|
|
|
'total' => 'Toplam',
|
|
|
|
|
|
|
|
|
|
'item_name' => 'Öğe Adı | Öğe Adları',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
|
2018-05-03 12:16:18 +03:00
|
|
|
|
'show_discount' => '%:discount İndirim',
|
|
|
|
|
'add_discount' => 'İndirim Ekle',
|
|
|
|
|
'discount_desc' => 'ara toplam üzerinden',
|
|
|
|
|
|
2017-09-21 17:07:02 +03:00
|
|
|
|
'payment_due' => 'Son Ödeme Tarihi',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
'paid' => 'Ödenmiş',
|
|
|
|
|
'histories' => 'Geçmiş',
|
|
|
|
|
'payments' => 'Ödemeler',
|
|
|
|
|
'add_payment' => 'Ödeme Ekle',
|
2017-11-15 01:27:08 +03:00
|
|
|
|
'mark_paid' => 'Ödendi İşaretle',
|
|
|
|
|
'mark_sent' => 'Gönderildi İşaretle',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
'download_pdf' => 'PDF İndir',
|
|
|
|
|
'send_mail' => 'Email Gönder',
|
|
|
|
|
|
2017-09-21 17:07:02 +03:00
|
|
|
|
'status' => [
|
|
|
|
|
'draft' => 'Taslak',
|
|
|
|
|
'sent' => 'Gönderilen',
|
|
|
|
|
'viewed' => 'Görüldü',
|
|
|
|
|
'approved' => 'Onaylandı',
|
|
|
|
|
'partial' => 'Kısmi',
|
|
|
|
|
'paid' => 'Ödenmiş',
|
|
|
|
|
],
|
|
|
|
|
|
2017-11-15 01:27:08 +03:00
|
|
|
|
'messages' => [
|
2018-03-06 17:05:58 +03:00
|
|
|
|
'email_sent' => 'Fatura emaili başarı ile gönderildi!',
|
|
|
|
|
'marked_sent' => 'Fatura başarıyla gönderilmiş olarak işaretlendi!',
|
|
|
|
|
'email_required' => 'Bu müşteri için e-posta adresi yok!',
|
2017-11-15 01:27:08 +03:00
|
|
|
|
],
|
|
|
|
|
|
2017-11-30 12:17:58 +03:00
|
|
|
|
'notification' => [
|
|
|
|
|
'message' => ':amount tutarında faturayı :customer ödemediği için bu iletiyi almaktasınız.',
|
|
|
|
|
'button' => 'Şimdi Öde',
|
|
|
|
|
],
|
|
|
|
|
|
2017-09-21 17:07:02 +03:00
|
|
|
|
];
|