{
  "work_item_types": {
    "label": "Work item Types",
    "label_lowercase": "work item types",
    "settings": {
      "description": "Customize and add your own properties to tailor it to your team's needs.",
      "cant_delete_default_message": "This work item type cannot be deleted because it's set as the default for this project",
      "set_as_default": "Set as default",
      "cant_set_default_inactive_message": "Activate this type before setting it as default",
      "set_default_confirmation": {
        "title": "Set as default work item type",
        "description": "Setting {name} as the default will import it to all projects in this workspace. All new work items will use this type by default.",
        "confirm_button": "Set as default"
      },
      "properties": {
        "title": "Properties",
        "description": "Create and customize properties.",
        "tooltip": "Each work item type comes with a default set of properties like Title, Description, Assignee, State, Priority, Start date, Due date, Module, Cycle etc. You can also customize and add your own properties to tailor it to your team's needs.",
        "add_button": "Add new property",
        "project": {
          "add_button": {
            "import_from_workspace": "Import from workspace"
          }
        },
        "dropdown": {
          "label": "Property type",
          "placeholder": "Select type"
        },
        "property_type": {
          "text": {
            "label": "Text"
          },
          "number": {
            "label": "Number"
          },
          "dropdown": {
            "label": "Dropdown"
          },
          "boolean": {
            "label": "Boolean"
          },
          "date": {
            "label": "Date"
          },
          "member_picker": {
            "label": "Member picker"
          },
          "formula": {
            "label": "Formula"
          }
        },
        "attributes": {
          "label": "Attributes",
          "text": {
            "single_line": {
              "label": "Single line"
            },
            "multi_line": {
              "label": "Paragraph"
            },
            "readonly": {
              "label": "Read only",
              "header": "Read only data"
            },
            "invalid_text_format": {
              "label": "Invalid text format"
            }
          },
          "number": {
            "default": {
              "placeholder": "Add number"
            }
          },
          "relation": {
            "single_select": {
              "label": "Single select"
            },
            "multi_select": {
              "label": "Multi select"
            },
            "no_default_value": {
              "label": "No default value"
            }
          },
          "boolean": {
            "label": "True | False",
            "no_default": "No default value"
          },
          "option": {
            "create_update": {
              "label": "Options",
              "form": {
                "placeholder": "Add option",
                "errors": {
                  "name": {
                    "required": "Option name is required.",
                    "integrity": "Option with same name already exists."
                  }
                }
              }
            },
            "select": {
              "placeholder": {
                "single": "Select option",
                "multi": {
                  "default": "Select options",
                  "variable": "{count} options selected"
                }
              }
            }
          }
        },
        "toast": {
          "create": {
            "success": {
              "title": "Success!",
              "message": "Property {name} created successfully."
            },
            "error": {
              "title": "Error!",
              "message": "Failed to create property. Please try again!"
            }
          },
          "update": {
            "success": {
              "title": "Success!",
              "message": "Property {name} updated successfully."
            },
            "error": {
              "title": "Error!",
              "message": "Failed to update property. Please try again!"
            }
          },
          "delete": {
            "success": {
              "title": "Success!",
              "message": "Property {name} deleted successfully."
            },
            "error": {
              "title": "Error!",
              "message": "Failed to delete property. Please try again!"
            }
          },
          "enable_disable": {
            "loading": "{action} {name} property",
            "success": {
              "title": "Success!",
              "message": "Property {name} {action} successfully."
            },
            "error": {
              "title": "Error!",
              "message": "Failed to {action} property. Please try again!"
            }
          }
        },
        "create_update": {
          "title": {
            "create": "Create new custom property",
            "update": "Update custom property"
          },
          "form": {
            "display_name": {
              "placeholder": "Title"
            },
            "description": {
              "placeholder": "Description"
            }
          },
          "errors": {
            "name": {
              "required": "You must name your property.",
              "max_length": "Property name should not exceed 255 characters."
            },
            "property_type": {
              "required": "You must select a property type."
            },
            "options": {
              "required": "You must add at least one option."
            },
            "formula": {
              "required": "Formula expression is required.",
              "invalid": "Invalid formula: {error}",
              "circular_reference": "Circular reference detected. A formula cannot reference itself directly or indirectly.",
              "invalid_reference": "Formula references non-existent property."
            }
          }
        },
        "formula": {
          "field_label": "Formula field",
          "tooltip": "Enter a formula using '{'Field Name'}' syntax. Supports +, -, *, /, & operators.",
          "placeholder": "Write the formula",
          "test_button": "Test",
          "validating": "Validating",
          "validation_success": "Formula is valid! Returns {resultType}",
          "validation_success_with_refs": "Formula is valid! Returns {resultType} ({count} field(s) referenced)",
          "error": {
            "empty": "Please enter a formula",
            "missing_context": "Missing workspace, project, or work item type context",
            "validation_failed": "Validation failed"
          },
          "picker": {
            "no_match": "No matching properties",
            "no_available": "No available properties"
          }
        },
        "enable_disable": {
          "label": "Active",
          "tooltip": {
            "disabled": "Click to disable",
            "enabled": "Click to enable"
          }
        },
        "delete_confirmation": {
          "title": "Delete this property",
          "description": "Deletion of properties may lead to loss of existing data.",
          "secondary_description": "Do you want to disable the property instead?",
          "primary_button": "{action}, delete it",
          "secondary_button": "Yes, disable it"
        },
        "mandate_confirmation": {
          "label": "Mandatory property",
          "content": "There seems to be a default option for this property. Making the property mandatory will remove the default value and the users will have to add a value of their choice.",
          "tooltip": {
            "disabled": "This property type cannot be made mandatory",
            "enabled": "Uncheck to mark the field as optional",
            "checked": "Check to mark the field as mandatory"
          }
        },
        "empty_state": {
          "title": "Add custom properties",
          "description": "New properties you add for this work item type will show here."
        }
      },
      "types": {
        "title": "Types",
        "description": "Create and customize work item types with properties.",
        "sort_options": {
          "project_count": "Number of projects part of"
        },
        "filter_options": {
          "show_active": "Show active",
          "show_inactive": "Show inactive"
        },
        "project": {
          "add_button": {
            "create_new": "Create new",
            "import_from_workspace": "Import from workspace"
          },
          "banner": {
            "with_access": "Enable work item types to import types from workspace level",
            "without_access": "Work item types are disabled. Contact workspace admin to enable them in workspace settings."
          }
        }
      },
      "linked_properties": {
        "title": "Custom properties",
        "add_button": "Add properties",
        "modal": {
          "title": "Add properties",
          "empty": {
            "title": "No properties available",
            "description": "All properties have already been linked to this type."
          }
        },
        "unlink_confirmation": {
          "title": "Unlink property",
          "description": "Unlinking this property will permanently delete all its values across every work item using this type. This action cannot be undone.",
          "input_label": "Type",
          "input_label_suffix": "to continue:",
          "confirm": "Unlink property",
          "loading": "Unlinking"
        }
      },
      "item_delete_confirmation": {
        "title": "Delete this type",
        "description": "Deletion of types may lead to loss of existing data.",
        "can_disable_warning": "Do you want to disable the type instead?",
        "primary_button": "Yes, delete it",
        "toast": {
          "success": {
            "title": "Success!",
            "message": "Work item type deleted successfully."
          },
          "error": {
            "title": "Error!",
            "message": "Failed to delete work item type. Please try again!"
          }
        },
        "errors": {
          "cannot_delete_default_work_item_type": "Cannot delete default work item type",
          "cannot_delete_work_item_type_with_associated_work_items": "Cannot delete work item type with associated work items"
        }
      }
    },
    "create": {
      "title": "Create work item type",
      "button": "Add work item type",
      "toast": {
        "success": {
          "title": "Success!",
          "message": "Work item type created successfully."
        },
        "error": {
          "title": "Error!",
          "message": {
            "default": "Failed to create work item type. Please try again!",
            "conflict": "{name} type already exists. Choose a different name."
          }
        }
      }
    },
    "update": {
      "title": "Update work item type",
      "button": "Update work item type",
      "toast": {
        "success": {
          "title": "Success!",
          "message": "Work item type {name} updated successfully."
        },
        "error": {
          "title": "Error!",
          "message": {
            "default": "Failed to update work item type. Please try again!",
            "conflict": "{name} type already exists. Choose a different name."
          }
        }
      }
    },
    "create_update": {
      "form": {
        "name": {
          "placeholder": "Give this work item type a unique name"
        },
        "description": {
          "placeholder": "Describe what this work item type is meant for and when it's to be used."
        }
      }
    },
    "enable_disable": {
      "toast": {
        "loading": "{action} {name} work item type",
        "success": {
          "title": "Success!",
          "message": "Work item type {name} {action} successfully."
        },
        "error": {
          "title": "Error!",
          "message": "Failed to {action} work item type. Please try again!"
        }
      },
      "tooltip": "Click to {action}"
    },
    "change_confirmation": {
      "title": "Change work item type?",
      "description": "Changing the work item type may result in loss of custom property values that are specific to the current type. This action cannot be undone.",
      "button": {
        "loading": "Changing",
        "default": "Change type"
      }
    },
    "empty_state": {
      "enable": {
        "title": "Enable Work item Types",
        "description": "Shape work items to your work with Work item types. Customize with icons, backgrounds, and properties and configure them for this project.",
        "primary_button": {
          "text": "Enable"
        },
        "confirmation": {
          "title": "Once enabled, Work item Types can't be disabled.",
          "description": "BuzzwareTech's Work Item will become the default work item type for this project and will show up with its icon and background in this project.",
          "button": {
            "default": "Enable",
            "loading": "Setting up"
          }
        }
      },
      "get_pro": {
        "title": "Get Pro to enable Work item types.",
        "description": "Shape work items to your work with Work item types. Customize with icons, backgrounds, and properties and configure them for this project.",
        "primary_button": {
          "text": "Get Pro"
        }
      },
      "upgrade": {
        "title": "Upgrade to enable Work item types.",
        "description": "Shape work items to your work with Work item types. Customize with icons, backgrounds, and properties and configure them for this project.",
        "primary_button": {
          "text": "Upgrade"
        }
      }
    }
  },
  "work_item_type_hierarchy": {
    "settings": {
      "title": "Hierarchy",
      "tab_label": "Hierarchy",
      "description": "Set up hierarchy levels to organize your work. Each level defines a parent relationship with the item directly above it and child relationship with the item directly below it. ",
      "sidebar_label": "Hierarchy",
      "enable_control": {
        "title": "Enable hierarchy",
        "description": "Create parent-child relationships between different work item types.",
        "tooltip": "You cannot disable hierarchy once it is enabled."
      },
      "workspace_work_item_types_disabled_banner": {
        "content": "Define Work Item Types first to create a new hierarchy.",
        "cta": "Work item types settings"
      }
    },
    "levels": {
      "max_level_placeholder": "Drag and drop type to add a new hierarchy level",
      "empty_level_placeholder": "Drag and drop a work item type to level {level}",
      "drag_tooltip": "Drag to change level",
      "quick_actions": {
        "set_as_default": {
          "label": "Set as default",
          "toast": {
            "loading": "Setting as default...",
            "success": {
              "title": "Success!",
              "message": "Hierarchy level {level} set as default successfully."
            },
            "error": {
              "title": "Error!",
              "message": "Failed to set hierarchy level {level} as default. Please try again."
            }
          }
        }
      },
      "update_level_toast": {
        "loading": "Moving {workItemTypeName} to level {level}...",
        "success": {
          "title": "Success!",
          "message": "{workItemTypeName} moved to level {level} successfully."
        }
      }
    },
    "break_hierarchy_modal": {
      "title": "Validation error!",
      "content": {
        "intro": "Work item type {workItemTypeName} has:",
        "parent_items": "{count, plural, one {parent work item} other {parent work items}}",
        "child_items": "{count, plural, one {sub-work item} other {sub-work items}}",
        "parent_line_suffix_when_also_children": ", and ",
        "footer": "This change will remove parent and child relationships from existing work items of {workItemTypeName} work item type."
      },
      "confirm_input": {
        "label": "Type in \"Confirm\" to continue.",
        "placeholder": "Confirm"
      },
      "error_toast": {
        "title": "Error!",
        "message": "Failed to break hierarchy. Please try again."
      },
      "confirm_button": {
        "loading": "Applying",
        "default": "Apply & Unlink"
      }
    },
    "work_item_modal": {
      "invalid_work_item_type_create_toast": {
        "title": "Error!",
        "message": "The selected work item type cannot be used to create a new work item since it breaks the hierarchy rules."
      },
      "invalid_work_item_type_update_toast": {
        "title": "Error!",
        "message": "Work item type cannot be updated since it breaks the hierarchy rules."
      }
    },
    "work_item_type_modal": {
      "level": "Hierarchy level",
      "invalid_level_toast": {
        "title": "Error!",
        "message": "Work item type cannot be updated since it breaks the hierarchy rules."
      }
    }
  }
}
