{
  "title": "AutoML",
  "emptyBanner": {
    "title": "AutoML Models",
    "desc": "A general machine learning service enabling enterprises and engineers to quickly build intelligent systems without ML expertise, supporting text, image, and video files.",
    "create": "Create New {{name}}",
    "tip": "Currently, you have not created any {{name}}, you can click the \"Create New {{name}}\" button above to create your first {{name}}."
  },
  "search": "Search {{name}}…",
  "emptyResult": "No automated modeling found",
  "item": {
    "round": "{{succeededJobCount}} / {{maxJobCount}} rounds",
    "accuracy": "Accuracy {{value}}"
  },
  "page": {
    "emptyJob": "No corresponding attempt data found",
    "descPlaceholder": "Enter the description of the current {{name}}",
    "descUpdated": "{{name}} description updated successfully!",
    "deletedJob": "Execution deletion successful",
    "permissionUpdated": "Permission updated successfully!"
  },
  "setting": {
    "basic": "Basic Information",
    "basicDesc": "Modify the basic configuration information of the current {{name}}",
    "desc": "{{name}} Description",
    "descDesc": "Used to record the description information of the {{name}}",
    "descUpdate": "Update Description",
    "deleteTitle": "Delete all attempts: \"<strong>{{name}}</strong>\"",
    "deleteDesc": "After deleting all attempts, all attempt records, corresponding storage files, and workspace directory files will be deleted, this operation is irreversible.",
    "closeJob": "The current {{name}} contains running attempts. Please stop the corresponding attempts before trying again.",
    "deleteTitle2": "Confirm delete all attempts: {{name}}",
    "deleteButton": "I understand what this means, confirm delete all attempts",
    "deleteContent": "Are you sure you want to delete attempt {{name}} \"<strong>{{modelName}}</strong>\"? Once confirmed, all attempt records, associated storage files, and workspace directory files will be permanently deleted. This action cannot be undone.",
    "deleteConfirm": "Please enter the name of the current {{name}} to confirm:",
    "deleteSuccess": "All attempts deleted successfully",
    "stopTitle": "Stop new attempts: \"<strong>{{name}}</strong>\"",
    "stopTitle2": "Confirm stop creating new attempts: {{name}}",
    "stopDesc": "No new tasks will be created, but currently running tasks will continue to execute. This action is irreversible. To stop running executions, you need to handle them separately.",
    "stopButton": "No new attempts will be created",
    "stopSuccess": "No new attempts will be created, but currently running attempts will continue to execute. To stop running attempts, you need to handle them separately.",
    "stopConfirm": "Confirm stop creating new attempts: {{name}}「<strong>{{modelName}}</strong>」? After confirmation, the current attempts that are running will continue to execute. If you also want to close the task that is running, you need to operate it separately."
  },
  "create": {
    "preText": "Create New AutoML:",
    "basic": "Basic Information",
    "bindingData": "Bind Data",
    "parameterManagement": "Additional Configuration and Review",
    "noAvailableResource": "No available resources!",
    "createSuccess": "AutoML created successfully!",
    "nameMaxLength": "Maximum 140 characters",
    "templateRequired": "Please select a template",
    "name": "AutoML Name",
    "nameDesc": "Enter an AutoML name. It can include Chinese, English, numbers, and common special characters, up to 100 characters",
    "desc": "AutoML Description",
    "descDesc": "Input the description of the AutoML, for backup and description of the AutoML",
    "solution": "Solve Problem",
    "solutionDesc": "Select the problem to solve",
    "solvePlan": "Solution",
    "solvePlanDesc": "Currently, selected solution",
    "selectResource": "Select Resource",
    "selectResourceDesc": "Select the computing resource for running AutoML",
    "maxJobCount": "Maximum Attempts",
    "maxJobCountDesc": "Maximum number of attempts",
    "maxJobCountError": "Maximum attempts cannot be less than 1",
    "maxJobCountError2": "The maximum number of attempts cannot exceed 200",
    "parallelCount": "Parallel Count",
    "parallelCountDesc": "Number of parallel attempts",
    "highSetting": "Advanced Settings",
    "highSettingDesc": "Customize some key configurations of the AutoML",
    "bindData": "Bind Data",
    "bindDataDesc": "Select the dataset to bind.",
    "descInput": "Input: The specified dataset, the content cannot be modified",
    "descOutput": "Output: The working directory is the final directory that can be saved in the \"Container\" specified in the {{homePath}}",
    "pathError": "The same path cannot be bound to multiple data warehouses",
    "cancel": "Cancel",
    "nextStep": "Next: Bind Data",
    "nextStep2": "Next: Additional Configuration and Review",
    "back": "Back",
    "resetDefault": "Reset to Default",
    "run": "Run"
  },
  "vision": {
    "title": "Build Model"
  },
  "solution": {
    "imageClassification": "图像分类",
    "imageClassificationDesc": "识别图片内容中的主体类别",
    "objectDetection": "目标检测",
    "objectDetectionDesc": "识别图片中目标的类别以及位置",
    "semanticSegmentation": "图像分割",
    "semanticSegmentationDesc": "识别图像中目标的类别以及像素位置",
    "instanceSegmentation": "实例分割",
    "instanceSegmentationDesc": "识别图片中物体的类别和位置，并标记像素位置",
    "regression": "回归问题",
    "regressionDesc": "依据 tab 数据集，预测 tab 数据集中的目标值"
  }
}