File: /home/xedaptot/vlxd.naniguide.com/lang/vi/cash_register.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Cash Register Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Cash Register CRUD operations.
|
*/
'cash_register' => 'Máy tính tiền',
'manage_your_cash_register' => 'Quản lý máy tính tiền',
'all_your_cash_register' => 'Tất cả các máy tính tiền',
'cash_in_hand' => 'Tồn quỹ',
'open_cash_register' => 'Mở máy tính tiền',
'enter_amount' => 'Nhập số tiền',
'open_register' => 'Mở đăng ký',
'register_details' => 'Chi tiết sổ sách',
'cash_payment' => 'Trả tiền mặt',
'checque_payment' => 'Thanh toán séc',
'card_payment' => 'Thanh toán card',
'bank_transfer' => 'Chuyển khoản',
'other_payments' => 'Thanh toán khác',
'total_sales' => 'Tổng doanh thu',
'total_cash' => 'Tổng tiền mặt',
'current_register' => 'Current Register',
'close_register' => 'Đóng đăng ký',
'total_card_slips' => 'Tổng thanh toán thẻ',
'total_cheques' => 'Tổng sec',
'closing_note' => 'Lưu ý kết thúc',
'close_success' => 'Đăng ký đóng thành công',
'open' => 'Mở',
'close' => 'Đóng',
'total_refund' => 'Tổng hoàn tiền',
'refunds' => 'Hoàn tiền',
];