Browse Source

style(i18n): 更新国际化文件中的导出前缀命名规范

- 将 Inspection_method_ 前缀修改为 InspectionMethod_
- 将 Inspection template by material 前缀修改为 InspectionTemplateByMaterial
- 统一导出前缀的命名格式,移除下划线和空格
- 保持与其他模块命名风格的一致性
master
qiankanghui 2 weeks ago
parent
commit
1eb2b9ceff
  1. 4
      cclqms-vue/src/i18n/locales/qc.en.js

4
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',

Loading…
Cancel
Save