mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-11 17:38:40 +00:00
implement localization
This commit is contained in:
parent
726609097c
commit
5161ad9e23
19
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Knowledgebase
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Wiki' => 'Wiki',
|
||||
'Categories' => 'Kategorien',
|
||||
'Apps' => 'Apps',
|
||||
]];
|
||||
20
Theme/Backend/Lang/de.lang.php
Normal file
20
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Knowledgebase
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Knowledgebase' => [
|
||||
'Categories' => 'Kategorien',
|
||||
'Name' => 'Name',
|
||||
'Parent' => 'Übergeordnet',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user