mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-23 18:18:41 +00:00
52 lines
1.6 KiB
PHP
Executable File
52 lines
1.6 KiB
PHP
Executable File
<?php
|
||
/**
|
||
* Orange Management
|
||
*
|
||
* PHP Version 8.0
|
||
*
|
||
* @package Modules\Localization
|
||
* @copyright Dennis Eichhorn
|
||
* @license OMS License 1.0
|
||
* @version 1.0.0
|
||
* @link https://orange-management.org
|
||
*/
|
||
declare(strict_types=1);
|
||
|
||
return ['Accounting' => [
|
||
'Account' => 'konto',
|
||
'Accounts' => 'konton',
|
||
'BatchPostings' => 'batch bokningar',
|
||
'Charts' => 'diagram',
|
||
'Code' => 'Koda',
|
||
'ContraAccount' => 'Contra konto',
|
||
'CostCenter' => 'Kostnadscenter',
|
||
'CostCenters' => 'Kostnadsställen',
|
||
'CostObject' => 'Kostnadsobjekt',
|
||
'CostObjects' => 'Kostnads Objects',
|
||
'Created' => 'Skapad',
|
||
'Creator' => 'Skapare',
|
||
'Credit' => 'Kreditera',
|
||
'Debit' => 'Debitera',
|
||
'Due' => 'Till följd av',
|
||
'Entries' => 'inlägg',
|
||
'EntryDate' => 'Startdatum',
|
||
'Evaluation' => 'Utvärdering',
|
||
'ExternalVoucher' => 'extern Voucher',
|
||
'GL' => 'GL',
|
||
'Incoming' => 'Inkommande',
|
||
'Journal' => 'Tidning',
|
||
'List' => 'Lista',
|
||
'Name' => 'namn',
|
||
'Outgoing' => 'Utgående',
|
||
'Parent' => 'Förälder',
|
||
'Receipt' => 'Mottagande',
|
||
'ReceiptDate' => 'kvitto Datum',
|
||
'Search' => 'Sök',
|
||
'Stack' => 'Stack',
|
||
'TAccount' => 'T-konto',
|
||
'Text' => 'Text',
|
||
'To' => 'Till',
|
||
'Total' => 'Total',
|
||
'Type' => 'Typ',
|
||
]];
|