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

Updated io\serialport\locales\ja\25-serial.json (#713)

This commit is contained in:
1ft-seabass 2020-11-02 08:14:02 +09:00 committed by GitHub
parent e198c5d16f
commit 4136b0f30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
{ {
"serial": { "serial": {
"status": {
"waiting": "waiting",
"timeout": "timeout"
},
"label": { "label": {
"serialport": "シリアルポート", "serialport": "シリアルポート",
"settings": "設定", "settings": "設定",
@ -11,8 +15,13 @@
"split": "入力の分割方法", "split": "入力の分割方法",
"deliver": "分割後の配信データ", "deliver": "分割後の配信データ",
"output": "出力", "output": "出力",
"request": "リクエスト",
"responsetimeout": "デフォルトの応答タイムアウト",
"ms": "ミリ秒",
"serial": "serial", "serial": "serial",
"none": "なし" "none": "なし",
"start": "オプションで開始文字",
"startor": "を待ちます。"
}, },
"placeholder": { "placeholder": {
"serialport": "例: /dev/ttyUSB0/" "serialport": "例: /dev/ttyUSB0/"
@ -25,13 +34,14 @@
"space": "スペース" "space": "スペース"
}, },
"linestates": { "linestates": {
"none": "auto", "none": "自動",
"high": "High", "high": "",
"low": "Low" "low": ""
}, },
"split": { "split": {
"character": "文字列で区切る", "character": "文字列で区切る",
"timeout": "タイムアウト後で区切る", "timeout": "タイムアウト後で区切る",
"silent": "一定の待ち時間後に区切る",
"lengths": "一定の文字数で区切る" "lengths": "一定の文字数で区切る"
}, },
"output": { "output": {
@ -40,19 +50,24 @@
}, },
"addsplit": "出力メッセージに分割文字を追加する", "addsplit": "出力メッセージに分割文字を追加する",
"tip": { "tip": {
"responsetimeout": "Tip: デフォルトの応答タイムアウトは msg.timeout の設定で上書きすることができます。",
"split": "Tip: \"区切り\" 文字は、入力を別々のメッセージに分割するために使用され、シリアルポートに送信されるすべてのメッセージに追加することもできます。", "split": "Tip: \"区切り\" 文字は、入力を別々のメッセージに分割するために使用され、シリアルポートに送信されるすべてのメッセージに追加することもできます。",
"timeout": "Tip: タイムアウトモードでのタイムアウトは最初の文字が到着したときから始まります。" "silent": "Tip: In line-silent mode timeout is restarted upon arrival of any character (i.e. inter-byte timeout).",
"timeout": "Tip: タイムアウトモードでのタイムアウトは最初の文字が到着したときから始まります。",
"count": "Tip: カウントモードでは msg.count 設定は、構成された値よりも小さいときに限り、構成されたカウントを上書きすることができます。",
"waitfor": "Tip: オプションです。すべてのデータを受信するには、空白のままにします。文字($)・エスケープコード(\\n)・16進コード(0x02)を受け入れることができます。" ,
"addchar": "Tip: この文字は、シリアルポートに送信されるすべてのメッセージに追加されます。通常は \\r や \\n です。"
}, },
"onopen": "serial port __port__ opened at __baud__ baud __config__", "onopen": "シリアルポート __port__ が __baud__ ボー __config__ で開かれました",
"errors": { "errors": {
"missing-conf": "missing serial config", "missing-conf": "シリアル設定がありません。",
"serial-port": "serial port", "serial-port": "シリアルポート",
"error": "serial port __port__ error: __error__", "error": "シリアルポート __port__ エラー: __error__",
"unexpected-close": "serial port __port__ closed unexpectedly", "unexpected-close": "シリアルポート __port__ が予期せず閉じられました",
"disconnected": "serial port __port__ disconnected", "disconnected": "シリアルポート __port__ 切断",
"closed": "serial port __port__ closed", "closed": "シリアルポート __port__ 閉じられました",
"list": "ポートのリスト化に失敗しました。手動で入力してください。", "list": "ポートのリスト化に失敗しました。手動で入力してください。",
"badbaudrate": "ボーレートが不正です" "badbaudrate": "ボーレートが不正です"
} }
} }
} }