fix lang import sorting

This commit is contained in:
Dennis Eichhorn 2021-02-12 18:37:23 +01:00
parent f06eaa78fc
commit 42c4b28a6b
2 changed files with 6 additions and 6 deletions

View File

@ -13,14 +13,15 @@ declare(strict_types=1);
return ['Media' => [
'Account' => 'Account',
'Add' => '',
'AddToCollection' => 'Zum Ordner hinzufügen',
'Author' => 'Autor',
'Back' => 'Zurück',
'Changed' => 'Geändert',
'Changedby' => 'Geändert by',
'Created' => 'Erstellt',
'CreateCollection' => 'Erstelle Ordner',
'CreateFile' => 'Erstelle Datei',
'Created' => 'Erstellt',
'Creator' => 'Ersteller',
'Data' => 'Daten',
'Description' => 'Beschreibung',
@ -29,6 +30,7 @@ return ['Media' => [
'Extension' => 'Endung',
'FilePath' => 'Dateipfad',
'Files' => 'Dateien',
'GroupUser' => '',
'Media' => 'Media',
'Name' => 'Name',
'Path' => 'Pfad',
@ -43,6 +45,4 @@ return ['Media' => [
'Upload' => 'Hochladen',
'VirtualPath' => 'Virtueller Pfad',
'Visibility' => 'Sichtbarkeit',
'GroupUser' => '',
'Add' => '',
]];

View File

@ -13,14 +13,15 @@ declare(strict_types=1);
return ['Media' => [
'Account' => 'Account',
'Add' => '',
'AddToCollection' => 'Add to collection',
'Author' => 'Author',
'Back' => 'Back',
'Changed' => 'Changed',
'Changedby' => 'Changed by',
'Created' => 'Created',
'CreateCollection' => 'Create Collection',
'CreateFile' => 'Create File',
'Created' => 'Created',
'Creator' => 'Creator',
'Data' => 'Data',
'Description' => 'Description',
@ -29,6 +30,7 @@ return ['Media' => [
'Extension' => 'Extension',
'FilePath' => 'File Path',
'Files' => 'Files',
'GroupUser' => '',
'Media' => 'Media',
'Name' => 'Name',
'Path' => 'Path',
@ -43,6 +45,4 @@ return ['Media' => [
'Upload' => 'Upload',
'VirtualPath' => 'Virtual Path',
'Visibility' => 'Visibility',
'GroupUser' => '',
'Add' => '',
]];