19 lines
480 B
PHP
19 lines
480 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' => '支払い',
|
|
];
|