first upload all files
This commit is contained in:
35
Modules/Attribute/Resources/lang/en/admin.php
Normal file
35
Modules/Attribute/Resources/lang/en/admin.php
Normal 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',
|
||||
],
|
||||
],
|
||||
];
|
||||
15
Modules/Attribute/Resources/lang/en/attribute_sets.php
Normal file
15
Modules/Attribute/Resources/lang/en/attribute_sets.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'attribute_set' => 'Attribute Set',
|
||||
'attribute_sets' => 'Attribute Sets',
|
||||
'table' => [
|
||||
'name' => 'Name',
|
||||
],
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'attribute_set_information' => 'Attribute Set Information',
|
||||
],
|
||||
'general' => 'General',
|
||||
],
|
||||
];
|
||||
6
Modules/Attribute/Resources/lang/en/attribute_values.php
Normal file
6
Modules/Attribute/Resources/lang/en/attribute_values.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'attribute_value' => 'Attribute Value',
|
||||
'attribute_values' => 'Attribute Values',
|
||||
];
|
||||
18
Modules/Attribute/Resources/lang/en/attributes.php
Normal file
18
Modules/Attribute/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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',
|
||||
],
|
||||
];
|
||||
16
Modules/Attribute/Resources/lang/en/permissions.php
Normal file
16
Modules/Attribute/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'attributes' => [
|
||||
'index' => 'Index Attribute',
|
||||
'create' => 'Create Attribute',
|
||||
'edit' => 'Edit Attribute',
|
||||
'destroy' => 'Delete Attribute',
|
||||
],
|
||||
'attribute_sets' => [
|
||||
'index' => 'Index Attribute Set',
|
||||
'create' => 'Create Attribute Set',
|
||||
'edit' => 'Edit Attribute Set',
|
||||
'destroy' => 'Delete Attribute Set',
|
||||
],
|
||||
];
|
||||
6
Modules/Attribute/Resources/lang/en/sidebar.php
Normal file
6
Modules/Attribute/Resources/lang/en/sidebar.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'attribute_sets' => 'Attribute Sets',
|
||||
'attributes' => 'Attributes',
|
||||
];
|
||||
Reference in New Issue
Block a user