updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -38,6 +38,10 @@ return [
'numbers' => 'Sayı|Sayılar',
'statuses' => 'Durum|Durumlar',
'others' => 'Diğer|Diğerleri',
'contacts' => 'İletişim|İletişim',
'reconciliations' => 'Mutabakat|Mutabakatlar',
'deposits' => 'Mevduat|Mevduatlar',
'withdrawals' => 'Para Çekme|Para Çekme',
'dashboard' => 'Kontrol Paneli',
'banking' => 'Banka',
@ -81,6 +85,7 @@ return [
'color' => 'Renk',
'save' => 'Kaydet',
'cancel' => 'İptal',
'loading' => 'Yükleniyor...',
'from' => 'Tarafından',
'to' => 'Tarafına',
'print' => 'Yazdır',
@ -101,12 +106,27 @@ return [
'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' => 'Oluştur :type',
'send' => ':type Gönder',
'get' => ':type Getir',
],
'form' => [
@ -118,4 +138,11 @@ return [
'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',
],
];