2015-04-25 23:29:53 +01:00
|
|
|
{
|
2015-05-07 14:06:55 +01:00
|
|
|
|
|
|
|
"common": {
|
|
|
|
"label": {
|
|
|
|
"payload": "Payload",
|
|
|
|
"topic": "Topic",
|
|
|
|
"name":"Name"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2015-04-25 23:29:53 +01:00
|
|
|
"inject": {
|
2015-05-07 14:06:55 +01:00
|
|
|
"inject":"inject",
|
2015-04-25 23:29:53 +01:00
|
|
|
"repeat": "repeat = __repeat__",
|
|
|
|
"crontab": "crontab = __crontab__",
|
|
|
|
"stopped": "stopped",
|
2015-05-06 22:14:00 +01:00
|
|
|
"failed": "Inject failed: __error__",
|
|
|
|
|
2015-05-07 14:06:55 +01:00
|
|
|
"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__"
|
|
|
|
}
|
2015-04-25 23:29:53 +01:00
|
|
|
}
|
|
|
|
}
|