31 lines
1.2 KiB
PHP
31 lines
1.2 KiB
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' => '请先选择左边属性',
|
||
'btn_at' => '立即前往',
|
||
'btn_later' => '稍后再去',
|
||
'to_info_values' => '请前往详情页编辑属性值',
|
||
'error_cannot_delete_product_used' => '属性不能删除,由于该属性被商品(商品ID: :product_ids)使用',
|
||
|
||
'attributes_index' => '属性列表',
|
||
'attributes_create' => '创建属性',
|
||
'attributes_show' => '属性详情',
|
||
'attributes_update' => '更新属性',
|
||
'attributes_delete' => '删除属性',
|
||
];
|