oms-InvestmentManagement/Theme/Backend/Lang/de.lang.php
2024-03-20 07:21:22 +00:00

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',
]];