mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
0017074d38
removed errant comma
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"workspace": {
|
|
"label": {
|
|
"name": "Name"
|
|
}
|
|
},
|
|
"menu": {
|
|
"label": {
|
|
"sidebar": "Sidebar",
|
|
"displayStatus": "Display node status",
|
|
"import": "Import",
|
|
"export": "Export",
|
|
"clipboard": "Clipboard",
|
|
"library": "Library",
|
|
"configurationNodes": "Configuration nodes",
|
|
"subflows": "Subflows",
|
|
"createSubflow": "Create subflow",
|
|
"selectionToSubflow": "Selection to subflow",
|
|
"workspaces": "Workspaces",
|
|
"add": "Add",
|
|
"rename": "Rename",
|
|
"delete": "Delete",
|
|
"keyboardShortcuts": "Keyboard Shortcuts",
|
|
"login": "Login",
|
|
"logout": "Logout"
|
|
}
|
|
},
|
|
"notification": {
|
|
"nodeAdded": "Node added to palette:",
|
|
"nodeAdded_plural": "Nodes added to palette",
|
|
"nodeRemoved": "Node removed from palette:",
|
|
"nodeRemoved_plural": "Nodes removed from palette:",
|
|
"nodeEnabled": "Node enabled:",
|
|
"nodeEnabled_plural": "Nodes enabled:",
|
|
"nodeDisabled": "Node disabled:",
|
|
"nodeDisabled_plural": "Nodes disabled:",
|
|
"lostConnectionError": "<b>Error</b>: Lost connection to server",
|
|
"importUnrecognised": "Imported unrecognised ",
|
|
"loggedInAs": "Logged in as "
|
|
},
|
|
"error": {
|
|
"apiSubflowOnly": "this api is subflow only. called with:",
|
|
"invalidFlow": "Invalid flow: ",
|
|
"cannotAddSubflowToItself": "Cannot add subflow to itself",
|
|
"cannotAddCircularReference": "Cannot add subflow - circular reference detected"
|
|
},
|
|
"dialog": {
|
|
"cancel": "Cancel",
|
|
"login": "Login",
|
|
"loginFailed": "Login failed"
|
|
}
|
|
}
|