oms-BusinessExpenses/Theme/Backend/Lang/en.lang.php
2023-05-28 12:19:03 +00:00

35 lines
820 B
PHP

<?php
/**
* Karaka
*
* 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 ['BusinessExpenses' => [
'Expenses' => 'Expenses',
'Status' => 'Status',
'Title' => 'Title',
'Paid' => 'Paid',
'Approved' => 'Approved',
'From' => 'From',
'Amount' => 'Amount',
'Start' => 'Start',
'End' => 'End',
'Description' => 'Description',
'Report' => 'Report',
'Net' => 'Net',
'Gross' => 'Gross',
'Notes' => 'Notes',
'CreatedAt' => 'Created At',
':status1' => 'Draft',
':status2' => 'Finalized',
':status3' => 'Inactive',
]];