73 lines
2.4 KiB
PHP
73 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'navigation_group' => 'Products & Services',
|
|
'menu_label' => 'Product & Service List',
|
|
'model_label' => 'Product/Service',
|
|
'plural_model_label' => 'Products & Services',
|
|
|
|
// Form
|
|
'general_section' => 'General Information',
|
|
'slug' => 'Slug',
|
|
'type' => 'Type',
|
|
'product' => 'Product',
|
|
'service' => 'Service',
|
|
'category' => 'Category',
|
|
'hero_image' => 'Hero Image',
|
|
'view_template' => 'Custom View Path',
|
|
'view_template_placeholder' => 'e.g. front.products.custom-page',
|
|
'view_template_helper' => 'Leave empty to use the default landing page.',
|
|
'external_url' => 'External URL',
|
|
'external_url_helper' => 'If filled, the menu link will open this URL in a new tab.',
|
|
'sort_order' => 'Sort Order',
|
|
'is_active' => 'Active',
|
|
'translations_section' => 'Translations',
|
|
'content' => 'Content',
|
|
|
|
// Table
|
|
'title' => 'Title',
|
|
'created_at' => 'Created At',
|
|
|
|
// Landing Page
|
|
'landing_page_section' => 'Landing Page Template',
|
|
'hero_section' => 'Hero Section',
|
|
'hero_slogan' => 'Main Slogan',
|
|
'hero_sub_slogan' => 'Sub Slogan',
|
|
'app_store_link' => 'App Store Link',
|
|
'google_play_link' => 'Google Play Link',
|
|
'hero_featured_image' => 'Featured Image',
|
|
'hero_background_image' => 'Hero Background Image',
|
|
'hero_background_image_helper' => 'Select the background image for the hero section',
|
|
'select_background' => 'Select background...',
|
|
'app_features_section' => 'App Features',
|
|
'features' => 'Features',
|
|
'add_feature' => 'Add Feature',
|
|
'feature' => 'Feature',
|
|
'feature_icon' => 'Icon',
|
|
'feature_title' => 'Feature Title',
|
|
'feature_description' => 'Feature Description',
|
|
'how_it_works_section' => 'How It Works',
|
|
'how_it_works_image' => 'Image',
|
|
'download_form_label' => 'Download Form Label',
|
|
'download_form_label_placeholder' => 'Download the app',
|
|
'steps' => 'Steps',
|
|
'step' => 'Step',
|
|
'step_number' => 'Step Number',
|
|
'step_title' => 'Step Title',
|
|
'step_description' => 'Step Description',
|
|
'video_section' => 'Video',
|
|
'youtube_video_id' => 'YouTube Video ID',
|
|
'youtube_video_id_helper' => 'The ID from YouTube video URL (e.g.: 165101721)',
|
|
'faq_section' => 'Frequently Asked Questions',
|
|
'faqs' => 'FAQs',
|
|
'add_faq' => 'Add FAQ',
|
|
'faq' => 'FAQ',
|
|
'faq_question' => 'Question',
|
|
'faq_answer' => 'Answer',
|
|
];
|
|
|
|
|
|
|
|
|
|
|