2021-07-16 00:17:27 +00:00

58 lines
2.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',
'bill_amount' => 'Fatura Tutarı',
'total_price' => 'Toplam Tutar',
'due_date' => 'Vade Tarihi',
'order_number' => 'Sipariş Numarası',
'bill_from' => 'Faturayı Kesen',
'quantity' => 'Adet',
'price' => 'Fiyat',
'sub_total' => 'Ara Toplam',
'discount' => 'İndirim',
'item_discount' => 'Satır İndirimi',
'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',
'amount_due' => 'Ödenecek Miktar',
'paid' => 'Ödenmiş',
'histories' => 'Geçmiş',
'payments' => 'Ödemeler',
'add_payment' => 'Ödeme Ekle',
'mark_paid' => 'Ödendi İşaretle',
'mark_received' => 'Teslim Alındı İşaretle',
'mark_cancelled' => 'İptal Edildi İşaretle',
'download_pdf' => 'PDF İndir',
'send_mail' => 'Email Gönder',
'create_bill' => 'Fatura Oluştur',
'receive_bill' => 'Faturayı Al',
'make_payment' => 'Ödeme Yap',
'messages' => [
'draft' => 'Bu bir <b>TASLAK</b> faturadır ve alındıktan sonra grafiklere yansıtılacaktır.',
'status' => [
'created' => ':date tarihinde oluşturuldu',
'receive' => [
'draft' => 'Alınamadı',
'received' => ':date tarihinde alındı',
],
'paid' => [
'await' => 'Bekleyen Ödeme',
],
],
],
];