{
    "filters": {
        "country": "Country",
        "service": "Service"
    },
    "restriction": {
        "leftTitle": "COLLECTING",
        "rightTitle": "NOT COLLECTING"
    },
    "header": {
        "title": "View by:"
    },
    "table": {
        "countryColumn": "COUNTRIES",
        "serviceColumn": "SERVICES"
    },
    "services": {
        "allowed": "SERVICES COLLECTING",
        "notAllowed": "SERVICES NOT COLLECTING"
    },
    "countries": {
        "allowed": "COUNTRIES COLLECTING",
        "notAllowed": "COUNTRIES NOT COLLECTING"
    },
    "emptyState": {
        "allowed": {
            "country": "All services allowed for this country at the {accountType} level",
            "service": "All countries allowed for this service at the {accountType} level"
        },
        "notAllowed": {
            "country": "All countries at the {accountType} level have been carved out",
            "service": "All services at the {accountType} level have been carved out"
        },
        "collecting": {
            "country": "Collecting for all countries at the {accountType} level",
            "service": "Collecting for all services at the {accountType} level"
        }
    },
    "collectingServiceOptionsTitle": "Select a Service to view allowed countries",
    "collectingCountryOptionsTitle": "Select a Country to view allowed services",
    "globalListBoxSubtitle": "All countries now and any in the future"
}
