mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix output label in file-in node
This commit is contained in:
@@ -861,7 +861,9 @@
|
||||
"encoding": "Encoding",
|
||||
"deletelabel": "delete __file__",
|
||||
"utf8String": "UTF8 string",
|
||||
"utf8String_plural": "UTF8 strings",
|
||||
"binaryBuffer": "binary buffer",
|
||||
"binaryBuffer_plural": "binary buffers",
|
||||
"allProps": "include all existing properties in each msg"
|
||||
},
|
||||
"action": {
|
||||
|
@@ -859,7 +859,9 @@
|
||||
"encoding": "文字コード",
|
||||
"deletelabel": "delete __file__",
|
||||
"utf8String": "UTF8文字列",
|
||||
"utf8String_plural": "UTF8文字列",
|
||||
"binaryBuffer": "バイナリバッファ",
|
||||
"binaryBuffer_plural": "バイナリバッファ",
|
||||
"allProps": "各メッセージに既存の全プロパティを含める"
|
||||
},
|
||||
"action": {
|
||||
|
Reference in New Issue
Block a user