oms-IncomeStatement/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 1abb9bc04c autofixes
2024-04-07 17:47:06 +00:00

35 lines
816 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' => 'End',
'Overview' => 'Overview',
'Metrics' => 'Metrics',
'Charts' => 'Charts',
'Interval' => 'Interval',
'Environment' => 'Environment',
'Monthly' => 'Monthly',
'Settings' => 'Settings',
'Quarterly' => 'Quarterly',
'Annually' => 'Annually',
'Category' => 'Category',
'Subtotal' => 'Subtotal',
'Total' => 'Total',
'HR' => 'HR',
'Diff' => 'Diff',
'Sales' => 'Sales',
'Diff%' => 'Diff %',
]];