FleetCart/Modules/Attribute/Resources/lang/en/attributes.php
2023-06-11 13:14:03 +01:00

19 lines
434 B
PHP

<?php
return [
'attributes' => [
'attribute_set_id' => 'Attribute Set',
'name' => 'Name',
'categories' => 'Categories',
'slug' => 'URL',
'is_filterable' => 'Filterable',
],
'attribute_sets' => [
'name' => 'Name',
],
'product_attributes' => [
'attributes.*.attribute_id' => 'Attribute',
'attributes.*.values' => 'Values',
],
];