mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove pi gpi, twitter, email and feedparser nodes from core
This commit is contained in:
		@@ -702,76 +702,6 @@
 | 
			
		||||
            "xml_js": "此节点仅处理XML字符串或JS对象."
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "rpi-gpio": {
 | 
			
		||||
        "label": {
 | 
			
		||||
            "gpiopin": "GPIO",
 | 
			
		||||
            "selectpin": "选择引脚",
 | 
			
		||||
            "resistor": "电阻?",
 | 
			
		||||
            "readinitial": "在部署/重启时读取引脚的初始状态?",
 | 
			
		||||
            "type": "类型",
 | 
			
		||||
            "initpin": "初始化引脚状态?",
 | 
			
		||||
            "debounce": "去抖动",
 | 
			
		||||
            "freq": "频率",
 | 
			
		||||
            "button": "按钮",
 | 
			
		||||
            "pimouse": "Pi鼠标",
 | 
			
		||||
            "pikeyboard": "Pi键盘",
 | 
			
		||||
            "left": "左",
 | 
			
		||||
            "right": "右",
 | 
			
		||||
            "middle": "中"
 | 
			
		||||
        },
 | 
			
		||||
        "resistor": {
 | 
			
		||||
            "none": "无",
 | 
			
		||||
            "pullup": "上拉电阻",
 | 
			
		||||
            "pulldown": "下拉电阻"
 | 
			
		||||
        },
 | 
			
		||||
        "digout": "数字输出",
 | 
			
		||||
        "pwmout": "PWM输出",
 | 
			
		||||
        "servo": "伺服输出",
 | 
			
		||||
        "initpin0": "初始引脚电平 - 低(0)",
 | 
			
		||||
        "initpin1": "初始引脚电平 - 高(1)",
 | 
			
		||||
        "left": "左",
 | 
			
		||||
        "right": "右",
 | 
			
		||||
        "middle": "中",
 | 
			
		||||
        "any": "任何",
 | 
			
		||||
        "pinname": "引脚",
 | 
			
		||||
        "alreadyuse": "已被使用",
 | 
			
		||||
        "alreadyset": "已被设为",
 | 
			
		||||
        "tip": {
 | 
			
		||||
            "pin": "<b>正在使用引脚</b>: ",
 | 
			
		||||
            "in": "提示: 仅接受数字输入 - 输出必须为0或1.",
 | 
			
		||||
            "dig": "提示: 如用数字输出 - 输入必须为0或1.",
 | 
			
		||||
            "pwm": "提示: 如用PWM输出 - 输入必须为0至100之间; 如用高频率可能会比预期占用更多CPU资源.",
 | 
			
		||||
            "ser": "<b>提示</b>: 如用伺服输出 - 输入必须为0至100之间. 50为中间值."
 | 
			
		||||
        },
 | 
			
		||||
        "types": {
 | 
			
		||||
            "digout": "数字输出",
 | 
			
		||||
            "input": "输入",
 | 
			
		||||
            "pullup": "含有上拉电阻的输入",
 | 
			
		||||
            "pulldown": "含有下拉电阻的输入",
 | 
			
		||||
            "pwmout": "PWM输出",
 | 
			
		||||
            "servo": "伺服输出"
 | 
			
		||||
        },
 | 
			
		||||
        "status": {
 | 
			
		||||
            "stopped": "已停止",
 | 
			
		||||
            "closed": "已关闭",
 | 
			
		||||
            "not-running": "不运行"
 | 
			
		||||
        },
 | 
			
		||||
        "errors": {
 | 
			
		||||
            "ignorenode": "忽略树莓派的特定节点",
 | 
			
		||||
            "version": "版本命令失败",
 | 
			
		||||
            "sawpitype": "查看Pi类型",
 | 
			
		||||
            "libnotfound": "找不到树莓派RPi.GPIO的python库",
 | 
			
		||||
            "alreadyset": "GPIO引脚 __pin__ 已经被设定为类型: __type__",
 | 
			
		||||
            "invalidpin": "无效GPIO引脚",
 | 
			
		||||
            "invalidinput": "无效输入",
 | 
			
		||||
            "needtobeexecutable": "__command__须为可运行命令",
 | 
			
		||||
            "mustbeexecutable": "nrgpio须为可运行",
 | 
			
		||||
            "commandnotfound": "nrgpio命令不存在",
 | 
			
		||||
            "commandnotexecutable": "nrgpio命令不可运行",
 | 
			
		||||
            "error": "错误: __error__",
 | 
			
		||||
            "pythoncommandnotfound": "nrpgio python命令未处于运行状态"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "file": {
 | 
			
		||||
        "label": {
 | 
			
		||||
            "filename": "文件名",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user