1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/nodes/core/locales/ja/messages.json
2018-07-18 13:22:35 +01:00

967 lines
39 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"common": {
"label": {
"payload": "ペイロード",
"topic": "トピック",
"name": "名前",
"username": "ユーザ名",
"password": "パスワード",
"property": "プロパティ"
},
"status": {
"connected": "接続済",
"not-connected": "未接続",
"disconnected": "切断",
"connecting": "接続中",
"error": "エラー",
"ok": "OK"
},
"notification": {
"error": "<strong>エラー</strong>: __message__",
"errors": {
"not-deployed": "ノードがデプロイされていません",
"no-response": "サーバの応答がありません",
"unexpected": "想定外のエラー (__status__) __message__"
}
},
"errors": {
"nooverride": "警告: メッセージで設定したプロパティは、ードのプロパティを上書きできません。詳細はbit.ly/nr-override-msg-propsを参照してください。"
}
},
"inject": {
"inject": "inject",
"repeat": "repeat = __repeat__",
"crontab": "crontab = __crontab__",
"stopped": "stopped",
"failed": "inject失敗: __error__",
"label": {
"repeat": "繰り返し"
},
"timestamp": "timestamp",
"none": "なし",
"interval": "指定した時間間隔",
"interval-time": "指定した時間間隔、日時",
"time": "指定した日時",
"seconds": "秒",
"minutes": "分",
"hours": "時間",
"between": "時刻",
"previous": "前回の値",
"at": "時刻",
"and": "",
"every": "時間間隔",
"days": [
"月曜日",
"火曜日",
"水曜日",
"木曜日",
"金曜日",
"土曜日",
"日曜日"
],
"on": "曜日",
"onstart": "Node-RED起動の",
"onceDelay": "秒後、以下を行う",
"tip": "<b>注釈:</b> 「指定した時間間隔、日時」と「指定した日時」はcronを使用します。詳細はードの「情報」を確認してください。",
"success": "inject処理を実行しました: __label__",
"errors": {
"failed": "inject処理が失敗しました。詳細はログを確認してください。",
"toolong": "時間間隔が大き過ぎます"
}
},
"catch": {
"catch": "catch all",
"catchNodes": "catch (__number__)",
"label": {
"source": "エラー取得元",
"node": "ノード",
"type": "型",
"selectAll": "全て選択",
"sortByLabel": "ノード名で並べ替え",
"sortByType": "型で並べ替え"
},
"scope": {
"all": "全てのノード",
"selected": "選択したノード"
}
},
"status": {
"status": "status (all)",
"statusNodes": "status (__number__)",
"label": {
"source": "状態取得元",
"node": "ノード",
"type": "型",
"selectAll": "全て選択",
"sortByLabel": "ノード名で並べ替え",
"sortByType": "型で並べ替え"
},
"scope": {
"all": "全てのノード",
"selected": "選択したノード"
}
},
"debug": {
"output": "対象",
"msgprop": "メッセージプロパティ",
"msgobj": "msgオブジェクト全体",
"to": "出力先",
"debtab": "デバッグタブ",
"tabcon": "デバッグタブとコンソール",
"toSidebar": "デバッグウィンドウ",
"toConsole": "システムコンソール",
"toStatus": "ノード状態 (32 文字)",
"severity": "Level",
"notification": {
"activated": "有効化しました: __label__",
"deactivated": "無効化しました: __label__"
},
"sidebar": {
"label": "デバッグ",
"name": "デバッグメッセージ",
"filterAll": "全てのフロー",
"filterSelected": "選択したノード",
"filterCurrent": "現在のフロー",
"debugNodes": "debugード",
"clearLog": "ログを削除",
"openWindow": "新しいウィンドウで開く"
},
"messageMenu": {
"collapseAll": "全パスを折りたたむ",
"clearPinned": "選択したパス",
"filterNode": "ノードをフィルタ",
"clearFilter": "フィルタを初期化"
}
},
"link": {
"linkIn": "link in",
"linkOut": "link out",
"label": {
"event": "イベント名",
"node": "名前",
"type": "フロー",
"sortByFlow": "フロー名で並べ替え",
"sortByLabel": "名前で並べ替え"
}
},
"tls": {
"tls": "TLS設定",
"label": {
"use-local-files": "ローカルファイルの秘密鍵と証明書を使用",
"upload": "ファイル",
"cert": "証明書",
"key": "秘密鍵",
"passphrase": "パスフレーズ",
"ca": "CA証明書",
"verify-server-cert": "サーバ証明書を確認",
"servername": "サーバ名"
},
"placeholder": {
"cert": "証明書(PEM形式)のパス",
"key": "秘密鍵(PEM形式)のパス",
"ca": "CA証明書(PEM形式)のパス",
"passphrase": "秘密鍵のパスフレーズ (任意)",
"servername": "SNIで使用"
},
"error": {
"missing-file": "証明書と秘密鍵のファイルが設定されていません"
}
},
"exec": {
"exec": "exec",
"spawn": "spawn",
"label": {
"command": "コマンド",
"append": "引数",
"timeout": "タイムアウト",
"timeoutplace": "任意",
"return": "出力",
"seconds": "秒"
},
"placeholder": {
"extraparams": "追加引数"
},
"opt": {
"exec": "コマンド終了時 - execモード",
"spawn": "コマンド実行中 - spawnモード"
},
"oldrc": "旧型式の出力を使用(互換モード)"
},
"function": {
"function": "",
"label": {
"function": "コード",
"outputs": "出力数"
},
"error": {
"inputListener": "コード内で'input'イベントのリスナを設定できません",
"non-message-returned": "Functionードが __type__ 型のメッセージ送信を試みました"
},
"tip": "コードの記述方法はノードの「情報」を参照してください。"
},
"template": {
"template": "template",
"label": {
"template": "テンプレート",
"property": "設定先",
"format": "構文",
"syntax": "形式",
"output": "出力形式",
"mustache": "Mustacheテンプレート",
"plain": "平文",
"json": "JSON",
"yaml": "YAML",
"none": "なし"
},
"templatevalue": "This is the payload: {{payload}} !"
},
"delay": {
"action": "動作",
"for": "時間",
"delaymsg": "メッセージの遅延",
"delayfixed": "指定した時間遅延",
"delayvarmsg": "msg.delay に遅延を設定",
"randomdelay": "ランダム時間の遅延",
"limitrate": "メッセージの流量制限",
"limitall": "全てのメッセージ",
"limittopic": "msg.topic毎",
"fairqueue": "指定した時間後にキュー先頭のトピックのメッセージを出力",
"timedqueue": "指定した時間後にキューにある全トピックのメッセージを出力",
"milisecs": "ミリ秒",
"secs": "秒",
"sec": "秒",
"mins": "分",
"min": "分",
"hours": "時間",
"hour": "時間",
"days": "日",
"day": "日",
"between": "頻度",
"and": "回/",
"rate": "流量",
"msgper": "メッセージ/",
"dropmsg": "中間メッセージを削除",
"label": {
"delay": "delay",
"variable": "variable",
"limit": "limit",
"limitTopic": "limit topic",
"random": "random",
"units": {
"second": {
"plural": "秒",
"singular": "秒"
},
"minute": {
"plural": "分",
"singular": "分"
},
"hour": {
"plural": "時間",
"singular": "時間"
},
"day": {
"plural": "日",
"singular": "日"
}
}
},
"error": {
"buffer": "バッファ上限の1000メッセージを超えました",
"buffer1": "バッファ上限の1000メッセージを超えました"
}
},
"trigger": {
"send": "送信データ",
"then": "送信後の処理",
"then-send": "再送信データ",
"output": {
"string": "文字列",
"number": "数値",
"existing": "存在するmsgオブジェクト",
"original": "元のmsgオブジェクト",
"latest": "最新のmsgオブジェクト",
"nothing": "なし"
},
"wait-reset": "初期化されるまで待機",
"wait-for": "指定した時間待機",
"wait-loop": "指定した時間間隔毎に送信を繰り返す",
"for": "処理対象",
"bytopics": "msg.topic毎",
"alltopics": "全メッセージ",
"duration": {
"ms": "ミリ秒",
"s": "秒",
"m": "分",
"h": "時間"
},
"extend": " 新たなメッセージを受け取った時に遅延を延長",
"label": {
"trigger": "trigger",
"trigger-block": "trigger & block",
"trigger-loop": "resend every",
"reset": "初期化条件:",
"resetMessage": "msg.resetを設定",
"resetPayload": "msg.payloadが次の値",
"resetprompt": "任意"
}
},
"comment": {
"comment": "comment",
"label": {
"title": "タイトル",
"body": "本文"
},
"tip": "注釈: 本文は<a href=\"https://help.github.com/articles/markdown-basics/\" target=\"_blank\">GithubのMarkdown形式</a>として整形されます。"
},
"unknown": {
"label": {
"unknown": "unknown"
},
"tip": "<p>現在のNode-RED環境では、本ードの型が不明です。</p><p><i>現在の状態でに本ノードをデプロイすると設定は保存されますが、不明なノードがインストールされるまでフローは実行されません。</i></p><p>詳細はノードの「情報」を参照してください。</p>"
},
"mqtt": {
"label": {
"broker": "サーバ",
"example": "例) localhost",
"qos": "QoS",
"retain": "保持",
"clientid": "クライアント",
"port": "ポート",
"keepalive": "キープアライブ時間",
"cleansession": "セッションの初期化",
"use-tls": "SSL/TLS接続を使用",
"tls-config": "TLS設定",
"verify-server-cert": "サーバの証明書を確認",
"compatmode": "旧MQTT 3.1のサポート"
},
"sections-label": {
"birth-message": "接続時の送信メッセージ(Birthメッセージ)",
"will-message": "予期しない切断時の送信メッセージ(Willメッセージ)",
"close-message": "切断前の送信メッセージ(Closeメッセージ)"
},
"tabs-label": {
"connection": "接続",
"security": "セキュリティ",
"messages": "メッセージ"
},
"placeholder": {
"clientid": "IDを自動生成する場合は、無記入にしてください",
"clientid-nonclean": "新規ではないセッションを設定してください",
"will-topic": "Willメッセージを無効化する場合は、無記入にしてください",
"birth-topic": "Birthメッセージを無効化する場合は、無記入にしてください",
"close-topic": "Closeメッセージを無効化する場合は、無記入にしてください"
},
"state": {
"connected": "ブローカへ接続しました: __broker__",
"disconnected": "ブローカから切断されました: __broker__",
"connect-failed": "ブローカへの接続に失敗しました: __broker__"
},
"retain": "保持",
"true": "",
"false": "",
"tip": ": QoS",
"errors": {
"not-defined": "",
"missing-config": "",
"invalid-topic": "",
"nonclean-missingclientid": "使ID"
}
},
"httpin": {
"label": {
"method": "",
"url": "URL",
"doc": "Docs",
"return": "",
"upload": "",
"status": "",
"headers": "",
"other": ""
},
"setby": "- msg.method -",
"basicauth": "使",
"use-tls": "SSL/TLS",
"tls-config": "TLS",
"utf8": "",
"binary": "",
"json": "JSON",
"tip": {
"in": "URL",
"res": "<i>http input</i>",
"req": ": JSON"
},
"httpreq": "http request",
"errors": {
"not-created": "httpNodeRootfalsehttp-in",
"missing-path": "",
"no-response": "",
"json-error": "JSON",
"no-url": "URL",
"deprecated-call": " __method__",
"invalid-transport": "http"
},
"status": {
"requesting": ""
}
},
"websocket": {
"label": {
"type": "",
"path": "",
"url": "URL"
},
"listenon": "",
"connectto": "",
"sendrec": "/",
"payload": "/",
"message": "/",
"tip": {
"path1": " <code>payload</code> websocketJSON",
"path2": "This path will be relative to ",
"url1": "URL ws:&#47;&#47; wss:&#47;&#47; 使websocket",
"url2": " <code>payload</code> websocketJSON"
},
"status": {
"connected": " __count__",
"connected_plural": " __count__"
},
"errors": {
"connect-error": "ws: ",
"send-error": ": ",
"missing-conf": ""
}
},
"watch": {
"watch": "watch",
"label": {
"files": "",
"recursive": ""
},
"placeholder": {
"files": ""
},
"tip": "Windows2 \\\\ 使"
},
"tcpin": {
"label": {
"type": "",
"output": "",
"port": "",
"host": "",
"payload": "",
"delimited": "",
"close-connection": "",
"decode-base64": "Base64",
"server": "",
"return": "",
"ms": "",
"chars": ""
},
"type": {
"listen": "",
"connect": "",
"reply": "TCP"
},
"output": {
"stream": "",
"single": "",
"buffer": "",
"string": "",
"base64": "Base64"
},
"return": {
"timeout": "",
"character": "",
"number": "",
"never": " - ",
"immed": " - "
},
"status": {
"connecting": "__host__:__port__ ",
"connected": "__host__:__port__ ",
"listening-port": " __port__ ",
"stopped-listening": "",
"connection-from": "__host__:__port__ ",
"connection-closed": "__host__:__port__ ",
"connections": " __count__",
"connections_plural": " __count__"
},
"errors": {
"connection-lost": "__host__:__port__ ",
"timeout": " __port__ ",
"cannot-listen": " __port__ : __error__",
"error": ": __error__",
"socket-error": "__host__:__port__ ",
"no-host": "",
"connect-timeout": "",
"connect-fail": ""
}
},
"udp": {
"label": {
"listen": "",
"onport": "",
"using": "",
"output": "",
"group": "",
"interface": "IP",
"send": "",
"toport": "",
"address": "",
"decode-base64": "Base64"
},
"placeholder": {
"interface": "() 使",
"interfaceprompt": "() 使",
"address": "IP"
},
"udpmsgs": "UDP",
"mcmsgs": "",
"udpmsg": "UDP",
"bcmsg": "",
"mcmsg": "",
"output": {
"buffer": "",
"string": "",
"base64": "Base64"
},
"bind": {
"random": "使",
"local": "使",
"target": "使"
},
"tip": {
"in": ": ",
"out": ": <code>msg.ip</code> <code>msg.port</code> ",
"port": "使: "
},
"status": {
"listener-at": "udp __host__:__port__ ",
"mc-group": "udp __group__ ",
"listener-stopped": "udp",
"output-stopped": "udp",
"mc-ready": "udp: __iface__:__outport__ -> __host__:__port__",
"bc-ready": "udp: __outport__ -> __host__:__port__",
"ready": "udp: __outport__ -> __host__:__port__",
"ready-nolocal": "udp: __host__:__port__",
"re-use": "udp: __outport__ -> __host__:__port__"
},
"errors": {
"access-error": "UDP 1024",
"error": ": __error__",
"bad-mcaddress": "",
"interface": "IP",
"ip-notset": "udp: IP",
"port-notset": "udp: ",
"port-invalid": "udp: ",
"alreadyused": "udp: __port__使",
"ifnotfound": "udp: __iface__ "
}
},
"switch": {
"switch": "switch",
"label": {
"property": "",
"rule": "",
"repair": ""
},
"and": "",
"checkall": "",
"stopfirst": "",
"ignorecase": "",
"rules": {
"btwn": "is between",
"cont": "contains",
"regex": "matches regex",
"true": "is true",
"false": "is false",
"null": "is null",
"nnull": "is not null",
"istype": "is of type",
"empty": "is empty",
"nempty": "is not empty",
"head": "head",
"tail": "tail",
"index": "index between",
"exp": "JSONata",
"else": ""
},
"errors": {
"invalid-expr": ": __error__",
"too-many": "switch"
}
},
"change": {
"label": {
"rules": "",
"rule": "",
"set": "set __property__",
"change": "change __property__",
"delete": "delete __property__",
"move": "move __property__",
"changeCount": "change: __count__ rules",
"regex": "使"
},
"action": {
"set": "",
"change": "",
"delete": "",
"move": "",
"to": "",
"search": "",
"replace": ""
},
"errors": {
"invalid-from": ": __error__",
"invalid-json": "JSON",
"invalid-expr": "JSONata: __error__"
}
},
"range": {
"range": "range",
"label": {
"action": "",
"inputrange": "",
"resultrange": "",
"from": "",
"to": "",
"roundresult": ""
},
"placeholder": {
"min": ") 0",
"maxin": ") 99",
"maxout": ") 255"
},
"scale": {
"payload": "msg.payload/",
"limit": "//",
"wrap": "/"
},
"tip": ": ",
"errors": {
"notnumber": ""
}
},
"csv": {
"label": {
"columns": "",
"separator": "",
"c2o": "CSV",
"o2c": "CSV",
"input": "",
"skip-s": "",
"skip-e": "",
"firstrow": "1",
"output": "",
"includerow": "1",
"newline": ""
},
"placeholder": {
"columns": ""
},
"separator": {
"comma": "",
"tab": "",
"space": "",
"semicolon": "",
"colon": "",
"hashtag": "",
"other": "..."
},
"output": {
"row": "",
"array": "1"
},
"newline": {
"linux": "Linux (\\n)",
"mac": "Mac (\\r)",
"windows": "Windows (\\r\\n)"
},
"errors": {
"csv_js": "CSVJSON",
"obj_csv": "CSV"
}
},
"html": {
"label": {
"select": "",
"output": "",
"in": ":"
},
"output": {
"html": "HTML",
"text": "",
"attr": ""
},
"format": {
"single": "1",
"multi": ""
}
},
"json": {
"errors": {
"dropped-object": "",
"dropped": "",
"dropped-error": "",
"schema-error": "JSON",
"schema-error-compile": "JSON: "
},
"label": {
"o2j": "JSON",
"pretty": "JSON",
"action": "",
"property": "",
"actions": {
"toggle": "JSON",
"str": "JSON",
"obj": "JavaScript"
}
}
},
"yaml": {
"errors": {
"dropped-object": "",
"dropped": "",
"dropped-error": ""
}
},
"xml": {
"label": {
"represent": "XML",
"prefix": "",
"advanced": "",
"x2o": "XML"
},
"errors": {
"xml_js": "XMLJSON"
}
},
"rpi-gpio": {
"label": {
"gpiopin": "GPIO",
"selectpin": "",
"resistor": "",
"readinitial": "",
"type": "",
"initpin": "",
"debounce": "",
"freq": "",
"button": "",
"pimouse": "Pi Mouse",
"pikeyboard": "Pi Keyboard",
"left": "Left",
"right": "Right",
"middle": "Middle"
},
"resistor": {
"none": "",
"pullup": "",
"pulldown": ""
},
"digout": "",
"pwmout": "PWM",
"servo": "",
"initpin0": " - Low (0)",
"initpin1": " - High (1)",
"left": "",
"right": "",
"middle": "",
"any": "",
"pinname": "",
"alreadyuse": "使",
"alreadyset": "",
"tip": {
"pin": "<b>使</b>: ",
"in": ": 01",
"dig": ": 01",
"pwm": ": PWM0100",
"ser": "<b></b>: - 010050"
},
"types": {
"digout": "",
"input": "",
"pullup": "",
"pulldown": "",
"pwmout": "PWM",
"servo": ""
},
"status": {
"stopped": "",
"closed": "",
"not-running": "",
"not-available": "",
"na": "N/A : __value__"
},
"errors": {
"ignorenode": "Raspberry Pi",
"version": "",
"sawpitype": "Saw Pi Type",
"libnotfound": "RPi.GPIO python",
"alreadyset": "GPIO __pin__ : __type__",
"invalidpin": "GPIO",
"invalidinput": "",
"needtobeexecutable": "__command__ ",
"mustbeexecutable": "nrgpio ",
"commandnotfound": "nrgpio ",
"commandnotexecutable": "nrgpio ",
"error": ": __error__",
"pythoncommandnotfound": "nrpgio python "
}
},
"tail": {
"tail": "tail",
"label": {
"filename": "",
"type": "",
"splitlines": ""
},
"action": {
"text": "",
"binary": ""
},
"errors": {
"windowsnotsupport": "Windows"
}
},
"file": {
"label": {
"filename": "",
"action": "",
"addnewline": "",
"createdir": "",
"outputas": "",
"breakchunks": "",
"breaklines": "",
"filelabel": "file",
"sendError": "()",
"deletelabel": "delete __file__"
},
"action": {
"append": "",
"overwrite": "",
"delete": ""
},
"output": {
"utf8": "",
"buffer": "",
"lines": "",
"stream": ""
},
"status": {
"wrotefile": ": __file__",
"deletedfile": ": __file__",
"appendedfile": ": __file__"
},
"errors": {
"nofilename": "",
"invaliddelete": ": 使",
"deletefail": ": __error__",
"writefail": ": __error__",
"appendfail": ": __error__",
"createfail": ": __error__"
},
"tip": ": "
},
"split": {
"split": "split",
"intro": " <code>msg.payload</code> :",
"object": "<b></b>",
"objectSend": "key/value",
"strBuff": "<b></b> / <b></b>",
"array": "<b></b>",
"splitUsing": "",
"splitLength": "",
"stream": "",
"addname": " key"
},
"join": {
"join": "join",
"mode": {
"mode": "",
"auto": "",
"merge": "",
"reduce": "",
"custom": ""
},
"combine": "",
"create": "",
"type": {
"string": "",
"array": "",
"buffer": "",
"object": "key/value",
"merged": ""
},
"using": "使",
"key": "使",
"joinedUsing": "",
"send": ":",
"afterCount": "",
"count": "",
"subsequent": "",
"afterTimeout": "",
"seconds": "",
"complete": "<code>msg.complete</code> ",
"tip": " <i>split</i> <code>msg.parts</code> ",
"too-many": "join",
"merge": {
"topics-label": "",
"topics": "",
"topic": "",
"on-change": ""
},
"reduce": {
"exp": "",
"exp-value": "",
"init": "",
"right": " ()",
"fixup": "調"
},
"errors": {
"invalid-expr": "JSONata: __error__"
}
},
"sort": {
"sort": "sort",
"target": "",
"seq": "",
"key": "",
"elem": "",
"order": "",
"ascending": "",
"descending": "",
"as-number": "",
"invalid-exp": "sortJSONata",
"too-many": "sort",
"clear": "sort"
},
"batch": {
"batch": "batch",
"mode": {
"label": "",
"num-msgs": "",
"interval": "",
"concat": ""
},
"count": {
"label": "",
"overlap": "",
"count": "",
"invalid": ""
},
"interval": {
"label": "",
"seconds": "",
"empty": ""
},
"concat": {
"topics-label": "",
"topic": ""
},
"too-many": "batch",
"unexpected": "",
"no-parts": "parts"
}
}