Files
ems-frontend-template/src/i18n/locales/zh.json
Du Wenbo ba190c33ca feat: generic branding, remove all Tianpu hardcoding (v1.3.0)
- Replace all 天普/Tianpu text with generic "智慧能源管理平台"
- Change brandName to "EMS Platform" in both zh/en locales
- Update localStorage keys from tianpu-* to ems-*
- Make login subtitle generic

New customers copying this template will get neutral branding
that they customize for their own park/brand.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 22:04:11 +08:00

65 lines
1.7 KiB
JSON

{
"menu": {
"dashboard": "能源总览",
"monitoring": "实时监控",
"devices": "设备管理",
"analysis": "能耗分析",
"alarms": "告警管理",
"carbon": "碳排放管理",
"reports": "报表管理",
"bigscreen": "可视化大屏",
"bigscreen2d": "2D 能源大屏",
"bigscreen3d": "3D 园区大屏",
"system": "系统管理",
"users": "用户管理",
"roles": "角色权限",
"settings": "系统设置",
"audit": "审计日志",
"quota": "定额管理",
"charging": "充电管理",
"maintenance": "运维管理",
"dataQuery": "数据查询",
"management": "管理体系",
"prediction": "AI预测"
},
"header": {
"alarmNotification": "告警通知",
"activeAlarms": "条活跃",
"noActiveAlarms": "暂无活跃告警",
"viewAllAlarms": "查看全部告警",
"profile": "个人信息",
"logout": "退出登录",
"brandName": "EMS Platform"
},
"common": {
"save": "保存",
"cancel": "取消",
"confirm": "确认",
"delete": "删除",
"edit": "编辑",
"add": "新增",
"search": "搜索",
"reset": "重置",
"export": "导出",
"import": "导入",
"loading": "加载中",
"success": "操作成功",
"error": "操作失败",
"noData": "暂无数据"
},
"analysis": {
"dataComparison": "数据对比",
"energyTrend": "能耗趋势",
"dailySummary": "每日能耗汇总",
"period1": "时段一",
"period2": "时段二",
"totalConsumption": "总用电量",
"peakPower": "峰值功率",
"avgLoad": "平均负荷",
"carbonEmission": "碳排放",
"change": "变化",
"compare": "对比",
"selectDateRange": "选择日期范围"
}
}