mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
92 lines
5.2 KiB
JSON
92 lines
5.2 KiB
JSON
{
|
||
"runtime": {
|
||
"welcome": "[G'Welcome to Node-REDฏูİı|]",
|
||
"version": "[G'__component__ version: __version__ฏูİı|]",
|
||
"paths": {
|
||
"settings": "[G'Settings file : __path__ฏูİı|]"
|
||
}
|
||
},
|
||
|
||
"server": {
|
||
"loading": "[G'Loading palette nodesฏูİı|]",
|
||
"errors": "[G'Failed to register __count__ node typeฏูİı|]",
|
||
"errors_plural": "[G'Failed to register __count__ node typesฏูİı|]",
|
||
"errors-help": "[G'Run with -v for detailsฏูİı|]",
|
||
"missing-modules": "[G'Missing node modules:ฏูİı|]",
|
||
"removing-modules": "[G'Removing modules from configฏูİı|]",
|
||
"added-types": "[G'Added node types:ฏูİı|]",
|
||
"removed-types": "[G'Removed node types:ฏูİı|]",
|
||
"install": {
|
||
"invalid": "[G'Invalid module nameฏูİı|]",
|
||
"installing": "[G'Installing module: __name__ฏูİı|]",
|
||
"installed": "[G'Installed module: __name__ฏูİı|]",
|
||
"install-failed": "[G'Install failedฏูİı|]",
|
||
"install-failed-long": "[G'Installation of module __name__ failed:ฏูİı|]",
|
||
"install-failed-not-found": "[G'$t(install-failed-long) module not foundฏูİı|]",
|
||
|
||
"uninstalling": "[G'Uninstalling module: __name__ฏูİı|]",
|
||
"uninstall-failed": "[G'Uninstall failedฏูİı|]",
|
||
"uninstall-failed-long": "[G'Uninstall of module __name__ failed:ฏูİı|]",
|
||
"uninstalled": "[G'Uninstalled module: __name__ฏูİı|]"
|
||
}
|
||
},
|
||
|
||
"api": {
|
||
"flows": {
|
||
"error-save": "[G'Error saving flows: __message__ฏูİı|]"
|
||
},
|
||
"library": {
|
||
"error-load-entry": "[G'Error loading library entry '__path__': __message__ฏูİı|]",
|
||
"error-save-entry": "[G'Error saving library entry '__path__': __message__ฏูİı|]",
|
||
"error-load-flow": "[G'Error loading flow '__path__': __message__ฏูİı|]",
|
||
"error-save-flow": "[G'Error saving flow '__path__': __message__ฏูİı|]"
|
||
},
|
||
"nodes": {
|
||
"enabled": "[G'Enabled node types:ฏูİı|]",
|
||
"disabled": "[G'Disabled node types:ฏูİı|]",
|
||
"error-enable": "[G'Failed to enable node:ฏูİı|]"
|
||
}
|
||
},
|
||
|
||
"comms": {
|
||
"error": "[G'Communication channel error: __message__ฏูİı|]",
|
||
"error-server": "[G'Communication server error: __message__ฏูİı|]",
|
||
"error-send": "[G'Communication send error: __message__ฏูİı|]"
|
||
},
|
||
|
||
"nodes": {
|
||
"credentials": {
|
||
"error":"[G'Error loading credentials: __message__ฏูİı|]",
|
||
"not-registered": "[G'Credential type '__type__' is not registeredฏูİı|]"
|
||
},
|
||
"flows": {
|
||
"registered-missing": "[G'Missing type registered: __type__ฏูİı|]",
|
||
"error": "[G'Error loading flows: __message__ฏูİı|]",
|
||
"starting-modified-nodes": "[G'Starting modified nodesฏูİı|]",
|
||
"starting-modified-flows": "[G'Starting modified flowsฏูİı|]",
|
||
"starting-flows": "[G'Starting flowsฏูİı|]",
|
||
"started-modified-nodes": "[G'Started modified nodesฏูİı|]",
|
||
"started-modified-flows": "[G'Started modified flowsฏูİı|]",
|
||
"started-flows": "[G'Started flowsฏูİı|]",
|
||
"stopping-modified-nodes": "[G'Stopping modified nodesฏูİı|]",
|
||
"stopping-modified-flows": "[G'Stopping modified flowsฏูİı|]",
|
||
"stopping-flows": "[G'Stopping flowsฏูİı|]",
|
||
"stopped-modified-nodes": "[G'Stopped modified nodesฏูİı|]",
|
||
"stopped-modified-flows": "[G'Stopped modified flowsฏูİı|]",
|
||
"stopped-flows": "[G'Stopped flowsฏูİı|]",
|
||
"stopped": "[G'Stoppedฏูİı|]",
|
||
"missing-types": "[G'Waiting for missing types to be registered:ฏูİı|]"
|
||
|
||
}
|
||
},
|
||
|
||
"storage": {
|
||
"localfilesystem": {
|
||
"user-dir": "[G'User directory : __path__ฏูİı|]",
|
||
"flows-file": "[G'Flows file : __path__ฏูİı|]",
|
||
"create": "[G'Creating new flow fileฏูİı|]"
|
||
}
|
||
}
|
||
|
||
}
|