MOON
Server: Apache
System: Linux host.sunshiene.com 4.18.0-553.121.1.el8_10.x86_64 #1 SMP Thu Apr 30 09:06:34 EDT 2026 x86_64
User: clientsoftwares (1005)
PHP: 8.2.31
Disabled: system, exec, mail, shell_exec, passthru, popen, proc_open, pcntl_exec, dl, ini_alter, ini_restore, symlink, link, chown, posix_kill
Upload Files
File: /home/clientsoftwares/public_html/genius.clientsoftwares.com/lang/tr/sale.php
<?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',
];