1
0
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:
Nick O'Leary 2018-11-03 21:36:29 +00:00 committed by GitHub
commit 9bb7e72c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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": "しない",