1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Japanese message catalogue update (#1723)

* update Japanese message catalogue for mqtt node

* update Japanese message catalogue for udp node

* update Japanese message catalogue for html node

* update Japanese message catalogue for rpi-gpio node
This commit is contained in:
Hiroyasu Nishiyama 2018-05-10 19:26:57 +09:00 committed by Nick O'Leary
parent 08727e1938
commit 9dccbf747e

View File

@ -327,17 +327,22 @@
"verify-server-cert": "サーバの証明書を確認", "verify-server-cert": "サーバの証明書を確認",
"compatmode": "旧MQTT 3.1のサポート" "compatmode": "旧MQTT 3.1のサポート"
}, },
"sections-label":{
"birth-message": "接続時の送信メッセージ(Birthメッセージ)",
"will-message":"予期しない切断時の送信メッセージ(Willメッセージ)",
"close-message":"切断前の送信メッセージ(Closeメッセージ)"
},
"tabs-label": { "tabs-label": {
"connection": "接続", "connection": "接続",
"security": "セキュリティ", "security": "セキュリティ",
"will": "Willメッセージ", "messages": "メッセージ"
"birth": "Birthメッセージ"
}, },
"placeholder": { "placeholder": {
"clientid": "IDを自動生成する場合は、無記入にしてください", "clientid": "IDを自動生成する場合は、無記入にしてください",
"clientid-nonclean": "新規ではないセッションを設定してください", "clientid-nonclean": "新規ではないセッションを設定してください",
"will-topic": "Willメッセージを無効化する場合は、無記入にしてください", "will-topic": "Willメッセージを無効化する場合は、無記入にしてください",
"birth-topic": "Birthメッセージを無効化する場合は、無記入にしてください" "birth-topic": "Birthメッセージを無効化する場合は、無記入にしてください",
"close-topic": "Closeメッセージを無効化する場合は、無記入にしてください"
}, },
"state": { "state": {
"connected": "ブローカへ接続しました: __broker__", "connected": "ブローカへ接続しました: __broker__",
@ -488,14 +493,14 @@
"output": "出力", "output": "出力",
"group": "グループ", "group": "グループ",
"interface": "ローカルIP", "interface": "ローカルIP",
"interfaceprompt": "(任意) 使用するローカルIPアドレス",
"send": "送信", "send": "送信",
"toport": "ポート", "toport": "ポート",
"address": "アドレス", "address": "アドレス",
"decode-base64": "Base64形式のペイロードを復号" "decode-base64": "Base64形式のペイロードを復号"
}, },
"placeholder": { "placeholder": {
"interface": "(任意) eth0のIPアドレス", "interface": "(任意) 使用するローカルインターフェイスもしくはアドレス",
"interfaceprompt": "(任意) 使用するローカルインターフェイスもしくはアドレス",
"address": "宛先IPアドレス" "address": "宛先IPアドレス"
}, },
"udpmsgs": "UDPメッセージ", "udpmsgs": "UDPメッセージ",
@ -523,7 +528,7 @@
"mc-group": "udpードがグループ __group__ へマルチキャストしました", "mc-group": "udpードがグループ __group__ へマルチキャストしました",
"listener-stopped": "udpードが待ち受けを停止しました", "listener-stopped": "udpードが待ち受けを停止しました",
"output-stopped": "udpードが出力を停止しました", "output-stopped": "udpードが出力を停止しました",
"mc-ready": "udpードはマルチキャストの準備ができています: __outport__ -> __host__:__port__", "mc-ready": "udpードはマルチキャストの準備ができています: __iface__:__outport__ -> __host__:__port__",
"bc-ready": "udpードはブロードキャストの準備ができています: __outport__ -> __host__:__port__", "bc-ready": "udpードはブロードキャストの準備ができています: __outport__ -> __host__:__port__",
"ready": "udpードは準備ができています: __outport__ -> __host__:__port__", "ready": "udpードは準備ができています: __outport__ -> __host__:__port__",
"ready-nolocal": "udpードは準備ができています: __host__:__port__", "ready-nolocal": "udpードは準備ができています: __host__:__port__",
@ -537,6 +542,8 @@
"ip-notset": "udp: IPアドレスが設定されていません", "ip-notset": "udp: IPアドレスが設定されていません",
"port-notset": "udp: ポートが設定されていません", "port-notset": "udp: ポートが設定されていません",
"port-invalid": "udp: ポート番号が不正です", "port-invalid": "udp: ポート番号が不正です",
"alreadyused": "udp: 既に__port__番ポートが使用されています",
"ifnotfound": "udp: インターフェイス __iface__ がありません",
"alreadyused": "udp: 既にポートが使用されています" "alreadyused": "udp: 既にポートが使用されています"
} }
}, },
@ -662,7 +669,8 @@
"html": { "html": {
"label": { "label": {
"select": "抽出する要素", "select": "抽出する要素",
"output": "出力" "output": "出力",
"in": "対象:"
}, },
"output": { "output": {
"html": "要素内のHTML", "html": "要素内のHTML",
@ -762,7 +770,9 @@
"status": { "status": {
"stopped": "停止", "stopped": "停止",
"closed": "切断", "closed": "切断",
"not-running": "停止中" "not-running": "停止中",
"not-available": "利用不可",
"na": "N/A : __value__"
}, },
"errors": { "errors": {
"ignorenode": "Raspberry Pi固有のードを無視しました", "ignorenode": "Raspberry Pi固有のードを無視しました",