<?php

 return [
     'cash_register' => 'Caja registradora',
     'manage_your_cash_register' => 'Administrar registros en efectivo',
     'all_your_cash_register' => 'Todos los registros en efectivo',
     'cash_in_hand' => 'Dinero en efectivo',
     'open_cash_register' => 'Abrir caja registradora',
     'enter_amount' => 'Ingresar cantidad',
     'open_register' => 'Abrir registro',
     'register_details' => 'Registrar detalles',
     'cash_payment' => 'Pago en efectivo',
     'checque_payment' => 'Verificar pago',
     'card_payment' => 'Pago con tarjeta',
     'bank_transfer' => 'Transferencia bancaria',
     'other_payments' => 'Otros pagos',
     'total_sales' => 'Ventas totales',
     'total_cash' => 'Efectivo total',
     'current_register' => 'Registro actual',
     'close_register' => 'Cerrar registro',
     'total_card_slips' => 'Total pases de tarjetas', /* modified */
     'total_cheques' => 'Total cheques', /* modified */
     'closing_note' => 'Nota de cierre',
     'close_success' => 'Registro cerrado con éxito',
     'open' => 'Abierto',
     'close' => 'Cerrar', /* modified */
     'total_refund' => 'Reembolso total',
     'refunds' => 'Reembolsos',
 ];
