From 4079d1c5a3efb6b31879d9f80dd067cc01b11e91 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期三, 07 五月 2025 11:28:02 +0800 Subject: [PATCH] 对接bom静态页及联调接口 --- src/utils/i18n/locales/basic/index.js | 28 ++++++++++++++++++++++++---- 1 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/utils/i18n/locales/basic/index.js b/src/utils/i18n/locales/basic/index.js index f6c7e6d..06640e5 100644 --- a/src/utils/i18n/locales/basic/index.js +++ b/src/utils/i18n/locales/basic/index.js @@ -1,13 +1,33 @@ 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" + } }; -- Gitblit v1.9.3