CD配唱片
2025-05-08 960ed35de06e571da5656050fa39106b2a3d2dba
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: "计划开工日",
@@ -157,13 +164,18 @@
    processRouteWorkingHours:"工艺路线工时",
    demandQuantity:"需求数量",
    netRequirement:"净需求量",
    bomItemID: "项 ID"
    bomItemID: "项 ID",
    customizePlannedCompletionDate:"自定义计划完工日"
  },
};
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",
@@ -194,8 +206,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",
@@ -319,6 +334,7 @@
    processRouteWorkingHours:"Process route working hours",
    demandQuantity:"Demand Quantity",
    netRequirement:"Net Requirement",
    bomItemID:"Item ID"
    bomItemID:"Item ID",
    customizePlannedCompletionDate:"Customize the planned completion date"
  },
};