2015-04-15 20:59:39 +01:00
{
"runtime" : {
"welcome" : "Welcome to Node-RED" ,
"version" : "__component__ version: __version__" ,
2017-01-14 23:57:39 +00:00
"unsupported_version" : "Unsupported version of __component__. Requires: __requires__ Found: __version__" ,
2015-04-15 20:59:39 +01:00
"paths" : {
2017-07-26 11:45:49 -07:00
"settings" : "Settings file : __path__" ,
"httpStatic" : "HTTP Static : __path__"
2015-04-15 20:59:39 +01:00
}
} ,
2015-05-08 14:21:01 +01:00
"server" : {
2015-04-15 20:59:39 +01:00
"loading" : "Loading palette nodes" ,
2016-10-12 22:30:32 +01:00
"palette-editor" : {
"disabled" : "Palette editor disabled : user settings" ,
2018-11-14 18:29:27 +00:00
"npm-not-found" : "Palette editor disabled : npm command not found" ,
2018-12-05 13:48:39 +00:00
"npm-too-old" : "Palette editor disabled : npm version too old. Requires npm >= 3.x"
2016-10-12 22:30:32 +01:00
} ,
2015-04-15 20:59:39 +01:00
"errors" : "Failed to register __count__ node type" ,
"errors_plural" : "Failed to register __count__ node types" ,
"errors-help" : "Run with -v for details" ,
"missing-modules" : "Missing node modules:" ,
2016-07-28 15:43:26 +01:00
"node-version-mismatch" : "Node module cannot be loaded on this version. Requires: __version__ " ,
2022-09-29 21:28:13 +01:00
"set-has-no-types" : "Set does not have any types. name: '__name__', module: '__module__', file: '__file__'" ,
2018-01-15 23:20:20 +00:00
"type-already-registered" : "'__type__' already registered by module __module__" ,
2015-04-15 20:59:39 +01:00
"removing-modules" : "Removing modules from config" ,
"added-types" : "Added node types:" ,
"removed-types" : "Removed node types:" ,
"install" : {
"invalid" : "Invalid module name" ,
2017-01-21 23:46:44 +00:00
"installing" : "Installing module: __name__, version: __version__" ,
2015-04-15 20:59:39 +01:00
"installed" : "Installed module: __name__" ,
"install-failed" : "Install failed" ,
"install-failed-long" : "Installation of module __name__ failed:" ,
2018-10-17 15:43:09 +09:00
"install-failed-not-found" : "$t(server.install.install-failed-long) module not found" ,
2020-06-03 10:45:28 +01:00
"install-failed-name" : "$t(server.install.install-failed-long) invalid module name: __name__" ,
"install-failed-url" : "$t(server.install.install-failed-long) invalid url: __url__" ,
2021-04-15 15:11:45 +01:00
"post-install-error" : "Error running 'postInstall' hook:" ,
2017-01-21 23:46:44 +00:00
"upgrading" : "Upgrading module: __name__ to version: __version__" ,
"upgraded" : "Upgraded module: __name__. Restart Node-RED to use the new version" ,
"upgrade-failed-not-found" : "$t(server.install.install-failed-long) version not found" ,
2015-04-15 20:59:39 +01:00
"uninstalling" : "Uninstalling module: __name__" ,
"uninstall-failed" : "Uninstall failed" ,
"uninstall-failed-long" : "Uninstall of module __name__ failed:" ,
2021-07-13 11:24:10 +01:00
"uninstalled" : "Uninstalled module: __name__" ,
"old-ext-mod-dir-warning" : "\n\n---------------------------------------------------------------------\nNode-RED 1.3 external modules directory detected:\n __oldDir__\nThis directory is no longer used. External Modules will be\nreinstalled in your Node-RED user directory:\n __newDir__\nDelete the old externalModules directory to stop this message.\n---------------------------------------------------------------------\n"
2015-07-01 22:39:41 +01:00
} ,
2021-04-23 15:42:57 +01:00
"deprecatedOption" : "Use of __old__ is DEPRECATED. Use __new__ instead" ,
2015-07-01 22:39:41 +01:00
"unable-to-listen" : "Unable to listen on __listenpath__" ,
"port-in-use" : "Error: port in use" ,
"uncaught-exception" : "Uncaught Exception:" ,
"admin-ui-disabled" : "Admin UI disabled" ,
"now-running" : "Server now running at __listenpath__" ,
"failed-to-start" : "Failed to start server:" ,
"headless-mode" : "Running in headless mode" ,
2021-04-23 15:42:57 +01:00
"httpadminauth-deprecated" : "Use of httpAdminAuth is DEPRECATED. Use adminAuth instead" ,
2020-05-13 23:49:30 +02:00
"https" : {
2020-05-29 16:50:53 +01:00
"refresh-interval" : "Refreshing https settings every __interval__ hours" ,
"settings-refreshed" : "Server https settings have been refreshed" ,
"refresh-failed" : "Failed to refresh https settings: __message__" ,
"nodejs-version" : "httpsRefreshInterval requires Node.js 11 or later" ,
"function-required" : "httpsRefreshInterval requires https property to be a function"
}
2015-05-08 14:21:01 +01:00
} ,
"api" : {
"flows" : {
2015-11-20 22:48:06 +00:00
"error-save" : "Error saving flows: __message__" ,
"error-reload" : "Error reloading flows: __message__"
2015-05-08 14:21:01 +01:00
} ,
"library" : {
"error-load-entry" : "Error loading library entry '__path__': __message__" ,
"error-save-entry" : "Error saving library entry '__path__': __message__" ,
"error-load-flow" : "Error loading flow '__path__': __message__" ,
"error-save-flow" : "Error saving flow '__path__': __message__"
} ,
"nodes" : {
"enabled" : "Enabled node types:" ,
"disabled" : "Disabled node types:" ,
"error-enable" : "Failed to enable node:"
}
} ,
"comms" : {
"error" : "Communication channel error: __message__" ,
"error-server" : "Communication server error: __message__" ,
"error-send" : "Communication send error: __message__"
} ,
2015-05-20 17:46:49 -05:00
"settings" : {
2018-04-16 15:02:28 +01:00
"user-not-available" : "Cannot save user settings: __message__" ,
2015-05-20 17:46:49 -05:00
"not-available" : "Settings not available" ,
2021-06-16 10:10:31 +01:00
"property-read-only" : "Property '__prop__' is read-only" ,
2022-05-22 10:51:35 +09:00
"readonly-mode" : "Runtime in read-only mode. Changes will not be saved."
2015-05-20 17:46:49 -05:00
} ,
2021-02-19 14:01:33 +00:00
"library" : {
"unknownLibrary" : "Unknown library: __library__" ,
"unknownType" : "Unknown library type: __type__" ,
"readOnly" : "Library __library__ is read-only" ,
2021-02-19 14:39:42 +00:00
"failedToInit" : "Failed to initialise library __library__: __error__" ,
"invalidProperty" : "Invalid property __prop__: '__value__'"
2021-02-19 14:01:33 +00:00
} ,
2015-05-08 14:21:01 +01:00
"nodes" : {
"credentials" : {
2022-05-22 10:51:35 +09:00
"error" : "Error loading credentials: __message__" ,
"error-saving" : "Error saving credentials: __message__" ,
2018-03-20 00:03:26 +00:00
"not-registered" : "Credential type '__type__' is not registered" ,
2022-03-19 17:44:21 +00:00
"system-key-warning" : "\n\n---------------------------------------------------------------------\nYour flow credentials file is encrypted using a system-generated key.\n\nIf the system-generated key is lost for any reason, your credentials\nfile will not be recoverable, you will have to delete it and re-enter\nyour credentials.\n\nYou should set your own key using the 'credentialSecret' option in\nyour settings file. Node-RED will then re-encrypt your credentials\nfile using your chosen key the next time you deploy a change.\n---------------------------------------------------------------------\n" ,
2022-05-22 10:51:35 +09:00
"unencrypted" : "Using unencrypted credentials" ,
"encryptedNotFound" : "Encrypted credentials not found"
2015-05-08 14:21:01 +01:00
} ,
"flows" : {
2018-09-25 11:20:50 +01:00
"safe-mode" : "Flows stopped in safe mode. Deploy to start." ,
2015-05-08 14:21:01 +01:00
"registered-missing" : "Missing type registered: __type__" ,
"error" : "Error loading flows: __message__" ,
"starting-modified-nodes" : "Starting modified nodes" ,
"starting-modified-flows" : "Starting modified flows" ,
"starting-flows" : "Starting flows" ,
"started-modified-nodes" : "Started modified nodes" ,
"started-modified-flows" : "Started modified flows" ,
"started-flows" : "Started flows" ,
"stopping-modified-nodes" : "Stopping modified nodes" ,
"stopping-modified-flows" : "Stopping modified flows" ,
"stopping-flows" : "Stopping flows" ,
"stopped-modified-nodes" : "Stopped modified nodes" ,
"stopped-modified-flows" : "Stopped modified flows" ,
"stopped-flows" : "Stopped flows" ,
"stopped" : "Stopped" ,
2017-05-15 13:05:33 +01:00
"stopping-error" : "Error stopping node: __message__" ,
2022-06-29 10:27:44 +01:00
"updated-flows" : "Updated flows" ,
2015-12-10 17:02:09 +00:00
"added-flow" : "Adding flow: __label__" ,
"updated-flow" : "Updated flow: __label__" ,
"removed-flow" : "Removed flow: __label__" ,
2015-06-16 15:39:45 +01:00
"missing-types" : "Waiting for missing types to be registered:" ,
2015-06-17 15:39:03 +01:00
"missing-type-provided" : " - __type__ (provided by npm module __module__)" ,
"missing-type-install-1" : "To install any of these missing modules, run:" ,
"missing-type-install-2" : "in the directory:"
2015-05-20 17:46:49 -05:00
} ,
"flow" : {
"unknown-type" : "Unknown type: __type__" ,
2015-06-15 15:13:35 +01:00
"missing-types" : "missing types" ,
2022-10-04 11:49:49 +01:00
"error-loop" : "Message exceeded maximum number of catches" ,
"non-message-returned" : "Node tried to send a message of type __type__"
2015-05-20 17:46:49 -05:00
} ,
"index" : {
"unrecognised-id" : "Unrecognised id: __id__" ,
"type-in-use" : "Type in use: __msg__" ,
"unrecognised-module" : "Unrecognised module: __module__"
} ,
"registry" : {
"localfilesystem" : {
"module-not-found" : "Cannot find module '__module__'"
}
2015-04-15 20:59:39 +01:00
}
2015-05-08 14:21:01 +01:00
} ,
"storage" : {
2015-05-20 17:46:49 -05:00
"index" : {
"forbidden-flow-name" : "forbidden flow name"
} ,
2015-05-08 14:21:01 +01:00
"localfilesystem" : {
"user-dir" : "User directory : __path__" ,
2016-05-26 10:38:24 +01:00
"flows-file" : "Flows file : __path__" ,
2016-07-26 22:23:49 +01:00
"create" : "Creating new __type__ file" ,
"empty" : "Existing __type__ file is empty" ,
"invalid" : "Existing __type__ file is not valid json" ,
"restore" : "Restoring __type__ file backup : __path__" ,
2017-12-13 09:44:48 +00:00
"restore-fail" : "Restoring __type__ file backup failed : __message__" ,
2018-01-16 11:21:54 +00:00
"fsync-fail" : "Flushing file __path__ to disk failed : __message__" ,
2021-04-23 16:22:50 +01:00
"warn_name" : "Flows file name not set. Generating name using hostname." ,
2017-12-13 09:44:48 +00:00
"projects" : {
"changing-project" : "Setting active project : __project__" ,
"active-project" : "Active project : __project__" ,
2021-01-18 13:18:07 +00:00
"projects-directory" : "Projects directory: __projectsDirectory__" ,
2018-01-24 21:54:18 +00:00
"project-not-found" : "Project not found : __project__" ,
2017-12-13 09:44:48 +00:00
"no-active-project" : "No active project : using default flows file" ,
"disabled" : "Projects disabled : editorTheme.projects.enabled=false" ,
2018-01-22 23:14:38 +00:00
"disabledNoFlag" : "Projects disabled : set editorTheme.projects.enabled=true to enable" ,
2017-12-13 09:44:48 +00:00
"git-not-found" : "Projects disabled : git command not found" ,
2018-05-27 01:38:54 +09:00
"git-version-old" : "Projects disabled : git __version__ not supported. Requires 2.x" ,
"summary" : "A Node-RED Project" ,
"readme" : "### About\n\nThis is your project's README.md file. It helps users understand what your\nproject does, how to use it and anything else they may need to know."
2017-12-13 09:44:48 +00:00
}
2015-05-08 14:21:01 +01:00
}
2018-04-20 11:41:29 +09:00
} ,
"context" : {
2018-07-23 15:20:13 +01:00
"log-store-init" : "Context store : '__name__' [__info__]" ,
2018-10-17 15:43:09 +09:00
"error-loading-module" : "Error loading context store: __message__" ,
"error-loading-module2" : "Error loading context store '__module__': __message__" ,
2018-07-23 15:20:13 +01:00
"error-module-not-defined" : "Context store '__storage__' missing 'module' option" ,
2018-07-16 16:44:33 +01:00
"error-invalid-module-name" : "Invalid context store name: '__name__'" ,
2018-07-23 15:20:13 +01:00
"error-invalid-default-module" : "Default context store unknown: '__storage__'" ,
2018-08-16 14:36:11 +01:00
"unknown-store" : "Unknown context store '__name__' specified. Using default store." ,
"localfilesystem" : {
2020-10-06 15:42:52 +01:00
"invalid-json" : "Invalid JSON in context file '__file__'" ,
2018-08-16 14:36:11 +01:00
"error-circular" : "Context __scope__ contains a circular reference that cannot be persisted" ,
"error-write" : "Error writing context: __message__"
}
2015-07-01 22:39:41 +01:00
}
2015-04-15 20:59:39 +01:00
}