update
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-08-17 00:21:45 +00:00
parent 494c099b29
commit a85af14760
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ declare(strict_types=1);
return ['Auditor' => [
'Action' => 'Aktion',
'Audits' => 'Audits',
'Content' => 'Inhalt',
'By' => 'Von',
'CREATE' => 'Erstellen',
'DELETE' => 'Löschen',

View File

@ -15,6 +15,7 @@ declare(strict_types=1);
return ['Auditor' => [
'Action' => 'Action',
'Audits' => 'Audits',
'Content' => 'Content',
'By' => 'By',
'CREATE' => 'Create',
'DELETE' => 'Delete',