Skip to content

Commit

Permalink
Update datatable.php (#1590)
Browse files Browse the repository at this point in the history
As a native Turkish speaker, these are my proposals for missing/partially wrong translations
  • Loading branch information
mnurullahsaglam authored Jun 13, 2024
1 parent 989407a commit bcd1a12
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions resources/lang/tr/datatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'buttons' => [
'filter' => 'Filtre',
'clear_all_filters' => 'Clear all',
'clear_all_filters' => 'Tümünü Temizle',
],
'labels' => [
'action' => 'İşlemler',
Expand All @@ -16,7 +16,7 @@
],
'placeholders' => [
'search' => 'Arama yap...',
'select' => 'Dönem seç',
'select' => 'Seç',
],
'pagination' => [
'showing' => 'Gösterilen:',
Expand All @@ -41,28 +41,27 @@
'is_not' => 'Eşit olmayan',
'contains' => 'İçeren',
'contains_not' => 'İçermeyen',
'starts_with' => 'Başlayan',
'ends_with' => 'Biten',
'starts_with' => 'ile Başlayan',
'ends_with' => 'ile Biten',
'is_null' => 'Yok olan',
'is_not_null' => 'Yok olmayan',
'is_blank' => 'Boş olan',
'is_not_blank' => 'Boş olmayan',
'is_empty' => 'Boş olan',
'is_not_empty' => 'Boş olmayan',

],
'export' => [
'exporting' => 'Lütfen bekleyin!',
'exporting' => 'Dışarı aktarılıyor, lütfen bekleyin!',
'completed' => 'Dışa aktarım tamamlandı! Dosyalarınız indirmek için hazır',
],
'soft_deletes' => [
'message_with_trashed' => 'Displaying all records, including deleted ones.',
'message_only_trashed' => 'Displaying only deleted records.',
'without_trashed' => 'Without deleted',
'with_trashed' => 'With deleted',
'only_trashed' => 'Only deleted',
'message_with_trashed' => 'Silinenler dahil tüm kayıtlar listeleniyor.',
'message_only_trashed' => 'Sadece silinenler listeleniyor.',
'without_trashed' => 'Silinenler hariç',
'with_trashed' => 'Silinenlerle birlikte',
'only_trashed' => 'Sadece silinenler',
],
'multi_sort' => [
'message' => 'Multiple sort is active',
'message' => 'Çoklu sıralama etkin',
],
];

0 comments on commit bcd1a12

Please sign in to comment.