first upload all files

This commit is contained in:
NW
2023-06-11 13:14:03 +01:00
parent f14dbc52b5
commit c08b36d1b6
1705 changed files with 106852 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<?php
return [
'attribute' => 'Attribute',
'attributes' => 'Attributes',
'table' => [
'name' => 'Name',
'attribute_set' => 'Attribute Set',
'filterable' => 'Filterable',
'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',
],
],
];