mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-24 02:28:40 +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' => 'account',
|
|
'Accounts' => 'conti',
|
|
'BatchPostings' => 'Commenti batch',
|
|
'Charts' => 'Grafici',
|
|
'Code' => 'Codice',
|
|
'ContraAccount' => 'Contra account',
|
|
'CostCenter' => 'Centro di costo',
|
|
'CostCenters' => 'Centri di costo',
|
|
'CostObject' => 'oggetto di costo',
|
|
'CostObjects' => 'costo oggetti',
|
|
'Created' => 'Creato',
|
|
'Creator' => 'Creatore',
|
|
'Credit' => 'Credito',
|
|
'Debit' => 'Addebito',
|
|
'Due' => 'Dovuto',
|
|
'Entries' => 'Inserimenti',
|
|
'EntryDate' => 'Data di ingresso',
|
|
'Evaluation' => 'Valutazione',
|
|
'ExternalVoucher' => 'Voucher esterno',
|
|
'GL' => 'GL',
|
|
'Incoming' => 'in arrivo',
|
|
'Journal' => 'rivista',
|
|
'List' => 'Elenco',
|
|
'Name' => 'Nome',
|
|
'Outgoing' => 'Estroverso',
|
|
'Parent' => 'Genitore',
|
|
'Receipt' => 'Ricevuta',
|
|
'ReceiptDate' => 'Data della ricevuta',
|
|
'Search' => 'Ricerca',
|
|
'Stack' => 'Pila',
|
|
'TAccount' => 'T-account',
|
|
'Text' => 'Testo',
|
|
'To' => 'Per',
|
|
'Total' => 'Totale',
|
|
'Type' => 'genere',
|
|
]];
|