openatc-components 0.1.155 → 0.1.156
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/i18n/language/en.js
CHANGED
|
@@ -308,6 +308,7 @@ const en = {
|
|
|
308
308
|
'putTscControlError23': 'Key error',
|
|
309
309
|
'putTscControlError24': 'The check information does not exist',
|
|
310
310
|
'putTscControlError25': 'Protocol incompatibility',
|
|
311
|
+
'putTscControlError26': 'The control message interval is too short',
|
|
311
312
|
'putTscControlError99': 'Control exception ',
|
|
312
313
|
// 'putTscControlError20': 'In the provisional scheme, the green signal ratio should be greater than the phase minimum green + yellow light + all red, and less than the maximum green 1+ yellow light + all red',
|
|
313
314
|
'nofault': 'None',
|
package/src/i18n/language/zh.js
CHANGED
|
@@ -308,6 +308,7 @@ const zh = {
|
|
|
308
308
|
'putTscControlError23': '密钥错误',
|
|
309
309
|
'putTscControlError24': '校验信息不存在',
|
|
310
310
|
'putTscControlError25': '协议不兼容',
|
|
311
|
+
'putTscControlError26': '控制消息间隔时间过短',
|
|
311
312
|
'putTscControlError99': '控制异常',
|
|
312
313
|
// 'putTscControlError20': '临时方案中绿信比应大于相位的最小绿+黄灯+全红,并小于最大绿1+黄灯+全红',
|
|
313
314
|
'nofault': '无',
|