mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Updated editor ui NLS strings
This commit is contained in:
committed by
Nick O'Leary
parent
0017074d38
commit
4a318553f7
@@ -36,7 +36,19 @@
|
||||
"nodeDisabled_plural": "Nodes disabled:",
|
||||
"lostConnectionError": "<b>Error</b>: Lost connection to server",
|
||||
"importUnrecognised": "Imported unrecognised ",
|
||||
"loggedInAs": "Logged in as "
|
||||
"loggedInAs": "Logged in as ",
|
||||
"invalidFilename": "Invalid filename",
|
||||
"savedType": "Saved __type__",
|
||||
"saveFailed": "Save failed: ",
|
||||
"noNodesSelected": "<strong>Cannot create subflow</strong>: no nodes selected",
|
||||
"multipleInputsToSelection": "<strong>Cannot create subflow</strong>: multiple inputs to selection",
|
||||
"cannotAddSubflowToItself": "<strong>Error</strong>: Cannot add subflow to itself",
|
||||
"cannotAddCircularReference": "<strong>Error</strong>: Cannot add subflow - circular reference detected",
|
||||
"nodeCopied": "__count__ node copied",
|
||||
"nodeCopied_plural": "__count__ nodes copied",
|
||||
"undeployedChanges": "<strong>Warning</strong>: node has undeployed changes",
|
||||
"nodeActionDisabled": "<strong>Warning</strong>: node actions disabled within subflow",
|
||||
"error": "<strong>Error</strong>: "
|
||||
},
|
||||
"error": {
|
||||
"apiSubflowOnly": "this api is subflow only. called with:",
|
||||
@@ -47,6 +59,84 @@
|
||||
"dialog": {
|
||||
"cancel": "Cancel",
|
||||
"login": "Login",
|
||||
"loginFailed": "Login failed"
|
||||
"loginFailed": "Login failed",
|
||||
"ok": "Ok",
|
||||
"delete": "Delete",
|
||||
"close": "Close",
|
||||
"nodes": " Nodes:",
|
||||
"selectToCopy": "Select the text above and copy to the clipboard with Ctrl-C.",
|
||||
"pasteNodesHere": "Paste nodes here",
|
||||
"importNodes": "Import nodes",
|
||||
"exportNodesClipboard": "Export nodes to clipboard",
|
||||
"renameSheet": "Rename sheet",
|
||||
"confirmDelete": "Confirm delete"
|
||||
},
|
||||
"deploy": {
|
||||
"deploy": "Deploy",
|
||||
"full": "Full",
|
||||
"modifiedFlows": "Modified Flows",
|
||||
"modifiedNodes": "Modified Nodes",
|
||||
"fullDesc": "Deploys everything in the workspace",
|
||||
"modifiedFlowsDesc": "Only deploys flows that contain changed nodes",
|
||||
"modifiedNodesDesc": "Only deploys nodes that have changed",
|
||||
"confirmDeploy": "Confirm deploy",
|
||||
"cancelDeploy": "Cancel",
|
||||
"undeployedChanges": "You have undeployed changes.\n\nLeaving this page will lose these changes.",
|
||||
"successfulDeploy": "Successfully Deployed",
|
||||
"error": "<strong>Error</strong>: ",
|
||||
"noResponseError": "no response from server"
|
||||
},
|
||||
"editor": {
|
||||
"savedNodes": "Saved nodes",
|
||||
"configEdit": "edit",
|
||||
"configAdd": "add",
|
||||
"configDelete": "Delete",
|
||||
"editFlow": "Edit flow ",
|
||||
"nodesUse": "__count__ node uses this config",
|
||||
"nodesUse_plural": "__count__ nodes use this config",
|
||||
"addNewConfig": "Add new __type__ config node",
|
||||
"editConfig": "Edit __type__ config node",
|
||||
"addNewType": "Add new __type__...",
|
||||
"subflow": "Subflow: ",
|
||||
"subflowInstances": "There is __count__ instance of this subflow",
|
||||
"subflowInstances_plural": "There are __count__ instances of this subflow"
|
||||
},
|
||||
"keyboard": {
|
||||
"selectAll": "Select all nodes",
|
||||
"selectAllConnected": "Select all connected nodes",
|
||||
"addRemoveNode": "Add/remove node from selection",
|
||||
"deleteSelected": "Delete selected nodes or link",
|
||||
"importNode": "Import nodes",
|
||||
"exportNode": "Export selected nodes",
|
||||
"toggleSidebar": "Toggle sidebar",
|
||||
"deleteNode": "Delete selected nodes or link",
|
||||
"copyNode": "Copy selected nodes",
|
||||
"cutNode": "Cut selected nodes",
|
||||
"pasteNode": "Paste nodes"
|
||||
},
|
||||
"library": {
|
||||
"openLibrary": "Open Library...",
|
||||
"saveToLibrary": "Save to Library...",
|
||||
"typeLibrary": "__type__ library",
|
||||
"unnamedType": "Unnamed __type__",
|
||||
"saveToLibrary": "Save to Library",
|
||||
"exportToLibrary": "Export nodes to library"
|
||||
},
|
||||
"palette": {
|
||||
"noInfo": "no information available",
|
||||
"popOverError": "Error generating pop-over label for '__type__'."
|
||||
},
|
||||
"tabInfo": {
|
||||
"node": "Node",
|
||||
"type": "Type",
|
||||
"id": "ID",
|
||||
"subflow": "Subflow",
|
||||
"name": "name",
|
||||
"instances": "instances",
|
||||
"properties": "Properties",
|
||||
"blank": "blank"
|
||||
},
|
||||
"workspaces": {
|
||||
"subflow": "Subflow: "
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user