22 lines
859 B
PHP
22 lines
859 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 group',
|
|
'create_at_groups' => 'Create attribute group',
|
|
'error_cannot_delete_attribute_used' => 'Attribute Group used by attribute (ID: :attributes), can not be deleted!',
|
|
|
|
'attribute_groups_index' => 'attribute group list',
|
|
'attribute_groups_create' => 'create attribute group',
|
|
'attribute_groups_show' => 'attribute group details',
|
|
'attribute_groups_update' => 'update attribute group',
|
|
'attribute_groups_delete' => 'delete attribute group',
|
|
]; |