CD配唱片
2025-05-06 5e4dc3af68c2bb0a5a33fcb395e7704207125ce8
src/utils/i18n/locales/plan/index.js
@@ -1,11 +1,11 @@
export const zh = {
  title: {
    pipePlanCapacity: "管路产能规划",
    gasPlanCapacity:"气柜规划产能"
    gasPlanCapacity: "气柜规划产能",
  },
  options:{
    monthlyStatic:"按月统计",
    dailyStatic:"按日统计"
  options: {
    monthlyStatic: "按月统计",
    dailyStatic: "按日统计",
  },
  message: {
    update: "数据更新成功",
@@ -14,18 +14,19 @@
    metalplanDataSuccess: "钣金计划数据已成功解析",
    metalplanDataError: "钣金计划数据已解析失败",
    idNotBeEmpty: "主键id不能为空",
    errorMonthEmpty:"请选择年月"
    errorMonthEmpty: "请选择年月",
  },
  placeholder: {
    startDate: "开始日期",
    endDate: "结束日期",
    startMonth:"开始月份",
    endMonth:"结束月份",
    to:"至",
    startMonth: "开始月份",
    endMonth: "结束月份",
    to: "至",
    documentNumber: "请输入单据号",
    customer: "请输入客户名称",
    planWorkOderNO: "请输入钣金计划工单号",
    selectMonth:"选择月份"
    selectMonth: "选择月份",
    requireTraceID: "请输入需求追溯ID",
  },
  btns: {
    batchPlanStartDay: "批量修改计划开工日",
@@ -40,8 +41,10 @@
    customer: "客户名称",
    workOrderNo: "工单号",
    selectMonth: "选择月份",
    statistical:"统计方式",
    selectDateRange: "选择区间"
    statistical: "统计方式",
    selectDateRange: "选择区间",
    requireTraceID: "需求追溯ID",
    itemNumber: "料号",
  },
  upload: {
    prevText: "将文件拖到此处,或",
@@ -49,7 +52,8 @@
    uploadSheetMetalPlanData: "钣金计划数据上传",
    uploadGasPipelineData: "气体管路计划数据上传",
    info: "上传Excel文件,包含零件工单信息。系统将解析数据并保存到本地,用于关联到零件计划中。",
    weldSeamInfo:"上传Excel文件,包含焊缝工单信息。系统将解析数据并保存到本地,用于关联到焊缝计划中。",
    weldSeamInfo:
      "上传Excel文件,包含焊缝工单信息。系统将解析数据并保存到本地,用于关联到焊缝计划中。",
    uploadText: "点击上传",
    fileTypeImport: "仅允许导入xls、xlsx格式文件。",
    dataPreview: "数据预览",
@@ -131,16 +135,30 @@
    days: "天数",
    monthProduceAllNum: "月产出数量",
    remark: "备注",
    // 钣金供应缺口报表
    requireID: "需求ID",
    requireTraceID: "需求追溯ID",
    bomLowCode:"BOM低阶码",
    matchState:"匹配状态",
    matchPattern:"匹配模式",
    unmatchedDemandQuantity:"未匹配需求数量",
    requirementDate:"需求日期",
    applicableFactories:"适用工厂",
    productionBase:"生产基地",
    // 钣金冗余工单报表
    subItemPartNumber:"子件料号",
    mismatchedProductionQuantity:"未匹配生产数量",
    workorderCreationTime:"工单创建时间"
  },
};
export const en = {
  title: {
    pipePlanCapacity: "Pipeline planning capacity",
    gasPlanCapacity: "Gas holder planning production capacity"
    gasPlanCapacity: "Gas holder planning production capacity",
  },
  options:{
    monthlyStatic:"Monthly statistics",
    dailyStatic:"Daily statistics"
  options: {
    monthlyStatic: "Monthly statistics",
    dailyStatic: "Daily statistics",
  },
  message: {
    update: "Data update successful",
@@ -150,18 +168,19 @@
    metalplanDataSuccess: "Sheet metal plan data successfully parsed",
    metalplanDataError: "Sheet metal plan data parsing failed",
    idNotBeEmpty: "The primary key ID cannot be empty",
    errorMonthEmpty:"Please select year and month"
    errorMonthEmpty: "Please select year and month",
  },
  placeholder: {
    startDate: "Start date",
    endDate: "End date",
    startMonth:"Start Month",
    endMonth:"End Month",
    to:"To",
    startMonth: "Start Month",
    endMonth: "End Month",
    to: "To",
    documentNumber: "Please enter the document number",
    customer: "Please enter the customer name",
    planWorkOderNO: "Please enter the sheet metal plan work order number",
    selectMonth:"Select Month"
    selectMonth: "Select Month",
    requireTraceID: "Please enter the requirement traceability ID",
  },
  btns: {
    batchPlanStartDay: "Batch modification of planned start date",
@@ -176,8 +195,10 @@
    customer: "Customer Name",
    workOrderNo: "Work order number",
    selectMonth: "Select Month",
    statistical:"Statistical method",
    selectDateRange: "Select interval"
    statistical: "Statistical method",
    selectDateRange: "Select interval",
    requireTraceID: "Requirement traceability ID",
    itemNumber: "Item number",
  },
  upload: {
    prevText: "Drag the file here, or",
@@ -268,5 +289,19 @@
    days: "Days",
    monthProduceAllNum: "Monthly output quantity",
    remark: "notes",
    // 钣金供应缺口报表
    requireID: "Requirement ID",
    requireTraceID: "Requirement traceability ID",
    bomLowCode:"BOM low-level code",
    matchState:"Match State",
    matchPattern:"Match Pattern",
    unmatchedDemandQuantity:"Unmatched Demand Quantity",
    requirementDate:"Requirement Date",
    applicableFactories:"Applicable Factories",
    productionBase:"Production Base",
    // 钣金冗余工单报表
    subItemPartNumber:"Sub Item Part Number",
    mismatchedProductionQuantity:"Mismatched Production Quantity",
    workorderCreationTime:"Work order creation time"
  },
};