--完善国际化

This commit is contained in:
lai
2023-11-14 19:28:33 +08:00
parent e2b4a54943
commit c1a0c6f208
4 changed files with 29 additions and 11 deletions

View File

@@ -535,6 +535,15 @@ export default {
stopSure:'Confirm the pending task with number [{row.id}]?',
letUpWarning:'Prohibit activation of activated tasks',
stopWarning: 'Prohibit suspending inactive measurement tasks',
weekPlan:'Week Plan',
monthPlan:'Monthly Plan',
one:'Monday',
two:'Tuesday',
three:'Wednesday',
four:'Thursday',
five:'Friday',
six:'Saturday',
seven:'Sunday',
},
perfThreshold:{
thresholdValue:'Threshold Value',

View File

@@ -535,6 +535,15 @@ export default {
stopSure:'确认挂起编号为 【{id}】 的任务?',
letUpWarning:'禁止激活已激活的任务',
stopWarning:'禁止挂起未激活的测量任务',
weekPlan:'周计划',
monthPlan:'月计划',
one:'星期一',
two:'星期二',
three:'星期三',
four:'星期四',
five:'星期五',
six:'星期六',
seven:'星期天',
},
perfThreshold:{
thresholdValue:'门限值',