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

23 lines
824 B
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' => '屬性組',
'create_at_groups' => '創建屬性組',
'error_cannot_delete_attribute_used' => '屬性組不能刪除由於該屬性組被屬性屬性ID: :attributes使用',
'attribute_groups_index' => '屬性組列表',
'attribute_groups_create' => '創建屬性組',
'attribute_groups_show' => '屬性組詳情',
'attribute_groups_update' => '更新屬性組',
'attribute_groups_delete' => '刪除屬性組',
];