mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Japanese translations for pilcd node (#657)
This commit is contained in:
19
hardware/PiLcd/locales/ja/pilcd.json
Normal file
19
hardware/PiLcd/locales/ja/pilcd.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"pilcd": {
|
||||
"label": {
|
||||
"pins": "ピン"
|
||||
},
|
||||
"tip": {
|
||||
"tip": "<b>注釈</b>: LCDのRS、E、D4、D5、D6、およびD7ピンに接続されている6つのGPIOコネクタのピン番号を、コンマで区切りでピンに入力する必要があります。"
|
||||
},
|
||||
"status": {
|
||||
"not-available": "利用不可",
|
||||
"na": "N/A : __value__"
|
||||
},
|
||||
"errors": {
|
||||
"ignorenode": "Raspberry Pi固有のノードを無視しました",
|
||||
"libnotfound": "RPi.GPIO pythonライブラリを見つけられませんでした",
|
||||
"needtobeexecutable": "__command__ は実行可能である必要があります"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user