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,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>

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

View File

@@ -0,0 +1,9 @@
<script type="text/x-red" data-help-name="rpi-lcd">
<p>Raspberry PiがHD44780スタイルのLCDへ通常124行の文字列を表示します</p>
<p>本ノードは文字列型の<code>msg.payload</code></p>
<p>ディスプレイの2行目に文字列を表示するには<b>2:</b>3<b>3:</b>4<b>4:</b></p>
<p>表示をクリアするには文字列<b>clr:</b></p>
<p>ディスプレイに合わせて文字列の長さを調整するのはあなた自身で行ってください</p>
<p>このノードを動作させるにはRPi.GPIO Pythonライブラリバージョン0.5.8またはそれ以上が必要です</p>
<p><b>注釈:</b> P1使</p>
</script>

View 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__ は実行可能である必要があります"
}
}
}