{
    "title": "File Permissions",
    "messages": {
        "success": {
            "title": "Your Files Are Protected",
            "details": "All file permissions are properly set for optimal security.",
            "steps": [
                "Check this status monthly",
                "Verify after WordPress updates",
                "Review after file changes"
            ]
        },
        "error": {
            "title": "Some Files Need Better Protection",
            "details": "{details}",
            "steps": [
                "Open your hosting control panel or file manager",
                "Navigate to your WordPress files",
                "Update permissions as recommended",
                "Contact your host if you need help"
            ]
        }
    },
    "learn_more": {
        "description": "File permissions are like security locks that control who can read, write, or execute files on your website. Proper settings help protect your site from unauthorized access.",
        "benefits": [
            "Protects your website from unauthorized changes",
            "Keeps your sensitive information safe",
            "Helps prevent hackers from adding malicious code",
            "Makes it harder for automated attacks to succeed"
        ],
        "permissions_guide": {
            "title": "Recommended Permission Settings",
            "settings": [
                "WordPress files (644): You can edit, others can only read",
                "WordPress folders (755): You can manage, others can only access",
                "wp-config.php (600): Only you can access this sensitive file",
                ".htaccess (644): You can edit, others can only read"
            ]
        },
        "recommended_tools": [
            {
                "name": "FileZilla",
                "type": "Free, Easy-to-use File Manager - Perfect for beginners"
            },
            {
                "name": "WinSCP",
                "type": "Another User-friendly File Manager - Great alternative option"
            }
        ]
    }
}