21 lines
559 B
PHP
21 lines
559 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => '属性',
|
|
'attribute_info' => '属性情報',
|
|
'create_at' => '属性を作成',
|
|
'attribute_value' => '属性値',
|
|
'set_attribute' => '構成属性',
|
|
'add_attribute' => '属性値を追加',
|
|
'before_attribute' => '最初に左の属性を選択してください',
|
|
];
|