20 lines
414 B
PHP
20 lines
414 B
PHP
<?php
|
|
/**
|
|
* common.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author Edward Yang <service@tuikehome.com>
|
|
* @created 2022-08-17 23:10:20
|
|
* @modified 2022-08-17 23:10:20
|
|
*/
|
|
|
|
return [
|
|
'home' => 'Rumah',
|
|
'submit' => 'Kirim',
|
|
'cancel' => 'Batal',
|
|
'confirm' => 'OKE',
|
|
'no' => 'Tidak',
|
|
'yes' => 'Iya',
|
|
];
|