Merge 848a79b884c4dc912e7c2a4c7a5dae3ac42e0ebb into 877aa75e4e8b3d780d16a484537f8bb8342ec4d5

This commit is contained in:
dishuostec 2023-08-10 10:31:14 +08:00 committed by GitHub
commit 22fac3c2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 5 deletions

View File

@ -260,10 +260,10 @@
"recoveredNodesNotification": "<p>导入的节点缺少有效的流ID</p><p>已将它们添加到名为 '__flowName__'的新流中。</p>",
"export": {
"selected": "已选择的节点",
"current": "现在的节点",
"current": "当前流程",
"all": "所有流程",
"compact": "紧凑",
"formatted": "格式化",
"formatted": "格式化",
"copy": "导出到剪贴板",
"export": "导出到库",
"exportAs": "导出为",
@ -535,7 +535,7 @@
"label": {
"subflows": "子流程",
"network": "网络",
"common": "通",
"common": "",
"input": "输入",
"output": "输出",
"function": "功能",

View File

@ -158,8 +158,8 @@
}
},
"link": {
"linkIn": "输入",
"linkOut": "输出"
"linkIn": "来自链接",
"linkOut": "链接到"
},
"tls": {
"tls": "TLS设置",
@ -954,5 +954,32 @@
"too-many": "batch节点中有太多待定信息",
"unexpected": "未知模式",
"no-parts": "信息中没有parts属性"
},
"rbe": {
"rbe": "等待变化",
"label": {
"func": "模式",
"init": "发送初始值",
"start": "起始值",
"name": "名称",
"septopics": "分别为每个不同的值应用模式"
},
"placeholder": {
"bandgap": "例如10 或 5%",
"start": "留空则使用第一次接收到的值"
},
"opts": {
"rbe": "值有变化",
"rbei": "值有变化(忽略初始值)",
"deadband": "值大于",
"deadbandEq": "值大于等于",
"narrowband": "值的变化量大于",
"narrowbandEq": "值的变化量大于等于",
"in": "相比上一次的输入值",
"out": "相比上一次的有效输出值"
},
"warn": {
"nonumber": "在有效载荷中没有发现数字"
}
}
}