Files
WCS/Plugins/Driver/Cowain.Driver/i18n/en-US.json
2026-03-02 09:08:20 +08:00

135 lines
5.7 KiB
JSON

{
"Menu.Toolbar.DeviceManagement": "Device",
"Menu.Sidebar.DeviceManagement": "DeviceManagement",
"Menu.Sidebar.TagManagement": "TagManagement",
"Menu.Sidebar.ActionManagement": "ActionManagement",
"Menu.Sidebar.VariableMonitor": "VariableMonitor",
"Menu.Sidebar.AlarmRealTime": "AlarmNow",
"Menu.Sidebar.AlarmHistory": "AlarmHistory",
"Button.Tooptip.Refresh": "Refresh",
"Button.Tooptip.Export": "Export",
"DeviceManagement.Dialog.Title": "DeviceEdit",
"DeviceManagement.DataGrid.Id": "Id",
"DeviceManagement.DataGrid.DeviceName": "DeviceName",
"DeviceManagement.DataGrid.DriverName": "DriverName",
"DeviceManagement.DataGrid.DeviceType": "DeviceType",
"DeviceManagement.DataGrid.Param": "Param",
"DeviceManagement.DataGrid.Enable": "Enable",
"DeviceManagement.DataGrid.Desc": "Desc",
"DeviceManagement.DataGrid.Edit": "Edit",
"DeviceManagement.DataGrid.Param.Placeholder": "Hover the Mouse to View",
"DeviceManagement.Tooltip.Add": "Add Device",
"DeviceManagement.Tooltip.Refresh": "Refresh",
"DeviceManagement.Tooltip.Export": "Export",
"DeviceManagement.Tooltip.Edit": "Edit",
"DeviceManagement.Tooltip.Delete": "Delete",
"DeviceEditDilog.Error.DeviceNameNull": "DeviceName is Null",
"DeviceEditDilog.Error.DriverNameNull": "DriverName is Null",
"DeviceEditDilog.Error.DeviceTypeNull": "DeviceType is Null",
"DeviceEditDilog.Error.ParamNull": "Param is Null",
"DeviceParam.Dialog.Title": "Device Param Edit",
"DriverSelect.Dialog.Title": "DriverSelect",
"DeviceAddDilog.Error.DriverNull": "Driver is Null",
"DeviceEditDilog.Add.Success": "Add Device Success",
"DeviceEditDilog.Add.Error": "Add Device Error",
"DeviceEditDilog.Delete.Success": "Delete Device Success",
"DeviceEditDilog.Delete.Error": "Delete Device Error",
"DeviceEditDilog.Edit.Success": "Device Edit Success",
"DeviceEditDilog.Edit.Error": "Device Edit Error",
"Cowain.Plugin.Driver.DeviceManagement": "DeviceManagement",
"TagManagement.DataGrid.Id": "Id",
"TagManagement.DataGrid.DeviceName": "DeviceName",
"TagManagement.DataGrid.Name": "Name",
"TagManagement.DataGrid.Address": "Address",
"TagManagement.DataGrid.DataType": "DataType",
"TagManagement.DataGrid.Desc": "Desc",
"TagManagement.DataGrid.ArrayCount": "ArrayCount",
"TagManagement.DataGrid.Edit": "Edit",
"TagManagement.DataGrid.OperMode": "OperMode",
"TagManagement.DataGrid.AlarmEnable": "AlarmEnble",
"TagManagement.DataGrid.AlarmValue": "AlarmValue",
"TagManagement.DataGrid.AlarmMsg": "AlarmMsg",
"TagManagement.DataGrid.AlarmLevel": "AlarmLevel",
"TagManagement.DataGrid.AlarmGroup": "AlarmGroup",
"TagManagement.DataGrid.Json": "Json",
"TagManagement.Tooltip.Add": "Add",
"TagManagement.Tooltip.Refresh": "Refresh",
"TagManagement.Tooltip.Export": "Export",
"TagManagement.Tooltip.Import": "Import",
"TagManagement.Tooltip.Save": "Save",
"TagManagement.Tooltip.Edit": "Edit",
"TagManagement.Tooltip.Delete": "Delete",
"TagManagement.Save.Success": "Save Tag Success",
"TagManagement.Save.Error": "Save Tag Error",
"TagManagement.Delete.Success": "Delete Tag Success",
"TagManagement.Delete.Error": "Delete Tag Error",
"TagManagement.Export.Success": "Export Tag Success",
"TagManagement.Export.Error": "Export Tag Error",
"TagManagement.Import.Success": "Import Tag Success",
"TagManagement.Import.Error": "Import Tag Error",
"ActionManagement.DataGrid.Id": "Id",
"ActionManagement.DataGrid.DeviceName": "DeviceName",
"ActionManagement.DataGrid.ActionName": "ActionName",
"ActionManagement.DataGrid.Desc": "Desc",
"ActionManagement.DataGrid.TagName": "TagName",
"ActionManagement.DataGrid.Condition": "Condition",
"ActionManagement.DataGrid.ActionValue": "ActionValue",
"ActionManagement.DataGrid.Edit": "Edit",
"ActionManagement.DataGrid.Param": "Param",
"ActionManagement.Tooltip.Add": "Add",
"ActionManagement.Tooltip.Refresh": "Refresh",
"ActionManagement.Tooltip.Export": "Export",
"ActionManagement.Tooltip.Save": "Save",
"ActionManagement.Tooltip.Delete": "Delete",
"ActionManagement.Save.SelectedDeviceNull": "SelectedDevice is Null",
"ActionManagement.Save.VarActionsNull": "VarActions is Null",
"ActionManagement.Save.Success": "Action Save Success",
"ActionManagement.Save.Error": "Action Save Error",
"ActionManagement.Delete.Success": "Delete Action Success",
"ActionManagement.Delete.Error": "Delete Action Error",
"ActionManagement.Export.Success": "Export Action Success",
"ActionManagement.Export.Error": "Export Action Error",
"AlarmRealTimeView.DataGrid.Desc": "Desc",
"AlarmRealTimeView.DataGrid.StartTime": "StartTime",
"AlarmRealTimeView.DataGrid.GroupName": "GroupName",
"AlarmRealTimeView.DataGrid.LevelName": "LevelName",
"AlarmRealTimeView.DataGrid.StopTime": "StopTime",
"AlarmRealTimeView.DataGrid.Status": "Status",
"AlarmHistory.Warning.StartDateIsNull":"StartDateIsNull",
"AlarmHistory.Warning.EndDateIsNull":"EndDateIsNull",
"AlarmHistory.SelectGroup":"SelectGroup",
"AlarmHistory.SelectLevel":"SelectLevel",
"AlarmHistory.Export.Success":"Export Success",
"AlarmHistory.Export.Error":"Export Error",
"VariableMonitorView.Connected": "Connected State",
"VariableMonitorView.ReadUseTime": "ReadUseTime",
"VariableMonitorView.DataGrid.Id": "Id",
"VariableMonitorView.DataGrid.DeviceName": "DeviceName",
"VariableMonitorView.DataGrid.Name": "Name",
"VariableMonitorView.DataGrid.Address": "Address",
"VariableMonitorView.DataGrid.Desc": "Desc",
"VariableMonitorView.DataGrid.ArrayCount": "ArrayCount",
"VariableMonitorView.DataGrid.DataType": "DataType",
"VariableMonitorView.DataGrid.IsSuccess": "IsSuccess",
"VariableMonitorView.DataGrid.Value": "Value",
"VariableMonitorView.DataGrid.OldValue": "OldValue"
}