chengxiangling
2025-05-13 31a116f666ea52854fee19c253cbd5696570ad88
src/utils/i18n/locales/plan/index.js
@@ -5,7 +5,10 @@
    viewAssociatedRequirements:"查看关联需求",
    setMode:"设置模式",
    CustomizePlannedCompletionDate:"自定义计划完工日",
    tipsBugSheetMetal:"将生成的钣金需求的计划开工日和计划完工日赋值给工单"
    tipsBugSheetMetal:"将生成的钣金需求的计划开工日和计划完工日赋值给工单",
    metalWeldWork:"焊缝工单数据",
    parseUpload:"已成功上传和解析",
    weld:"焊缝"
  },
  options: {
    monthlyStatic: "按月统计",
@@ -54,13 +57,17 @@
    selectDateRange: "选择区间",
    requireTraceID: "需求追溯ID",
    itemNumber: "料号",
    pipelineOrderRequire:"管路订单需求",
    gasHolderOrderRequire:"气柜订单需求",
    pipelinePredictionDemand:"管路预测需求",
    gasHolderForecastDemand:"气柜预测需求",
  },
  upload: {
    prevText: "将文件拖到此处,或",
    uploadPartWorkOrderData: "零件工单数据上传",
    uploadSheetMetalPlanData: "钣金计划数据上传",
    uploadGasPipelineData: "气体管路计划数据上传",
    uploadWeldSeamData: "焊缝工单数据上传",
    info: "上传Excel文件,包含零件工单信息。系统将解析数据并保存到本地,用于关联到零件计划中。",
    weldSeamInfo:
      "上传Excel文件,包含焊缝工单信息。系统将解析数据并保存到本地,用于关联到焊缝计划中。",
@@ -69,11 +76,14 @@
    dataPreview: "数据预览",
    totalUpload: "共上传",
    itemUpload: "条零件工单数据",
    itemWeldSeamUpload:"条焊缝工单数据",
    confirmUpload: "确认上传",
    cancel: "取 消",
    errorResult: "导入结果",
    uploadParsePartWorkOrderData: "零件工单数据已成功上传和解析",
    uploadParseGasPipelineData: "气体管路计划数据已成功上传和解析",
    uploadParseWeldSeamData:"焊缝工单数据已成功解析",
    uploadErrorParseWeldSeamData:"焊缝工单数据已解析失败"
  },
  table: {
    mainPartNumber: "主件料号",
@@ -95,11 +105,37 @@
    planworkOrderTime: "工单计划下发时间",
    planEndDay: "系统完工时间",
    seq: "序号",
    year:"年份",
    month:"月份",
    piping:"管路",
    gasHolder:"气柜",
    forecastDemand:"预测需求",
    reserveOrderOutput:"预留紧急订单产出",
    calTotal:"合计",
    days:"天数",
    requirementDayWeldSeam:"需求日焊缝",
    productionDayWeldSeam:"生产日焊缝",
    customerDrawingNumber:"客户图号",
    organizationalAccount:"组织账号",
    isRequirements:"是否满足",
    materialCode: "物料编码",
    classification:"分类(气柜/管路)",
    productionYear:"生产年份",
    productionMonth:"生产月份",
    generateQuantity:"生成数量",
    mainWorkOrderNumber:"主工单号",
    superiorWorkOrderNumber:"上级工单号",
    masterPlanner: "主计划员",
    weekDay: "周日",
    weekCycle: "周度",
    mainPartDrawingNumber: "主件图号",
    customer: "客户名称",
    singleWeldSeam:"单件焊缝",
    totalWeldSeam:"总焊缝",
    dateFeedback:"本次反馈日期",
    materialRequirementDate:"物料需求日期",
    salesOrder:"销售订单号",
    salesOrderLine:"销售订单行",
    goodProductsQuantity: "良品数量",
    processNumber: "工序号",
    factoryCenter: "工作中心",
@@ -142,7 +178,6 @@
    dayProduceUnit: "日产出单位",
    personnelNumber: "人员数量",
    dayProduceAllNum: "日产出总数量",
    days: "天数",
    monthProduceAllNum: "月产出数量",
    remark: "备注",
    // 钣金供应缺口报表
@@ -156,6 +191,7 @@
    requirementDate:"需求日期",
    applicableFactories:"适用工厂",
    productionBase:"生产基地",
    orderRequirements:"订单需求",
    // 钣金冗余工单报表
    subItemPartNumber:"子件料号",
    mismatchedProductionQuantity:"未匹配生产数量",
@@ -181,7 +217,8 @@
    viewAssociatedRequirements:"View associated requirements",
    setMode:"Set Mode",
    CustomizePlannedCompletionDate:"Customize the planned completion date",
    tipsBugSheetMetal:"Assign the planned start date and planned completion date of the generated sheet metal requirements to the work order"
    tipsBugSheetMetal:"Assign the planned start date and planned completion date of the generated sheet metal requirements to the work order",
    weld:"weld seam",
  },
  options: {
    monthlyStatic: "Monthly statistics",
@@ -231,18 +268,27 @@
    selectDateRange: "Select interval",
    requireTraceID: "Require track ID",
    itemNumber: "Item number",
    pipelineOrderRequire:"Pipeline order requirements",
    gasHolderOrderRequire:"Gas cabinet order demand",
    pipelinePredictionDemand:"Pipeline prediction demand",
    gasHolderForecastDemand:"Gas holder forecast demand"
  },
  upload: {
    prevText: "Drag the file here, or",
    uploadPartWorkOrderData: "Upload part work order data",
    uploadSheetMetalPlanData: "Upload sheet metal plan data",
    uploadGasPipelineData: "Upload gas pipeline plan data",
    uploadWeldSeamData: "Upload welding work order data",
    info: "Upload an Excel file containing part work order information. The system will parse the data and save it locally for association with the part plan.",
    weldSeamInfo:
      "Upload an Excel file containing weld work order information. The system will parse the data and save it locally for association with the weld seam plan.",
    uploadText: " Click to upload",
    fileTypeImport:
      "Only xls and xlsx format files are allowed to be imported.",
    dataPreview: "Data Preview",
    totalUpload: "Upload",
    itemUpload: "part work order data in total",
    itemWeldSeamUpload:"weld seam work order data",
    confirmUpload: "Confirm upload",
    cancel: "Cancel",
    errorResult: "Import results",
@@ -250,6 +296,8 @@
      "The part work order data has been successfully uploaded and parsed",
    uploadParseGasPipelineData:
      "The gas pipeline plan data has been successfully uploaded and parsed",
    uploadParseWeldSeamData:"The weld work order data has been successfully parsed",
    uploadErrorParseWeldSeamData:"Failed to parse weld work order data"
  },
  table: {
    mainPartNumber: "Main part number",
@@ -271,11 +319,36 @@
    planworkOrderTime: "Work order plan issuance time",
    planEndDay: "System completion time",
    seq: "Serial Number",
    year:"Year",
    month:"Month",
    piping:"Piping",
    gasHolder:"Gas holder",
    forecastDemand:"Forecast demand",
    reserveOrderOutput:"Reserve emergency order output",
    calTotal:"Total",
    requirementDayWeldSeam:"Requirement day weld seam",
    productionDayWeldSeam:"Production day weld seam",
    customerDrawingNumber:"Customer drawing number",
    organizationalAccount:"Organizational account",
    isRequirements:"Is requirements",
    materialCode:"material code",
    classification:"Classification(Gas holder/pipeline)",
    productionYear:"Production year",
    productionMonth:"Production Month",
    generateQuantity:"Generate quantity",
    mainWorkOrderNumber:"Main work order number",
    superiorWorkOrderNumber:"Superior work order number",
    masterPlanner: "Master scheduler",
    weekDay: "Sunday",
    weekCycle: "Week cycle",
    mainPartDrawingNumber: "Main component drawing number",
    customer: "Customer Name",
    singleWeldSeam:"Single piece weld seam",
    totalWeldSeam:"Total weld seam",
    dateFeedback:"Date of this feedback",
    materialRequirementDate:"Material requirement date",
    salesOrder:"Sales Order No",
    salesOrderLine:"Sales order line",
    goodProductsQuantity: "Quantity of good products",
    processNumber: "Process number",
    factoryCenter: "Work center",
@@ -332,6 +405,7 @@
    requirementDate:"Requirement Date",
    applicableFactories:"Applicable Factories",
    productionBase:"Production Base",
    orderRequirements:"Order requirements",
    // 钣金冗余工单报表
    subItemPartNumber:"Sub Item Part Number",
    mismatchedProductionQuantity:"Mismatched Production Quantity",