test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent c33a9950c3
commit d8695cd405
2 changed files with 66 additions and 64 deletions

65
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View File

@ -4,7 +4,6 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Media
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -13,35 +12,37 @@
declare(strict_types=1); declare(strict_types=1);
return ['Media' => [ return ['Media' => [
'Account' => 'Account', 'Account' => 'Account',
'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', 'Created' => 'Erstellt',
'CreateCollection' => 'Erstelle Ordner', 'CreateCollection' => 'Erstelle Ordner',
'CreateFile' => 'Erstelle Datei', 'CreateFile' => 'Erstelle Datei',
'Creator' => 'Ersteller', 'Creator' => 'Ersteller',
'Data' => 'Daten', 'Data' => 'Daten',
'Description' => 'Beschreibung', 'Description' => 'Beschreibung',
'Edit' => 'Bearbeiten', 'Edit' => 'Bearbeiten',
'Editability' => 'Bearbeitung', 'Editability' => 'Bearbeitung',
'Extension' => 'Endung', 'Extension' => 'Endung',
'FilePath' => 'Dateipfad', 'FilePath' => 'Dateipfad',
'Files' => 'Dateien', 'Files' => 'Dateien',
'Media' => 'Media', 'Media' => 'Media',
'Name' => 'Name', 'Name' => 'Name',
'Path' => 'Pfad', 'Path' => 'Pfad',
'PathSettings' => 'Pfad Einstellung', 'PathSettings' => 'Pfad Einstellung',
'Permission' => 'Rechte', 'Permission' => 'Rechte',
'Preview' => 'Vorschau', 'Preview' => 'Vorschau',
'RandomPath' => 'Zufälliger Pfad', 'RandomPath' => 'Zufälliger Pfad',
'Select' => 'Auswahl', 'Select' => 'Auswahl',
'Settings' => 'Einstellungen', 'Settings' => 'Einstellungen',
'Size' => 'Größe', 'Size' => 'Größe',
'Type' => 'Typ', 'Type' => 'Typ',
'Upload' => 'Hochladen', 'Upload' => 'Hochladen',
'VirtualPath' => 'Virtueller Pfad', 'VirtualPath' => 'Virtueller Pfad',
'Visibility' => 'Sichtbarkeit', 'Visibility' => 'Sichtbarkeit',
'GroupUser' => '',
'Add' => '',
]]; ]];

65
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -4,7 +4,6 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Media
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -13,35 +12,37 @@
declare(strict_types=1); declare(strict_types=1);
return ['Media' => [ return ['Media' => [
'Account' => 'Account', 'Account' => 'Account',
'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', 'Created' => 'Created',
'CreateCollection' => 'Create Collection', 'CreateCollection' => 'Create Collection',
'CreateFile' => 'Create File', 'CreateFile' => 'Create File',
'Creator' => 'Creator', 'Creator' => 'Creator',
'Data' => 'Data', 'Data' => 'Data',
'Description' => 'Description', 'Description' => 'Description',
'Edit' => 'Edit', 'Edit' => 'Edit',
'Editability' => 'Editability', 'Editability' => 'Editability',
'Extension' => 'Extension', 'Extension' => 'Extension',
'FilePath' => 'File Path', 'FilePath' => 'File Path',
'Files' => 'Files', 'Files' => 'Files',
'Media' => 'Media', 'Media' => 'Media',
'Name' => 'Name', 'Name' => 'Name',
'Path' => 'Path', 'Path' => 'Path',
'PathSettings' => 'Path Settings', 'PathSettings' => 'Path Settings',
'Permission' => 'Permission', 'Permission' => 'Permission',
'Preview' => 'Preview', 'Preview' => 'Preview',
'RandomPath' => 'Random Path', 'RandomPath' => 'Random Path',
'Select' => 'Select', 'Select' => 'Select',
'Settings' => 'Settings', 'Settings' => 'Settings',
'Size' => 'Size', 'Size' => 'Size',
'Type' => 'Type', 'Type' => 'Type',
'Upload' => 'Upload', 'Upload' => 'Upload',
'VirtualPath' => 'Virtual Path', 'VirtualPath' => 'Virtual Path',
'Visibility' => 'Visibility', 'Visibility' => 'Visibility',
'GroupUser' => '',
'Add' => '',
]]; ]];