{
    "callEvent": {
        "minutes": "minutes",
        "directionIn": "incoming",
        "directionOut": "outgoing",
        "from": "from {{phone}}",
        "to": "to {{phone}}",
        "stateConnected": "Answered",
        "stateNotConnected": "Unanswered",
        "duration": ", duration: {{duration}}",
        "description": "{{state}} {{direction}} call {{callDescription}} on {{date}}{{durationInfo}}."
    },
    "callComment": {
        "directionIn": "incoming",
        "directionOut": "outgoing",
        "subjectConnected": "{{htmlOpen}}Connected {{direction}} Call ({{product}}){{htmlClose}}",
        "subjectBusy": "{{htmlOpen}}Busy {{direction}} Call ({{product}}){{htmlClose}}",
        "subjectMissed": "{{htmlOpen}}Missed {{direction}} Call ({{product}}){{htmlClose}}",
        "header": "<h1>Note ({{product}}):</h1>",
        "duration": "Duration: {{duration}}",
        "participants": "Participants"
    },
    "callDirection": {
        "inbound": "Incoming",
        "outbound": "Outgoing"
    },
    "callNote": {
        "label": "Note:",
        "empty": "No note"
    },
    "callLogMetadata": {
        "fieldLabel": "Call outcome"
    },
    "callOutcome": {
        "connected": "Connected",
        "noAnswer": "No answer",
        "leftMessage": "Left message",
        "leftVoicemail": "Left voicemail",
        "wrongNumber": "Wrong number",
        "busy": "Busy"
    },
    "callDisposition": {
        "connected": "connected",
        "missed": "missed",
        "notFound": "not found",
        "busy": "busy"
    },
    "task": {
        "label": "Task"
    },
    "entity": {
        "unnamedCase": "Unnamed Case"
    }
}
