first upload all files
This commit is contained in:
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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user