mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-11 17:08:40 +00:00
fix lang import sorting
This commit is contained in:
parent
f06eaa78fc
commit
42c4b28a6b
|
|
@ -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' => '',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -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' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user