node-red/nodes/core/locales/en-US/messages.json

57 lines
1.6 KiB
JSON
Raw Normal View History

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