update messages

This commit is contained in:
Hiroyasu Nishiyama
2018-12-09 20:33:58 +09:00
parent 8198132ca7
commit 8c367bcc53
4 changed files with 2 additions and 4 deletions

View File

@@ -23,5 +23,5 @@
Clicking on the source node id will reveal that node within the workspace.</p> Clicking on the source node id will reveal that node within the workspace.</p>
<p>The button on the node can be used to enable or disable its output. It is recommended to disable or remove any Debug nodes that are not being used.</p> <p>The button on the node can be used to enable or disable its output. It is recommended to disable or remove any Debug nodes that are not being used.</p>
<p>The node can also be configured to send all messages to the runtime log, or to send short (32 characters) to the status text under the debug node.</p> <p>The node can also be configured to send all messages to the runtime log, or to send short (32 characters) to the status text under the debug node.</p>
<p>Output of this node can be edited using JSONata expression by specifying the expression on <b>Edit</b> field.</p> <p>Output of this node can be edited using JSONata expression by specifying the expression on <b>Output</b> field.</p>
</script> </script>

View File

@@ -103,7 +103,6 @@
}, },
"debug": { "debug": {
"output": "Output", "output": "Output",
"edit": "Edit",
"none": "None", "none": "None",
"invalid-exp": "Invalid JSONata expression: __error__", "invalid-exp": "Invalid JSONata expression: __error__",
"msgprop": "message property", "msgprop": "message property",

View File

@@ -22,6 +22,6 @@
<p>メッセージを受信した時刻送信ノードメッセージの型に関する情報をデバッグサイドバーに表示されたメッセージに付随して表示します送信元ードのIDを選択するとワークスペース内の対応ノードを確認できます</p> <p>メッセージを受信した時刻送信ノードメッセージの型に関する情報をデバッグサイドバーに表示されたメッセージに付随して表示します送信元ードのIDを選択するとワークスペース内の対応ノードを確認できます</p>
<p>出力の有効/無効はノード上のボタンで切り替えられますフロー上で未使用のdebugードは無効化するか削除することを推奨します</p> <p>出力の有効/無効はノード上のボタンで切り替えられますフロー上で未使用のdebugードは無効化するか削除することを推奨します</p>
<p>全てのメッセージをランタイムログに送付もしくは(32文字の)短いデータをdebugードの下のステータステキストに表示することも可能です</p> <p>全てのメッセージをランタイムログに送付もしくは(32文字の)短いデータをdebugードの下のステータステキストに表示することも可能です</p>
<p>このノードの出力はJSONata式を<b>編集</b></p> <p>このノードの出力はJSONata式を<b>対象</b></p>
</script> </script>

View File

@@ -103,7 +103,6 @@
}, },
"debug": { "debug": {
"output": "対象", "output": "対象",
"edit": "編集",
"none": "無し", "none": "無し",
"invalid-exp": "JSONata式が不正: __error__", "invalid-exp": "JSONata式が不正: __error__",
"msgprop": "メッセージプロパティ", "msgprop": "メッセージプロパティ",