add zn-CN translation for nodes: network, parsers, sequence

This commit is contained in:
JIYE YU
2020-01-31 11:10:04 +09:00
parent 6d3eb7bb4b
commit c03abdb5e7
16 changed files with 778 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
<!--
Copyright JS Foundation and other contributors, http://js.foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script type="text/x-red" data-help-name="batch">
<p>根据各种规则创建消息序列</p>
<h3>详细</h3>
<p>有三种创建消息序列的模式</p>
<dl>
<dt>讯息数</dt>
<dd>将消息分组为给定长度的序列 <b>overlap</b></dd>
<dt>时间间隔</dt>
<dd>对在指定时间间隔内到达的邮件进行分组如果在该时间间隔内没有消息到达则该节点可以选择发送空消息</dd>
<dt>串联序列</dt>
<dd>通过串联输入序列来创建消息序列每条消息必须具有<code>msg.topic</code><code>msg.parts</code><code>topic</code>
</dd>
</dl>
<h4>储存讯息</h4>
<p>该节点将在内部缓冲消息以便跨序列工作运行时设置<code>nodeMessageBufferMaxLength</code></p>
</script>