mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-11-03 09:03:58 +08:00
81 lines
3.3 KiB
JSON
81 lines
3.3 KiB
JSON
{
|
|
"ThingsGateway.Foundation.ChannelOptions": {
|
|
"BaudRate": "波特率",
|
|
"BindUrl": "本地url",
|
|
"CacheTimeout": "接收缓存超时",
|
|
"ChannelType": "通道类型",
|
|
"CheckClearTime": "客户端连接滑动过期时间",
|
|
"ConnectTimeout": "连接超时",
|
|
"DataBits": "数据位",
|
|
"DtrEnable": "Dtr",
|
|
"DtuId": "Dtu终端注册包(utf-8)",
|
|
"DtuSeviceType": "DTU服务类型",
|
|
"Heartbeat": "心跳内容(utf8)",
|
|
"HeartbeatTime": "心跳间隔",
|
|
"MaxClientCount": "最大连接数",
|
|
"MaxConcurrentCount": "最大并发数",
|
|
"Name": "名称",
|
|
"Name.Required": " {0} 不可为空",
|
|
"Parity": "校验位",
|
|
"PortName": "COM口",
|
|
"RemoteUrl": "远程url",
|
|
"RtsEnable": "Rts",
|
|
"StreamAsync": "串口流读写",
|
|
"StopBits": "停止位"
|
|
},
|
|
"ThingsGateway.Foundation.ConverterConfig": {
|
|
"BcdFormat": "BCD格式",
|
|
"DataFormat": "字节顺序",
|
|
"Encoding": "字符串编码",
|
|
"EncodingName": "字符串编码",
|
|
"Stringlength": "字符串长度",
|
|
"VariableStringLength": "变长字符串"
|
|
},
|
|
"ThingsGateway.Foundation.AppResource": {
|
|
"BaudRateNotNull": "波特率不可为空",
|
|
"BindUrlNotNull": "本地url不可为空",
|
|
"BindUrlOrRemoteUrlNotNull": "远程url或本地url不可为空",
|
|
"CannotSendIRequestInfo": "当前适配器不支持对象发送",
|
|
"CannotSet": "不允许自由调用 {0} 进行赋值",
|
|
"CannotSplicingSend": "该适配器不支持拼接发送",
|
|
"CannotUseAdapterAgain": "此适配器已被其他终端使用,请重新创建对象",
|
|
"ConfigNotNull": "配置文件不能为空",
|
|
"Connected": "连接成功",
|
|
"Connecting": "正在连接",
|
|
"ConnectTimeout": "连接超时",
|
|
"DataBitsNotNull": "数据位可为空",
|
|
"DataLengthError": "数据长度错误 {0}",
|
|
"Disconnected": "断开连接",
|
|
"Disconnecting": "正在断开连接",
|
|
"EmptyUriString": "URI 字符串不能为空或仅包含空白字符",
|
|
"EventError": "在事件 {0} 中发生错误",
|
|
"InvalidIPv4Segment": "IPv4 地址的每段数值必须在 0 到 255 之间",
|
|
"InvalidPortRange": "端口号必须是 1 到 65535 之间的整数",
|
|
"InvalidUriFormat": "输入的 URI 字符串格式不符合要求",
|
|
"LengthShortError": "数据长度不足,原始数据:{0}",
|
|
"NotActiveQueryError": "接收数据正确,但主机并没有主动请求数据",
|
|
"ParityNotNull": "校验位不可为空",
|
|
"PortNameNotNull": "COM口不可为空",
|
|
"ProactivelyDisconnect": " {0} 主动断开",
|
|
"ProcessReceiveError": "接收出现错误 {0},错误代码 {1}",
|
|
"Receive": "接收",
|
|
"ReceiveError": "在处理数据时发生错误",
|
|
"RemoteClose": "远程终端已关闭",
|
|
"RemoteUrlNotNull": "远程url不可为空",
|
|
"Send": "发送",
|
|
"SerialPortNotClient": "新的SerialPort必须在连接状态",
|
|
"StopBitsNotNull": "停止位不可为空"
|
|
},
|
|
"ThingsGateway.Foundation.DeviceBase": {
|
|
"DataFormat": "解析规则",
|
|
"IsStringReverseByteWord": "字符串反转",
|
|
"SendDelayTime": "发送延时",
|
|
"Timeout": "读写超时"
|
|
},
|
|
"ThingsGateway.Foundation.DtuServiceDeviceBase": {
|
|
"DtuId": "Dtu注册包(UTF8)"
|
|
},
|
|
"ThingsGateway.Foundation.VariableClass": {
|
|
"RegisterAddress": "寄存器地址"
|
|
}
|
|
} |