mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-25 22:18:41 +00:00
add ger language
This commit is contained in:
parent
609d72286f
commit
c31d28c40e
20
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Checklist
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Checklist' => 'Checkliste',
|
||||
'Checklists' => 'Checklisten',
|
||||
'CreateCheclist' => 'Erstellen',
|
||||
'Templates' => 'Templates',
|
||||
]];
|
||||
|
|
@ -15,6 +15,6 @@ declare(strict_types=1);
|
|||
return ['Navigation' => [
|
||||
'Checklist' => 'Checklist',
|
||||
'Checklists' => 'Checklists',
|
||||
'CreateCheclist' => 'CreateCheclist',
|
||||
'CreateCheclist' => 'Create',
|
||||
'Templates' => 'Templates',
|
||||
]];
|
||||
|
|
|
|||
30
Theme/Backend/Lang/de.lang.php
Normal file
30
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Checklist
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Checklist' => [
|
||||
'Checklist' => 'Checkliste',
|
||||
'Checklists' => 'Checklisten',
|
||||
'Created' => 'Erstellt',
|
||||
'Creator' => 'Ersteller',
|
||||
'Description' => 'Beschreibung',
|
||||
'Files' => 'Dateien',
|
||||
'General' => 'Allgemein',
|
||||
'Name' => 'Name',
|
||||
'Permissions' => 'Rechte',
|
||||
'Status' => 'Status',
|
||||
'Tasks' => 'Tasks',
|
||||
'Templates' => 'Templates',
|
||||
'TimeInMinutes' => 'Zeit in Minuten',
|
||||
'Title' => 'Titel',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user