mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-21 13:30:51 +08:00
Add German translations for export column selection actions and validation messages (#19703)
Co-authored-by: robin.kammer <robin.kammer@ffhs.ch>
This commit is contained in:
@@ -14,6 +14,18 @@ return [
|
||||
|
||||
'label' => 'Spalten',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'select_all' => [
|
||||
'label' => 'Alle auswählen',
|
||||
],
|
||||
|
||||
'deselect_all' => [
|
||||
'label' => 'Alle abwählen',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'is_enabled' => [
|
||||
@@ -65,6 +77,11 @@ return [
|
||||
'body' => 'Nicht mehr als 1 Zeile auf einmal exportieren.|Nicht mehr als :count Zeilen auf einmal exportieren.',
|
||||
],
|
||||
|
||||
'no_columns' => [
|
||||
'title' => 'Es wurden keine Spalten ausgewählt',
|
||||
'body' => 'Bitte wählen Sie mindestens eine Spalte zum Exportieren aus.',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'Export gestartet',
|
||||
'body' => 'Der Export wurde gestartet und 1 Zeile wird im Hintergrund verarbeitet.| Der Export wurde gestartet und :count Zeilen werden im Hintergrund verarbeitet.',
|
||||
|
||||
Reference in New Issue
Block a user