mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-31 11:48:39 -04:00
51 lines
2.4 KiB
PHP
51 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'amount' => 'Jumlah',
|
|
'amount_number' => 'Jumlah harus berupa angka',
|
|
'amount_required' => 'Jumlah harus diisi.',
|
|
'cancel_cashups' => '',
|
|
'cancel_cashups_enter' => '',
|
|
'cannot_be_deleted' => 'Kasir tidak dapat dihapus',
|
|
'cash_difference' => '',
|
|
'close_date' => 'Tutup Tanggal',
|
|
'close_employee' => 'Ditutup Oleh',
|
|
'closed_amount_card' => 'Kartu',
|
|
'closed_amount_cash' => 'Uang Ditutup',
|
|
'closed_amount_check' => 'Cek',
|
|
'closed_amount_due' => 'Iuran',
|
|
'closed_amount_giftcard' => '',
|
|
'closed_amount_total' => 'Total',
|
|
'closed_date' => 'Tanggal Tutup',
|
|
'confirm_delete' => 'Apakah anda yakin ingin menghapus Kasir yang dipilih?',
|
|
'confirm_restore' => 'Apakah Anda yakin ingin memulihkan Kasir yang dipilih?',
|
|
'confirm_submit' => '',
|
|
'date_number' => 'Tanggal harus berupa angka',
|
|
'date_required' => 'Tanggal harus diisi',
|
|
'description' => 'Deskripsi',
|
|
'enable_expected' => '',
|
|
'error_adding_updating' => 'Galat ketika menambahkan/perbarui Kasir',
|
|
'giftcard' => '',
|
|
'id' => 'ID',
|
|
'info' => 'Info',
|
|
'info_employee' => '',
|
|
'is_deleted' => 'Dihapus',
|
|
'new' => 'Kasir Baru',
|
|
'no_cashups_to_display' => 'Tidak ada Kasir yang ditampilkan',
|
|
'none_selected' => 'Anda tidak memilih Kasir manapun',
|
|
'note' => 'Catatan',
|
|
'one_or_multiple' => 'Kasir',
|
|
'open_amount_cash' => 'Buka Kasir',
|
|
'open_date' => 'Tanggal Buka',
|
|
'open_employee' => 'Dibuka oleh',
|
|
'opened_date' => 'Tanggal Dibuka',
|
|
'successful_adding' => 'Kasir berhasil ditambahkan',
|
|
'successful_deleted' => 'Kasir berhasil dihapus',
|
|
'successful_updating' => 'Kasir berhasil diperbaharui',
|
|
'total' => 'Total',
|
|
'transfer_amount_cash' => 'Kas Masuk/Keluar',
|
|
'transfer_amount_cash_minus' => '',
|
|
'update' => 'Perbaharui Kasir',
|
|
'warning' => '',
|
|
];
|