mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
NLS enable the Inject node
This commit is contained in:
@@ -1,10 +1,56 @@
|
||||
{
|
||||
|
||||
"common": {
|
||||
"label": {
|
||||
"payload": "Payload",
|
||||
"topic": "Topic",
|
||||
"name":"Name"
|
||||
}
|
||||
},
|
||||
|
||||
"inject": {
|
||||
"inject":"inject",
|
||||
"repeat": "repeat = __repeat__",
|
||||
"crontab": "crontab = __crontab__",
|
||||
"stopped": "stopped",
|
||||
"failed": "Inject failed: __error__",
|
||||
|
||||
"payload": "Payload"
|
||||
"label": {
|
||||
"repeat": "Repeat"
|
||||
},
|
||||
"timestamp": "timestamp",
|
||||
"string": "string",
|
||||
"blank": "blank",
|
||||
"none":"none",
|
||||
"interval":"interval",
|
||||
"interval-time":"interval between times",
|
||||
"time":"at a specific time",
|
||||
"seconds":"seconds",
|
||||
"minutes":"minutes",
|
||||
"hours":"hours",
|
||||
"between":"between",
|
||||
"at":"at",
|
||||
"and":"and",
|
||||
"every":"every",
|
||||
"days": [
|
||||
"Monday",
|
||||
"Tuesday",
|
||||
"Wednesday",
|
||||
"Thursday",
|
||||
"Friday",
|
||||
"Saturday",
|
||||
"Sunday"
|
||||
],
|
||||
"on":"on",
|
||||
"onstart":"Inject once at start?",
|
||||
"tip": "<b>Note:</b> \"interval between times\" and \"at a specific time\" will use cron.<br/>See info box for details.",
|
||||
"success": "Successfully injected: __label__",
|
||||
"error": "<strong>Error</strong>: __message__",
|
||||
"errors": {
|
||||
"not-deployed": "inject node not deployed",
|
||||
"failed": "inject failed, see log for details",
|
||||
"no-response": "no response from server",
|
||||
"unexpected": "unexpected error (__status__) __message__"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user