From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期五, 16 五月 2025 17:40:18 +0800
Subject: [PATCH] 提交高度修改;
---
src/utils/i18n/locales/basic/index.js | 39 +++++++++++++++++++++++++++++++++------
1 files changed, 33 insertions(+), 6 deletions(-)
diff --git a/src/utils/i18n/locales/basic/index.js b/src/utils/i18n/locales/basic/index.js
index 06640e5..9454dbe 100644
--- a/src/utils/i18n/locales/basic/index.js
+++ b/src/utils/i18n/locales/basic/index.js
@@ -1,5 +1,10 @@
export const zh = {
- query: {},
+ query: {
+ reservedDays:"棰勭暀澶╂暟",
+ days:"澶╂暟",
+ significantDigit:"鏈夋晥鏁板瓧"
+
+ },
upload: {},
table: {
processRouteID:"宸ヨ壓璺嚎ID",
@@ -11,23 +16,45 @@
parentPartNumber:"鐖剁骇鏂欏彿",
parentMaterialDescription:"鐖剁骇鐗╂枡鎻忚堪",
materialDescription:"鐗╂枡鎻忚堪",
- usage:"鐢ㄩ噺"
+ usage:"鐢ㄩ噺",
+ operationSequence: "宸ュ簭搴忓彿",
+ applicableWorkshop:"閫傜敤杞﹂棿",
+ productivityModel: "浜ц兘妯″瀷",
+ designCapacity:"璁捐浜ц兘",
+ requirementID:"闇�姹侷D",
+ requirementTraceabilityID:"闇�姹傝拷婧疘D",
+ matchQuantity:"鍖归厤鏁伴噺",
+ workOrderType:"宸ュ崟绫诲瀷",
+ mainCustomer:"涓讳欢瀹㈡埛"
}
};
export const en = {
- query: {},
+ query: {
+ reservedDays:"Reserved Days",
+ days:"Days",
+ significantDigit:"Significant Digit"
+ },
upload: {},
table: {
processRouteID:"Process route ID",
processRouteVersion:"Process route version",
- effectiveDate:"effective date",
- expiringDate:"expiring date",
+ 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"
+ usage:"Usage",
+ operationSequence: "Operation sequence ",
+ applicableWorkshop:"Applicable workshop",
+ productivityModel:"Productivity model",
+ designCapacity:"Design capacity",
+ requirementID:"Requirement ID",
+ requirementTraceabilityID:"Requirement traceability ID",
+ matchQuantity:"Match Quantity",
+ workOrderType:"Work order type",
+ mainCustomer:"Main customer"
}
};
--
Gitblit v1.9.3