mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #1962 from node-red-hitachi/update-JP-catalog-for-nodes
Update Japanese message catalog for nodes
This commit is contained in:
commit
9bb7e72c69
@ -247,7 +247,7 @@
|
|||||||
<input id="node-config-input-path" type="text" placeholder="/ws/example">
|
<input id="node-config-input-path" type="text" placeholder="/ws/example">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-config-input-wholemsg"></label>
|
<label for="node-config-input-wholemsg" data-i18n="websocket.sendrec"></label>
|
||||||
<select type="text" id="node-config-input-wholemsg" style="width: 70%;">
|
<select type="text" id="node-config-input-wholemsg" style="width: 70%;">
|
||||||
<option value="false" data-i18n="websocket.payload"></option>
|
<option value="false" data-i18n="websocket.payload"></option>
|
||||||
<option value="true" data-i18n="websocket.message"></option>
|
<option value="true" data-i18n="websocket.message"></option>
|
||||||
|
@ -124,6 +124,7 @@
|
|||||||
"filterCurrent": "現在のフロー",
|
"filterCurrent": "現在のフロー",
|
||||||
"debugNodes": "debugノード",
|
"debugNodes": "debugノード",
|
||||||
"clearLog": "ログを削除",
|
"clearLog": "ログを削除",
|
||||||
|
"filterLog": "ログのフィルタリング",
|
||||||
"openWindow": "新しいウィンドウで開く"
|
"openWindow": "新しいウィンドウで開く"
|
||||||
},
|
},
|
||||||
"messageMenu": {
|
"messageMenu": {
|
||||||
@ -361,7 +362,8 @@
|
|||||||
"output": {
|
"output": {
|
||||||
"buffer": "バイナリバッファ",
|
"buffer": "バイナリバッファ",
|
||||||
"string": "文字列",
|
"string": "文字列",
|
||||||
"base64": "Base64文字列"
|
"base64": "Base64文字列",
|
||||||
|
"auto": "自動判定"
|
||||||
},
|
},
|
||||||
"true": "する",
|
"true": "する",
|
||||||
"false": "しない",
|
"false": "しない",
|
||||||
|
Loading…
Reference in New Issue
Block a user