first commit
This commit is contained in:
15
resources/lang/tr-TR/accounts.php
Normal file
15
resources/lang/tr-TR/accounts.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_name' => 'Hesap İsmi',
|
||||
'number' => 'Numara',
|
||||
'opening_balance' => 'Açılış Bakiyesi',
|
||||
'current_balance' => 'Mevcut Bakiye',
|
||||
'bank_name' => 'Banka İsmi',
|
||||
'bank_phone' => 'Banka Telefonu',
|
||||
'bank_address' => 'Banka Adresi',
|
||||
'default_account' => 'Varsayılan Hesap',
|
||||
'all' => 'Tüm Hesaplar'
|
||||
|
||||
];
|
||||
30
resources/lang/tr-TR/auth.php
Normal file
30
resources/lang/tr-TR/auth.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'profile' => 'Profil',
|
||||
'logout' => 'Çıkış',
|
||||
'login' => 'Giriş',
|
||||
'login_to' => 'Oturum açmak için giriş yapınız',
|
||||
'remember_me' => 'Beni Hatırla',
|
||||
'forgot_password' => 'Şifremi unuttum',
|
||||
'reset_password' => 'Şifremi Sıfırla',
|
||||
'enter_email' => 'Email Adresinizi Giriniz',
|
||||
'current_email' => 'Current Email',
|
||||
'reset' => 'Sıfırla',
|
||||
'never' => 'hiçbir zaman',
|
||||
|
||||
'password' => [
|
||||
'current' => 'Şifre',
|
||||
'current_confirm' => 'Şifre Onayı',
|
||||
'new' => 'Yeni Şifre',
|
||||
'new_confirm' => 'Yeni Şifre Onayı',
|
||||
],
|
||||
'error' => [
|
||||
'self_delete' => 'Hata: Kendinizi silemezsiniz!'
|
||||
],
|
||||
|
||||
'failed' => 'Bu kullanıcı bilgileri, bizim verilerimizle eşleşmiyor.',
|
||||
'throttle' => 'Çok fazla oturum açma girişimi. Lütfen :seconds saniye içinde tekrar deneyin.',
|
||||
|
||||
];
|
||||
25
resources/lang/tr-TR/bills.php
Normal file
25
resources/lang/tr-TR/bills.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'bill_number' => 'Fatura Numarası',
|
||||
'bill_date' => 'Fatura Tarihi',
|
||||
'total_price' => 'Toplam Tutar',
|
||||
'due_date' => 'Vade Tarihi',
|
||||
'order_number' => 'Sipariş Numarası',
|
||||
|
||||
'payment_due' => 'Son Ödeme Tarihi',
|
||||
'amount_due' => 'Ödenecek Miktar',
|
||||
'paid' => 'Ödenmiş',
|
||||
'quantity' => 'Adet',
|
||||
'total' => 'Toplam',
|
||||
'sub_total' => 'Ara Toplam',
|
||||
'tax_total' => 'Vergi Toplamı',
|
||||
|
||||
'add_payment' => 'Ödeme Ekle',
|
||||
'download_pdf' => 'PDF İndir',
|
||||
'send_mail' => 'Email Gönder',
|
||||
'histories' => 'Geçmiş',
|
||||
'payments' => 'Ödemeler',
|
||||
|
||||
];
|
||||
7
resources/lang/tr-TR/categories.php
Normal file
7
resources/lang/tr-TR/categories.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'all' => 'Tüm Kategoriler',
|
||||
'all_types' => 'Tümü'
|
||||
];
|
||||
13
resources/lang/tr-TR/companies.php
Normal file
13
resources/lang/tr-TR/companies.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'domain' => 'Alan Adı',
|
||||
'logo' => 'Logo',
|
||||
'manage' => 'Şirketleri Yönet',
|
||||
'all' => 'Tüm Şirketler',
|
||||
'error' => [
|
||||
'delete_active' => 'Hata: Etkin şirketi silemezsiniz, önce değiştirin lütfen!',
|
||||
],
|
||||
|
||||
];
|
||||
9
resources/lang/tr-TR/currencies.php
Normal file
9
resources/lang/tr-TR/currencies.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kod',
|
||||
'rate' => 'Kur',
|
||||
'default' => 'Varsayılan Para Birimi',
|
||||
|
||||
];
|
||||
5
resources/lang/tr-TR/customer.php
Normal file
5
resources/lang/tr-TR/customer.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'all' => 'Tüm Müşteriler',
|
||||
];
|
||||
24
resources/lang/tr-TR/dashboard.php
Normal file
24
resources/lang/tr-TR/dashboard.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Toplam Gelir',
|
||||
'receivables' => 'Alacak',
|
||||
'open_invoices' => 'Açık Faturalar',
|
||||
'overdue_invoices' => 'Gecikmiş Faturalar',
|
||||
'total_expenses' => 'Toplam Gider',
|
||||
'payables' => 'Verecek',
|
||||
'open_bills' => 'Açık Faturalar',
|
||||
'overdue_bills' => 'Gecikmiş Faturalar',
|
||||
'total_profit' => 'Toplam Kar',
|
||||
'open_profit' => 'Açık Kar',
|
||||
'overdue_profit' => 'Gecikmiş Kar',
|
||||
'cash_flow' => 'Nakit Akışı',
|
||||
'no_profit_loss' => 'No Profit Loss',
|
||||
'incomes_by_category' => 'Gelir Kategorileri',
|
||||
'expenses_by_category' => 'Gider Kategorileri',
|
||||
'account_balance' => 'Hesap Bakiyesi',
|
||||
'latest_incomes' => 'Son Gelirler',
|
||||
'latest_expenses' => 'Son Giderler',
|
||||
|
||||
];
|
||||
17
resources/lang/tr-TR/demo.php
Normal file
17
resources/lang/tr-TR/demo.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Kasa',
|
||||
'categories_uncat' => 'Kategorize edilmemiş',
|
||||
'categories_deposit' => 'Depozito',
|
||||
'categories_sales' => 'Satış',
|
||||
'currencies_usd' => 'Amerikan Doları',
|
||||
'currencies_eur' => 'Avro',
|
||||
'currencies_gbp' => 'İngiliz Sterlini',
|
||||
'currencies_try' => 'Türk Lirası',
|
||||
'taxes_exempt' => 'Muaf',
|
||||
'taxes_normal' => 'Normal',
|
||||
'taxes_sales' => 'Satış',
|
||||
|
||||
];
|
||||
9
resources/lang/tr-TR/footer.php
Normal file
9
resources/lang/tr-TR/footer.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'version' => 'Sürüm',
|
||||
'powered' => 'Altyapı Akaunting',
|
||||
'software' => 'Ücretsiz Ön Muhasebe Programı',
|
||||
|
||||
];
|
||||
103
resources/lang/tr-TR/general.php
Normal file
103
resources/lang/tr-TR/general.php
Normal file
@@ -0,0 +1,103 @@
|
||||
<?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ı',
|
||||
'pictures' => 'Resim|Resimler',
|
||||
'types' => 'Tip|Tipler',
|
||||
'payment_methods' => 'Ödeme Yöntemi|Ödeme Yöntemleri',
|
||||
'compares' => 'Income vs Expense|Incomes vs Expenses',
|
||||
'notes' => 'Açıklama|Açıklamalar',
|
||||
'totals' => 'Toplam|Toplamlar',
|
||||
'languages' => 'Dil|Diller',
|
||||
'updates' => 'Güncelleme|Güncellemeler',
|
||||
'numbers' => 'Sayı|Sayılar',
|
||||
|
||||
'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',
|
||||
'yearly' => 'Yıllık',
|
||||
'add_new' => 'Yeni Ekle',
|
||||
'edit' => 'Düzenle',
|
||||
'delete' => 'Sil',
|
||||
'delete_confirm' => ':name :type silinsin mi?',
|
||||
'name' => 'İsim',
|
||||
'email' => 'Email',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Adres',
|
||||
'website' => 'Website',
|
||||
'actions' => 'Eylem',
|
||||
'description' => 'Açıklama',
|
||||
'manage' => 'Yönet',
|
||||
'code' => 'Kod',
|
||||
'alias' => 'Rumuz',
|
||||
'balance' => 'Bakiye',
|
||||
'reference' => 'Referans',
|
||||
'attachment' => 'Dosya',
|
||||
'change' => 'Değiştir',
|
||||
'color' => 'Renk',
|
||||
'save' => 'Kaydet',
|
||||
'cancel' => 'İptal',
|
||||
'send' => 'Gönder',
|
||||
'status' => 'Durum',
|
||||
'filter' => 'Filtrele',
|
||||
'search' => 'Ara',
|
||||
'search_placeholder' => 'Aranacak kelime..',
|
||||
'show' => 'Göster',
|
||||
'all_statuses' => 'Tümü',
|
||||
'from' => 'Tarafından',
|
||||
'to' => 'Tarafına',
|
||||
'bank' => 'Banka Transferi',
|
||||
'cash' => 'Nakit',
|
||||
'paypal' => 'PayPal',
|
||||
'help' => 'Yardım',
|
||||
'all' => 'Hepsi',
|
||||
'upcoming' => 'Gelecek',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Yeni :type',
|
||||
'edit' => ':type Düzenle',
|
||||
],
|
||||
'form' => [
|
||||
'enter' => ':field Girin',
|
||||
'select' => [
|
||||
'field' => '- :field Seçin -',
|
||||
'file' => 'Dosya Seçin',
|
||||
],
|
||||
'no_file_selected' => 'Dosya seçilmemiş...',
|
||||
],
|
||||
|
||||
];
|
||||
8
resources/lang/tr-TR/header.php
Normal file
8
resources/lang/tr-TR/header.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'change_language' => 'Dil Değiştir',
|
||||
'last_login' => 'Son giriş :time',
|
||||
|
||||
];
|
||||
44
resources/lang/tr-TR/install.php
Normal file
44
resources/lang/tr-TR/install.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'next' => 'İleri',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => 'Lütfen, aşağıdaki sistem gereksinimlerini karşılayın!',
|
||||
'language' => 'Adım 1/3 : Dil Seçimi',
|
||||
'database' => 'Adım 2/3 : Veritabanı Ayarları',
|
||||
'settings' => 'Adım 3/3 : Şirket ve Yönetici Bilgileri',
|
||||
],
|
||||
|
||||
'language' => [
|
||||
'select' => 'Dil Seçin',
|
||||
],
|
||||
|
||||
'requirements' => [
|
||||
'php_version' => 'PHP sürümünüz 5.6.4 veya üstü olmalıdır!',
|
||||
'enabled' => ':feature etkin olmalıdır!',
|
||||
'disabled' => ':feature devre dışı bırakılmalıdır!',
|
||||
'extension' => ':extension eklentisi yüklenmelidir!',
|
||||
'directory' => ':directory dizini yazılabilir olmalıdır!',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'hostname' => 'Sunucu',
|
||||
'username' => 'Kullanıcı',
|
||||
'password' => 'Şifre',
|
||||
'name' => 'Veritabanı',
|
||||
],
|
||||
|
||||
'settings' => [
|
||||
'company_name' => 'Şirket Adı',
|
||||
'company_email' => 'Şirket e-Postası',
|
||||
'admin_email' => 'Yönetici e-Postası',
|
||||
'admin_password' => 'Yönetici Şifresi',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'connection' => 'Hata: Veritabanına bağlanamıyoruz! Lütfen veritabanı bilgilerini kontrol ediniz.',
|
||||
],
|
||||
|
||||
];
|
||||
23
resources/lang/tr-TR/invoices.php
Normal file
23
resources/lang/tr-TR/invoices.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invoice_number' => 'Fatura Numarası',
|
||||
'order_number' => 'Sipariş Numarası',
|
||||
'invoice_date' => 'Fatura Tarihi',
|
||||
'due_date' => 'Vade Tarihi',
|
||||
'payment_due' => 'Son Ödeme Tarihi',
|
||||
'total_price' => 'Toplam Tutar',
|
||||
'quantity' => 'Adet',
|
||||
'total' => 'Toplam',
|
||||
'sub_total' => 'Ara Toplam',
|
||||
'tax_total' => 'Vergi Toplamı',
|
||||
|
||||
'paid' => 'Ödenmiş',
|
||||
'histories' => 'Geçmiş',
|
||||
'payments' => 'Ödemeler',
|
||||
'add_payment' => 'Ödeme Ekle',
|
||||
'download_pdf' => 'PDF İndir',
|
||||
'send_mail' => 'Email Gönder',
|
||||
];
|
||||
|
||||
10
resources/lang/tr-TR/items.php
Normal file
10
resources/lang/tr-TR/items.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'quantities' => 'Adet|Adetler',
|
||||
'sales_price' => 'Satış Fiyatı',
|
||||
'purchase_price' => 'Alış Fiyatı',
|
||||
'sku' => 'Ürün Kodu',
|
||||
|
||||
];
|
||||
14
resources/lang/tr-TR/messages.php
Normal file
14
resources/lang/tr-TR/messages.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type eklendi!',
|
||||
'updated' => ':type güncellendi!',
|
||||
'deleted' => ':type silindi!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Hata: Bu şirketi yönetme yetkiniz yok!',
|
||||
],
|
||||
|
||||
];
|
||||
9
resources/lang/tr-TR/pagination.php
Normal file
9
resources/lang/tr-TR/pagination.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'previous' => '« Önceki',
|
||||
'next' => 'Sonraki »',
|
||||
'showing' => ':total kayıttan :first ile :last arasındaki kayıtlar gösteriliyor',
|
||||
|
||||
];
|
||||
22
resources/lang/tr-TR/passwords.php
Normal file
22
resources/lang/tr-TR/passwords.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Şifreler en az altı karakter olmalı ve onay ile eşleşmelidir.',
|
||||
'reset' => 'Şifreniz sıfırlandı!',
|
||||
'sent' => 'Şifre sıfırlama bağlantınızı size e-posta ile gönderdik!',
|
||||
'token' => 'Şifre sıfırlama adresi/kodu geçersiz.',
|
||||
'user' => 'Bu e-posta adresi ile kayıtlı bir üye bulunmuyor.',
|
||||
|
||||
];
|
||||
11
resources/lang/tr-TR/reports.php
Normal file
11
resources/lang/tr-TR/reports.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Gelir Özeti',
|
||||
'expense' => 'Gelir Özeti',
|
||||
'income_expense' => 'Gelir Gider Dengesi',
|
||||
],
|
||||
|
||||
];
|
||||
7
resources/lang/tr-TR/roles.php
Normal file
7
resources/lang/tr-TR/roles.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'all' => 'Tüm Roller',
|
||||
|
||||
];
|
||||
29
resources/lang/tr-TR/settings.php
Normal file
29
resources/lang/tr-TR/settings.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'name' => 'Şirket İsmi',
|
||||
'email' => 'Şirket Emaili',
|
||||
'address' => 'Şirket Adresi',
|
||||
'logo' => 'Şirket Logosu',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'Varsayılanlar',
|
||||
'account' => 'Varsayılan Hesap',
|
||||
'currency' => 'Varsayılan Para Birimi',
|
||||
'payment' => 'Varsayılan Ödeme Yöntemi',
|
||||
],
|
||||
'scheduling' => [
|
||||
'tab' => 'Scheduling',
|
||||
'send_invoice' => 'Gelir Faturası Hatırlat',
|
||||
'invoice_days' => 'Vade Gününden Sonra Gönder',
|
||||
'send_bill' => 'Gider Faturası Hatırlat',
|
||||
'bill_days' => 'Vade Gününden Önce Gönder',
|
||||
'cron_command' => 'Cron Komutu',
|
||||
'schedule_time' => 'Çalışma Saati',
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
|
||||
8
resources/lang/tr-TR/taxes.php
Normal file
8
resources/lang/tr-TR/taxes.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'rate' => 'Oran',
|
||||
'rate_percent' => 'Oran (%)',
|
||||
|
||||
];
|
||||
8
resources/lang/tr-TR/transfers.php
Normal file
8
resources/lang/tr-TR/transfers.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'from_account' => 'Gönderen Hesap',
|
||||
'to_account' => 'Alan Hesap',
|
||||
|
||||
];
|
||||
123
resources/lang/tr-TR/validation.php
Normal file
123
resources/lang/tr-TR/validation.php
Normal file
@@ -0,0 +1,123 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute kabul edilmelidir.',
|
||||
'active_url' => ':attribute geçerli bir URL olmalıdır.',
|
||||
'after' => ':attribute şundan daha eski bir tarih olmalıdır :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => ':attribute sadece harflerden oluşmalıdır.',
|
||||
'alpha_dash' => ':attribute sadece harfler, rakamlar ve tirelerden oluşmalıdır.',
|
||||
'alpha_num' => ':attribute sadece harfler ve rakamlar içermelidir.',
|
||||
'array' => ':attribute dizi olmalıdır.',
|
||||
'before' => ':attribute şundan daha önceki bir tarih olmalıdır :date.',
|
||||
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute :min - :max arasında olmalıdır.',
|
||||
'file' => ':attribute :min - :max arasındaki kilobayt değeri olmalıdır.',
|
||||
'string' => ':attribute :min - :max arasında karakterden oluşmalıdır.',
|
||||
'array' => ':attribute :min - :max arasında nesneye sahip olmalıdır.',
|
||||
],
|
||||
'boolean' => ':attribute sadece doğru veya yanlış olmalıdır.',
|
||||
'confirmed' => ':attribute tekrarı eşleşmiyor.',
|
||||
'date' => ':attribute geçerli bir tarih olmalıdır.',
|
||||
'date_format' => ':attribute :format biçimi ile eşleşmiyor.',
|
||||
'different' => ':attribute ile :other birbirinden farklı olmalıdır.',
|
||||
'digits' => ':attribute :digits rakam olmalıdır.',
|
||||
'digits_between' => ':attribute :min ile :max arasında rakam olmalıdır.',
|
||||
'dimensions' => ':attribute görsel ölçüleri geçersiz.',
|
||||
'distinct' => ':attribute alanı yinelenen bir değere sahip.',
|
||||
'email' => ':attribute biçimi geçersiz.',
|
||||
'exists' => 'Seçili :attribute geçersiz.',
|
||||
'file' => ':attribute dosya olmalıdır.',
|
||||
'filled' => ':attribute alanı gereklidir.',
|
||||
'image' => ':attribute alanı resim dosyası olmalıdır.',
|
||||
'in' => ':attribute değeri geçersiz.',
|
||||
'in_array' => ':attribute alanı :other içinde mevcut değil.',
|
||||
'integer' => ':attribute tamsayı olmalıdır.',
|
||||
'ip' => ':attribute geçerli bir IP adresi olmalıdır.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => ':attribute geçerli bir JSON değişkeni olmalıdır.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute değeri :max değerinden küçük olmalıdır.',
|
||||
'file' => ':attribute değeri :max kilobayt değerinden küçük olmalıdır.',
|
||||
'string' => ':attribute değeri :max karakter değerinden küçük olmalıdır.',
|
||||
'array' => ':attribute değeri :max adedinden az nesneye sahip olmalıdır.',
|
||||
],
|
||||
'mimes' => ':attribute dosya biçimi :values olmalıdır.',
|
||||
'mimetypes' => ':attribute dosya biçimi :values olmalıdır.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute değeri :min değerinden büyük olmalıdır.',
|
||||
'file' => ':attribute değeri :min kilobayt değerinden büyük olmalıdır.',
|
||||
'string' => ':attribute değeri :min karakter değerinden büyük olmalıdır.',
|
||||
'array' => ':attribute en az :min nesneye sahip olmalıdır.',
|
||||
],
|
||||
'not_in' => 'Seçili :attribute geçersiz.',
|
||||
'numeric' => ':attribute sayı olmalıdır.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => ':attribute biçimi geçersiz.',
|
||||
'required' => ':attribute alanı gereklidir.',
|
||||
'required_if' => ':attribute alanı, :other :value değerine sahip olduğunda zorunludur.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => ':attribute alanı :values varken zorunludur.',
|
||||
'required_with_all' => ':attribute alanı herhangi bir :values değeri varken zorunludur.',
|
||||
'required_without' => ':attribute alanı :values yokken zorunludur.',
|
||||
'required_without_all' => ':attribute alanı :values değerlerinden herhangi biri yokken zorunludur.',
|
||||
'same' => ':attribute ile :other eşleşmelidir.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute :size olmalıdır.',
|
||||
'file' => ':attribute :size kilobyte olmalıdır.',
|
||||
'string' => ':attribute :size karakter olmalıdır.',
|
||||
'array' => ':attribute :size nesneye sahip olmalıdır.',
|
||||
],
|
||||
'string' => ':attribute dizge olmalıdır.',
|
||||
'timezone' => ':attribute geçerli bir saat dilimi olmalıdır.',
|
||||
'unique' => ':attribute daha önceden kayıt edilmiş.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => ':attribute biçimi geçersiz.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [
|
||||
//
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user