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 60005d61e0
commit b0c819e4fb
2 changed files with 20 additions and 22 deletions

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

@ -4,7 +4,6 @@
*
* PHP Version 8.0
*
* @package Modules\Knowledgebase
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -13,14 +12,14 @@
declare(strict_types=1);
return ['Knowledgebase' => [
'Active' => 'Aktiv',
'App' => 'App',
'Categories' => 'Kategorien',
'Category' => 'Kategorie',
'Draft' => 'Draft',
'Language' => 'Sprache',
'Name' => 'Name',
'Parent' => 'Übergeordnet',
'Wiki' => 'Wiki',
'Status' => 'Status',
'Active' => 'Aktiv',
'App' => 'App',
'Categories' => 'Kategorien',
'Category' => 'Kategorie',
'Draft' => 'Draft',
'Language' => 'Sprache',
'Name' => 'Name',
'Parent' => 'Übergeordnet',
'Wiki' => 'Wiki',
'Status' => 'Status',
]];

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

@ -4,7 +4,6 @@
*
* PHP Version 8.0
*
* @package Modules\Knowledgebase
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -13,14 +12,14 @@
declare(strict_types=1);
return ['Knowledgebase' => [
'Active' => 'Active',
'App' => 'App',
'Categories' => 'Categories',
'Category' => 'Category',
'Draft' => 'Draft',
'Language' => 'Language',
'Name' => 'Name',
'Parent' => 'Parent',
'Wiki' => 'Wiki',
'Status' => 'Status',
'Active' => 'Active',
'App' => 'App',
'Categories' => 'Categories',
'Category' => 'Category',
'Draft' => 'Draft',
'Language' => 'Language',
'Name' => 'Name',
'Parent' => 'Parent',
'Wiki' => 'Wiki',
'Status' => 'Status',
]];