oms-Finance/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 6a87c6f655
Some checks are pending
Image optimization / general_image_workflow (push) Waiting to run
CI / general_module_workflow_php (push) Waiting to run
CI / general_module_workflow_js (push) Waiting to run
fix languages 2
2024-05-18 15:51:48 +00:00

26 lines
674 B
PHP
Executable File

<?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 ['Finance' => [
'Name' => 'Name',
'TaxCodes' => 'Steuerkz.',
'TaxCode' => 'Steuerkz.',
'Purchase' => 'Einkauf',
'InvoicePercentage' => 'Rechnungsprozentsatz',
'OutputPercentage' => 'Umsatzsteuerprozentsatz',
'InputPercentage' => 'Vorsteuerprozentsatz',
'Tax1Account' => 'Steuerkonto 1',
'Tax2Account' => 'Steuerkonto 2',
]];