19 lines
468 B
PHP
19 lines
468 B
PHP
<?php
|
|
/**
|
|
* country.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author TL <lucianldg@tuikehome.com>
|
|
* @created 2022-08-29 17:21:38
|
|
* @modified 2022-08-29 17:21:38
|
|
*/
|
|
return [
|
|
'country_name' => 'Nama negara',
|
|
|
|
'countries_index' => 'Daftar negara',
|
|
'countries_create' => 'Buat negara',
|
|
'countries_update' => 'Perbarui negara',
|
|
'countries_delete' => 'Hapus negara',
|
|
];
|