| | |
| | | export const zh = { |
| | | query: {}, |
| | | query: { |
| | | reservedDays:"预留天数", |
| | | days:"天数", |
| | | significantDigit:"有效数字" |
| | | |
| | | }, |
| | | upload: {}, |
| | | table: { |
| | | processRouteID:"工艺路线ID", |
| | |
| | | operationSequence: "工序序号", |
| | | applicableWorkshop:"适用车间", |
| | | productivityModel: "产能模型", |
| | | designCapacity:"设计产能" |
| | | designCapacity:"设计产能", |
| | | requirementID:"需求ID", |
| | | requirementTraceabilityID:"需求追溯ID", |
| | | matchQuantity:"匹配数量", |
| | | workOrderType:"工单类型", |
| | | mainCustomer:"主件客户" |
| | | } |
| | | }; |
| | | |
| | | export const en = { |
| | | query: {}, |
| | | query: { |
| | | reservedDays:"Reserved Days", |
| | | days:"Days", |
| | | significantDigit:"Significant Digit" |
| | | }, |
| | | upload: {}, |
| | | table: { |
| | | processRouteID:"Process route ID", |
| | |
| | | operationSequence: "Operation sequence ", |
| | | applicableWorkshop:"Applicable workshop", |
| | | productivityModel:"Productivity model", |
| | | designCapacity:"Design capacity" |
| | | designCapacity:"Design capacity", |
| | | requirementID:"Requirement ID", |
| | | requirementTraceabilityID:"Requirement traceability ID", |
| | | matchQuantity:"Match Quantity", |
| | | workOrderType:"Work order type", |
| | | mainCustomer:"Main customer" |
| | | } |
| | | }; |