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