<?php
// Traditional Chinese Language Pack
return [
    // Page Title
    'page_title' => '內容管理 - SEO AI 自動化系統',
    
    // Navigation
    'nav_dashboard' => '儀表板',
    'nav_brands' => '品牌管理',
    'nav_reports' => 'SEO報告',
    'nav_seo_analysis' => 'SEO分析',
    'nav_content' => '內容管理',
    'nav_analytics' => '成效分析',
    'nav_settings' => '系統設定',
    'nav_help' => '使用說明',
    'nav_profile' => '個人資料',
    'nav_logout' => '登出',
    
    // Main Content
    'content_management' => '內容管理',
    'content_plans' => '內容計畫',
    'recent_plans' => '最近的計畫',
    'create_plan' => '建立內容計畫',
    'no_plans' => '還沒有內容計畫',
    'create_first_plan' => '建立第一個內容計畫',
    
    // Plan Card
    'plan_status' => '狀態',
    'plan_duration' => '期間',
    'plan_frequency' => '頻率',
    'plan_articles' => '文章',
    'plan_keywords' => '關鍵字',
    'plan_created' => '建立時間',
    'view_details' => '查看詳情',
    'manage_articles' => '管理文章',
    
    // Status
    'status_active' => '進行中',
    'status_paused' => '暫停',
    'status_completed' => '已完成',
    
    // Create Plan Modal
    'create_plan_title' => '建立內容計畫',
    'select_brand' => '選擇品牌',
    'select_brand_placeholder' => '請選擇品牌',
    'plan_title' => '計畫標題',
    'plan_title_placeholder' => '例如：2024年Q1內容行銷計畫',
    'plan_description' => '計畫描述',
    'plan_description_placeholder' => '請描述這個內容計畫的目標和重點...',
    'plan_keywords' => '目標關鍵字',
    'plan_keywords_placeholder' => '請輸入目標關鍵字，用逗號分隔',
    'plan_duration' => '計畫期間 (月)',
    'plan_frequency' => '每週發布頻率',
    'duration_1_month' => '1 個月',
    'duration_3_months' => '3 個月',
    'duration_6_months' => '6 個月',
    'duration_12_months' => '12 個月',
    'frequency_1_week' => '1 篇/週',
    'frequency_2_week' => '2 篇/週',
    'frequency_3_week' => '3 篇/週',
    'frequency_5_week' => '5 篇/週',
    'frequency_7_week' => '7 篇/週',
    'cancel' => '取消',
    'create_plan_btn' => '建立計畫',
    
    // Plan Details Modal
    'plan_details_title' => '計畫詳情',
    'plan_info' => '計畫資訊',
    'plan_articles_list' => '文章列表',
    'close' => '關閉',
    'edit_plan' => '編輯計畫',
    
    // Articles Management Modal
    'articles_management' => '文章管理',
    'add_article' => '新增文章',
    'generate_title' => '生成標題',
    'generate_content' => '生成內容',
    'seo_optimize' => 'SEO優化',
    'no_articles' => '還沒有文章',
    'create_first_article' => '建立第一篇文章',
    
    // Article Item
    'article_title' => '標題',
    'article_status' => '狀態',
    'article_created' => '建立時間',
    'article_edit' => '編輯',
    'article_delete' => '刪除',
    
    // Article Status
    'article_draft' => '草稿',
    'article_published' => '已發布',
    'article_scheduled' => '已排程',
    
    // Edit Plan Modal
    'edit_plan_title' => '編輯內容計畫',
    'plan_status_label' => '計畫狀態',
    'update_plan' => '更新計畫',
    
    // Buttons
    'btn_save' => '儲存',
    'btn_cancel' => '取消',
    'btn_edit' => '編輯',
    'btn_delete' => '刪除',
    'btn_close' => '關閉',
    'btn_create' => '建立',
    'btn_update' => '更新',
    
    // Notifications
    'notification_success' => '操作成功！',
    'notification_error' => '操作失敗！',
    'notification_info' => '資訊',
    'notification_warning' => '警告',
    
    // Messages
    'confirm_delete' => '確定要刪除此項目嗎？',
    'loading' => '載入中...',
    'no_data' => '沒有資料',
    'error_occurred' => '發生錯誤',
    'network_error' => '網路錯誤，請稍後再試',
    'select_plan_first' => '請先選擇一個內容計畫',
    'plan_created_success' => '內容計畫建立成功！',
    'plan_updated_success' => '計畫更新成功！',
    'article_deleted_success' => '文章刪除成功！',
    'delete_failed' => '刪除失敗',
    'update_failed' => '更新失敗',
    'load_failed' => '載入失敗',
    
    // Form Validation
    'required_field' => '此欄位為必填',
    'invalid_email' => '無效的電子郵件地址',
    'password_too_short' => '密碼長度至少需要6個字符',
    'passwords_not_match' => '密碼不一致',
    
    // Time
    'time_ago' => '前',
    'just_now' => '剛剛',
    'minutes_ago' => '分鐘前',
    'hours_ago' => '小時前',
    'days_ago' => '天前',
    'weeks_ago' => '週前',
    'months_ago' => '月前',
    'years_ago' => '年前'
    // Page Titles
?>

    // Page Titles
    'page_title_dashboard' => '儀表板 - SEO AI 自動化系統',
    'page_title_brands' => '品牌管理 - SEO AI 自動化系統',
    'page_title_reports' => 'SEO報告 - SEO AI 自動化系統',
    'page_title_seo_analysis' => 'SEO分析 - SEO AI 自動化系統',
    'page_title_content' => '內容管理 - SEO AI 自動化系統',
    'page_title_analytics' => '成效分析 - SEO AI 自動化系統',
    'page_title_settings' => '系統設定 - SEO AI 自動化系統',
    'page_title_help' => '使用說明 - SEO AI 自動化系統',
    'page_title_profile' => '個人資料 - SEO AI 自動化系統',
    'page_title_article_editor' => '文章編輯器 - SEO AI 自動化系統'
    // Page Titles
?>
    'dashboard_subtitle' => '系統概覽和統計資訊',
    'total_brands' => '總品牌數',
    'total_reports' => '總報告數',
    'total_content_plans' => '總內容計畫數',
    'recent_activities' => '最近活動',
    'no_recent_activities' => '沒有最近的活動',
    'activity_brand' => '品牌',
    'activity_report' => '報告',
    'activity_content' => '內容計畫'
    // Dashboard translations
?>
