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.
 
 
 
 
 
 

37 lines
1.3 KiB

<?php
return [
// Labels
'product' => 'Produk',
'list' => 'Daftar Produk',
'search' => 'Cari Produk',
'not_found' => 'Produk tidak ditemukan',
'empty' => 'Belum ada Produk',
'price' => 'Harga',
'unit' => 'Satuan',
'back_to_index' => 'Kembali ke daftar Produk',
'item_price' => 'Harga Satuan',
'item_discount' => 'Diskon Item',
'item_qty' => 'Qty',
'item_subtotal' => 'Subtotal',
'price_list' => 'Daftar Harga',
'print_price_list' => 'Cetak Daftar Harga',
// Actions
'create' => 'Input Produk Baru',
'created' => 'Input Produk baru telah berhasil.',
'show' => 'Detail Produk',
'edit' => 'Edit Produk',
'update' => 'Update Produk',
'updated' => 'Update data Produk telah berhasil.',
'delete' => 'Hapus Produk',
'delete_confirm' => 'Anda yakin akan menghapus Produk ini?',
'deleted' => 'Hapus data Produk telah berhasil.',
'undeleted' => 'Data Produk gagal dihapus.',
'undeleteable' => 'Data Produk tidak dapat dihapus.',
// Attributes
'name' => 'Nama Produk',
'cash_price' => 'Harga Tunai',
'credit_price' => 'Harga Kredit',
];