33 lines
687 B
PHP
33 lines
687 B
PHP
<?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',
|
|
],
|
|
];
|