¨4.0.1¨
This commit is contained in:
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