From 1eb2b9ceff04308d45a9a147f31901eb006ad5dc Mon Sep 17 00:00:00 2001 From: qiankanghui Date: Wed, 15 Jul 2026 10:32:43 +0800 Subject: [PATCH] =?UTF-8?q?style(i18n):=20=E6=9B=B4=E6=96=B0=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=89=8D=E7=BC=80=E5=91=BD=E5=90=8D=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Inspection_method_ 前缀修改为 InspectionMethod_ - 将 Inspection template by material 前缀修改为 InspectionTemplateByMaterial - 统一导出前缀的命名格式,移除下划线和空格 - 保持与其他模块命名风格的一致性 --- cclqms-vue/src/i18n/locales/qc.en.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cclqms-vue/src/i18n/locales/qc.en.js b/cclqms-vue/src/i18n/locales/qc.en.js index b5b7968..9fdc083 100644 --- a/cclqms-vue/src/i18n/locales/qc.en.js +++ b/cclqms-vue/src/i18n/locales/qc.en.js @@ -82,7 +82,7 @@ module.exports = { methodRemark: 'Inspection method remarks:', methodNameLabel: 'Method name:', inspectionTypeLabel: 'Inspection type:', - exportPrefix: 'Inspection_method_', + exportPrefix: 'InspectionMethod_', exportHeader: 'Inspection method', tableName: 'Inspection method maintenance', deleteConfirm: 'Delete this inspection method?', @@ -976,7 +976,7 @@ module.exports = { dataSyncConfirm: 'Run material catalog data sync?', dataSyncSuccess: 'Data sync completed', dataSyncFail: 'Data sync failed', - exportPrefix: 'Inspection template by material', + exportPrefix: 'InspectionTemplateByMaterial', exportHeader: 'Inspection template by material', tableNameMain: 'Material attribute settings', tableNameTemplate: 'Inspection template list',