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

24 lines
697 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' => '請先選擇左邊屬性',
'btn_at' => '立即前往',
'btn_later' => '稍後',
'to_info_values' => '請前往詳情頁編輯屬性值',
];