Automated formatting changes

This commit is contained in:
Formatter Bot 2021-02-08 22:02:45 +00:00
parent 08e3f5e0e4
commit a6f8321a90
2 changed files with 28 additions and 28 deletions

View File

@ -12,19 +12,19 @@
declare(strict_types=1); declare(strict_types=1);
return ['Editor' => [ return ['Editor' => [
'Created' => 'Erstellt', 'Created' => 'Erstellt',
'Creator' => 'Ersteller', 'Creator' => 'Ersteller',
'Documents' => 'Dokumente', 'Documents' => 'Dokumente',
'Editor' => 'Editor', 'Editor' => 'Editor',
'GroupUser' => 'Gruppe/Account', 'GroupUser' => 'Gruppe/Account',
'Insert' => 'Einfügen', 'Insert' => 'Einfügen',
'Layout' => 'Layout', 'Layout' => 'Layout',
'Name' => 'Name', 'Name' => 'Name',
'Permission' => 'Rechte', 'Permission' => 'Rechte',
'Preview' => 'Vorschau', 'Preview' => 'Vorschau',
'Save' => 'Speichern', 'Save' => 'Speichern',
'Start' => 'Start', 'Start' => 'Start',
'Text' => 'Text', 'Text' => 'Text',
'Title' => 'Titel', 'Title' => 'Titel',
'Add' => '', 'Add' => '',
]]; ]];

View File

@ -12,19 +12,19 @@
declare(strict_types=1); declare(strict_types=1);
return ['Editor' => [ return ['Editor' => [
'Created' => 'Created', 'Created' => 'Created',
'Creator' => 'Creator', 'Creator' => 'Creator',
'Documents' => 'Documents', 'Documents' => 'Documents',
'Editor' => 'Editor', 'Editor' => 'Editor',
'GroupUser' => 'Group/User', 'GroupUser' => 'Group/User',
'Insert' => 'Insert', 'Insert' => 'Insert',
'Layout' => 'Layout', 'Layout' => 'Layout',
'Name' => 'Name', 'Name' => 'Name',
'Permission' => 'Permission', 'Permission' => 'Permission',
'Preview' => 'Preview', 'Preview' => 'Preview',
'Save' => 'Save', 'Save' => 'Save',
'Start' => 'Start', 'Start' => 'Start',
'Text' => 'Text', 'Text' => 'Text',
'Title' => 'Title', 'Title' => 'Title',
'Add' => '', 'Add' => '',
]]; ]];