first upload all files

This commit is contained in:
NW
2023-06-11 13:14:03 +01:00
parent f14dbc52b5
commit c08b36d1b6
1705 changed files with 106852 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
return [
'id' => 'ID',
'name' => 'Name',
'slug' => 'URL',
'is_searchable' => 'Searchable',
'is_active' => 'Status',
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'category' => 'Category',
'categories' => 'Categories',
'tree' => [
'add_root_category' => 'Add Root Category',
'add_sub_category' => 'Add Subcategory',
'collapse_all' => 'Collapse All',
'expand_all' => 'Expand All',
],
'tabs' => [
'general' => 'General',
'image' => 'Image',
'seo' => 'SEO',
],
'form' => [
'show_this_category_in_search_box' => 'Show this category in search box category list',
'enable_the_category' => 'Enable the category',
'logo' => 'Logo',
'banner' => 'Banner',
],
];

View File

@@ -0,0 +1,5 @@
<?php
return [
'category_order_saved' => 'Category order has been saved.',
];

View File

@@ -0,0 +1,8 @@
<?php
return [
'index' => 'Index Categories',
'create' => 'Create Categories',
'edit' => 'Edit Categories',
'destroy' => 'Delete Categories',
];

View File

@@ -0,0 +1,5 @@
<?php
return [
'categories' => 'Categories',
];