Add superadmin task collections resource

This commit is contained in:
Codex Agent
2026-01-19 21:19:37 +01:00
parent a7df624865
commit cb9d40055d
6 changed files with 492 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ return [
'unnamed' => 'Ohne Namen',
'from' => 'Von',
'until' => 'Bis',
'yes' => 'Ja',
'no' => 'Nein',
],
'photos' => [
@@ -503,6 +505,29 @@ return [
],
],
'task_collections' => [
'menu' => 'Aufgabensammlungen',
'fields' => [
'event_type_optional' => 'Eventtyp (optional)',
'content_localization' => 'Inhaltslokalisierung',
'name_de' => 'Name (Deutsch)',
'description_de' => 'Beschreibung (Deutsch)',
'name_en' => 'Name (Englisch)',
'description_en' => 'Beschreibung (Englisch)',
'is_default' => 'Standard-Sammlung',
'position' => 'Position',
],
'table' => [
'name' => 'Name',
'event_type' => 'Eventtyp',
'slug' => 'Slug',
'is_default' => 'Standard',
'position' => 'Position',
'tasks' => 'Aufgaben',
'events' => 'Events',
],
],
'widgets' => [
'events_active_today' => [
'heading' => 'Heute aktive Events',