mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-11 13:28:40 +00:00
52 lines
1.5 KiB
PHP
Executable File
52 lines
1.5 KiB
PHP
Executable File
<?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 ['Accounting' => [
|
|
'Account' => 'Account',
|
|
'Accounts' => 'Conti',
|
|
'BatchPostings' => 'Messaggi in batch.',
|
|
'Charts' => 'Grafici',
|
|
'Code' => 'Codice',
|
|
'ContraAccount' => 'Conto contrario.',
|
|
'CostCenter' => 'Centro di costo',
|
|
'CostCenters' => 'Centri di costo',
|
|
'CostObject' => 'Oggetto costo.',
|
|
'CostObjects' => 'Oggetti di costo',
|
|
'Created' => 'Creato',
|
|
'Creator' => 'Creatore',
|
|
'Credit' => 'Credito',
|
|
'Debit' => 'Addebito',
|
|
'Description' => '',
|
|
'Due' => 'Dovuto',
|
|
'Entries' => 'Inserimenti',
|
|
'EntryDate' => 'Data di ingresso',
|
|
'Evaluation' => 'Valutazione',
|
|
'ExternalVoucher' => 'Voucher esterno',
|
|
'GL' => 'GLU',
|
|
'Incoming' => 'Incoming',
|
|
'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',
|
|
'Total' => 'Totale',
|
|
'Type' => 'Tipo',
|
|
]];
|