oms-BusinessExpenses/Theme/Backend/Lang/th.lang.php
Dennis Eichhorn c8eb656be5 fix language
2023-09-23 23:05:18 +00:00

35 lines
709 B
PHP

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