mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-01-11 03:38: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.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['InvestmentManagement' => [
|
|
':status1' => 'Entwurf',
|
|
':status2' => 'Offen',
|
|
':status3' => 'Genehmigt',
|
|
':status4' => 'Abgelehnt',
|
|
'Creator' => 'Ersteller',
|
|
'Investment' => 'Investition',
|
|
'Investments' => 'Investitionen',
|
|
'Name' => 'Name',
|
|
'Status' => 'Status',
|
|
'Title' => 'Titel',
|
|
'Files' => 'Dateien',
|
|
'Notes' => 'Notizen',
|
|
'Options' => 'Optionen',
|
|
'Option' => 'Option',
|
|
'Description' => 'Beschreibung',
|
|
'Link' => 'Link',
|
|
'Amounts' => 'Beträge',
|
|
'Amount' => 'Betrag',
|
|
'Quantity' => 'Menge',
|
|
'Attributes' => 'Attribute',
|
|
'Type' => 'Typ',
|
|
'Purchase' => 'Kauf',
|
|
'Price' => 'Preis',
|
|
'Supplier' => 'Lieferant',
|
|
'Approved' => 'Genehmigt',
|
|
'Approve' => 'Genehmigen',
|
|
]];
|