src/utils/i18n/locales/plan/index.js
@@ -2,6 +2,10 @@
  title: {
    pipePlanCapacity: "管路产能规划",
    gasPlanCapacity: "气柜规划产能",
    viewAssociatedRequirements:"查看关联需求",
    setMode:"设置模式",
    CustomizePlannedCompletionDate:"自定义计划完工日",
    tipsBugSheetMetal:"将生成的钣金需求的计划开工日和计划完工日赋值给工单"
  },
  options: {
    monthlyStatic: "按月统计",
@@ -31,8 +35,11 @@
  btns: {
    batchPlanStartDay: "批量修改计划开工日",
    batchPlanEndDay: "批量修改计划完工日",
    batchUpdateOrderDate:"批量更新工单计划日期",
    generatePlanOrder:"生成钣金计划工单",
    confirm: "确定",
    cancel: "取消",
    viewRequirement:"查看需求"
  },
  query: {
    daterangePlanStartDay: "计划开工日",
@@ -45,6 +52,7 @@
    selectDateRange: "选择区间",
    requireTraceID: "需求追溯ID",
    itemNumber: "料号",
  },
  upload: {
    prevText: "将文件拖到此处,或",
@@ -139,6 +147,7 @@
    requireID: "需求ID",
    requireTraceID: "需求追溯ID",
    bomLowCode:"BOM低阶码",
    bomUsage:"BOM用量",
    matchState:"匹配状态",
    matchPattern:"匹配模式",
    unmatchedDemandQuantity:"未匹配需求数量",
@@ -148,13 +157,28 @@
    // 钣金冗余工单报表
    subItemPartNumber:"子件料号",
    mismatchedProductionQuantity:"未匹配生产数量",
    workorderCreationTime:"工单创建时间"
    workorderCreationTime:"工单创建时间",
    delayRiskIdentification:"延迟风险标识",
    startDateOfDemandPlan:"需求计划开工日",
    requirementPlanCompletionDate:"需求计划完工日",
    processRouteWorkingHours:"工艺路线工时",
    demandQuantity:"需求数量",
    netRequirement:"净需求量",
    bomItemID: "项 ID",
    customizePlannedCompletionDate:"自定义计划完工日",
    //钣金料号工单异常
    abnormalCause:"异常原因",
    creationTime:"工单创建时间"
  },
};
export const en = {
  title: {
    pipePlanCapacity: "Pipeline planning capacity",
    gasPlanCapacity: "Gas holder planning production capacity",
    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"
  },
  options: {
    monthlyStatic: "Monthly statistics",
@@ -185,8 +209,11 @@
  btns: {
    batchPlanStartDay: "Batch modification of planned start date",
    batchPlanEndDay: "Batch modification plan completion date",
    batchUpdateOrderDate:"Batch update work order plan date",
    generatePlanOrder:"Generate sheet metal plan work order",
    confirm: "Confirm",
    cancel: "Cancel",
    viewRequirement:"View requirements"
  },
  query: {
    daterangePlanStartDay: "Planned start date",
@@ -293,6 +320,7 @@
    requireID: "Requirement ID",
    requireTraceID: "Requirement traceability ID",
    bomLowCode:"BOM low-level code",
    bomUsage:"BOM usage",
    matchState:"Match State",
    matchPattern:"Match Pattern",
    unmatchedDemandQuantity:"Unmatched Demand Quantity",
@@ -302,6 +330,17 @@
    // 钣金冗余工单报表
    subItemPartNumber:"Sub Item Part Number",
    mismatchedProductionQuantity:"Mismatched Production Quantity",
    workorderCreationTime:"Work order creation time"
    workorderCreationTime:"Work order creation time",
    delayRiskIdentification:"Delay risk identification",
    startDateOfDemandPlan:"Start date of demand plan",
    requirementPlanCompletionDate:"Requirement plan completion date",
    processRouteWorkingHours:"Process route working hours",
    demandQuantity:"Demand Quantity",
    netRequirement:"Net Requirement",
    bomItemID:"Item ID",
    customizePlannedCompletionDate:"Customize the planned completion date",
    //钣金料号工单异常
    abnormalCause:"Abnormal cause",
    creationTime:"Creation time"
  },
};