fixed i18n of node pi-gpiod (wrong cross-reference to node PiGpio, moved "dual use" to i18n, seconds unit) (#764)

This commit is contained in:
heikokue
2021-03-11 21:30:57 +01:00
committed by GitHub
parent fe42b69712
commit 8bce52a2f4
2 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,8 @@
"debounce": "Debounce",
"limits": "Limits",
"min": "min",
"max": "max"
"max": "max",
"freq": "Frequency"
},
"place": {
"host": "local or remote ip",
@@ -33,7 +34,8 @@
"in": "Only Digital Input is supported - input must be 0 or 1.",
"dig": "Digital output - input must be 0 or 1.",
"pwm": "PWM output - input must be between 0 to 100.",
"ser": "Servo output - input must be between 0 to 100. 50 is centre.<br/>Min must be 500uS or more, Max must be 2500uS or less."
"ser": "Servo output - input must be between 0 to 100. 50 is centre.<br/>min. must be 500 <20>s or more, max. must be 2500 <20>s or less.",
"dual": "Pins marked in blue are dual use. Make sure they are not enabled for their other use before using as GPIO."
},
"types": {
"digout": "digital output",