<?php
return [
    // General
    'site_title' => 'Excellent Blog',
    'home' => '首頁',
    'about' => '關於我們',
    'contact' => '聯絡我們',
    'search' => '搜尋',
    'language' => '語言',
    'login' => '登入',
    'logout' => '登出',
    'admin' => '管理後台',
    'submit' => '送出',
    'cancel' => '取消',
    'save' => '儲存',
    'delete' => '刪除',
    'edit' => '編輯',
    'create' => '建立',
    'back' => '返回',
    'next' => '下一頁',
    'previous' => '上一頁',
    'loading' => '載入中...',

    // Blog
    'internal_blog' => '內部部落格',
    'external_blog' => '外部部落格',
    'latest_articles' => '最新文章',
    'popular_articles' => '熱門文章',
    'categories' => '分類',
    'tags' => '標籤',
    'read_more' => '繼續閱讀',
    'views' => '觀看次數',
    'likes' => '按讚數',
    'published_on' => '發布於',
    'author' => '作者',
    'related_articles' => '相關文章',

    // Articles
    'article' => '文章',
    'articles' => '文章',
    'title' => '標題',
    'content' => '內容',
    'excerpt' => '摘要',
    'featured_image' => '特色圖片',
    'category' => '分類',
    'status' => '狀態',
    'draft' => '草稿',
    'published' => '已發布',
    'scheduled' => '排程',
    'ai_generated' => 'AI 生成',
    'source_url' => '來源網址',

    // Admin
    'dashboard' => '儀表板',
    'new_article' => '新增文章',
    'manage_articles' => '管理文章',
    'manage_categories' => '管理分類',
    'settings' => '設定',
    'users' => '使用者',
    'statistics' => '統計資料',

    // Authentication
    'username' => '使用者名稱',
    'password' => '密碼',
    'login_failed' => '登入失敗，請檢查您的帳號密碼',
    'access_denied' => '存取被拒絕',
    'session_expired' => '會話已過期，請重新登入',

    // AI Features
    'ai_writing' => 'AI 寫作',
    'generate_article' => '生成文章',
    'prompt' => '提示',
    'generating' => '生成中...',

    // Chat
    'chat' => '即時聊天',
    'ask_question' => '詢問問題',
    'type_message' => '輸入訊息...',
    'send' => '發送',

    // Documentation
    'documentation' => '說明文件',
    'user_manual' => '使用手冊',
    'setup_guide' => '設定指南',
    'api_docs' => 'API 文件',

    // Success/Error Messages
    'success' => '成功',
    'error' => '錯誤',
    'article_saved' => '文章已儲存',
    'article_deleted' => '文章已刪除',
    'category_saved' => '分類已儲存',
    'settings_updated' => '設定已更新',
    'operation_failed' => '操作失敗',

    // Publishing & Platforms
    'international_publishing' => '國際發布',
    'auto_crawling' => '自動爬蟲',
    'publishing_history' => '發布歷史',
    'no_publishing_history' => '尚無發布歷史',
    'publish_articles_message' => '文章發布到外部平台後會顯示在此處',
    'published_at' => '發布時間',
    'publishing_statistics' => '發布統計',
    'test_publish' => '測試發布',
    'test_publish_successful' => '測試發布完成',
    'test_publish_failed' => '測試發布失敗',
    'publish_settings' => '發布設定',
    'auto_publish_enabled' => '啟用自動發布',
    'article_published' => '文章已發布',
    'article_publish_failed' => '文章發布失敗',
    'publish' => '發布',
    'unpublish' => '取消發布',
    'step' => '步驟',
    'crawler_step_4' => '檢視並發布爬蟲文章',
    'tip_5' => '發布前請檢閱並編輯生成的內容',
    'platform_note_2' => '只有外部文章會自動發布',
    'publishing' => '推送中...',
    'successfully_published_to' => '成功推送到',
    'platforms' => '個平台',
    'select_platform' => '請至少選擇一個平台',
    'publish_failed' => '推送失敗：',
    'publish_error' => '推送過程中發生錯誤，請重試',

    // SEO
    'meta_title' => 'SEO 標題',
    'meta_description' => 'SEO 描述'
];
?>