mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
delete unused keys
This commit is contained in:
parent
09b697db57
commit
b8ae4a628a
|
@ -735,26 +735,16 @@
|
||||||
"copyParameterPath": "Copy Parameter Path",
|
"copyParameterPath": "Copy Parameter Path",
|
||||||
"copyToClipboard": "Copy to Clipboard",
|
"copyToClipboard": "Copy to Clipboard",
|
||||||
"copyValue": "Copy Value",
|
"copyValue": "Copy Value",
|
||||||
"dataOfExecution": "Data of Execution",
|
|
||||||
"dataReturnedByThisNodeWillDisplayHere": "Data returned by this node will display here",
|
|
||||||
"displayDataAnyway": "Display Data Anyway",
|
|
||||||
"entriesExistButThey": "Entries exist but they do not contain any JSON data",
|
|
||||||
"executionTime": "Execution Time",
|
"executionTime": "Execution Time",
|
||||||
"fileExtension": "File Extension",
|
"fileExtension": "File Extension",
|
||||||
"fileName": "File Name",
|
"fileName": "File Name",
|
||||||
"items": "Items",
|
|
||||||
"json": "JSON",
|
"json": "JSON",
|
||||||
"mimeType": "Mime Type",
|
"mimeType": "Mime Type",
|
||||||
"ms": "ms",
|
"ms": "ms",
|
||||||
"noBinaryDataFound": "No binary data found",
|
"noBinaryDataFound": "No binary data found",
|
||||||
"noData": "No data",
|
|
||||||
"": "No text data found",
|
|
||||||
"nodeReturnedALargeAmountOfData": "Node returned a large amount of data",
|
|
||||||
"output": "Output",
|
|
||||||
"showBinaryData": "Show Binary Data",
|
"showBinaryData": "Show Binary Data",
|
||||||
"startTime": "Start Time",
|
"startTime": "Start Time",
|
||||||
"table": "Table",
|
"table": "Table"
|
||||||
"theNodeContains": "The node contains {numberOfKb} KB of data.<br />Displaying it could cause problems.<br /><br />If you do decide to display it, consider avoiding the JSON view."
|
|
||||||
},
|
},
|
||||||
"saveButton": {
|
"saveButton": {
|
||||||
"save": "@:reusableBaseText.save",
|
"save": "@:reusableBaseText.save",
|
||||||
|
|
Loading…
Reference in a new issue