mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 17:28:41 +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' => [
|
return ['Media' => [
|
||||||
'Account' => 'Account',
|
'Account' => 'Account',
|
||||||
|
'Add' => '',
|
||||||
'AddToCollection' => 'Zum Ordner hinzufügen',
|
'AddToCollection' => 'Zum Ordner hinzufügen',
|
||||||
'Author' => 'Autor',
|
'Author' => 'Autor',
|
||||||
'Back' => 'Zurück',
|
'Back' => 'Zurück',
|
||||||
'Changed' => 'Geändert',
|
'Changed' => 'Geändert',
|
||||||
'Changedby' => 'Geändert by',
|
'Changedby' => 'Geändert by',
|
||||||
'Created' => 'Erstellt',
|
|
||||||
'CreateCollection' => 'Erstelle Ordner',
|
'CreateCollection' => 'Erstelle Ordner',
|
||||||
'CreateFile' => 'Erstelle Datei',
|
'CreateFile' => 'Erstelle Datei',
|
||||||
|
'Created' => 'Erstellt',
|
||||||
'Creator' => 'Ersteller',
|
'Creator' => 'Ersteller',
|
||||||
'Data' => 'Daten',
|
'Data' => 'Daten',
|
||||||
'Description' => 'Beschreibung',
|
'Description' => 'Beschreibung',
|
||||||
|
|
@ -29,6 +30,7 @@ return ['Media' => [
|
||||||
'Extension' => 'Endung',
|
'Extension' => 'Endung',
|
||||||
'FilePath' => 'Dateipfad',
|
'FilePath' => 'Dateipfad',
|
||||||
'Files' => 'Dateien',
|
'Files' => 'Dateien',
|
||||||
|
'GroupUser' => '',
|
||||||
'Media' => 'Media',
|
'Media' => 'Media',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Path' => 'Pfad',
|
'Path' => 'Pfad',
|
||||||
|
|
@ -43,6 +45,4 @@ return ['Media' => [
|
||||||
'Upload' => 'Hochladen',
|
'Upload' => 'Hochladen',
|
||||||
'VirtualPath' => 'Virtueller Pfad',
|
'VirtualPath' => 'Virtueller Pfad',
|
||||||
'Visibility' => 'Sichtbarkeit',
|
'Visibility' => 'Sichtbarkeit',
|
||||||
'GroupUser' => '',
|
|
||||||
'Add' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -13,14 +13,15 @@ declare(strict_types=1);
|
||||||
|
|
||||||
return ['Media' => [
|
return ['Media' => [
|
||||||
'Account' => 'Account',
|
'Account' => 'Account',
|
||||||
|
'Add' => '',
|
||||||
'AddToCollection' => 'Add to collection',
|
'AddToCollection' => 'Add to collection',
|
||||||
'Author' => 'Author',
|
'Author' => 'Author',
|
||||||
'Back' => 'Back',
|
'Back' => 'Back',
|
||||||
'Changed' => 'Changed',
|
'Changed' => 'Changed',
|
||||||
'Changedby' => 'Changed by',
|
'Changedby' => 'Changed by',
|
||||||
'Created' => 'Created',
|
|
||||||
'CreateCollection' => 'Create Collection',
|
'CreateCollection' => 'Create Collection',
|
||||||
'CreateFile' => 'Create File',
|
'CreateFile' => 'Create File',
|
||||||
|
'Created' => 'Created',
|
||||||
'Creator' => 'Creator',
|
'Creator' => 'Creator',
|
||||||
'Data' => 'Data',
|
'Data' => 'Data',
|
||||||
'Description' => 'Description',
|
'Description' => 'Description',
|
||||||
|
|
@ -29,6 +30,7 @@ return ['Media' => [
|
||||||
'Extension' => 'Extension',
|
'Extension' => 'Extension',
|
||||||
'FilePath' => 'File Path',
|
'FilePath' => 'File Path',
|
||||||
'Files' => 'Files',
|
'Files' => 'Files',
|
||||||
|
'GroupUser' => '',
|
||||||
'Media' => 'Media',
|
'Media' => 'Media',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Path' => 'Path',
|
'Path' => 'Path',
|
||||||
|
|
@ -43,6 +45,4 @@ return ['Media' => [
|
||||||
'Upload' => 'Upload',
|
'Upload' => 'Upload',
|
||||||
'VirtualPath' => 'Virtual Path',
|
'VirtualPath' => 'Virtual Path',
|
||||||
'Visibility' => 'Visibility',
|
'Visibility' => 'Visibility',
|
||||||
'GroupUser' => '',
|
|
||||||
'Add' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user