¨4.0.1¨
This commit is contained in:
10
Modules/Variation/Resources/lang/en/attributes.php
Normal file
10
Modules/Variation/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'Name',
|
||||
'type' => 'Type',
|
||||
'values' => 'Values',
|
||||
'values.*.label' => 'Label',
|
||||
'values.*.color' => 'Color',
|
||||
'values.*.image' => 'Image',
|
||||
];
|
||||
10
Modules/Variation/Resources/lang/en/permissions.php
Normal file
10
Modules/Variation/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'variations' => [
|
||||
'index' => 'Index Variations',
|
||||
'create' => 'Create Variations',
|
||||
'edit' => 'Edit Variations',
|
||||
'destroy' => 'Delete Variations',
|
||||
],
|
||||
];
|
||||
5
Modules/Variation/Resources/lang/en/sidebar.php
Normal file
5
Modules/Variation/Resources/lang/en/sidebar.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'variations' => 'Variations',
|
||||
];
|
||||
32
Modules/Variation/Resources/lang/en/variations.php
Normal file
32
Modules/Variation/Resources/lang/en/variations.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'variation' => 'Variation',
|
||||
'variations' => 'Variations',
|
||||
|
||||
'table' => [
|
||||
'name' => 'Name',
|
||||
'type' => 'Type',
|
||||
],
|
||||
|
||||
'group' => [
|
||||
'general' => 'General',
|
||||
'values' => 'Values',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'name' => 'Name',
|
||||
'type' => 'Type',
|
||||
'values' => 'Values',
|
||||
'label' => 'Label',
|
||||
'color' => 'Color',
|
||||
'image' => 'Image',
|
||||
'variation_types' => [
|
||||
'please_select' => 'Please Select',
|
||||
'text' => 'Text',
|
||||
'color' => 'Color',
|
||||
'image' => 'Image',
|
||||
],
|
||||
'add_row' => 'Add Row',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user