akaunting/resources/lang/tr-TR/invoices.php
2018-05-03 12:16:18 +03:00

56 lines
1.8 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 [
'invoice_number' => 'Fatura Numarası',
'invoice_date' => 'Fatura Tarihi',
'total_price' => 'Toplam Tutar',
'due_date' => 'Vade Tarihi',
'order_number' => 'Sipariş Numarası',
'bill_to' => 'Faturalanacak Kişi/Kurum',
'quantity' => 'Adet',
'price' => 'Fiyat',
'sub_total' => 'Ara Toplam',
'discount' => 'İndirim',
'tax_total' => 'Vergi Toplamı',
'total' => 'Toplam',
'item_name' => 'Öğe Adı | Öğe Adları',
'show_discount' => '%:discount İndirim',
'add_discount' => 'İndirim Ekle',
'discount_desc' => 'ara toplam üzerinden',
'payment_due' => 'Son Ödeme Tarihi',
'paid' => 'Ödenmiş',
'histories' => 'Geçmiş',
'payments' => 'Ödemeler',
'add_payment' => 'Ödeme Ekle',
'mark_paid' => 'Ödendi İşaretle',
'mark_sent' => 'Gönderildi İşaretle',
'download_pdf' => 'PDF İndir',
'send_mail' => 'Email Gönder',
'status' => [
'draft' => 'Taslak',
'sent' => 'Gönderilen',
'viewed' => 'Görüldü',
'approved' => 'Onaylandı',
'partial' => 'Kısmi',
'paid' => 'Ödenmiş',
],
'messages' => [
'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!',
],
'notification' => [
'message' => ':amount tutarında faturayı :customer ödemediği için bu iletiyi almaktasınız.',
'button' => 'Şimdi Öde',
],
];