wyyl/resources/lang/zh_cn/admin/attribute.php

21 lines
529 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' => '请先选择左边属性',
];