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

[ja] Support i18n 28-tail node. (#615)

This commit is contained in:
Ryoichi Obara 2020-01-04 19:25:35 +09:00 committed by Dave Conway-Jones
parent c5fed3fc4e
commit 9478bfa14a

View File

@ -13,7 +13,12 @@
"binary": "バイナリバッファ"
},
"errors": {
"windowsnotsupport": "現在Windows上での動作は対応していません"
"windowsnotsupport": "現在Windows上での動作は対応していません",
"filenotfound": "ファイルが見つかりませんでした"
},
"state":{
"stopped": "停止",
"nofilename":"ファイル名の指定がありません"
}
}
}