修改:移入部分项目代码

This commit is contained in:
Diego
2024-10-14 19:06:09 +08:00
parent 1468297626
commit 1a116557a4
302 changed files with 12487 additions and 63 deletions

View File

@@ -0,0 +1,124 @@
{
"ThingsGateway.Gateway.Razor.TcpSessionClientDto": {
"Id": "Id",
"IP": "IP",
"Port": "端口",
"LastReceivedTime": "最近接收时间",
"LastSentTime": "最近发送时间"
},
"ThingsGateway.Gateway.Razor.DeviceStatus2": {
"GatewayDeviceShowDriverUI": "插件UI",
"DeviceRedundantThread": "切换冗余",
"DeleteCache": "删除缓存",
"GatewayDeviceLog": "通道日志",
"RelationVariable": "关联变量",
"GatewayDevicePause": "暂停/运行",
"GatewayDeviceRestart": "重启设备"
},
"ThingsGateway.Gateway.Razor.DeviceStatus": {
"LogConsole": "通道日志"
},
"ThingsGateway.Gateway.Razor.DeviceStatusPage": {
"CollectDevice": "采集设备",
"BusinessDevice": "业务设备"
},
"ThingsGateway.Gateway.Razor.VariableRuntimePage": {
"WriteVariable": "写入",
"WriteValue": "写入值"
},
"ThingsGateway.Gateway.Razor.DriverDebugPage": {
"PluginUINotNull": "此插件未实现调试页面",
"New": "新建",
"NewWinbox": "新建窗口"
},
"ThingsGateway.Gateway.Razor.Index": {
"CollectDevice": "采集设备",
"BusinessDevice": "业务设备",
"Variable": "变量",
"Alarm": "实时报警",
"AlarmCount": "报警数量",
"OnLine": "在线",
"OffLine": "离线",
"Shortcuts": "快捷方式",
"OperLog": "最近操作",
"BackendLog": "网关后台日志",
"RpcLog": "网关RPC日志",
"HardwareInfoChart": "硬件信息历史曲线",
"DateTime": "时间",
"Data": "数据",
"HistoryHardwareInfo": "历史曲线"
},
"ThingsGateway.Gateway.Razor.QuickActions": {
"TooltipText": "快捷操作",
"HeaderText": "快捷操作",
"RestartText": "重启",
"ReloadServiceText": "重启运行时",
"ReloadPluginConfirmText": "确定重载插件?",
"ReloadServiceConfirmText": "确定重启运行时?"
},
"ThingsGateway.Gateway.Razor.SavePlugin": {
"SavePlugin": "注意:文件名称相同的插件将被覆盖",
"SavePlugin1": "插件变动需重启软件后生效"
},
"ThingsGateway.Gateway.Razor.BackendLogPage": {
"BackendLog": "网关后台日志",
"Date": "日期",
"Count": "数量"
},
"ThingsGateway.Gateway.Razor.RpcLogPage": {
"RpcLog": "网关RPC日志",
"Date": "日期",
"Count": "数量"
},
"ThingsGateway.Gateway.Razor.ChannelPage": {
"ImportExcel": "导入通道",
"Clear": "清空"
},
"ThingsGateway.Gateway.Razor.CollectDevicePage": {
"ImportExcel": "导入采集设备",
"Clear": "清空",
"RelationVariable": "关联变量"
},
"ThingsGateway.Gateway.Razor.BusinessDevicePage": {
"ImportExcel": "导入业务设备",
"Clear": "清空",
"RelationVariable": "关联变量"
},
"ThingsGateway.Gateway.Razor.VariablePage": {
"ImportExcel": "导入变量",
"Clear": "清空",
"TestCount": "测试变量数量",
"Test": "一键添加测试变量"
},
"ThingsGateway.Gateway.Razor.DeviceEditComponent": {
"DeviceInformation": "设备信息",
"PluginInformation": "插件信息",
"BasicInformation": "基础信息",
"Connection": "连接",
"Redundant": "冗余",
"Remark": "备用",
"Check": "检查"
},
"ThingsGateway.Gateway.Razor.VariableEditComponent": {
"VariableInformation": "变量信息",
"AlarmInformation": "报警信息",
"PluginInformation": "业务信息",
"BasicInformation": "基础信息",
"Connection": "连接",
"Remark": "备用",
"RefreshBusinessProperty": "添加/刷新业务属性",
"RefreshBusinessPropertyError": "需选择业务设备,再添加业务属性",
"ChoiceBusinessDeviceId": "业务设备"
},
"ThingsGateway.Gateway.Razor.ChannelEditComponent": {
"BasicInformation": "基础信息",
"Connection": "连接"
}
}