File tree 3 files changed +338
-149
lines changed
3 files changed +338
-149
lines changed Original file line number Diff line number Diff line change @@ -538,6 +538,12 @@ export default {
538
538
openEditorBtn : "Open Code Editor" ,
539
539
tipsTitle : "Script Operator Tips" ,
540
540
tipsDes : "Use a JavaScript script to filter nodes" ,
541
+ paramsEdit : 'Edit Parameters' ,
542
+ noCache : 'noCache' ,
543
+ paramsAdd : 'Add' ,
544
+ paramsDelete : 'Delete' ,
545
+ paramsOptions : 'Options' ,
546
+ paramsEmpty : 'No parameters' ,
541
547
} ,
542
548
} ,
543
549
sourceNamePicker : {
Original file line number Diff line number Diff line change @@ -417,6 +417,12 @@ export default {
417
417
openEditorBtn : '打开脚本编辑器' ,
418
418
tipsTitle : '脚本操作操作提示' ,
419
419
tipsDes : '使用一段 JavaScript 脚本来修改节点信息' ,
420
+ paramsEdit : '参数编辑' ,
421
+ noCache : '关闭缓存' ,
422
+ paramsAdd : '添加参数' ,
423
+ paramsDelete : '删除' ,
424
+ paramsOptions : '操作' ,
425
+ paramsEmpty : '暂无参数数据' ,
420
426
} ,
421
427
'Flag Operator' : {
422
428
label : '旗帜操作' ,
You can’t perform that action at this time.
0 commit comments