New translations list.php (Spanish)

This commit is contained in:
James Cole
2017-05-25 16:50:09 +02:00
parent 1e9dacb6e4
commit 1bd82d71a2

View File

@@ -23,67 +23,67 @@ return [
'active' => '¿Está Activo?',
'lastActivity' => 'Actividad más reciente',
'balanceDiff' => 'Diferencia de saldo entre :start y :end',
'matchedOn' => 'Comparado en',
'matchesOn' => 'Comparado en',
'matchedOn' => 'Encontrado en',
'matchesOn' => 'Encontrado en',
'account_type' => 'Tipo de cuenta',
'created_at' => 'Fecha de creación',
'new_balance' => 'New balance',
'account' => 'Account',
'matchingAmount' => 'Amount',
'lastMatch' => 'Last match',
'split_number' => 'Split #',
'destination' => 'Destination',
'source' => 'Source',
'next_expected_match' => 'Next expected match',
'automatch' => 'Auto match?',
'repeat_freq' => 'Repeats',
'description' => 'Description',
'amount' => 'Amount',
'internal_reference' => 'Internal reference',
'date' => 'Date',
'interest_date' => 'Interest date',
'book_date' => 'Book date',
'process_date' => 'Processing date',
'due_date' => 'Due date',
'payment_date' => 'Payment date',
'invoice_date' => 'Invoice date',
'interal_reference' => 'Internal reference',
'notes' => 'Notes',
'from' => 'From',
'piggy_bank' => 'Piggy bank',
'to' => 'To',
'budget' => 'Budget',
'category' => 'Category',
'bill' => 'Bill',
'withdrawal' => 'Withdrawal',
'deposit' => 'Deposit',
'transfer' => 'Transfer',
'type' => 'Type',
'completed' => 'Completed',
'new_balance' => 'Nuevo balance',
'account' => 'Cuenta',
'matchingAmount' => 'Monto',
'lastMatch' => 'Última coincidencia',
'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' => 'Paid this period',
'paid_current_period' => 'Pagado este período',
'email' => 'Email',
'registered_at' => 'Registered at',
'is_activated' => 'Is activated',
'is_blocked' => 'Is blocked',
'is_admin' => 'Is admin',
'has_two_factor' => 'Has 2FA',
'confirmed_from' => 'Confirmed from',
'registered_from' => 'Registered from',
'blocked_code' => 'Block code',
'domain' => 'Domain',
'registration_attempts' => 'Registration attempts',
'source_account' => 'Source account',
'destination_account' => 'Destination account',
'registered_at' => 'Registrado el',
'is_activated' => 'Está activado',
'is_blocked' => 'Está bloqueado',
'is_admin' => '¿Es el administrador?',
'has_two_factor' => 'Tiene 2FA',
'confirmed_from' => 'Confirmado desde',
'registered_from' => 'Registrado desde',
'blocked_code' => 'Bloque de código',
'domain' => 'Dominio',
'registration_attempts' => 'Intentos de registro',
'source_account' => 'Cuenta origen',
'destination_account' => 'Cuenta destino',
'accounts_count' => 'Number of accounts',
'journals_count' => 'Number of transactions',
'attachments_count' => 'Number of attachments',
'bills_count' => 'Number of bills',
'categories_count' => 'Number of categories',
'export_jobs_count' => 'Number of export jobs',
'import_jobs_count' => 'Number of import jobs',
'budget_count' => 'Number of budgets',
'rule_and_groups_count' => 'Number of rules and rule groups',
'tags_count' => 'Number of tags',
'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',
];