19 lines
505 B
PHP
19 lines
505 B
PHP
<?php
|
|
/**
|
|
* products.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author Edward Yang <service@tuikehome.com>
|
|
* @created 2022-08-18 08:31:03
|
|
* @modified 2022-08-18 08:31:03
|
|
*/
|
|
|
|
return [
|
|
'index' => 'Langkah',
|
|
'cart' => 'keranjang belanja',
|
|
'checkout' => 'Checkout',
|
|
'submitted_successfully' => 'Pengiriman berhasil',
|
|
'payment' => 'Pembayaran',
|
|
];
|