mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-13 14:18:40 +00:00
52 lines
1.5 KiB
PHP
52 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Accounting' => [
|
|
'Account' => 'Cuenta',
|
|
'Accounts' => 'Cuentas',
|
|
'BatchPostings' => 'Publicaciones por lotes',
|
|
'Charts' => 'Gráficos',
|
|
'Code' => 'Código',
|
|
'ContraAccount' => 'Cuenta contral',
|
|
'CostCenter' => 'Centro de costos',
|
|
'CostCenters' => 'Centros de costo',
|
|
'CostObject' => 'Objeto de costo',
|
|
'CostObjects' => 'Objetos de costo',
|
|
'Created' => 'Creado',
|
|
'Creator' => 'Creador',
|
|
'Credit' => 'Crédito',
|
|
'Debit' => 'Débito',
|
|
'Due' => 'Vencer',
|
|
'Entries' => 'Entradas',
|
|
'EntryDate' => 'Fecha de entrada',
|
|
'Evaluation' => 'Evaluación',
|
|
'ExternalVoucher' => 'Cupón externo',
|
|
'GL' => 'Gl',
|
|
'Incoming' => 'Entrante',
|
|
'Journal' => 'diario',
|
|
'List' => 'Lista',
|
|
'Name' => 'Nombre',
|
|
'Outgoing' => 'Saliente',
|
|
'Parent' => 'Padre',
|
|
'Receipt' => 'Recibo',
|
|
'ReceiptDate' => 'Fecha de recepción',
|
|
'Search' => 'Búsqueda',
|
|
'Stack' => 'Apilar',
|
|
'TAccount' => 'Cuenta t',
|
|
'Text' => 'Texto',
|
|
'To' => 'A',
|
|
'Total' => 'Total',
|
|
'Type' => 'Escribe',
|
|
]];
|