add members table

This commit is contained in:
fsociety
2024-09-29 18:21:09 +02:00
parent e76a60c600
commit c2f0014a8e
31 changed files with 1815 additions and 104 deletions

View File

@@ -0,0 +1,75 @@
<?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.",
],
],
];