{
    "upload": true,
    "common": {
        "add": "Add {{ entity }}",
        "delete": "Delete",
        "shared-space": "Shared Space",
        "shared-space_plural": "Shared Spaces",
        "map-branded-name": "Next Steps",
        "action-branded-name": "Next Step",
        "action-branded-name_plural": "Next Steps",
        "map-milestones-and-actions": "next steps",
        "loading": "Loading",
        "action": "action",
        "action_plural": "actions",
        "is": "is",
        "is_plural": "are",
        "has": "has",
        "has_plural": "have",
        "cancel": "Cancel"
    },
    "milestones": {
        "add-milestone-button": "Add a new milestone",
        "edit-input-placeholder": "What milestone are you aiming for?",
        "status": {
            "not-started": "Not started",
            "completed": "Completed",
            "in-progress": "In progress",
            "overdue": "Overdue",
            "almost-due": "Almost due"
        }
    },
    "actions": {
        "add-action-button": "Add a new action item",
        "edit-input-placeholder": "What's your next step?",
        "search-participants-input": "Assign participants"
    },
    "due-date": {
        "almost-due": "Almost due",
        "overdue": "Overdue",
        "add": "Add a due date"
    },
    "setup": {
        "title": "Set Up {{ entity }}",
        "select-template": "Select a template",
        "preview": "Preview",
        "source": "Source",
        "preview-placeholder": "Preview the {{ map-branded-name }} contained in the {{ source-entity }} selected above"
    },
    "blank-preview-map": {
        "milestone-title": "Milestone",
        "action-title": "Action item"
    },
    "select-template": {
        "blank": "Blank",
        "copy": "Copy from another {{ entity }}"
    },
    "select-source": {
        "select-placeholder": "Choose the {{ entity }} with the $t(map:common.action-branded-name_plural) to copy",
        "no-results": "You currently don't have any {{ entity }} with $t(map:common.map-branded-name) enabled"
    },
    "widget": {
        "add-actions": "Add $t(map:common.map-milestones-and-actions)",
        "see-all-actions": "See $t(map:common.action-branded-name_plural)",
        "no-actions-description": "Ready to take action? There are no outstanding $t(map:common.map-milestones-and-actions), but you can add them right here! 💪📝",
        "actions-description-next-prios": "{{ completedActionCount }} $t(map:common.action, {\"count\": {{ completedActionCount }} }) $t(map:common.has, {\"count\": {{ completedActionCount }} }) been completed and {{ notCompletedActionCount }} $t(map:common.action, {\"count\": {{ notCompletedActionCount }} }) $t(map:common.is, {\"count\": {{ notCompletedActionCount }} }) pending. Here are the next steps:",
        "actions-completed-description": "You’ve successfully completed all $t(map:common.action_plural) with no outstanding $t(map:common.map-milestones-and-actions). You can review completed items and add additional $t(map:common.map-milestones-and-actions) at any time. 🎉👏"
    },
    "delete-milestone-modal": {
      "title": "Delete Milestone",
      "description": "Are you sure you want to delete this milestone, including its related actions?"
    }
}
