Add superadmin task collections resource
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-19 21:19:37 +01:00
parent b61507ea04
commit 7030e8b5b9
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',

View File

@@ -52,6 +52,8 @@ return [
'unnamed' => 'Unnamed',
'from' => 'From',
'until' => 'Until',
'yes' => 'Yes',
'no' => 'No',
],
'photos' => [
@@ -489,6 +491,29 @@ return [
],
],
'task_collections' => [
'menu' => 'Task collections',
'fields' => [
'event_type_optional' => 'Event Type (optional)',
'content_localization' => 'Content Localization',
'name_de' => 'Name (German)',
'description_de' => 'Description (German)',
'name_en' => 'Name (English)',
'description_en' => 'Description (English)',
'is_default' => 'Default collection',
'position' => 'Position',
],
'table' => [
'name' => 'Name',
'event_type' => 'Event Type',
'slug' => 'Slug',
'is_default' => 'Default',
'position' => 'Position',
'tasks' => 'Tasks',
'events' => 'Events',
],
],
'widgets' => [
'events_active_today' => [
'heading' => 'Events active today',