Ver Fonte

feat: 增加菜单栏中英文词条

vera_min há 2 meses atrás
pai
commit
2c7bb59fb7
3 ficheiros alterados com 531 adições e 0 exclusões
  1. 179 0
      src/i18n/lang/en.ts
  2. 172 0
      src/i18n/lang/zh-cn.ts
  3. 180 0
      src/i18n/lang/zh-tw.ts

+ 179 - 0
src/i18n/lang/en.ts

@@ -178,4 +178,183 @@ export default {
 		copyTextSuccess: 'Copy succeeded!',
 		copyTextError: 'Copy failed!',
 	},
+	menuModule: {
+		runtimeMonitoring: {
+			title: "Runtime Monitoring",
+			weatherMonitoring: "Weather Monitoring",
+			realTimeMonitoring: "Real-time Monitoring",
+			weatherHistory: "Weather History",
+		},	
+		iotmanager: {
+			title: "IoT Management",
+			dashboard: "IoT Overview",
+			deviceManager: "Device Management",
+			productClass: "Product Category",
+			product: "Product",
+			productDetail: "Product Details",
+			device: "Device",
+			device1: "Device",
+			deviceDetail: "Device Details",
+			deviceDetail1: "Device Details",
+			configuration: "Configuration Management",
+			configurationList: "Configuration List",
+			screen: "Dashboard Design",
+			ruleEngine: "Rule Engine",
+			ruleInstance: "Rule Orchestration",
+			gridComponent: "Grid Component",
+			serverManager: "Server Management",
+			serverDetail: "Service Details",
+			editServer: "Edit Service",
+			newServer: "Add Service",
+			channelManagement: "Channel Management",
+			channelManagement1: "Channel Management",
+			editChannel: "Edit Channel",
+			newChannel: "Add Channel",
+			channelDetail: "Channel Details",
+			dataCollection: "Data Collection",
+			templateManagement: "Template Management",
+			dataAnalysis: "Data Analysis",
+			indicatorTrend: "Indicator Trend",
+			indicatorAggregation: "Indicator Aggregation",
+			certificateManagement: "Certificate Management",
+			certificateList: "Certificate List",
+			alarmCenter: "Alarm Center",
+			alarmStatistics: "Alarm Statistics",
+			alarmLog: "Alarm Log",
+			alarmConfiguration: "Alarm Configuration",
+			ice104: "IEC104",
+			template: "Template",
+			templateDetail: "Template Details",
+			sceneLinkage: "Scene Linkage",
+			sceneList: "Scene List",
+			sceneDetail: "Scene Details",
+			sceneRecord: "Scene Record",
+			sceneRecordDetail: "Record Details",
+			operationManagement: "Operation Management",
+			remoteConfiguration: "Remote Configuration",
+			otaUpgrade: "OTA Upgrade",
+			dataAnalysis1: "Data Analysis",
+			moduleManagement: "Module Management",
+			upgradePackageManagement: "Upgrade Package Management",
+			upgradePackageDetail: "Details",
+			notificationService: "Notification Service",
+			notificationLog: "Notification Log",
+			notificationConfiguration: "Notification Configuration",
+			notificationConfigurationManagement: "Notification Configuration Management",
+			cascadeManagement: "Cascade Management",
+		},
+		iotCard: {
+			title: "IoT Card",
+			homePage: "Home Page",
+			iotCardManagement: "IoT Card Management",
+			iotCardDetail: "IoT Card Details",
+			platformAccess: "Platform Access",
+		},
+		projectManagement: {
+			title: "Project Management",
+			projectOverview: "Project Overview",
+			projectList: "Project List",
+			projectDetail: "Project Details",
+			filterTemplate: "Filter Template",
+			deviceTree: "Device Tree",
+		},
+		assetManagement: {
+			title: "Asset Management",
+			deviceArchiveManagement: "Device Archive Management",
+			deviceArchiveProperty: "Device Archive Property",
+			assetRelationship: "Asset Relationship",
+			deviceMap: "Device Map",
+		},
+		dataCenter: {
+			title: "Data Center",
+			dataModelDetail: "Data Model Details",
+			dataSourceDetail: "Data Source Details",
+			indexManagement: "Index Management",
+			dataModeling: "Data Modeling",
+			dataSourceManagement: "Data Source Management",
+		},
+		developmentTools: {
+			title: "Development Tools",
+			codeGeneration: "Code Generation",
+		},
+		videoMonitoring: {
+			title: "Video Monitoring",
+			gbDevice: "GB Device",
+			deviceManagement: "Device Management",
+			deviceScreen: "Device Screen",
+			deviceGroup: "Device Group",
+			videoManagement: "Video Management",
+			alarmQuery: "Alarm Query",
+			videoPlayback: "Video Playback",
+			screenPlayback: "Screen Playback",
+			streamList: "Stream List",
+			streamProxy: "Stream Proxy",
+			streamPush: "Stream Push",
+		},
+		systemManagement: {
+			title: "System Management",
+			regionManagement: "Region Management",
+			organizationManagement: "Organization Management",
+			positionManagement: "Position Management",
+			roleManagement: "Role Management",
+			userManagement: "User Management",
+			systemMonitoring: "System Monitoring",
+			apiDocument: "API Document",
+			serviceMonitoring: "Service Monitoring",
+			cacheMonitoring: "Cache Monitoring",
+			systemNotification: "System Notification",
+			onlineUser: "Online User",
+			loginLog: "Login Log",
+			auditLog: "Audit Log",
+			taskLog: "Task Log",
+			systemLog: "System Log",
+			blacklist: "Blacklist",
+			configuration: "System Configuration",
+			configurationManagement: "Configuration Management",
+			pluginManagement: "Plugin Management",
+			applicationManagement: "Application Management",
+			menuManagement: "Menu Management",
+			parameterManagement: "Parameter Management",
+			dictionaryManagement: "Dictionary Management",
+			dictionaryDataManagement: "Dictionary Data Management",
+			scheduledTask: "Scheduled Task",
+			apiManagement: "API Management",
+			cityManagement: "City Management",
+			remoteUpgrade: "Remote Upgrade",
+			authorizationConfiguration: "Authorization Configuration",
+			tenantManagement: "Tenant Management",
+			// experimentalFunction: "Experimental Function",
+			// functionDevelopment: "Function Development",
+			// pageDevelopment: "Page Development",
+			// Designer: "Designer",
+			// apiDevelopment: "API Development",
+			// apiDefinition: "API Definition",
+			// dataSourceManagement: "Data Source Management",
+			// clientManagement: "Client Management",
+			// policyManagement: "Policy Management",
+			// policyControl: "Policy Control",
+		},
+		experimentalFunction: {
+			title: "Experimental Function",
+			dataAssistant: "Data Assistant",
+			managementPage: "Management Page",
+			energyAnalysis: "Energy Analysis",
+		},
+		functionDevelopment: {
+			title: "Function Development",
+			pageDevelopment: "Page Development",
+			Designer: "Designer",
+			apiDevelopment: "API Development",
+			apiDefinition: "API Definition",
+
+			dataSourceManagement: "Data Source Management",
+			clientManagement: "Client Management",
+			pluginManagement: "Plugin Management",
+
+		},
+		policyManagement: {
+			title: "Policy Management",
+			policyControl: "Policy Control",
+		}
+	}
 };

+ 172 - 0
src/i18n/lang/zh-cn.ts

@@ -179,4 +179,176 @@ export default {
 		copyTextSuccess: '复制成功!',
 		copyTextError: '复制失败!',
 	},
+	menuModule: {
+		runtimeMonitoring: {
+			title: "运行监测",
+			weatherMonitoring: "天气监测",
+			realTimeMonitoring: "实时监测",
+			weatherHistory: "天气历史",
+		},
+		iotmanager: {
+			title: "物联管理",
+			dashboard: "物联概览",
+			deviceManager: "设备管理",
+			productClass: "产品分类",
+			product: "产品",
+			productDetail: "产品详情",
+			device: "设备",
+			device1: "设备",
+			deviceDetail: "设备详情",
+			deviceDetail1: "设备详情",
+			configuration: "组态管理",
+			configurationList: "组态列表",
+			screen: "大屏设计",
+			ruleEngine: "规则引擎",
+			ruleInstance: "规则编排",
+			gridComponent: "网格组件",
+			serverManager: "服务器管理",
+			serverDetail: "服务详情",
+			editServer: "编辑服务",
+			newServer: "新增服务",
+			channelManagement: "通道管理",
+			channelManagement1: "通道管理",
+			editChannel: "编辑通道",
+			newChannel: "新增通道",
+			channelDetail: "通道详情",
+			dataCollection: "数据采集",
+			templateManagement: "模板管理",
+			dataAnalysis: "数据分析",
+			indicatorTrend: "指标趋势",
+			indicatorAggregation: "指标聚合",
+			certificateManagement: "证书管理",
+			certificateList: "证书列表",
+			alarmCenter: "告警中心",
+			alarmStatistics: "告警统计",
+			alarmLog: "告警日志",
+			alarmConfiguration: "告警配置",
+			ice104: "ice104",
+			template: "模版",
+			templateDetail: "模版详情",
+			sceneLinkage: "场景联动",
+			sceneList: "场景列表",
+			sceneDetail: "场景详情",
+			sceneRecord: "场景记录",
+			sceneRecordDetail: "记录详情",
+			operationManagement: "运维管理",
+			remoteConfiguration: "远程配置",
+			otaUpgrade: "OTA升级",
+			dataAnalysis1: "数据分析",
+			moduleManagement: "模块管理",
+			upgradePackageManagement: "升级包管理",
+			upgradePackageDetail: "详情",
+			notificationService: "通知服务",
+			notificationLog: "通知日志",
+			notificationConfiguration: "通知配置",
+			notificationConfigurationManagement: "通知配置管理",
+			cascadeManagement: "级联管理",
+		},
+		iotCard: {
+			title: "物联卡",
+			homePage: "首页",
+			iotCardManagement: "物联卡管理",
+			iotCardDetail: "物联网卡详情",
+			platformAccess: "平台接入",
+		},
+		projectManagement: {
+			title: "项目管理",
+			projectOverview: "项目概览",
+			projectList: "项目列表",
+			projectDetail: "项目详情",
+			filterTemplate: "过滤模板",
+			deviceTree: "设备树",
+
+		},
+		assetManagement: {
+			title: "资产管理",
+			deviceArchiveManagement: "设备档案管理",
+			deviceArchiveProperty: "设备档案属性",
+			assetRelationship: "资产关系",
+			deviceMap: "设备地图",
+		},
+		dataCenter: {
+			title: "数据中心",
+			dataModelDetail: "数据模型详情",
+			dataSourceDetail: "数据源详情",
+			indexManagement: "指数管理",
+			dataModeling: "数据建模",
+			dataSourceManagement: "数据源管理",
+
+		},
+		developmentTools: {
+			title: "开发工具",
+			codeGeneration: "代码生成",
+		},
+		videoMonitoring: {
+			title: "视频监控",
+			gbDevice: "国标设备",
+			deviceManagement: "设备管理",
+			deviceScreen: "设备分屏",
+			deviceGroup: "设备分组",
+			videoManagement: "录像管理",
+			alarmQuery: "报警查询",
+			videoPlayback: "录像回放",
+			screenPlayback: "分屏播放",
+			streamList: "推流列表",
+			streamProxy: "拉流代理",
+			streamPush: "推流代理",
+
+		},
+		systemManagement: {
+			title: "系统管理",
+			regionManagement: "区域管理",
+			organizationManagement: "组织管理",
+			positionManagement: "岗位管理",
+			roleManagement: "角色管理",
+			userManagement: "用户管理",
+			systemMonitoring: "系统监控",
+			apiDocument: "api文档",
+			serviceMonitoring: "服务监测",
+			cacheMonitoring: "缓存监测",
+			systemNotification: "系统通知",
+			onlineUser: "在线用户",
+			loginLog: "登录日志",
+			auditLog: "操作日志",
+			taskLog: "定时任务日志",
+			systemLog: "系统日志",
+			blacklist: "访问黑名单",
+			configuration: "系统配置",
+			configurationManagement: "配置管理",
+			pluginManagement: "插件管理",
+			applicationManagement: "应用管理",
+			menuManagement: "菜单管理",
+			parameterManagement: "参数管理",
+			dictionaryManagement: "字典管理",
+			dictionaryDataManagement: "字典数据管理",
+			scheduledTask: "定时任务",
+			apiManagement: "接口管理",
+			cityManagement: "城市管理",
+			remoteUpgrade: "远程升级",
+			authorizationConfiguration: "授权配置",
+			tenantManagement: "租户管理"
+		},
+		experimentalFunction: {
+			title: "实验功能",
+			dataAssistant: "数据助手",
+			managementPage: "管理页面",
+			energyAnalysis: "能耗分析",
+		},
+		functionDevelopment: {
+			title: "功能开发",
+			pageDevelopment: "页面开发",
+			Designer: "Designer",
+			apiDevelopment: "API开发",
+			apiDefinition: "API定义",
+
+			dataSourceManagement: "数据源管理",
+			clientManagement: "客户端管理",
+			pluginManagement: "插件管理",
+
+		},
+		policyManagement: {
+			title: "策略管理",
+			policyControl: "策略控制",
+		}
+	}
 };

+ 180 - 0
src/i18n/lang/zh-tw.ts

@@ -1,3 +1,11 @@
+/*
+ * @Author: vera_min vera_min@163.com
+ * @Date: 2025-08-02 12:21:54
+ * @LastEditors: vera_min vera_min@163.com
+ * @LastEditTime: 2025-08-05 13:00:24
+ * @FilePath: /sagoo-admin-ui/src/i18n/lang/zh-tw.ts
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+ */
 // 定义内容
 export default {
 	router: {
@@ -178,4 +186,176 @@ export default {
 		copyTextSuccess: '複製成功!',
 		copyTextError: '複製失敗!',
 	},
+	menuModule: {
+		runtimeMonitoring: {
+			title: "運行監測",
+			weatherMonitoring: "天氣監測",
+			realTimeMonitoring: "實時監測",
+			weatherHistory: "天氣歷史",
+		},	
+		iotmanager: {
+			title: "物聯管理",
+			dashboard: "物聯概覽",
+			deviceManager: "設備管理",
+			productClass: "產品分類",
+			product: "產品",
+			productDetail: "產品詳情",
+			device: "設備",
+			device1: "設備",
+			deviceDetail: "設備詳情",
+			deviceDetail1: "設備詳情",
+			configuration: "組態管理",
+			configurationList: "組態列表",
+			screen: "大屏設計",
+			ruleEngine: "規則引擎",
+			ruleInstance: "規則編排",
+			gridComponent: "網格組件",
+			serverManager: "服務器管理",
+			serverDetail: "服務詳情",
+			editServer: "編輯服務",
+			newServer: "新增服務",
+			channelManagement: "通道管理",
+			channelManagement1: "通道管理",
+			editChannel: "編輯通道",
+			newChannel: "新增通道",
+			channelDetail: "通道詳情",
+			dataCollection: "數據採集",
+			templateManagement: "模板管理",
+			dataAnalysis: "數據分析",
+			indicatorTrend: "指標趨勢",
+			indicatorAggregation: "指標聚合",
+			certificateManagement: "證書管理",
+			certificateList: "證書列表",
+			alarmCenter: "告警中心",
+			alarmStatistics: "告警統計",
+			alarmLog: "告警日誌",
+			alarmConfiguration: "告警配置",
+			ice104: "ice104",
+			template: "模版",
+			templateDetail: "模版詳情",
+			sceneLinkage: "場景聯動",
+			sceneList: "場景列表",
+			sceneDetail: "場景詳情",
+			sceneRecord: "場景記錄",
+			sceneRecordDetail: "記錄詳情",
+			operationManagement: "運維管理",
+			remoteConfiguration: "遠程配置",
+			otaUpgrade: "OTA升級",
+			dataAnalysis1: "數據分析",
+			moduleManagement: "模塊管理",
+			upgradePackageManagement: "升級包管理",
+			upgradePackageDetail: "詳情",
+			notificationService: "通知服務",
+			notificationLog: "通知日誌",
+			notificationConfiguration: "通知配置",
+			notificationConfigurationManagement: "通知配置管理",
+			cascadeManagement: "級聯管理",
+		},
+		iotCard: {
+			title: "物聯卡",
+			homePage: "首頁",
+			iotCardManagement: "物聯卡管理",
+			iotCardDetail: "物聯網卡詳情",
+			platformAccess: "平台接入",
+		},
+		projectManagement: {
+			title: "項目管理",
+			projectOverview: "項目概覽",
+			projectList: "項目列表",
+			projectDetail: "項目詳情",
+			filterTemplate: "過濾模板",
+			deviceTree: "設備樹",
+
+		},
+		assetManagement: {
+			title: "資產管理",
+			deviceArchiveManagement: "設備檔案管理",
+			deviceArchiveProperty: "設備檔案屬性",
+			assetRelationship: "資產關係",
+			deviceMap: "設備地圖",
+		},
+		dataCenter: {
+			title: "數據中心",
+			dataModelDetail: "數據模型詳情",
+			dataSourceDetail: "數據源詳情",
+			indexManagement: "指數管理",
+			dataModeling: "數據建模",
+			dataSourceManagement: "數據源管理",
+
+		},
+		developmentTools: {
+			title: "開發工具",
+			codeGeneration: "代碼生成",
+		},
+		videoMonitoring: {
+			title: "視頻監控",
+			gbDevice: "國標設備",
+			deviceManagement: "設備管理",
+			deviceScreen: "設備分屏",
+			deviceGroup: "設備分組",
+			videoManagement: "錄像管理",
+			alarmQuery: "報警查詢",
+			videoPlayback: "錄像回放",
+			screenPlayback: "分屏播放",
+			streamList: "推流列表",
+			streamProxy: "拉流代理",
+			streamPush: "推流代理",
+
+		},
+		systemManagement: {
+			title: "系統管理",
+			regionManagement: "區域管理",
+			organizationManagement: "組織管理",
+			positionManagement: "崗位管理",
+			roleManagement: "角色管理",
+			userManagement: "用戶管理",
+			systemMonitoring: "系統監控",
+			apiDocument: "api文檔",
+			serviceMonitoring: "服務監測",
+			cacheMonitoring: "緩存監測",
+			systemNotification: "系統通知",
+			onlineUser: "在線用戶",
+			loginLog: "登錄日誌",
+			auditLog: "操作日誌",
+			taskLog: "定時任務日誌",
+			systemLog: "系統日誌",
+			blacklist: "訪問黑名單",
+			configuration: "系統配置",
+			configurationManagement: "配置管理",
+			pluginManagement: "插件管理",
+			applicationManagement: "應用管理",
+			menuManagement: "菜單管理",
+			parameterManagement: "參數管理",
+			dictionaryManagement: "字典管理",
+			dictionaryDataManagement: "字典數據管理",
+			scheduledTask: "定時任務",
+			apiManagement: "接口管理",
+			cityManagement: "城市管理",
+			remoteUpgrade: "遠程升級",
+			authorizationConfiguration: "授權配置",
+			tenantManagement: "租戶管理",
+		},
+		experimentalFunction: {
+			title: "實驗功能",
+			dataAssistant: "數據助手",
+			managementPage: "管理頁面",
+			energyAnalysis: "能耗分析",
+		},
+		functionDevelopment: {
+			title: "功能開發",
+			pageDevelopment: "頁面開發",
+			Designer: "Designer",
+			apiDevelopment: "API開發",
+			apiDefinition: "API定義",
+
+			dataSourceManagement: "數據源管理",
+			clientManagement: "客戶端管理",
+			pluginManagement: "插件管理",
+
+		},
+		policyManagement: {
+			title: "政策管理",
+			policyControl: "政策控制",
+		}
+	}
 };