node-red-node-rdk-tools
Version:
配合RDK硬件及TROS使用的Node-RED功能包(Node-RED nodes for using TROS on a RDK hardware and TROS)
29 lines • 766 B
JSON
{
"rdk-checkexecute": {
"names": {
"checkexecute": "检查并执行"
},
"label": {
"name": "名称"
},
"placeholder": {
"name": ""
},
"errors": {
"inputtype": "输入类型错误",
"launchtype": "启动类型错误",
"runerror": "执行时出错",
"alreadyrun": "正在运行!请勿重复启动!"
},
"status": {
"working": "运行中",
"checking": "检查功能包...",
"installing": "功能包安装中...",
"running": "功能运行中...",
"finished": "运行完毕"
},
"hints": {
"success": ""
}
}
}