Skip to content

Commit

Permalink
Do not translate 'message'; improve translation
Browse files Browse the repository at this point in the history
  • Loading branch information
fullmooooon committed Nov 5, 2023
1 parent 77576e2 commit 6a6ed3c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<h3>输入</h3>
<dl class="message-properties">
<dt class="optional">filename<span class="property-type">字符串</span></dt>
<dd>要更新的文件名称可在节点配置中修改或作为一个信息属性修改
<dd>要更新的文件名称可在节点中配置或作为一个message属性传入
默认情况下它将使用<code>msg.filename</code>但这可以在节点中自定义。
</dd>
<dt class="optional">encoding <span class="property-type">字符串</span></dt>
Expand All @@ -40,7 +40,7 @@ <h3>详细</h3>
<h3>输入</h3>
<dl class="message-properties">
<dt class="optional">filename<span class="property-type">字符串</span></dt>
<dd>要读取的文件的名称可以在节点配置中修改,也可以作为消息属性修改
<dd>要读取的文件的名称可以在节点中配置,也可以作为一个message属性传入
默认情况下它将使用<code>msg.filename</code>但这可以在节点中自定义。</dd>
</dl>
<h3>输出</h3>
Expand Down

0 comments on commit 6a6ed3c

Please sign in to comment.