属性多语言

This commit is contained in:
Edward Yang 2023-02-14 11:24:25 +08:00
parent d8039cead5
commit d0cee69fc6
2 changed files with 10 additions and 10 deletions

View File

@ -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' => '删除属性',
];

View File

@ -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' => '删除属性组',
];