first upload all files
This commit is contained in:
21
Modules/Option/Resources/lang/en/attributes.php
Normal file
21
Modules/Option/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'Name',
|
||||
'type' => 'Type',
|
||||
'is_required' => 'Required',
|
||||
'label' => 'Label',
|
||||
'price' => 'Price',
|
||||
'price_type' => 'Price Type',
|
||||
|
||||
// Validations
|
||||
'values.*.label' => 'Label',
|
||||
'values.*.price' => 'Price',
|
||||
'values.*.price_type' => 'Price Type',
|
||||
|
||||
'options.*.name' => 'Name',
|
||||
'options.*.type' => 'Type',
|
||||
'options.*.values.*.label' => 'Label',
|
||||
'options.*.values.*.price' => 'Price',
|
||||
'options.*.values.*.price_type' => 'Price Type',
|
||||
];
|
||||
52
Modules/Option/Resources/lang/en/options.php
Normal file
52
Modules/Option/Resources/lang/en/options.php
Normal file
@@ -0,0 +1,52 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'option' => 'Option',
|
||||
'options' => 'Options',
|
||||
'select_global_option' => 'Select Global Option',
|
||||
'please_select_a_option_type' => 'Please select a option type.',
|
||||
'table' => [
|
||||
'name' => 'Name',
|
||||
'type' => 'Type',
|
||||
],
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'option_information' => 'Option Information',
|
||||
],
|
||||
'general' => 'General',
|
||||
'values' => 'Values',
|
||||
'product' => [
|
||||
'options' => 'Options',
|
||||
],
|
||||
],
|
||||
'form' => [
|
||||
'this_option_is_required' => 'This option is required',
|
||||
'add_new_option' => 'Add New Option',
|
||||
'add_global_option' => 'Add Global Option',
|
||||
'new_option' => 'New Option',
|
||||
'option_types' => [
|
||||
'please_select' => 'Please Select',
|
||||
'text' => 'Text',
|
||||
'field' => 'Field',
|
||||
'textarea' => 'Textarea',
|
||||
'select' => 'Select',
|
||||
'dropdown' => 'Dropdown',
|
||||
'checkbox' => 'Checkbox',
|
||||
'checkbox_custom' => 'Custom Checkbox',
|
||||
'radio' => 'Radio Button',
|
||||
'radio_custom' => 'Custom Radio Button',
|
||||
'multiple_select' => 'Multiple Select',
|
||||
'date' => 'Date',
|
||||
'date_time' => 'Date & Time',
|
||||
'time' => 'Time',
|
||||
],
|
||||
'delete_option' => 'Delete Option',
|
||||
'price' => 'Price',
|
||||
'price_types' => [
|
||||
'fixed' => 'Fixed',
|
||||
'percent' => 'Percent',
|
||||
],
|
||||
'add_new_row' => 'Add New Row',
|
||||
'delete_row' => 'Delete Row',
|
||||
],
|
||||
];
|
||||
10
Modules/Option/Resources/lang/en/permissions.php
Normal file
10
Modules/Option/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'options' => [
|
||||
'index' => 'Index Options',
|
||||
'create' => 'Create Options',
|
||||
'edit' => 'Edit Options',
|
||||
'destroy' => 'Delete Options',
|
||||
],
|
||||
];
|
||||
5
Modules/Option/Resources/lang/en/sidebar.php
Normal file
5
Modules/Option/Resources/lang/en/sidebar.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'options' => 'Options',
|
||||
];
|
||||
Reference in New Issue
Block a user