12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /*
- * @Author: vera_min vera_min@163.com
- * @Date: 2025-09-01 10:41:04
- * @LastEditors: vera_min vera_min@163.com
- * @LastEditTime: 2025-09-01 12:07:11
- * @FilePath: /sagoo-admin-ui-pro2/src/i18n/pages/dataAnalysis/en.ts
- * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
- */
- // 数据分析
- export default {
- labels: {
- selectProduct: 'Select Product',
- selectDevice: 'Select Device',
- selectProperty: 'Select Property',
- selectTime: 'Select Time',
- aggregation: "Aggregation"
- },
- columns: {},
- actions: {
- printChart: "Print Chart",
- search: 'Search'
- },
- status: {},
- options: {},
- messages: {},
- placeholders: {
- selectProduct: "Select Product",
- selectDevice: "Select Device",
- selectProperty: "Select Property",
- selectTime: "Select Time",
- },
- // 指标趋势
- exponentialTrend: {
- title: "Exponential Trend",
- recentOneHour: "Last Hour",
- recent24Hours: "Last 24H",
- recentOneWeek: "Last Week",
- startDate: "Start Date",
- endDate: "End Date",
- chartNotLoaded: "Chart Not Loaded",
- "5m": "5min",
- "1h": "1h",
- "1d": "1d",
- title2: "Metric Aggregation Chart"
- }
- };
|