Add Japanese translations for pilcd node (#657)

This commit is contained in:
Kazuhito Yokoi
2020-06-16 07:11:53 +09:00
committed by GitHub
parent 24bd20ab21
commit 84c5c6cb30
6 changed files with 67 additions and 23 deletions

View 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"
}
}
}