wyyl/resources/lang/zh_hk/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' => '刪除屬性',
];