¨4.0.1¨
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
return [
|
||||
'attribute' => 'Attribute',
|
||||
'attributes' => 'Attributes',
|
||||
|
||||
'table' => [
|
||||
'name' => 'Name',
|
||||
'attribute_set' => 'Attribute Set',
|
||||
@@ -10,26 +11,20 @@ return [
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
],
|
||||
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'attribute_information' => 'Attribute Information',
|
||||
],
|
||||
|
||||
'general' => 'General',
|
||||
'values' => 'Values',
|
||||
'product' => [
|
||||
'attributes' => 'Attributes',
|
||||
],
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'use_this_attribute_for_filtering_products' => 'Use this attribute for filtering products',
|
||||
'value' => 'Value',
|
||||
'add_new_value' => 'Add New Value',
|
||||
'delete_value' => 'Delete Value',
|
||||
'product' => [
|
||||
'attribute' => 'Attribute',
|
||||
'values' => 'Values',
|
||||
'add_new_attribute' => 'Add New Attribute',
|
||||
'delete_attribute' => 'Delete Attribute',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user