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.
26 lines
888 B
26 lines
888 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'unit' => 'Satuan',
|
|
'list' => 'Daftar Satuan',
|
|
'empty' => 'Belum ada Satuan',
|
|
'products_count' => 'Jumlah Produk',
|
|
'product_unit' => 'Satuan Produk',
|
|
'back_to_index' => 'Kembali ke daftar Satuan',
|
|
|
|
// Actions
|
|
'create' => 'Input Satuan Baru',
|
|
'created' => 'Input Satuan baru telah berhasil.',
|
|
'edit' => 'Edit Satuan',
|
|
'update' => 'Update Satuan',
|
|
'updated' => 'Update data Satuan telah berhasil.',
|
|
'delete' => 'Hapus Satuan',
|
|
'delete_confirm' => 'Anda yakin akan menghapus Satuan ini?',
|
|
'deleted' => 'Hapus data Satuan telah berhasil.',
|
|
'undeleted' => 'Data Satuan gagal dihapus.',
|
|
'undeleteable' => 'Data Satuan tidak dapat dihapus.',
|
|
|
|
// Attributes
|
|
'name' => 'Nama Satuan',
|
|
];
|