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.
10 lines
329 B
10 lines
329 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'product_search' => 'Cari Produk',
|
|
'list' => 'Transaksi',
|
|
'item_added' => 'Produk <strong>:product_name</strong> telah ditambahkan <strong>:qty item</strong>',
|
|
'min_search_query' => 'Min. 3 huruf...',
|
|
'search_box_cleanup' => 'Bersihkan Pencarian',
|
|
];
|