{
  "workflows": {
    "workflow_states": {
      "work_item_creation": "Allow new work items",
      "work_item_creation_disable_tooltip": "Work item creation is disabled for this state",
      "default_state": "Default state lets all members create new work items. This can't be changed",
      "state_change_count": "{count, plural, one {1 permitted state change} other {{count} permitted state changes}}",
      "movers_count": "{count, plural, one {1 listed reviewer} other {{count} listed reviewers}}",
      "state_changes": {
        "label": {
          "default": "Add permitted state change",
          "loading": "Adding permitted state change"
        },
        "move_to": "Change state to",
        "movers": {
          "label": "When reviewed by",
          "tooltip": "Reviewers are people who are permitted to move work items from one state to another.",
          "add": "Add reviewers"
        }
      }
    },
    "workflow_disabled": {
      "title": "You can't move this work item here."
    },
    "workflow_enabled": {
      "label": "State change"
    },
    "workflow_tree": {
      "label": "For work items in",
      "state_change_label": "can move it to"
    },
    "empty_state": {
      "upgrade": {
        "title": "Control the chaos of changes and reviews with Workflows.",
        "description": "Set rules for where your work moves, by who, and when with Workflows in BuzzwareTech."
      }
    },
    "quick_actions": {
      "view_change_history": "View change history",
      "reset_workflow": "Reset workflow"
    },
    "confirmation_modals": {
      "reset_workflow": {
        "title": "Are you sure you want to reset this workflow?",
        "description": "If you reset this workflow, all your state-change rules will be deleted and you will have to create them again to run them for this project."
      },
      "delete_state_change": {
        "title": "Are you sure you want to delete this state-change rule?",
        "description": "Once deleted, you can't undo this change and you will have to set the rule again if you want it running for this project."
      }
    },
    "toasts": {
      "enable_disable": {
        "loading": "{action} workflow",
        "success": {
          "title": "Success",
          "message": "Workflow {action} successfully"
        },
        "error": {
          "title": "Error",
          "message": "Workflow could not be {action}. Please try again."
        }
      },
      "reset": {
        "success": {
          "title": "Success",
          "message": "Workflow reset successfully"
        },
        "error": {
          "title": "Error resetting workflow",
          "message": "Workflow could not be reset. Please try again."
        }
      },
      "add_state_change_rule": {
        "error": {
          "title": "Error adding state change rule",
          "message": "State change rule could not be added. Please try again."
        }
      },
      "modify_state_change_rule": {
        "error": {
          "title": "Error modifying state change rule",
          "message": "State change rule could not be modified. Please try again."
        }
      },
      "remove_state_change_rule": {
        "error": {
          "title": "Error removing state change rule",
          "message": "State change rule could not be removed. Please try again."
        }
      },
      "modify_state_change_rule_movers": {
        "error": {
          "title": "Error modifying state change rule reviewers",
          "message": "State change rule reviewers could not be modified. Please try again."
        }
      }
    }
  }
}
