FleetCart/Modules/Attribute/Resources/lang/en/attributes.php

19 lines
434 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?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',
],
];