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

31 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => '删除属性',
];