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/en-US/pilcd.json
Normal file
19
hardware/PiLcd/locales/en-US/pilcd.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"pilcd": {
|
||||
"label": {
|
||||
"pins": "Pins"
|
||||
},
|
||||
"tip": {
|
||||
"tip": "<b>Tip</b>: Pins MUST be a comma separated list of the 6 GPIO connector pin numbers that are connected to the RS, E, D4, D5, D6 and D7 pins of the LCD."
|
||||
},
|
||||
"status": {
|
||||
"not-available": "not available",
|
||||
"na": "N/A : __value__"
|
||||
},
|
||||
"errors": {
|
||||
"ignorenode": "Raspberry Pi specific node set inactive",
|
||||
"libnotfound": "Cannot find Pi RPi.GPIO python library",
|
||||
"needtobeexecutable": "__command__ needs to be executable"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user