oms-BusinessExpenses/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 09a7d825e9 update
2024-01-02 23:34:17 +00:00

38 lines
939 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' => 'Entwurf',
':status2' => 'Fertiggestellt',
':status3' => 'Inaktiv',
'Amount' => 'Betrag',
'Approved' => 'Genehmigt',
'CreatedAt' => 'Erstellt',
'Description' => 'Beschreibung',
'End' => 'Ende',
'Expenses' => 'Kosten',
'From' => 'Von',
'Gross' => 'Brutto',
'Net' => 'Netto',
'Notes' => 'Notizen',
'Paid' => 'Bezahlt',
'Report' => 'Bericht',
'Start' => 'Start',
'Status' => 'Status',
'Title' => 'Titel',
'Overview' => 'Übersicht',
'Clocking' => 'Zeiterfassung',
'Type' => 'Typ',
]];