You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.4 KiB
35 lines
1.4 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'create' => 'Buat Transaksi',
|
|
'create_cash' => 'Buat Transaksi Tunai',
|
|
'create_credit' => 'Buat Transaksi Kredit',
|
|
'cash' => 'Tunai',
|
|
'credit' => 'Kredit',
|
|
'detail' => 'Detail Transaksi',
|
|
'confirm' => 'Konfirmasi Transaksi',
|
|
'items' => 'Barang Belanja',
|
|
'subtotal' => 'Subtotal',
|
|
'discount_total' => 'Total Diskon',
|
|
'total' => 'Total',
|
|
'exchange' => 'Kembalian',
|
|
'draft_added' => 'Draft transaksi <strong>:type</strong> telah ditambahkan.',
|
|
'draft_removed' => 'Draft transaksi telah dihapus.',
|
|
'draft_destroyed' => 'Seluruh Draft transaksi telah dihapus.',
|
|
'draft_not_found' => 'Draft transaksi tidak ditemukan.',
|
|
|
|
// Actions
|
|
'proccess' => 'Proses Transaksi',
|
|
'confirm_instruction' => 'Silakan periksa rincian belanja dibawah ini, jika belum sesuai, silakan :back_link',
|
|
'item_list_empty' => 'Masukkan setidaknya 1 item produk.',
|
|
'save' => 'Simpan Transaksi',
|
|
'created' => 'Transaksi berhasil disimpan, No. Invoice: <strong>:invoice_no</strong>',
|
|
|
|
// Attributes
|
|
'customer' => 'Customer',
|
|
'customer_name' => 'Nama Customer',
|
|
'customer_phone' => 'Hp/Telp.',
|
|
'payment' => 'Jumlah Dibayar',
|
|
'notes' => 'Catatan Transaksi',
|
|
];
|