oms-Production/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 883a46ecb5 ui fixes
2024-04-07 17:31:42 +00:00

29 lines
633 B
PHP

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Production' => [
'Done' => 'Fertig',
'Due' => 'Fällig',
'For' => 'Für',
'Name' => 'Name',
'Ordered' => 'Bestellt',
'Orderer' => 'Besteller',
'Process' => 'Prozess',
'Product' => 'Product',
'Productions' => 'Produktionen',
'Quantity' => 'Menge',
'Start' => 'Start',
'Status' => 'Status',
]];