oms-Organization/Theme/Backend/Lang/de.lang.php
2023-06-17 03:13:31 +02:00

32 lines
749 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Organization' => [
'Active' => 'Aktiv',
'Department' => 'Abteilung',
'Departments' => 'Abteilungen',
'Description' => 'Beschreibung',
'Inactive' => 'Inaktiv',
'Logo' => 'Logo',
'Name' => 'Name',
'Parent' => 'Elternteil',
'Position' => 'Position',
'Positions' => 'Positionen',
'Search' => 'Suche',
'Status' => 'Status',
'Unit' => 'Einheit',
'UnitLogo' => 'Einheit-Logo',
'Units' => 'Einheiten',
]];