oms-InvestmentManagement/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 2238f7170d
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:05 +00:00

43 lines
1.1 KiB
PHP

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['InvestmentManagement' => [
':status1' => 'Draft',
':status2' => 'Open',
':status3' => 'Approved',
':status4' => 'Denied',
'Creator' => 'Creator',
'Investment' => 'Investment',
'Investments' => 'Investments',
'Name' => 'Name',
'Status' => 'Status',
'Title' => 'Title',
'Files' => 'Files',
'Notes' => 'Notes',
'Options' => 'Options',
'Option' => 'Option',
'Description' => 'Description',
'Link' => 'Link',
'Amounts' => 'Amounts',
'Amount' => 'Amount',
'Quantity' => 'Quantity',
'Attributes' => 'Attributes',
'Type' => 'Type',
'Purchase' => 'Purchase',
'Price' => 'Price',
'Supplier' => 'Supplier',
'Approved' => 'Approved',
'Approve' => 'Approve',
]];