{
    "POLICY_COMPLIANCE_REVIEW": {
        "TITLE": "Policy Compliance Review",
        "DESCRIPTION": "Review and validate policies to ensure they meet required compliance standards.",

        "DOCUMENT_SELECTION": {
            "REGULATORY_LABEL": "Regulatory Document",
            "REGULATORY_PLACEHOLDER": "Select regulatory document",
            "COMPANY_POLICY_LABEL": "Company Policy",
            "COMPANY_POLICY_PLACEHOLDER": "Select company policy",
            "LANGUAGE": "Language for Analyzing",
            "LANGUAGE_PLACEHOLDER": "Select Language"
        },

        "SUBMIT": "Submit",

        "RESULT_SUMMARY": "We’ve analyzed your selected regulatory document against your company policy. Below is a summary of identified gaps, aligned areas, and recommended actions.",

        "ALIGNED_AREAS": {
            "TITLE": "Aligned Areas",
            "DESCRIPTION": "These policy areas fully comply with the selected regulation:",
            "ITEMS": [
                "Data access controls",
                "User authentication standards",
                "Incident response timelines"
            ],
            "FOOTER": "No action required."
        },

        "PARTIAL_GAPS": {
            "TITLE": "Partial Gaps Identified",
            "DESCRIPTION": "Some requirements are partially addressed and may need improvement:",
            "ITEMS": [
                "Data retention duration not clearly defined",
                "Audit logging lacks retention policy",
                "Third-party access controls are incomplete"
            ],
            "RECOMMENDATION": "Recommended: Review and update policy language."
        },
        "NO_DOCUMENT_SELECTED": "No policy compliance document is selected. Please select a regulatory document and a company policy.",
        "ANALYZING": "Analyzing compliance gaps… This may take a few moments. Please do not change or close the tab..",
        "ENGLISH": "English",
        "ARABIC": "Arabic",
        "BOTH": "Both"
    }
}
