Add superadmin task collections resource
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user