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
+10-4
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ export default {
93
93
url: {
94
94
label: "URL",
95
95
placeholder:
96
-
"URL (please separate multiple urls with a new line). Supported parameters: noCache - do not use cache; insecure - do not verify the server certificate. For example: http://a.com#noCache",
96
+
"URL (please separate multiple urls with a new line). Supported parameters: noCache - do not use cache; insecure - do not verify the server certificate. For example: http://a.com#noCache&insecure",
97
97
isEmpty: "URL cannot be empty",
98
98
isIllegal: "Invalid URL",
99
99
},
@@ -525,11 +525,15 @@ export default {
525
525
options: ["Link","Script"],
526
526
des: ["Type","Content"],
527
527
placeholder:
528
-
"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
+
"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, insecure - do not verify the server certificate. For example: http://a.com#a=1&b=2#noCache&insecure",
529
529
openEditorBtn: "Open Code Editor",
530
530
tipsTitle: "Script Filter Tips",
531
531
tipsDes: "Use a JavaScript script to filter nodes",
532
+
helpTitle: 'Tips',
533
+
noCache: 'noCache',
534
+
insecure: 'insecure',
532
535
noCacheTips: 'When the cache is turned off, the script is refetched for each request.',
536
+
insecureTips: 'When the insecure is turned on, the server certificate will not be verified.',
533
537
paramsEditTips: 'Visual parameter editor, duplicate key names will adopt the principle of prioritizing the latter value.',
534
538
paramsAdd: 'Add',
535
539
paramsDelete: 'Delete',
@@ -542,14 +546,16 @@ export default {
542
546
options: ["Link","Script"],
543
547
des: ["Type","Content"],
544
548
placeholder:
545
-
"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",
549
+
"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, insecure - do not verify the server certificate. For example: http://a.com#a=1&b=2#noCache&insecure",
546
550
openEditorBtn: "Open Code Editor",
547
551
tipsTitle: "Script Operator Tips",
548
552
tipsDes: "Use a JavaScript script to modify node information",
549
553
paramsEdit: 'Edit Parameters',
550
554
noCache: 'noCache',
551
-
helpTitle: 'noCache Tips',
555
+
insecure: 'insecure',
556
+
helpTitle: 'Tips',
552
557
noCacheTips: 'When the cache is turned off, the script is refetched for each request.',
558
+
insecureTips: 'When the insecure is turned on, the server certificate will not be verified.',
553
559
paramsEditTips: 'Visual parameter editor, duplicate key names will adopt the principle of prioritizing the latter value.',
0 commit comments