first upload all files
This commit is contained in:
7
Modules/Brand/Resources/lang/en/attributes.php
Normal file
7
Modules/Brand/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'Name',
|
||||
'slug' => 'URL',
|
||||
'is_active' => 'Status',
|
||||
];
|
||||
23
Modules/Brand/Resources/lang/en/brands.php
Normal file
23
Modules/Brand/Resources/lang/en/brands.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'brand' => 'Brand',
|
||||
'brands' => 'Brands',
|
||||
'table' => [
|
||||
'logo' => 'Logo',
|
||||
'name' => 'Name',
|
||||
],
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'brand_information' => 'Brand Information',
|
||||
],
|
||||
'general' => 'General',
|
||||
'seo' => 'SEO',
|
||||
'images' => 'Images',
|
||||
],
|
||||
'form' => [
|
||||
'enable_the_brand' => 'Enable the brand',
|
||||
'logo' => 'Logo',
|
||||
'banner' => 'Banner',
|
||||
],
|
||||
];
|
||||
8
Modules/Brand/Resources/lang/en/permissions.php
Normal file
8
Modules/Brand/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => 'Index Brand',
|
||||
'create' => 'Create Brand',
|
||||
'edit' => 'Edit Brand',
|
||||
'destroy' => 'Delete Brand',
|
||||
];
|
||||
Reference in New Issue
Block a user