Files
einundzwanzig-verein/lang/vendor/livewire-powergrid/tr/datatable.php
2024-09-29 18:21:09 +02:00

76 lines
2.4 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 [
'buttons' => [
'filter' => 'Filtre',
'clear_all_filters' => 'Tümünü Temizle',
],
'labels' => [
'action' => 'İşlemler',
'results_per_page' => 'Sayfa başına veri',
'clear_filter' => 'Filtreleri temizle',
'no_data' => 'Veri bulunamadı',
'all' => 'Tümü',
'selected' => 'Seçili',
'filtered' => 'Filtrelenmiş',
],
'placeholders' => [
'search' => 'Arama yap...',
'select' => 'Seç',
],
'pagination' => [
'showing' => 'Gösterilen:',
'to' => 'ile',
'of' => 'arası. Toplam:',
'results' => 'Sonuç',
'all' => 'Tümü',
],
'multi_select' => [
'select' => 'Seç',
'all' => 'Tümü',
],
'select' => [
'select' => 'Seç',
'all' => 'Tümü',
],
'boolean_filter' => [
'all' => 'Tümü',
],
'input_text_options' => [
'is' => 'Eşit',
'is_not' => 'Eşit olmayan',
'contains' => 'İçeren',
'contains_not' => 'İçermeyen',
'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' => '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' => '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' => 'Çoklu sıralama etkin',
],
'buttons_macros' => [
'confirm' => [
'message' => 'Are you sure you want to perform this action?',
],
'confirm_prompt' => [
'message' => "Are you sure you want to perform this action? \n\n Enter :confirmValue to confirm.",
],
],
];