mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix encoding menu in file node
This commit is contained in:
@@ -859,6 +859,7 @@
|
||||
"breaklines": "Break into lines",
|
||||
"filelabel": "file",
|
||||
"sendError": "Send message on error (legacy mode)",
|
||||
"encoding": "Encoding",
|
||||
"deletelabel": "delete __file__",
|
||||
"utf8String": "UTF8 string",
|
||||
"binaryBuffer": "binary buffer"
|
||||
|
@@ -143,7 +143,7 @@
|
||||
"filterCurrent": "現在のフロー",
|
||||
"debugNodes": "debugノード",
|
||||
"clearLog": "ログを削除",
|
||||
"filterLog": "ログのフィルタリング",
|
||||
"filterLog": "ログのフィルタリング",
|
||||
"openWindow": "新しいウィンドウで開く"
|
||||
},
|
||||
"messageMenu": {
|
||||
@@ -398,7 +398,7 @@
|
||||
"status": "状態コード",
|
||||
"headers": "ヘッダ",
|
||||
"other": "その他",
|
||||
"paytoqs" : "msg.payloadをクエリパラメータに追加",
|
||||
"paytoqs": "msg.payloadをクエリパラメータに追加",
|
||||
"utf8String": "UTF8文字列",
|
||||
"binaryBuffer": "バイナリバッファ",
|
||||
"jsonObject": "JSONオブジェクト",
|
||||
@@ -857,6 +857,7 @@
|
||||
"breaklines": "行へ分割",
|
||||
"filelabel": "file",
|
||||
"sendError": "エラーメッセージを送信(互換モード)",
|
||||
"encoding": "文字コード",
|
||||
"deletelabel": "delete __file__",
|
||||
"utf8String": "UTF8文字列",
|
||||
"binaryBuffer": "バイナリバッファ"
|
||||
|
Reference in New Issue
Block a user