Quellcode durchsuchen

feat: 数据分析-指标聚合:增加多语言包

vera_min vor 1 Monat
Ursprung
Commit
0504b616a7

+ 6 - 1
src/i18n/pages/dataAnalysis/en.ts

@@ -44,6 +44,7 @@ export default {
     selectDevice: 'Select Device',
     selectProperty: 'Select Property',
     selectTime: 'Select Time',
+    aggregation: "Aggregation"
   },
   columns: {
     id: 'ID',
@@ -110,6 +111,10 @@ export default {
     recentOneWeek: "Last Week",
     startDate: "Start Date",
     endDate: "End Date",
-    chartNotLoaded: "Chart Not Loaded"
+    chartNotLoaded: "Chart Not Loaded",
+    "5m": "5min",
+    "1h": "1h",
+    "1d": "1d",
+    title2: "Metric Aggregation Chart"
   }
 };

+ 6 - 1
src/i18n/pages/dataAnalysis/zh-cn.ts

@@ -44,6 +44,7 @@ export default {
     selectDevice: '选择设备',
     selectProperty: '选择属性',
     selectTime: '选择时间',
+    aggregation: "聚合粒度"
   },
   columns: {
     id: 'ID',
@@ -110,6 +111,10 @@ export default {
     recentOneWeek: "最近一周",
     startDate: "开始日期",
     endDate: "结束日期",
-    chartNotLoaded: "图表未加载"
+    chartNotLoaded: "图表未加载",
+    "5m": "5分钟",
+    "1h": "1小时",
+    "1d": "1天",
+    title2: "指标聚合统计图"
   }
 };

+ 6 - 1
src/i18n/pages/dataAnalysis/zh-tw.ts

@@ -44,6 +44,7 @@ export default {
     selectDevice: '選擇設備',
     selectProperty: '選擇屬性',
     selectTime: '選擇時間',
+    aggregation: "聚合粒度"
   },
   columns: {
     id: 'ID',
@@ -110,6 +111,10 @@ export default {
     recentOneWeek: "最近一週",
     startDate: "開始日期",
     endDate: "結束日期",
-    chartNotLoaded: "圖表未載入"
+    chartNotLoaded: "圖表未載入",
+    "5m": "5分鐘",
+    "1h": "1小時",
+    "1d": "1天",
+    title2: "指標聚合統計圖"
   }
 };