oms-IncomeStatement/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 651df90a36 ui fixes
2024-04-07 17:31:42 +00:00

35 lines
841 B
PHP

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\PL
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['IncomeStatement' => [
'Start' => 'Start',
'End' => 'Ende',
'Overview' => 'Übersicht',
'Metrics' => 'Metriken',
'Charts' => 'Charts',
'Interval' => 'Intervall',
'Environment' => 'Environment',
'Monthly' => 'Monatlich',
'Quarterly' => 'Quartalsweise',
'Annually' => 'Jährlich',
'Settings' => 'Settings',
'Category' => 'Kategorie',
'Subtotal' => 'Zwischensumme',
'Total' => 'Summe',
'HR' => 'Personal',
'Sales' => 'Umsatz',
'Diff' => 'Diff',
'Diff%' => 'Diff %',
]];