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

Merge pull request #1594 from kazuhitoyokoi/master-japanese

Update Japanese translations in messages.json
This commit is contained in:
Nick O'Leary 2018-01-31 09:50:54 +00:00 committed by GitHub
commit 1cceb3d880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,8 @@
"tip": "<b>注釈:</b> 「指定した時間間隔、日時」と「指定した日時」はcronを使用します。詳細はードの「情報」を確認してください。", "tip": "<b>注釈:</b> 「指定した時間間隔、日時」と「指定した日時」はcronを使用します。詳細はードの「情報」を確認してください。",
"success": "inject処理を実行しました: __label__", "success": "inject処理を実行しました: __label__",
"errors": { "errors": {
"failed": "inject処理が失敗しました。詳細はログを確認してください。" "failed": "inject処理が失敗しました。詳細はログを確認してください。",
"toolong": "時間間隔が大き過ぎます"
} }
}, },
"catch": { "catch": {
@ -399,6 +400,7 @@
}, },
"listenon": "待ち受け", "listenon": "待ち受け",
"connectto": "接続", "connectto": "接続",
"sendrec": "送信/受信",
"payload": "ペイロードを送信/受信", "payload": "ペイロードを送信/受信",
"message": "メッセージ全体を送信/受信", "message": "メッセージ全体を送信/受信",
"tip": { "tip": {