<?php
// English Language Pack
return [
    // Page Title
    'page_title' => 'Content Management - SEO AI Automation System',
    
    // Navigation
    'nav_dashboard' => 'Dashboard',
    'nav_brands' => 'Brand Management',
    'nav_reports' => 'SEO Reports',
    'nav_seo_analysis' => 'SEO Analysis',
    'nav_content' => 'Content Management',
    'nav_analytics' => 'Analytics',
    'nav_settings' => 'Settings',
    'nav_help' => 'Help',
    'nav_profile' => 'Profile',
    'nav_logout' => 'Logout',
    
    // Main Content
    'content_management' => 'Content Management',
    'content_plans' => 'Content Plans',
    'recent_plans' => 'Recent Plans',
    'create_plan' => 'Create Content Plan',
    'no_plans' => 'No content plans yet',
    'create_first_plan' => 'Create your first content plan',
    
    // Plan Card
    'plan_status' => 'Status',
    'plan_duration' => 'Duration',
    'plan_frequency' => 'Frequency',
    'plan_articles' => 'Articles',
    'plan_keywords' => 'Keywords',
    'plan_created' => 'Created',
    'view_details' => 'View Details',
    'manage_articles' => 'Manage Articles',
    
    // Status
    'status_active' => 'Active',
    'status_paused' => 'Paused',
    'status_completed' => 'Completed',
    
    // Create Plan Modal
    'create_plan_title' => 'Create Content Plan',
    'select_brand' => 'Select Brand',
    'select_brand_placeholder' => 'Please select a brand',
    'plan_title' => 'Plan Title',
    'plan_title_placeholder' => 'e.g., Q1 2024 Content Marketing Plan',
    'plan_description' => 'Plan Description',
    'plan_description_placeholder' => 'Please describe the goals and focus of this content plan...',
    'plan_keywords' => 'Target Keywords',
    'plan_keywords_placeholder' => 'Enter target keywords, separated by commas',
    'plan_duration' => 'Plan Duration (months)',
    'plan_frequency' => 'Weekly Publishing Frequency',
    'duration_1_month' => '1 month',
    'duration_3_months' => '3 months',
    'duration_6_months' => '6 months',
    'duration_12_months' => '12 months',
    'frequency_1_week' => '1 article/week',
    'frequency_2_week' => '2 articles/week',
    'frequency_3_week' => '3 articles/week',
    'frequency_5_week' => '5 articles/week',
    'frequency_7_week' => '7 articles/week',
    'cancel' => 'Cancel',
    'create_plan_btn' => 'Create Plan',
    
    // Plan Details Modal
    'plan_details_title' => 'Plan Details',
    'plan_info' => 'Plan Information',
    'plan_articles_list' => 'Articles List',
    'close' => 'Close',
    'edit_plan' => 'Edit Plan',
    
    // Articles Management Modal
    'articles_management' => 'Articles Management',
    'add_article' => 'Add Article',
    'generate_title' => 'Generate Title',
    'generate_content' => 'Generate Content',
    'seo_optimize' => 'SEO Optimize',
    'no_articles' => 'No articles yet',
    'create_first_article' => 'Create your first article',
    
    // Article Item
    'article_title' => 'Title',
    'article_status' => 'Status',
    'article_created' => 'Created',
    'article_edit' => 'Edit',
    'article_delete' => 'Delete',
    
    // Article Status
    'article_draft' => 'Draft',
    'article_published' => 'Published',
    'article_scheduled' => 'Scheduled',
    
    // Edit Plan Modal
    'edit_plan_title' => 'Edit Content Plan',
    'plan_status_label' => 'Plan Status',
    'update_plan' => 'Update Plan',
    
    // Buttons
    'btn_save' => 'Save',
    'btn_cancel' => 'Cancel',
    'btn_edit' => 'Edit',
    'btn_delete' => 'Delete',
    'btn_close' => 'Close',
    'btn_create' => 'Create',
    'btn_update' => 'Update',
    
    // Notifications
    'notification_success' => 'Operation successful!',
    'notification_error' => 'Operation failed!',
    'notification_info' => 'Information',
    'notification_warning' => 'Warning',
    
    // Messages
    'confirm_delete' => 'Are you sure you want to delete this item?',
    'loading' => 'Loading...',
    'no_data' => 'No data',
    'error_occurred' => 'An error occurred',
    'network_error' => 'Network error, please try again later',
    'select_plan_first' => 'Please select a content plan first',
    'plan_created_success' => 'Content plan created successfully!',
    'plan_updated_success' => 'Plan updated successfully!',
    'article_deleted_success' => 'Article deleted successfully!',
    'delete_failed' => 'Delete failed',
    'update_failed' => 'Update failed',
    'load_failed' => 'Load failed',
    
    // Form Validation
    'required_field' => 'This field is required',
    'invalid_email' => 'Invalid email address',
    'password_too_short' => 'Password must be at least 6 characters',
    'passwords_not_match' => 'Passwords do not match',
    
    // Time
    'time_ago' => 'ago',
    'just_now' => 'just now',
    'minutes_ago' => 'minutes ago',
    'hours_ago' => 'hours ago',
    'days_ago' => 'days ago',
    'weeks_ago' => 'weeks ago',
    'months_ago' => 'months ago',
    'years_ago' => 'years ago',
    
    // Page Titles
    'page_title_dashboard' => 'Dashboard - SEO AI Automation System',
    'page_title_brands' => 'Brand Management - SEO AI Automation System',
    'page_title_reports' => 'SEO Reports - SEO AI Automation System',
    'page_title_seo_analysis' => 'SEO Analysis - SEO AI Automation System',
    'page_title_content' => 'Content Management - SEO AI Automation System',
    'page_title_analytics' => 'Analytics - SEO AI Automation System',
    'page_title_settings' => 'Settings - SEO AI Automation System',
    'page_title_help' => 'Help - SEO AI Automation System',
    'page_title_profile' => 'Profile - SEO AI Automation System',
    'page_title_article_editor' => 'Article Editor - SEO AI Automation System',
    
    // Dashboard translations
    'dashboard_subtitle' => 'System overview and statistics',
    'total_brands' => 'Total Brands',
    'total_reports' => 'Total Reports',
    'total_content_plans' => 'Total Content Plans',
    'recent_activities' => 'Recent Activities',
    'no_recent_activities' => 'No recent activities',
    'activity_brand' => 'Brand',
    'activity_report' => 'Report',
    'activity_content' => 'Content Plan'
    // Frontend Website
?>
    
    // Frontend Website
    'site_title' => 'SEO AI Automation System - Professional SEO Analysis & Content Generation Platform',
    'site_description' => 'Professional SEO automation system providing brand health checks, competitor analysis, content planning, automated content generation and comprehensive SEO services',
    'nav_home' => 'Home',
    'nav_features' => 'Features',
    'nav_services' => 'Services',
    'nav_pricing' => 'Pricing',
    'nav_contact' => 'Contact',
    'nav_login' => 'Admin Login',
    'hero_title' => 'Intelligent SEO Automation System',
    'hero_subtitle' => 'Let AI create the perfect SEO strategy to boost your website ranking and traffic',
    'hero_description' => 'Combining artificial intelligence technology to provide comprehensive SEO analysis, content generation, competitor analysis and more services to help you easily improve your website SEO performance',
    'get_started' => 'Get Started',
    'learn_more' => 'Learn More',
    'features_title' => 'Core Features',
    'features_subtitle' => 'Powerful AI-driven SEO tools to make your website stand out',
    'feature_ai_analysis' => 'AI Intelligent Analysis',
    'feature_ai_analysis_desc' => 'Using advanced artificial intelligence technology to deeply analyze website SEO status and provide accurate optimization recommendations',
    'feature_content_generation' => 'Intelligent Content Generation',
    'feature_content_generation_desc' => 'AI automatically generates high-quality SEO content including articles, titles, descriptions, etc., improving content marketing efficiency',
    'feature_competitor_analysis' => 'Competitor Analysis',
    'feature_competitor_analysis_desc' => 'Deep analysis of competitors SEO strategies, identifying gaps and opportunities to develop breakthrough strategies',
    'feature_automation' => 'Full Automation',
    'feature_automation_desc' => 'Automate SEO monitoring, report generation, content publishing and other processes to save time and costs',
    'services_title' => 'Services',
    'services_subtitle' => 'Comprehensive SEO solutions',
    'service_seo_audit' => 'SEO Website Health Check',
    'service_seo_audit_desc' => 'Comprehensive SEO status check, identify issues and provide solutions',
    'service_keyword_research' => 'Keyword Research',
    'service_keyword_research_desc' => 'Deep mining of high-value keywords, develop precise keyword strategies',
    'service_content_planning' => 'Content Planning',
    'service_content_planning_desc' => 'Data-driven content strategy to plan high-quality content publishing schedules',
    'service_technical_seo' => 'Technical SEO',
    'service_technical_seo_desc' => 'Optimize website technical architecture to improve search engine crawling and indexing efficiency',
    'pricing_title' => 'Pricing Plans',
    'pricing_subtitle' => 'Flexible pricing plans to meet different needs',
    'pricing_basic' => 'Basic',
    'pricing_pro' => 'Professional',
    'pricing_enterprise' => 'Enterprise',
    'pricing_monthly' => 'Monthly',
    'pricing_yearly' => 'Yearly',
    'pricing_features' => 'Features',
    'pricing_contact' => 'Contact Us',
    'contact_title' => 'Contact Us',
    'contact_subtitle' => 'Have any questions? We are here to serve you',
    'contact_name' => 'Name',
    'contact_email' => 'Email',
    'contact_message' => 'Message',
    'contact_send' => 'Send Message',
    'footer_copyright' => 'Copyright',
    'footer_rights' => 'All rights reserved',
    'footer_privacy' => 'Privacy Policy',
    'footer_terms' => 'Terms of Service'
    // Frontend Website
?>
