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.
31 lines
1.1 KiB
31 lines
1.1 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'master' => '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',
|
|
|
|
// 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',
|
|
];
|