diff --git a/nodes/core/locales/ja/storage/50-file.html b/nodes/core/locales/ja/storage/50-file.html index 2e9bb839b..8bd5cdbaf 100644 --- a/nodes/core/locales/ja/storage/50-file.html +++ b/nodes/core/locales/ja/storage/50-file.html @@ -21,6 +21,8 @@
書き込みの完了時、入力メッセージを出力端子に送出します。
入力メッセージのペイロードをファイルの最後に追記します。改行(\n)を各データの最後に追加することもできます。
msg.filename
を使う場合、書き込みを行う毎にファイルをクローズします。より良い性能を得るためにはファイル名をノードに設定してください。
On completion of write, input message is sent to output port.
Each message payload will be added to the end of the file, optionally appending a newline (\n) character between each one.