You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en.ts
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -527,7 +527,14 @@ export default {
527
527
"Input Script Link or Internal File like /api/file/name. In addition to the parameters of the script itself, there is support for additional parameters: noCache - do not use cache. For example: http://a.com#a=1&b=2#noCache",
528
528
openEditorBtn: "Open Code Editor",
529
529
tipsTitle: "Script Filter Tips",
530
-
tipsDes: "Use a JavaScript script to modify node information",
530
+
tipsDes: "Use a JavaScript script to filter nodes",
531
+
noCacheTips: 'When the cache is turned off, the script is refetched for each request.',
532
+
paramsEditTips: 'Visual parameter editor, duplicate key names will adopt the principle of prioritizing the latter value.',
533
+
paramsAdd: 'Add',
534
+
paramsDelete: 'Delete',
535
+
paramsOptions: 'Options',
536
+
paramsEmpty: 'No parameters',
537
+
duplicateKeyWarning: 'Duplicate key names',
531
538
},
532
539
"Script Operator": {
533
540
label: "Script Operator",
@@ -537,7 +544,7 @@ export default {
537
544
"Input Script Link or Internal File like /api/file/name. In addition to the parameters of the script itself, there is support for additional parameters: noCache - do not use cache. For example: http://a.com#a=1&b=2#noCache",
538
545
openEditorBtn: "Open Code Editor",
539
546
tipsTitle: "Script Operator Tips",
540
-
tipsDes: "Use a JavaScript script to filter nodes",
547
+
tipsDes: "Use a JavaScript script to modify node information",
0 commit comments