File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -383,5 +383,49 @@ cockpit.locale({
383383 "W9_CONTAINER_PT_INIT_SET" : [
384384 null ,
385385 "CONTAINER PORT NEED EXPOSED"
386+ ] ,
387+ "W9_BEATS_TCP_PORT_SET" : [
388+ null ,
389+ "BEATS TCP PORT"
390+ ] ,
391+ "W9_RAW_TCP_PORT_SET" : [
392+ null ,
393+ "RAW TCP PORT"
394+ ] ,
395+ "W9_RAW_UDP_PORT_SET" : [
396+ null ,
397+ "RAW UDP PORT"
398+ ] ,
399+ "W9_FORWARDER_DATA_TCP_PORT_SET" : [
400+ null ,
401+ "DATA TCP PORT"
402+ ] ,
403+ "W9_FORWARDER_CONFIG_TCP_PORT_SET" : [
404+ null ,
405+ "CONFIG TCP PORT"
406+ ] ,
407+ "W9_LOGIN_TOKEN" : [
408+ null ,
409+ "LOGIN TOKEN"
410+ ] ,
411+ "W9_SERVER_PORT_SET" : [
412+ null ,
413+ "SERVER PORT"
414+ ] ,
415+ "W9_HTTP_VNC_SET" : [
416+ null ,
417+ "HTTP VNC"
418+ ] ,
419+ "W9_APP_KEY_SET" : [
420+ null ,
421+ "APP KEY"
422+ ] ,
423+ "W9_INNERIP_SET" : [
424+ null ,
425+ "INNER IP"
426+ ] ,
427+ "W9_NETWORKID_SET" : [
428+ null ,
429+ "NETWORK ID"
386430 ]
387431} ) ;
Original file line number Diff line number Diff line change @@ -503,5 +503,49 @@ cockpit.locale({
503503 "W9_CONTAINER_PT_INIT_SET" : [
504504 null ,
505505 "容器需暴露的端口"
506+ ] ,
507+ "W9_BEATS_TCP_PORT_SET" : [
508+ null ,
509+ "BEATS TCP 端口"
510+ ] ,
511+ "W9_RAW_TCP_PORT_SET" : [
512+ null ,
513+ "原始 TCP 端口"
514+ ] ,
515+ "W9_RAW_UDP_PORT_SET" : [
516+ null ,
517+ "原始 UDP 端口"
518+ ] ,
519+ "W9_FORWARDER_DATA_TCP_PORT_SET" : [
520+ null ,
521+ "数据 TCP 端口"
522+ ] ,
523+ "W9_FORWARDER_CONFIG_TCP_PORT_SET" : [
524+ null ,
525+ "配置 TCP 端口"
526+ ] ,
527+ "W9_LOGIN_TOKEN" : [
528+ null ,
529+ "登陆 TOKEN"
530+ ] ,
531+ "W9_SERVER_PORT_SET" : [
532+ null ,
533+ "服务端口"
534+ ] ,
535+ "W9_HTTP_VNC_SET" : [
536+ null ,
537+ "网络 VNC"
538+ ] ,
539+ "W9_APP_KEY_SET" : [
540+ null ,
541+ "应用密钥"
542+ ] ,
543+ "W9_INNERIP_SET" : [
544+ null ,
545+ "内网 IP"
546+ ] ,
547+ "W9_NETWORKID_SET" : [
548+ null ,
549+ "网络 ID"
506550 ]
507551} ) ;
You can’t perform that action at this time.
0 commit comments