Make disabled flows more obvious in editor

This commit is contained in:
Nick O'Leary
2018-11-08 18:04:36 +01:00
parent 073f38c68c
commit dc880c672a
6 changed files with 44 additions and 14 deletions

View File

@@ -86,7 +86,7 @@
"warning": "<strong>警告</strong>: __message__",
"warnings": {
"undeployedChanges": "节点中存在未部署的更改",
"nodeActionDisabled": "节点动作在子流程中被禁用",
"nodeActionDisabledSubflow": "节点动作在子流程中被禁用",
"missing-types": "流程由于缺少节点类型而停止。请检查日志的详细信息",
"restartRequired": "Node-RED必须重新启动以启用升级的模块"
},