mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
update keys sort
This commit is contained in:
parent
2bb18474e5
commit
55877d34f4
|
@ -288,38 +288,38 @@
|
|||
"multipleParameter.deleteItem": "Delete item",
|
||||
"multipleParameter.moveDown": "Move down",
|
||||
"multipleParameter.moveUp": "Move up",
|
||||
"ndv.title.rename": "Rename",
|
||||
"ndv.title.cancel": "Cancel",
|
||||
"ndv.title.renameNode": "Rename node",
|
||||
"ndv.backToCanvas": "Back to canvas",
|
||||
"ndv.backToCanvas.waitingForTriggerWarning": "Waiting for a Trigger node to execute. Close this view to see the Workflow Canvas.",
|
||||
"ndv.execute.executeNode": "Execute node",
|
||||
"ndv.execute.executing": "Executing",
|
||||
"ndv.execute.fetchEvent": "Fetch Event",
|
||||
"ndv.execute.listenForEvent": "Listen For Event",
|
||||
"ndv.output.pollEventNodeHint": "Fetch an event to output data",
|
||||
"ndv.output.triggerEventNodeHint": "Listen for an event to output data",
|
||||
"ndv.output": "Output",
|
||||
"ndv.output.runNodeHint": "Execute this node to output data",
|
||||
"ndv.output.all": "all",
|
||||
"ndv.output.branch": "Branch",
|
||||
"ndv.output.emptyInput": "This input item is empty. {name} will still execute when it recieves an empty item.",
|
||||
"ndv.output.emptyOutput": "This output item is empty.",
|
||||
"ndv.output.executing": "Executing node...",
|
||||
"ndv.output.noOutputData.title": "No output data returned",
|
||||
"ndv.output.item": "item",
|
||||
"ndv.output.items": "items",
|
||||
"ndv.output.noOutputData.message": "n8n stops executing the workflow when a node has no output data. You can change this default behaviour via",
|
||||
"ndv.output.noOutputData.message.settings": "Settings",
|
||||
"ndv.output.noOutputData.message.settingsOption": "> “Always Output Data”.",
|
||||
"ndv.output.noOutputData.title": "No output data returned",
|
||||
"ndv.output.noOutputDataInBranch": "No output data in this branch",
|
||||
"ndv.output.tooMuchData.title": "Output data is huge!",
|
||||
"ndv.output.of": " of ",
|
||||
"ndv.output.pageSize": "Page Size",
|
||||
"ndv.output.pollEventNodeHint": "Fetch an event to output data",
|
||||
"ndv.output.run": "Run",
|
||||
"ndv.output.runNodeHint": "Execute this node to output data",
|
||||
"ndv.output.staleDataWarning": "Node parameters have changed. <br /> Execute node again to refresh output.",
|
||||
"ndv.output.tooMuchData.message": "The node contains {size} MB of data. Displaying it may cause problems. <br /> If you do decide to display it, avoid the JSON view.",
|
||||
"ndv.output.tooMuchData.showDataAnyway": "Show data anyway",
|
||||
"ndv.output.all": "all",
|
||||
"ndv.output.items": "items",
|
||||
"ndv.output.pageSize": "Page Size",
|
||||
"ndv.output.item": "item",
|
||||
"ndv.output.run": "Run",
|
||||
"ndv.output.of": " of ",
|
||||
"ndv.output.branch": "Branch",
|
||||
"ndv.output.emptyOutput": "This output item is empty.",
|
||||
"ndv.output.emptyInput": "This input item is empty. {name} will still execute when it recieves an empty item.",
|
||||
"ndv.output.staleDataWarning": "Node parameters have changed. <br /> Execute node again to refresh output.",
|
||||
"ndv.backToCanvas": "Back to canvas",
|
||||
"ndv.backToCanvas.waitingForTriggerWarning": "Waiting for a Trigger node to execute. Close this view to see the Workflow Canvas.",
|
||||
"ndv.output.tooMuchData.title": "Output data is huge!",
|
||||
"ndv.output.triggerEventNodeHint": "Listen for an event to output data",
|
||||
"ndv.title.cancel": "Cancel",
|
||||
"ndv.title.rename": "Rename",
|
||||
"ndv.title.renameNode": "Rename node",
|
||||
"noTagsView.readyToOrganizeYourWorkflows": "Ready to organize your workflows?",
|
||||
"noTagsView.withWorkflowTagsYouReFree": "With workflow tags, you're free to create the perfect tagging system for your flows",
|
||||
"node.activateDeactivateNode": "Activate/Deactivate Node",
|
||||
|
|
Loading…
Reference in a new issue