2018-11-30 17:30:49 +03:00

147 lines
6.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 [
'items' => 'Ürün / Hizmet|Ürünler / Hizmetler',
'incomes' => 'Gelir|Gelirler',
'invoices' => 'Fatura|Faturalar',
'revenues' => 'Tahsilat|Tahsilatlar',
'customers' => 'Müşteri|Müşteriler',
'expenses' => 'Gider|Giderler',
'bills' => 'Fatura|Faturalar',
'payments' => 'Ödeme|Ödemeler',
'vendors' => 'Tedarikçi|Tedarikçiler',
'accounts' => 'Hesap|Hesaplar',
'transfers' => 'Transfer|Transferler',
'transactions' => 'İşlem|İşlemler',
'reports' => 'Rapor|Raporlar',
'settings' => 'Ayar|Ayarlar',
'categories' => 'Kategori|Kategoriler',
'currencies' => 'Para Birimi|Para Birimleri',
'tax_rates' => 'Vergi Oranı|Vergi Oranları',
'users' => 'Kullanıcı|Kullanıcılar',
'roles' => 'Görev|Görevler',
'permissions' => 'İzin|İzinler',
'modules' => 'Uygulama|Uygulamalar',
'companies' => 'Şirket|Şirketler',
'profits' => 'Kar|Kar',
'taxes' => 'Vergi Oranı|Vergi Oranları',
'logos' => 'Logo|Logolar',
'pictures' => 'Resim|Resimler',
'types' => 'Tip|Tipler',
'payment_methods' => 'Ödeme Yöntemi|Ödeme Yöntemleri',
'compares' => 'Gelir ve Gider | Gelirler ve Giderler',
'notes' => 'Açıklama|Açıklamalar',
'totals' => 'Toplam|Toplamlar',
'languages' => 'Dil|Diller',
'updates' => 'Güncelleme|Güncellemeler',
'numbers' => 'Sayı|Sayılar',
'statuses' => 'Durum|Durumlar',
'others' => 'Diğer|Diğerleri',
'contacts' => 'Kişi|Kişiler',
'reconciliations' => 'Mutabakat|Mutabakatlar',
'dashboard' => 'Kontrol Paneli',
'banking' => 'Banka',
'general' => 'Genel',
'no_records' => 'Kayıt yok.',
'date' => 'Tarih',
'amount' => 'Tutar',
'enabled' => 'Etkin',
'disabled' => 'Devredışı',
'yes' => 'Evet',
'no' => 'Hayır',
'na' => '- Yok -',
'daily' => 'Günlük',
'monthly' => 'Aylık',
'quarterly' => 'Çeyrek',
'yearly' => 'Yıllık',
'add' => 'Ekle',
'add_new' => 'Yeni Ekle',
'show' => 'Göster',
'edit' => 'Düzenle',
'delete' => 'Sil',
'send' => 'Gönder',
'download' => 'İndir',
'delete_confirm' => ':name :type silinsin mi?',
'name' => 'İsim',
'email' => 'E-posta',
'tax_number' => 'Vergi Numarası',
'phone' => 'Telefon',
'address' => 'Adres',
'website' => 'Web Sayfası',
'actions' => 'Eylem',
'description' => 'Açıklama',
'manage' => 'Yönet',
'code' => 'Kod',
'alias' => 'Rumuz',
'balance' => 'Bakiye',
'reference' => 'Referans',
'attachment' => 'Dosya',
'change' => 'Değiştir',
'switch' => 'Değiştir',
'color' => 'Renk',
'save' => 'Kaydet',
'cancel' => 'İptal',
'loading' => 'Yükleniyor...',
'from' => 'Tarafından',
'to' => 'Tarafına',
'print' => 'Yazdır',
'search' => 'Ara',
'search_placeholder' => 'Aranacak kelime..',
'filter' => 'Filtrele',
'help' => 'Yardım',
'all' => 'Hepsi',
'all_type' => 'Tüm :type',
'upcoming' => 'Gelecek',
'created' => 'Oluşturuldu',
'id' => 'ID',
'more_actions' => 'Diğer İşlemler',
'duplicate' => 'Çoğalt',
'unpaid' => 'Ödenmemiş',
'paid' => 'Ödenmiş',
'overdue' => 'Gecikmiş',
'partially' => 'Kısmen',
'partially_paid' => 'Kısmen Ödenmiş',
'export' => 'Dışa Aktar',
'finish' => 'Bitti',
'wizard' => 'Sihirbaz',
'skip' => 'Geç',
'enable' => 'Etkinleştir',
'disable' => 'Devre Dışı Bırak',
'select_all' => 'Tümünü seç',
'unselect_all' => 'Tüm Seçimi Kaldır',
'go_to' => 'Git :name',
'created_date' => 'Oluşturulma Tarihi',
'period' => 'Dönem',
'start' => 'Başlat',
'end' => 'Bitir',
'clear' => 'Temizle',
'difference' => 'Fark',
'title' => [
'new' => 'Yeni :type',
'edit' => ':type Düzenle',
'create' => ':type Oluştur',
'send' => ':type Gönder',
'get' => ':type Getir',
],
'form' => [
'enter' => ':field Girin',
'select' => [
'field' => '- :field Seçin -',
'file' => 'Dosya Seçin',
],
'no_file_selected' => 'Dosya seçilmemiş...',
],
'date_range' => [
'today' => 'Bugün',
'yesterday' => 'Dün',
'last_days' => 'Son :day Gün',
'this_month' => 'Bu Ay',
'last_month' => 'Son Ay',
],
];