{
  "automations": {
    "settings": {
      "title": "Custom automations",
      "create_automation": "Create automation"
    },
    "scope": {
      "label": "Scope",
      "run_on": "Run on"
    },
    "trigger": {
      "label": "Trigger",
      "add_trigger": "Add trigger",
      "sidebar_header": "Trigger configuration",
      "input_label": "What’s the trigger for this automation?",
      "input_placeholder": "Select an option",
      "section_plane_events": "BuzzwareTech events",
      "section_time_based": "Time based",
      "fixed_schedule": "Fixed schedule",
      "schedule": {
        "frequency": "Frequency",
        "select_day": "Select day",
        "day_of_month": "Day of month",
        "monthly_every": "Every",
        "monthly_day_aria": "Day {day}",
        "time": "Time",
        "hour": "Hour",
        "minute": "Minute",
        "hour_suffix": "hr",
        "minute_suffix": "min",
        "am": "AM",
        "pm": "PM",
        "timezone": "Timezone",
        "timezone_placeholder": "Select a timezone",
        "frequency_daily": "Daily",
        "frequency_weekly": "Weekly",
        "frequency_monthly": "Monthly",
        "on": "On",
        "validation_weekly_day_required": "Select at least one day of the week.",
        "validation_monthly_date_required": "Select a day of the month.",
        "main_content_schedule_summary_daily": "Every day at {time} ({timezone}).",
        "main_content_schedule_summary_weekly": "Every week on {days} at {time} ({timezone}).",
        "main_content_schedule_summary_monthly": "Every month on day {day} at {time} ({timezone}).",
        "schedule_mode": "Schedule mode",
        "schedule_mode_fixed": "Fixed",
        "schedule_mode_cron": "Cron",
        "cron_expression_label": "Enter Cron expression",
        "cron_expression_placeholder": "0 9 * * 1-5",
        "cron_invalid": "Invalid cron expression.",
        "cron_preview": "This Cron expression runs \"{description}\".",
        "main_content_cron_summary": "{description} ({timezone})."
      },
      "button": {
        "previous": "Back",
        "next": "Add action"
      },
      "warning": {
        "disabled_trigger_switching": "You can't change the trigger type once created"
      }
    },
    "condition": {
      "label": "Provided",
      "add_condition": "Add condition",
      "adding_condition": "Adding condition"
    },
    "action": {
      "label": "Action",
      "add_action": "Add action",
      "sidebar_header": "Actions",
      "input_label": "What does the automation do?",
      "input_placeholder": "Select an option",
      "handler_name": {
        "add_comment": "Add comment",
        "change_property": "Change property",
        "run_script": "Run Script"
      },
      "configuration": {
        "label": "Configuration",
        "change_property": {
          "placeholders": {
            "property_name": "Select a property",
            "change_type": "Select",
            "property_value_select": "{count, plural, one{Select value} other{Select values}}",
            "property_value_select_date": "Select date"
          },
          "validation": {
            "property_name_required": "Property name is required",
            "change_type_required": "Change type is required",
            "property_value_required": "Property value is required"
          }
        }
      },
      "comment_block": {
        "title": "Add comment"
      },
      "run_script_block": {
        "title": "Run script"
      },
      "change_property_block": {
        "title": "Change property"
      },
      "validation": {
        "delete_only_action": "Disable the automation before deleting its only action."
      }
    },
    "conjunctions": {
      "and": "And",
      "or": "Or",
      "if": "If",
      "then": "Then"
    },
    "enable": {
      "alert": "Hit 'Enable' whenever your automation is complete. Once enabled, the automation will be ready to run.",
      "validation": {
        "required": "Automation must have a trigger and at least one action to be enabled."
      }
    },
    "delete": {
      "validation": {
        "enabled": "Automation must be disabled before deleting it."
      }
    },
    "table": {
      "title": "Automation title",
      "scope": "Scope",
      "projects": "Projects",
      "last_run_on": "Last run on",
      "created_on": "Created on",
      "last_updated_on": "Last updated on",
      "last_run_status": "Last run status",
      "average_duration": "Average duration",
      "owner": "Owner",
      "executions": "Executions"
    },
    "create_modal": {
      "heading": {
        "create": "Create automation",
        "update": "Update automation"
      },
      "title": {
        "placeholder": "Name your automation.",
        "required_error": "Title is required"
      },
      "description": {
        "placeholder": "Describe your automation."
      },
      "submit_button": {
        "create": "Create automation",
        "update": "Update automation"
      }
    },
    "delete_modal": {
      "heading": "Delete automation"
    },
    "activity": {
      "filters": {
        "show_fails": "Show fails",
        "all": "All",
        "only_activity": "Only activity",
        "only_run_history": "Only run history"
      },
      "run_history": {
        "initiator": "Initiator"
      }
    },
    "toasts": {
      "create": {
        "success": {
          "title": "Success!",
          "message": "Automation created successfully."
        },
        "error": {
          "title": "Error!",
          "message": "Automation creation failed."
        }
      },
      "update": {
        "success": {
          "title": "Success!",
          "message": "Automation updated successfully."
        },
        "error": {
          "title": "Error!",
          "message": "Automation update failed."
        }
      },
      "enable": {
        "success": {
          "title": "Success!",
          "message": "Automation enabled successfully."
        },
        "error": {
          "title": "Error!",
          "message": "Automation enable failed."
        }
      },
      "disable": {
        "success": {
          "title": "Success!",
          "message": "Automation disabled successfully."
        },
        "error": {
          "title": "Error!",
          "message": "Automation disable failed."
        }
      },
      "delete": {
        "success": {
          "title": "Automation deleted",
          "message": "{name}, the automation, has now been deleted from your project."
        },
        "error": {
          "title": "We couldn't delete that automation this time.",
          "message": "Try deleting it again or come back to it later. If you can't delete it then, reach out to us."
        }
      },
      "action": {
        "create": {
          "error": {
            "title": "Error!",
            "message": "Failed to create action. Please try again!"
          }
        },
        "update": {
          "error": {
            "title": "Error!",
            "message": "Failed to update action. Please try again!"
          }
        }
      }
    },
    "empty_state": {
      "no_automations": {
        "title": "There’re no automations to show yet.",
        "description": "Automations help you eliminate repetitive tasks by setting triggers, conditions, and actions. Create one to save time and keep work moving effortlessly."
      },
      "upgrade": {
        "title": "Automations",
        "description": "Automations are a way to automate tasks in your project.",
        "sub_description": "Get 80% of your admin time back when you use Automations."
      }
    },
    "global_automations": {
      "project_select": {
        "label": "Select projects to run this automation on",
        "all_projects": {
          "label": "All projects",
          "description": "Automation will run for all projects in the workspace."
        },
        "select_projects": {
          "label": "Select projects",
          "description": "Automation will run for selected projects in the workspace.",
          "placeholder": "Select projects"
        }
      },
      "settings": {
        "sidebar_label": "Automations",
        "title": "Automations",
        "description": "Standardize processes across your workspace with global automations."
      },
      "table": {
        "scope": {
          "global": "Global",
          "project": {
            "label": "Project",
            "multiple": "Multiple",
            "all": "All"
          }
        }
      }
    }
  }
}
