oms-BusinessExpenses/Theme/Backend/Lang/en.lang.php
2024-03-20 07:21:20 +00:00

37 lines
885 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 ['BusinessExpenses' => [
':status1' => 'Draft',
':status2' => 'Finalized',
':status3' => 'Inactive',
'Amount' => 'Amount',
'Approved' => 'Approved',
'CreatedAt' => 'Created At',
'Description' => 'Description',
'End' => 'End',
'Expenses' => 'Expenses',
'From' => 'From',
'Gross' => 'Gross',
'Net' => 'Net',
'Notes' => 'Notes',
'Paid' => 'Paid',
'Report' => 'Report',
'Start' => 'Start',
'Status' => 'Status',
'Overview' => 'Overview',
'Clocking' => 'Clocking',
'Type' => 'Type',
]];