mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-01-11 11:48:41 +00:00
43 lines
1.1 KiB
PHP
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',
|
|
]];
|