<?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' => '只有外部文章会自动发布',

    // SEO
    'meta_title' => 'SEO 标题',
    'meta_description' => 'SEO 描述'
];
?>