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,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',
],
];