node-red/red/api/locales/en-US/editor.json

244 lines
8.7 KiB
JSON
Raw Normal View History

2015-04-27 00:02:14 +02:00
{
2015-07-01 00:42:03 +02:00
"common": {
"label": {
"name": "Name",
"ok": "Ok",
2016-05-03 16:45:29 +02:00
"done":"Done",
2015-07-01 00:42:03 +02:00
"cancel": "Cancel",
"delete": "Delete",
"close": "Close",
"load": "Load",
"save": "Save",
"import": "Import",
"export": "Export"
2015-07-01 00:42:03 +02:00
}
},
2015-05-06 23:14:00 +02:00
"workspace": {
"defaultName": "Flow __number__",
2016-06-01 00:20:25 +02:00
"editFlow": "Edit flow: __name__",
2015-07-01 00:42:03 +02:00
"confirmDelete": "Confirm delete",
"delete": "Are you sure you want to delete '__label__'?",
2015-10-16 22:56:20 +02:00
"dropFlowHere": "Drop the flow here"
2015-07-01 00:42:03 +02:00
},
"menu": {
2015-05-06 23:14:00 +02:00
"label": {
"view": {
"view": "View",
"showGrid": "Show grid",
"snapGrid": "Snap to grid"
},
"sidebar": {
"show": "Show sidebar"
},
2016-01-10 22:25:05 +01:00
"displayStatus": "Show node status",
"displayConfig": "Configuration nodes",
2015-07-01 00:42:03 +02:00
"import": "Import",
"export": "Export",
"clipboard": "Clipboard",
"library": "Library",
"examples": "Examples",
2015-07-01 00:42:03 +02:00
"subflows": "Subflows",
"createSubflow": "Create Subflow",
"selectionToSubflow": "Selection to Subflow",
"flows": "Flows",
2015-07-01 00:42:03 +02:00
"add": "Add",
"rename": "Rename",
"delete": "Delete",
"keyboardShortcuts": "Keyboard Shortcuts",
"login": "Login",
"logout": "Logout"
2015-07-01 00:42:03 +02:00
}
},
"user": {
"loggedInAs": "Logged in as __name__",
"login": "Login",
"loginFailed": "Login failed",
"notAuthorized": "Not authorized"
2015-07-01 00:42:03 +02:00
},
"notification": {
"warning": "<strong>Warning</strong>: __message__",
"warnings": {
"undeployedChanges": "node has undeployed changes",
"nodeActionDisabled": "node actions disabled within subflow"
},
"error": "<strong>Error</strong>: __message__",
"errors": {
"lostConnection": "Lost connection to server, reconnecting...",
"lostConnectionReconnect": "Lost connection to server, reconnecting in __time__s.",
"lostConnectionTry": "Try now",
2015-07-01 00:42:03 +02:00
"cannotAddSubflowToItself": "Cannot add subflow to itself",
"cannotAddCircularReference": "Cannot add subflow - circular reference detected"
}
},
"clipboard": {
"nodes": "Nodes:",
"selectNodes": "Select the text above and copy to the clipboard.",
"pasteNodes": "Paste nodes here",
"importNodes": "Import nodes",
"exportNodes": "Export nodes to clipboard",
"importUnrecognised": "Imported unrecognised type:",
"importUnrecognised_plural": "Imported unrecognised types:",
"nodeCopied": "__count__ node copied",
"nodeCopied_plural": "__count__ nodes copied",
"invalidFlow": "Invalid flow: __message__"
},
"deploy": {
"deploy": "Deploy",
"full": "Full",
"fullDesc": "Deploys everything in the workspace",
"modifiedFlows": "Modified Flows",
"modifiedFlowsDesc": "Only deploys flows that contain changed nodes",
"modifiedNodes": "Modified Nodes",
"modifiedNodesDesc": "Only deploys nodes that have changed",
"successfulDeploy": "Successfully deployed",
"deployFailed": "Deploy failed: __message__",
2016-01-13 00:03:33 +01:00
"unusedConfigNodes":"You have some unused configuration nodes.",
"unusedConfigNodesLink":"Click here to see them",
2015-07-01 00:42:03 +02:00
"errors": {
"noResponse": "no response from server"
},
"confirm": {
"button": {
"confirm": "Confirm deploy",
"cancel": "Cancel"
},
"undeployedChanges": "You have undeployed changes.\n\nLeaving this page will lose these changes.",
2015-09-25 23:33:54 +02:00
"improperlyConfigured": "The workspace contains some nodes that are not properly configured:",
2015-07-01 00:42:03 +02:00
"unknown": "The workspace contains some unknown node types:",
"confirm": "Are you sure you want to deploy?"
}
},
"subflow": {
2016-03-22 14:13:57 +01:00
"editSubflow": "Edit flow template: __name__",
"edit": "Edit flow template",
"subflowInstances": "There is __count__ instance of this subflow template",
"subflowInstances_plural": "There are __count__ instances of this subflow template",
2015-10-23 23:14:21 +02:00
"editSubflowProperties": "edit properties",
"input": "inputs:",
"output": "outputs:",
2015-07-01 00:42:03 +02:00
"deleteSubflow": "delete subflow",
2015-10-23 23:14:21 +02:00
"info": "Description",
"format":"markdown format",
2015-07-01 00:42:03 +02:00
"errors": {
"noNodesSelected": "<strong>Cannot create subflow</strong>: no nodes selected",
"multipleInputsToSelection": "<strong>Cannot create subflow</strong>: multiple inputs to selection"
2015-05-06 23:14:00 +02:00
}
},
2015-07-01 00:42:03 +02:00
"editor": {
2016-02-28 00:13:19 +01:00
"configEdit": "Edit",
"configAdd": "Add",
"configUpdate": "Update",
2015-07-01 00:42:03 +02:00
"configDelete": "Delete",
"nodesUse": "__count__ node uses this config",
"nodesUse_plural": "__count__ nodes use this config",
"addNewConfig": "Add new __type__ config node",
2016-05-03 16:45:29 +02:00
"editNode": "Edit __type__ node",
2015-07-01 00:42:03 +02:00
"editConfig": "Edit __type__ config node",
"addNewType": "Add new __type__...",
"errors": {
"scopeChange": "Changing the scope will make it unavailable to nodes in other flows that use it"
}
2015-07-01 00:42:03 +02:00
},
"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",
"nudgeNode": "Move selected node(s) by a small amount",
"moveNode": "Move selected node(s) by a large amount",
2015-07-01 00:42:03 +02:00
"toggleSidebar": "Toggle sidebar",
"deleteNode": "Delete selected nodes or link",
"copyNode": "Copy selected nodes",
"cutNode": "Cut selected nodes",
"pasteNode": "Paste nodes",
"undoChange": "Undo the last change performed"
2015-07-01 00:42:03 +02:00
},
"library": {
"openLibrary": "Open Library...",
"saveToLibrary": "Save to Library...",
"typeLibrary": "__type__ library",
"unnamedType": "Unnamed __type__",
"saveToLibrary": "Save to Library",
"exportToLibrary": "Export nodes to library",
"dialogSaveOverwrite": "A __libraryType__ called __libraryName__ already exists. Overwrite?",
"invalidFilename": "Invalid filename",
"savedNodes": "Saved nodes",
"savedType": "Saved __type__",
"saveFailed": "Save failed: __message__",
"filename": "Filename",
"folder": "Folder",
"filenamePlaceholder": "file",
"fullFilenamePlaceholder": "a/b/file",
"folderPlaceholder": "a/b",
"breadcrumb": "Library"
},
"palette": {
"noInfo": "no information available",
2015-07-12 00:43:45 +02:00
"filter": "filter nodes",
"label": {
"subflows": "subflows",
"input": "input",
2015-07-01 00:42:03 +02:00
"output": "output",
"function": "function",
"social": "social",
"storage": "storage",
"analysis": "analysis",
"advanced": "advanced"
2015-07-01 00:42:03 +02:00
},
"event": {
"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:"
}
},
2015-07-01 00:42:03 +02:00
"sidebar": {
"info": {
"name": "Node information",
"label": "info",
2015-07-01 00:42:03 +02:00
"node": "Node",
"type": "Type",
"id": "ID",
"subflow": "Subflow",
"instances": "Instances",
"properties": "Properties",
"blank": "blank",
"null": "null",
2015-07-01 00:42:03 +02:00
"arrayItems": "__count__ items"
},
"config": {
"name": "Configuration nodes",
2015-10-16 22:56:20 +02:00
"label": "config",
2016-01-13 00:03:33 +01:00
"global": "Global",
2015-11-05 15:22:15 +01:00
"none": "none",
"subflows": "subflows",
"flows": "flows",
2016-01-13 00:03:33 +01:00
"filterUnused":"unused",
"filterAll":"all",
"filtered": "__count__ hidden"
2015-07-01 00:42:03 +02:00
}
2015-12-29 23:15:41 +01:00
},
2016-01-03 23:32:16 +01:00
"typedInput": {
2015-12-29 23:15:41 +01:00
"type": {
"str": "string",
"num": "number",
2016-01-03 23:32:16 +01:00
"re": "regular expression",
"bool": "boolean",
"json": "JSON",
"date": "timestamp"
2015-12-29 23:15:41 +01:00
}
},
"editableList": {
"add": "add"
}
2015-04-27 00:02:14 +02:00
}