mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-01-11 12:58:42 +00:00
29 lines
634 B
PHP
Executable File
29 lines
634 B
PHP
Executable File
<?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 ['Navigation' => [
|
|
'Account' => 'Account',
|
|
'Analysis' => 'Auswertung',
|
|
'Clients' => 'Kunden',
|
|
'Create' => 'Erstellen',
|
|
'Finance' => 'Finanzen',
|
|
'Invoice' => 'Rechnung',
|
|
'Invoices' => 'Rechnungen',
|
|
'Items' => 'Artikel',
|
|
'Profile' => 'Profil',
|
|
'Sales' => 'Umsatz',
|
|
'Suppliers' => 'Lieferanten',
|
|
'TaxCodes' => 'Steuerkennzeichen',
|
|
]];
|