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' => 'Aktionen',
'clear_all_filters' => 'Alle löschen',
],
'labels' => [
'action' => 'Aktionen',
'results_per_page' => 'Ergebnisse pro Seite',
'clear_filter' => 'Filter löschen',
'no_data' => 'Keine Ergebnisse gefunden',
'all' => 'Alle',
'selected' => 'Ausgewählt',
'filtered' => 'Gefiltert',
],
'placeholders' => [
'search' => 'Suche',
'select' => 'wählen Sie einen Zeitraum',
],
'pagination' => [
'showing' => 'Anzeigen von',
'to' => 'bis',
'of' => 'von',
'results' => 'Ergebnissen',
'all' => 'Alle',
],
'multi_select' => [
'select' => 'Bitte wählen',
'all' => 'Alle',
],
'select' => [
'select' => 'Bitte wählen',
'all' => 'Alle',
],
'boolean_filter' => [
'all' => 'Alle',
],
'input_text_options' => [
'is' => 'ist genau',
'is_not' => 'ist nicht genau',
'contains' => 'enthält',
'contains_not' => 'enthält nicht',
'starts_with' => 'beginnt mit',
'ends_with' => 'endet with',
'is_null' => 'Null',
'is_not_null' => 'nicht null ',
'is_blank' => 'Leer',
'is_not_blank' => 'nicht leer',
'is_empty' => 'unausgefüllt',
'is_not_empty' => 'ausgefüllt',
],
'export' => [
'exporting' => 'Warten Sie mal!',
'completed' => 'Export abgeschlossen! Ihre Dateien stehen zum Download bereit',
],
'soft_deletes' => [
'message_with_trashed' => 'Alle Datensätze anzeigen, einschließlich gelöschter.',
'message_only_trashed' => 'Nur gelöschte Datensätze anzeigen.',
'without_trashed' => 'Ohne gelöschte',
'with_trashed' => 'Mit gelöschten',
'only_trashed' => 'Nur gelöschte',
],
'multi_sort' => [
'message' => 'Multiple Suche ist aktiv',
],
'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.",
],
],
];