| | |
| | | export const zh = { |
| | | query: {}, |
| | | upload: {}, |
| | | table: {}, |
| | | table: {}, |
| | | table: { |
| | | processRouteID:"工艺路线ID", |
| | | processRouteVersion:"工艺路线版本", |
| | | effectiveDate:"生效日期", |
| | | expiringDate:"失效日期", |
| | | integrationDate:"集成日期", |
| | | applicableFactories:"适用工厂", |
| | | parentPartNumber:"父级料号", |
| | | parentMaterialDescription:"父级物料描述", |
| | | materialDescription:"物料描述", |
| | | usage:"用量" |
| | | } |
| | | }; |
| | | |
| | | export const en = { |
| | | query: {}, |
| | | upload: {}, |
| | | table: {}, |
| | | table: {}, |
| | | table: { |
| | | processRouteID:"Process route ID", |
| | | processRouteVersion:"Process route version", |
| | | effectiveDate:"effective date", |
| | | expiringDate:"expiring date", |
| | | integrationDate:"Integration date", |
| | | applicableFactories:"Applicable factories", |
| | | parentPartNumber:"Parent part number", |
| | | parentMaterialDescription:"Parent material description", |
| | | materialDescription:"Material Description", |
| | | usage:"usage" |
| | | } |
| | | }; |