oms-Accounting/Theme/Backend/Lang/es.lang.php
Dennis Eichhorn 2302a91fa6 fix language
2023-09-23 23:05:18 +00:00

53 lines
1.6 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' => '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',
'Description' => '',
'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',
]];