ultimatepos/lang/tr/sale.php

74 lines
2.5 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 [
/*
|--------------------------------------------------------------------------
| Brand Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Brand CRUD operations.
|
*/
'sale' => 'Satış',
'sells' => 'Satışlar',
'list_sale' => 'Satışları Listele',
'add_sale' => 'Satış Ekle',
'pos_sale' => 'POS',
'draft_added' => 'Taslak başarıyla eklendi',
'invoice_added' => 'Fatura başarıyla eklendi',
'item' => 'Öğeler',
'total' => 'Toplam',
'order_tax' => 'Sipariş Vergisi',
'discount' => 'İndirim',
'total_payable' => 'Toplam Ödenecek',
'cancel' => 'İptal',
'draft' => 'Taslak',
'finalize' => 'Öde ve Çık',
'express_finalize' => 'Hızlı Ödeme <br/>Çıkış',
'product' => 'Ürün',
'products' => 'Ürünler',
'unit_price' => 'Birim Fiyat',
'qty' => 'Miktar',
'subtotal' => 'Ara toplam',
'recent_transactions' => 'Son İşlemleriniz',
'pos_sale_added' => 'Satış başarıyla eklendi',
'price_inc_tax' => 'Vergi Dahil Fiyat',
'tax' => 'Vergi',
'edit_discount' => 'İndirimi Düzenle',
'edit_order_tax' => 'Sipariş Vergisini Düzenle',
'discount_type' => 'İndirim Türü',
'discount_amount' => 'İndirim Tutarı',
'no_recent_transactions' => 'Yeni İşlem Yok',
'final' => 'Final',
'invoice_no' => 'Fatura No.',
'customer_name' => 'Müşteri adı',
'payment_status' => 'Ödeme durumu',
'status' => 'Durum',
'total_amount' => 'Toplam Tutar',
'total_paid' => 'Toplam Ödenen',
'total_remaining' => 'Kalan toplam',
'payment_info' => 'Ödeme bilgisi',
'drafts' => 'Taslaklar',
'all_drafts' => 'Tüm Taslaklar',
'sell_details' => 'Satış detayları',
'payments' => 'Ödemeler',
'amount' => 'Miktar',
'payment_mode' => 'Ödeme modu',
'payment_note' => 'Ödeme notu',
'sell_note' => 'Satış Notu',
'staff_note' => 'Personel notu',
'draft_updated' => 'Taslak başarıyla güncellendi',
'pos_sale_updated' => 'Satış başarıyla güncellendi',
'location' => 'Şube',
'add_payment_row' => 'Ödeme Satırı Ekle',
'finalize_payment' => 'Ödemeyi Yap',
'sale_date' => 'Satış Tarihi',
'list_pos' => 'POS Listesi',
'edit_sale' => 'Satışı Düzenle',
'shipping' => 'Nakliye',
'shipping_details' => 'Nakliye detayları',
'shipping_charges' => 'Nakliye Ücretleri',
];