22 lines
533 B
PHP
22 lines
533 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author Edward Yang <service@tuikehome.com>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => 'merek',
|
|
|
|
'brands_index' => 'Daftar merek',
|
|
'brands_create' => 'Buat merek',
|
|
'brands_show' => 'Detail merek',
|
|
'brands_update' => 'Perbarui merek',
|
|
'brands_delete' => 'Hapus merek',
|
|
'error_upload' => 'Tolong unggah ikon',
|
|
];
|