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:
9
hardware/PiLcd/locales/en-US/pilcd.html
Normal file
9
hardware/PiLcd/locales/en-US/pilcd.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<script type="text/x-red" data-help-name="rpi-lcd">
|
||||
<p>Raspberry Pi output to a HD44780 style LCD. Usually 1, 2, or 4 lines of characters.</p>
|
||||
<p>Expects a <code>msg.payload</code> with a string in it.</p>
|
||||
<p>Strings for the second line of the display must start <b>2:</b> - the third start <b>3:</b> - and the fourth <b>4:</b></p>
|
||||
<p>To clear the display send the string <b>clr:</b></p>
|
||||
<p>It is up to you to manage string lengths to suit the display.</p>
|
||||
<p>Requires the RPi.GPIO python library version 0.5.8 (or better) in order to work.</p>
|
||||
<p><b>Note:</b> we are using the actual physical pin numbers on connector P1 as they are easier to locate.</p>
|
||||
</script>
|
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