19 lines
482 B
PHP
19 lines
482 B
PHP
<?php
|
|
/**
|
|
* products.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-18 08:31:03
|
|
* @modified 2022-08-18 08:31:03
|
|
*/
|
|
|
|
return [
|
|
'index' => '단계',
|
|
'cart' => '장바구니',
|
|
'checkout' => '계산',
|
|
'submitted_successfully' => '제출 성공',
|
|
'payment' => '결제',
|
|
];
|