<?php
return [
    // General
    'site_title' => 'Excellent Blog',
    'home' => 'Home',
    'about' => 'About',
    'contact' => 'Contact',
    'search' => 'Search',
    'language' => 'Language',
    'login' => 'Login',
    'logout' => 'Logout',
    'admin' => 'Admin',
    'submit' => 'Submit',
    'cancel' => 'Cancel',
    'save' => 'Save',
    'delete' => 'Delete',
    'edit' => 'Edit',
    'create' => 'Create',
    'back' => 'Back',
    'next' => 'Next',
    'previous' => 'Previous',
    'loading' => 'Loading...',

    // Blog
    'internal_blog' => 'Internal Blog',
    'external_blog' => 'External Blog',
    'latest_articles' => 'Latest Articles',
    'popular_articles' => 'Popular Articles',
    'categories' => 'Categories',
    'tags' => 'Tags',
    'read_more' => 'Read More',
    'views' => 'Views',
    'likes' => 'Likes',
    'published_on' => 'Published on',
    'author' => 'Author',
    'related_articles' => 'Related Articles',

    // Articles
    'article' => 'Article',
    'articles' => 'Articles',
    'title' => 'Title',
    'content' => 'Content',
    'excerpt' => 'Excerpt',
    'featured_image' => 'Featured Image',
    'category' => 'Category',
    'status' => 'Status',
    'draft' => 'Draft',
    'published' => 'Published',
    'scheduled' => 'Scheduled',
    'ai_generated' => 'AI Generated',
    'source_url' => 'Source URL',

    // Admin
    'dashboard' => 'Dashboard',
    'new_article' => 'New Article',
    'manage_articles' => 'Manage Articles',
    'manage_categories' => 'Manage Categories',
    'settings' => 'Settings',
    'users' => 'Users',
    'statistics' => 'Statistics',

    // Authentication
    'username' => 'Username',
    'password' => 'Password',
    'login_failed' => 'Login failed, please check your credentials',
    'access_denied' => 'Access denied',
    'session_expired' => 'Session expired, please login again',

    // AI Features
    'ai_writing' => 'AI Writing',
    'generate_article' => 'Generate Article',
    'prompt' => 'Prompt',
    'generating' => 'Generating...',

    // Chat
    'chat' => 'Chat',
    'ask_question' => 'Ask a Question',
    'type_message' => 'Type a message...',
    'send' => 'Send',

    // Documentation
    'documentation' => 'Documentation',
    'user_manual' => 'User Manual',
    'setup_guide' => 'Setup Guide',
    'api_docs' => 'API Documentation',

    // Success/Error Messages
    'success' => 'Success',
    'error' => 'Error',
    'article_saved' => 'Article saved',
    'article_deleted' => 'Article deleted',
    'category_saved' => 'Category saved',
    'settings_updated' => 'Settings updated',
    'operation_failed' => 'Operation failed',

    // Publishing & Platforms
    'international_publishing' => 'International Publishing',
    'auto_crawling' => 'Auto Crawling',
    'publishing_history' => 'Publishing History',
    'no_publishing_history' => 'No publishing history yet',
    'publish_articles_message' => 'Articles will appear here after being published to external platforms',
    'published_at' => 'Published At',
    'publishing_statistics' => 'Publishing Statistics',
    'test_publish' => 'Test Publish',
    'test_publish_successful' => 'Test publishing completed',
    'test_publish_failed' => 'Test publishing failed',
    'publish_settings' => 'Publish Settings',
    'auto_publish_enabled' => 'Auto Publish Enabled',
    'article_published' => 'Article published',
    'article_publish_failed' => 'Article publish failed',
    'publish' => 'Publish',
    'unpublish' => 'Unpublish',
    'step' => 'Step',
    'crawler_step_4' => 'Review and publish crawled articles',
    'tip_5' => 'Review and edit the generated content before publishing',
    'platform_note_2' => 'Only external articles are published automatically',
    'publishing' => 'Publishing...',
    'successfully_published_to' => 'Successfully published to',
    'platforms' => 'platforms',
    'select_platform' => 'Please select at least one platform',
    'publish_failed' => 'Publishing failed: ',
    'publish_error' => 'An error occurred during publishing, please try again',

    // SEO
    'meta_title' => 'Meta Title',
    'meta_description' => 'Meta Description'
];
?>