feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Benachrichtigungen',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'clear' => [
|
||||
'label' => 'Alle löschen',
|
||||
],
|
||||
|
||||
'mark_all_as_read' => [
|
||||
'label' => 'Alle als gelesen markieren',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'empty' => [
|
||||
'heading' => 'Keine Benachrichtigungen vorhanden',
|
||||
'description' => 'Bitte schauen Sie später erneut vorbei',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user