mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
all items
This commit is contained in:
parent
62a4a28719
commit
ccd2e2a180
|
@ -207,6 +207,11 @@
|
|||
:label="size"
|
||||
:value="size">
|
||||
</n8n-option>
|
||||
<n8n-option
|
||||
:label="$locale.baseText('ndv.output.all')"
|
||||
:value="dataCount"
|
||||
>
|
||||
</n8n-option>
|
||||
</n8n-select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1156,6 +1156,7 @@
|
|||
"ndv.output.tooMuchData.title": "Output data is huge!",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue