mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			137 lines
		
	
	
		
			6.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			137 lines
		
	
	
		
			6.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * list.php
 | |
|  * Copyright (c) 2018 thegrumpydictator@gmail.com
 | |
|  *
 | |
|  * This file is part of Firefly III.
 | |
|  *
 | |
|  * Firefly III is free software: you can redistribute it and/or modify
 | |
|  * it under the terms of the GNU General Public License as published by
 | |
|  * the Free Software Foundation, either version 3 of the License, or
 | |
|  * (at your option) any later version.
 | |
|  *
 | |
|  * Firefly III is distributed in the hope that it will be useful,
 | |
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | |
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | |
|  * GNU General Public License for more details.
 | |
|  *
 | |
|  * You should have received a copy of the GNU General Public License
 | |
|  * along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
 | |
|  */
 | |
| 
 | |
| declare(strict_types=1);
 | |
| 
 | |
| return [
 | |
|     'buttons'                 => 'Botones',
 | |
|     'icon'                    => 'Icono',
 | |
|     'id'                      => 'ID',
 | |
|     'create_date'             => 'Fecha de creación',
 | |
|     'update_date'             => 'Fecha de modificación',
 | |
|     'updated_at'              => 'Actualizado en',
 | |
|     'balance_before'          => 'Balance antes de ',
 | |
|     'balance_after'           => 'Balance después de la',
 | |
|     'name'                    => 'Nombre',
 | |
|     'role'                    => 'Rol',
 | |
|     'currentBalance'          => 'Balance actual',
 | |
|     'linked_to_rules'         => 'Relevant rules',
 | |
|     'active'                  => '¿Está Activo?',
 | |
|     'lastActivity'            => 'Actividad más reciente',
 | |
|     'balanceDiff'             => 'Diferencia de equilibrio',
 | |
|     'matchesOn'               => 'Encontrado en',
 | |
|     'account_type'            => 'Tipo de cuenta',
 | |
|     'created_at'              => 'Fecha de creación',
 | |
|     'account'                 => 'Cuenta',
 | |
|     'matchingAmount'          => 'Monto',
 | |
|     'split_number'            => 'División #',
 | |
|     'destination'             => 'Destino',
 | |
|     'source'                  => 'Origen',
 | |
|     'next_expected_match'     => 'Próxima coincidencia esperada',
 | |
|     'automatch'               => '¿Buscar coincidencia automaticamente?',
 | |
|     'repeat_freq'             => 'Repetición:',
 | |
|     'description'             => 'Descripción',
 | |
|     'amount'                  => 'Monto',
 | |
|     'internal_reference'      => 'Referencia interna',
 | |
|     'date'                    => 'Fecha',
 | |
|     'interest_date'           => 'Tasa de interés',
 | |
|     'book_date'               => 'Libro fecha',
 | |
|     'process_date'            => 'Fecha de procesamiento',
 | |
|     'due_date'                => 'Fecha de vencimiento',
 | |
|     'payment_date'            => 'Fecha de pago',
 | |
|     'invoice_date'            => 'Fecha de facturación',
 | |
|     'interal_reference'       => 'Referencia interna',
 | |
|     'notes'                   => 'Notas',
 | |
|     'from'                    => 'Desde',
 | |
|     'piggy_bank'              => 'Alcancilla',
 | |
|     'to'                      => 'Hasta',
 | |
|     'budget'                  => 'Presupuesto',
 | |
|     'category'                => 'Categoría',
 | |
|     'bill'                    => 'Factura',
 | |
|     'withdrawal'              => 'Retiro',
 | |
|     'deposit'                 => 'Depósito',
 | |
|     'transfer'                => 'Trasferencia',
 | |
|     'type'                    => 'Tipo',
 | |
|     'completed'               => 'Completado',
 | |
|     'iban'                    => 'IBAN',
 | |
|     'paid_current_period'     => 'Pagado este período',
 | |
|     'email'                   => 'Correo electrónico',
 | |
|     'registered_at'           => 'Registrado el',
 | |
|     'is_blocked'              => 'Está bloqueado',
 | |
|     'is_admin'                => '¿Es el administrador?',
 | |
|     'has_two_factor'          => 'Tiene 2FA',
 | |
|     'blocked_code'            => 'Bloque de código',
 | |
|     'source_account'          => 'Cuenta origen',
 | |
|     'destination_account'     => 'Cuenta destino',
 | |
|     'accounts_count'          => 'Número de cuentas',
 | |
|     'journals_count'          => 'Número de transacciones',
 | |
|     'attachments_count'       => 'Núm. de datos adjuntos',
 | |
|     'bills_count'             => 'Número de facturas',
 | |
|     'categories_count'        => 'Número de categorías',
 | |
|     'export_jobs_count'       => 'Número de operaciones de exportación',
 | |
|     'import_jobs_count'       => 'Número de operaciones de importación',
 | |
|     'budget_count'            => 'Número de presupuestos',
 | |
|     'rule_and_groups_count'   => 'Número de reglas y grupos de reglas',
 | |
|     'tags_count'              => 'Número de etiquetas',
 | |
|     'tags'                    => 'Etiquetas',
 | |
|     'inward'                  => 'Descripción interna',
 | |
|     'outward'                 => 'Descripción externa',
 | |
|     'number_of_transactions'  => 'Número de transacciones',
 | |
|     'total_amount'            => 'Total',
 | |
|     'sum'                     => 'Suma',
 | |
|     'sum_excluding_transfers' => 'Suma (excluyendo transferencias)',
 | |
|     'sum_withdrawals'         => 'Suma de retiros',
 | |
|     'sum_deposits'            => 'Suma de depositos',
 | |
|     'sum_transfers'           => 'Suma de transferencias',
 | |
|     'reconcile'               => 'Reconciliar',
 | |
|     'account_on_spectre'      => 'Cuenta (espectro)',
 | |
|     'account_on_ynab'         => 'Account (YNAB)',
 | |
|     'do_import'               => 'Importar desde esta cuenta',
 | |
|     'sepa-ct-id'              => 'SEPA End to End Identifier',
 | |
|     'sepa-ct-op'              => 'SEPA Opposing Account Identifier',
 | |
|     'sepa-db'                 => 'SEPA Mandate Identifier',
 | |
|     'sepa-country'            => 'SEPA Country',
 | |
|     'sepa-cc'                 => 'SEPA Clearing Code',
 | |
|     'sepa-ep'                 => 'SEPA External Purpose',
 | |
|     'sepa-ci'                 => 'SEPA Creditor Identifier',
 | |
|     'sepa-batch-id'           => 'SEPA Batch ID',
 | |
|     'external_id'             => 'ID Externo',
 | |
|     'account_at_bunq'         => 'Account with bunq',
 | |
|     'file_name'               => 'Nombre de fichero',
 | |
|     'file_size'               => 'Tamaño de fichero',
 | |
|     'file_type'               => 'Tipo de fichero',
 | |
|     'attached_to'             => 'Adjunto a',
 | |
|     'file_exists'             => 'El fichero existe',
 | |
|     'spectre_bank'            => 'Banco',
 | |
|     'spectre_last_use'        => 'Ultimó acceso',
 | |
|     'spectre_status'          => 'Estado',
 | |
|     'bunq_payment_id'         => 'bunq payment ID',
 | |
|     'repetitions'             => 'Repeticiones',
 | |
|     'title'                   => 'Título',
 | |
|     'transaction_s'           => 'Transaction(s)',
 | |
|     'field'                   => 'Campo',
 | |
|     'value'                   => 'Valor',
 | |
|     'interest'                => 'Interés',
 | |
|     'interest_period'         => 'interest period',
 | |
|     'liability_type'          => 'Type of liability',
 | |
| ];
 |