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,14 @@
<?php
return [
'name' => 'Name',
'type' => 'Type',
'url' => 'URL',
'icon' => 'Icon',
'category_id' => 'Category',
'page_id' => 'Page',
'parent_id' => 'Parent Menu Item',
'target' => 'Target',
'is_fluid' => 'Fluid Menu',
'is_active' => 'Status',
];

View File

@@ -0,0 +1,30 @@
<?php
return [
'menu_item' => 'Menu Item',
'back_to_menu_edit_page' => 'Back to Menu Edit Page',
'tabs' => [
'group' => [
'menu_item_information' => 'Menu Item Information',
],
'general' => 'General',
'image' => 'Image',
],
'form' => [
'types' => [
'category' => 'Category',
'page' => 'Page',
'url' => 'URL',
],
'targets' => [
'_self' => 'Same Tab',
'_blank' => 'New Tab',
],
'select_category' => 'Select Category',
'select_page' => 'Select Page',
'select_parent' => 'Select Parent',
'background_image' => 'Background Image',
'full_width_menu' => 'This is a full width menu',
'enable_the_menu_item' => 'Enable the menu item',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'menu' => 'Menu',
'menus' => 'Menus',
'table' => [
'name' => 'Name',
],
'form' => [
'please_save_the_menu_first' => 'Please save the menu first to add menu items.',
'enable_the_menu' => 'Enable the menu',
],
];

View File

@@ -0,0 +1,6 @@
<?php
return [
'menu_item_deleted' => 'Menu item has been deleted.',
'menu_items_order_updated' => 'Menu items order has been updated.',
];

View File

@@ -0,0 +1,16 @@
<?php
return [
'menus' => [
'index' => 'Index Menus',
'create' => 'Create Menus',
'edit' => 'Edit Menus',
'destroy' => 'Delete Menus',
],
'menu_items' => [
'index' => 'Index Menu Items',
'create' => 'Create Menu Items',
'edit' => 'Edit Menu Items',
'destroy' => 'Delete Menu Items',
],
];

View File

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