{
    "title": "Theme Translation Support",
    "messages": {
        "success": {
            "title": "Theme Translation Available",
            "details": "Your theme has translation support for your current language ({value}).",
            "steps": [
                "Theme is properly configured for translations",
                "Translation files are available for your language",
                "Text domain is properly set"
            ]
        },
        "warning": {
            "title": "Translation Not Available",
            "details": "Your site is set to {value}, but no translation files were found for this language.",
            "steps": [
                "Check if translation files are available from theme author",
                "Consider creating translations using Loco Translate",
                "Contact theme author about translation availability",
                "Consider switching to a theme with translation support for your language"
            ]
        },
        "error": {
            "title": "Translation Not Supported",
            "details": "This theme does not support translations. Your site language is set to {value}.",
            "steps": [
                "Consider switching to a translation-ready theme",
                "Contact theme author about adding translation support",
                "Look for alternative themes with translation support"
            ]
        }
    },
    "learn_more": {
        "description": "Theme translation files allow your theme to display text in your preferred language. A properly translated theme ensures consistent language across your entire website.",
        "benefits": [
            "Use your site in your preferred language",
            "Consistent language throughout the theme",
            "Professional appearance for your target audience",
            "Better user experience for your visitors"
        ]
    }
}