属性多语言
This commit is contained in:
parent
d8039cead5
commit
d0cee69fc6
|
|
@ -22,9 +22,9 @@ return [
|
|||
'to_info_values' => '请前往详情页编辑属性值',
|
||||
'error_cannot_delete_product_used' => '属性不能删除,由于该属性被商品(商品ID: :product_ids)使用',
|
||||
|
||||
'attributes_index' => '属性列表',
|
||||
'attributes_create' => '创建属性',
|
||||
'attributes_show' => '属性详情',
|
||||
'attributes_update' => '更新属性',
|
||||
'attributes_delete' => '删除属性',
|
||||
'attributes_index' => '属性列表',
|
||||
'attributes_create' => '创建属性',
|
||||
'attributes_show' => '属性详情',
|
||||
'attributes_update' => '更新属性',
|
||||
'attributes_delete' => '删除属性',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@ return [
|
|||
'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' => '删除属性组',
|
||||
'attribute_groups_index' => '属性组列表',
|
||||
'attribute_groups_create' => '创建属性组',
|
||||
'attribute_groups_show' => '属性组详情',
|
||||
'attribute_groups_update' => '更新属性组',
|
||||
'attribute_groups_delete' => '删除属性组',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue