@emqx/shared-ui-i18n 0.0.10 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -179,7 +179,7 @@ FROM
179
179
  request_ttl: "Request TTL",
180
180
  inflight_window: "Inflight Window",
181
181
  max_buffer_bytes: "Max Buffer Queue Size",
182
- sql: "SQL",
182
+ sql: "SQL Template",
183
183
  batch_size: "Batch Size",
184
184
  topic: "Kafka Topic",
185
185
  key: "Message Key",
@@ -199,7 +199,9 @@ FROM
199
199
  per_partition_limit: "Per-partition Buffer Limit",
200
200
  segment_bytes: "Segment File Bytes",
201
201
  memory_overload_protection: "Memory Overload Protection",
202
- sync_query_timeout: "Synchronous Query Timeout"
202
+ sync_query_timeout: "Synchronous Query Timeout",
203
+ template: "Message Template",
204
+ partitions_limit: "Partitions Limit"
203
205
  },
204
206
  kafka_producer: {
205
207
  timestamp: "Message Timestamp",
@@ -238,8 +240,7 @@ FROM
238
240
  },
239
241
  syskeeper_forwarder: {
240
242
  target_topic: "Topic",
241
- target_qos: "QoS",
242
- template: '"Message Template'
243
+ target_qos: "QoS"
243
244
  },
244
245
  redis: {
245
246
  command_template: "Redis Command Template"
@@ -275,6 +276,71 @@ FROM
275
276
  routing: "Routing",
276
277
  overwrite: "Overwrite Document",
277
278
  doc_as_upsert: "Enable Upsert"
279
+ },
280
+ cassandra: {
281
+ cql: "CQL Template"
282
+ },
283
+ opents: {
284
+ timestamp: "Timestamp",
285
+ metric: "Metric",
286
+ tags: "Tags",
287
+ value: "Value",
288
+ data: "Write Data"
289
+ },
290
+ gcp_pubsub_consumer: {
291
+ payload_template: "Payload Template"
292
+ },
293
+ hstreamdb: {
294
+ stream: "HStreamDB Stream Name",
295
+ partition_key: "HStreamDB Partition Key",
296
+ grpc_flush_timeout: "gRPC Flush Interval",
297
+ aggregation_pool_size: "Aggregation Pool Size",
298
+ max_batches: "Max Batches",
299
+ writer_pool_size: "Writer Pool Size",
300
+ batch_interval: "Max Batch Interval",
301
+ record_template: "HStream Record Template"
302
+ },
303
+ kafka_consumer: {
304
+ payload_template: "MQTT Payload Template"
305
+ },
306
+ rabbitmq: {
307
+ exchange: "Exchange",
308
+ routing_key: "Routing Key",
309
+ delivery_mode: "Message Delivery Mode",
310
+ wait_for_publish_confirmations: "Wait for Publish Confirmations",
311
+ publish_confirmation_timeout: "Publish Confirmation Timeout",
312
+ payload_template: "Payload Template"
313
+ },
314
+ pulsar: {
315
+ message_key: "Message Key",
316
+ message_value: "Message Value"
317
+ },
318
+ kinesis: {
319
+ payload_template: "Payload template",
320
+ stream_name: "Amazon Kinesis Stream",
321
+ partition_key: "Partition key"
322
+ },
323
+ greptimedb: {
324
+ write_syntax: "Write Syntax",
325
+ precision: "Time Precision"
326
+ },
327
+ tdengine: {
328
+ database: "Database Name"
329
+ },
330
+ rocketmq: {
331
+ topic: "RocketMQ Topic",
332
+ refresh_interval: "Topic Route Refresh Interval",
333
+ send_buffer: "Send Buffer Size",
334
+ sync_timeout: "Sync Timeout"
335
+ },
336
+ clickhouse: {
337
+ batch_value_separator: "Batch Value Separator"
338
+ },
339
+ s3: {
340
+ bucket: "Bucket",
341
+ acl: "ACL",
342
+ content: "Object Content",
343
+ key: "Object Key"
278
344
  }
279
345
  }, a = {
280
346
  common: {
@@ -287,7 +353,7 @@ FROM
287
353
  request_ttl: "请求超期",
288
354
  inflight_window: "请求飞行队列窗口",
289
355
  max_buffer_bytes: "缓存队列最大长度",
290
- sql: "SQL",
356
+ sql: "SQL 模板",
291
357
  batch_size: "最大批量请求大小",
292
358
  topic: "Kafka 主题名称",
293
359
  key: "消息的键",
@@ -307,7 +373,9 @@ FROM
307
373
  per_partition_limit: "Kafka 分区缓存上限",
308
374
  segment_bytes: "缓存文件大小",
309
375
  memory_overload_protection: "内存过载保护",
310
- sync_query_timeout: "同步查询超时时间"
376
+ sync_query_timeout: "同步查询超时时间",
377
+ template: "消息模板",
378
+ partitions_limit: "分区限制"
311
379
  },
312
380
  kafka_producer: {
313
381
  timestamp: "消息的时间戳",
@@ -346,8 +414,7 @@ FROM
346
414
  },
347
415
  syskeeper_forwarder: {
348
416
  target_topic: "主题",
349
- target_qos: "QoS",
350
- template: "消息模板"
417
+ target_qos: "QoS"
351
418
  },
352
419
  redis: {
353
420
  command_template: "Redis 命令模板"
@@ -383,6 +450,71 @@ FROM
383
450
  routing: "路由",
384
451
  overwrite: "是否覆盖文档",
385
452
  doc_as_upsert: "启用更新插入"
453
+ },
454
+ cassandra: {
455
+ cql: "CQL 模板"
456
+ },
457
+ opents: {
458
+ timestamp: "时间戳",
459
+ metric: "度量",
460
+ tags: "标签",
461
+ value: "值",
462
+ data: "写入数据"
463
+ },
464
+ gcp_pubsub_consumer: {
465
+ payload_template: "HTTP 请求消息体模板"
466
+ },
467
+ hstreamdb: {
468
+ stream: "HStreamDB 流名称",
469
+ partition_key: "HStreamDB 分区键",
470
+ grpc_flush_timeout: "gRPC 刷新间隔",
471
+ aggregation_pool_size: "聚合池大小",
472
+ max_batches: "最大批次",
473
+ writer_pool_size: "写入池大小",
474
+ batch_interval: "最大批处理间隔",
475
+ record_template: "HStream Record 模板"
476
+ },
477
+ kafka_consumer: {
478
+ payload_template: "MQTT Payload Template"
479
+ },
480
+ rabbitmq: {
481
+ exchange: "交换机",
482
+ routing_key: "路由键",
483
+ delivery_mode: "消息传递模式",
484
+ wait_for_publish_confirmations: "等待发布确认",
485
+ publish_confirmation_timeout: "发布确认超时时间",
486
+ payload_template: "有效载荷模板"
487
+ },
488
+ pulsar: {
489
+ message_key: "消息的 Key",
490
+ message_value: "消息的 Value"
491
+ },
492
+ kinesis: {
493
+ payload_template: "载荷模板",
494
+ stream_name: "Amazon Kinesis 流",
495
+ partition_key: "分区键"
496
+ },
497
+ greptimedb: {
498
+ write_syntax: "写语法",
499
+ precision: "时间精度"
500
+ },
501
+ tdengine: {
502
+ database: "数据库名字"
503
+ },
504
+ rocketmq: {
505
+ topic: "RocketMQ 主题",
506
+ refresh_interval: "主题路由更新间隔",
507
+ send_buffer: "发送消息的缓冲区大小",
508
+ sync_timeout: "同步调用超时时间"
509
+ },
510
+ clickhouse: {
511
+ batch_value_separator: "分隔符"
512
+ },
513
+ s3: {
514
+ bucket: "存储桶",
515
+ acl: "ACL",
516
+ content: "对象内容",
517
+ key: "对象键"
386
518
  }
387
519
  }, r = {
388
520
  common: {
@@ -479,8 +611,101 @@ FROM
479
611
  keepalive: "Keepalive",
480
612
  retry_interval: "Message Retry Interval",
481
613
  max_inflight: "Max Inflight"
614
+ },
615
+ cassandra: {
616
+ keyspace: "Keyspace"
617
+ },
618
+ opents: {
619
+ summary: "Summary",
620
+ details: "Details"
621
+ },
622
+ clickhouse: {
623
+ url: "Server URL"
624
+ },
625
+ dynamo: {
626
+ url: "DynamoDB Endpoint",
627
+ table: "Table ",
628
+ aws_access_key_id: "AWS Access Key ID",
629
+ aws_secret_access_key: "AWS Secret Access Key"
630
+ },
631
+ gcp_pubsub_consumer: {
632
+ consumer_pubsub_topic: "GCP PubSub Topic",
633
+ consumer_mqtt_topic: "MQTT Topic",
634
+ consumer_qos: "QoS",
635
+ pipelining: "HTTP Pipelining",
636
+ service_account_json: "GCP Service Account Credentials",
637
+ topic_mapping: "Topic Mapping",
638
+ pull_max_messages: "Maximum Messages to Pull"
639
+ },
640
+ hstreamdb: {
641
+ url: "HStreamDB Server URL",
642
+ grpc_timeout: "HStreamDB gRPC Timeout"
643
+ },
644
+ kafka_consumer: {
645
+ bootstrap_hosts: "Bootstrap Hosts",
646
+ consumer_key_encoding_mode: "Key Encoding Mode",
647
+ consumer_value_encoding_mode: "Value Encoding Mode",
648
+ consumer_topic_mapping: "Topic Mapping",
649
+ consumer_offset_reset_policy: "Offset Reset Policy",
650
+ consumer_mqtt_topic: "MQTT Topic",
651
+ min_metadata_refresh_interval: "Min Metadata Refresh Interval",
652
+ metadata_request_timeout: "Metadata Request Timeout",
653
+ consumer_max_batch_bytes: "Fetch Bytes",
654
+ consumer_offset_commit_interval_seconds: "Offset Commit Interval",
655
+ topic: "Kafka Topic",
656
+ mqtt_topic: "MQTT Topic",
657
+ qos: "QoS"
658
+ },
659
+ rocketmq: {
660
+ access_key: "AccessKey",
661
+ secret_key: "SecretKey",
662
+ security_token: "Security Token"
663
+ },
664
+ sqlserver: {
665
+ driver: "SQL Server Driver Name"
666
+ },
667
+ oracle: {
668
+ sid: "Oracle Database SID",
669
+ service_name: "Oracle Database Service Name"
670
+ },
671
+ rabbitmq: {
672
+ port: "Port",
673
+ virtual_host: "Virtual Host",
674
+ heartbeat: "Heartbeat",
675
+ timeout: "Connection Timeout"
676
+ },
677
+ pulsar: {
678
+ pulsar_topic: "Pulsar Topic Name",
679
+ strategy: "Partition Strategy",
680
+ compression: "Compression",
681
+ sync_timeout: "Sync Publish Timeout",
682
+ retention_period: "Retention Period",
683
+ send_buffer: "Socket Send Buffer Size",
684
+ max_batch_bytes: "Max Batch Bytes",
685
+ buffer_mode: "Buffer Mode",
686
+ buffer_per_partition_limit: "Per-partition Buffer Limit",
687
+ buffer_segment_bytes: "Segment File Bytes",
688
+ buffer_memory_overload_protection: "Memory Overload Protection",
689
+ authentication_jwt: "JWT"
690
+ },
691
+ kinesis: {
692
+ aws_access_key_id: "AWS Access Key ID",
693
+ aws_secret_access_key: "AWS Secret Access Key",
694
+ endpoint: "Amazon Kinesis Endpoint"
695
+ },
696
+ greptimedb: {
697
+ dbname: "Database"
698
+ },
699
+ s3: {
700
+ access_key_id: "Access Key ID",
701
+ secret_access_key: "Secret Access Key",
702
+ host: "Host",
703
+ port: "Port",
704
+ ipv6_probe: "IPv6 Probe",
705
+ headers: "HTTP Headers",
706
+ request_timeout: "Request Timeout"
482
707
  }
483
- }, o = {
708
+ }, s = {
484
709
  common: {
485
710
  connect_timeout: "连接超时",
486
711
  bootstrap_hosts: "主机列表",
@@ -508,7 +733,7 @@ FROM
508
733
  },
509
734
  kafka_producer: {
510
735
  kerberos_principal: "Kerberos Principal",
511
- kerberos_keytab_file: "Kerberos keytab 文件",
736
+ kerberos_keytab_file: "Kerberos Keytab 文件",
512
737
  mechanism: "认证方法",
513
738
  authentication: "认证"
514
739
  },
@@ -575,8 +800,101 @@ FROM
575
800
  keepalive: "Keepalive",
576
801
  retry_interval: "消息重发间隔",
577
802
  max_inflight: "飞行窗口"
803
+ },
804
+ cassandra: {
805
+ keyspace: "Keyspace"
806
+ },
807
+ opents: {
808
+ summary: "摘要信息",
809
+ details: "详细信息"
810
+ },
811
+ clickhouse: {
812
+ url: "服务器 URL"
813
+ },
814
+ dynamo: {
815
+ url: "DynamoDB 地址",
816
+ table: "表",
817
+ aws_access_key_id: "连接访问 ID",
818
+ aws_secret_access_key: "连接访问密钥"
819
+ },
820
+ gcp_pubsub_consumer: {
821
+ consumer_pubsub_topic: "GCP PubSub 主题",
822
+ consumer_mqtt_topic: "MQTT 主题",
823
+ consumer_qos: "QoS",
824
+ pipelining: "HTTP 流水线",
825
+ service_account_json: "GCP 服务账户凭证",
826
+ topic_mapping: "主题映射",
827
+ pull_max_messages: "拉取的最大消息数"
828
+ },
829
+ hstreamdb: {
830
+ url: "HStreamDB 服务器 URL",
831
+ grpc_timeout: "HStreamDB gRPC 超时"
832
+ },
833
+ kafka_consumer: {
834
+ bootstrap_hosts: "主机列表",
835
+ consumer_key_encoding_mode: "Key 编码模式",
836
+ consumer_value_encoding_mode: "Value 编码模式",
837
+ consumer_topic_mapping: "主题映射关系",
838
+ consumer_offset_reset_policy: "偏移重置策略",
839
+ consumer_mqtt_topic: "MQTT 主题",
840
+ min_metadata_refresh_interval: "元数据刷新最小间隔",
841
+ metadata_request_timeout: "元数据请求超时",
842
+ consumer_max_batch_bytes: "拉取字节数",
843
+ consumer_offset_commit_interval_seconds: "偏移提交间隔",
844
+ topic: "Kafka 主题名称",
845
+ mqtt_topic: "MQTT 主题",
846
+ qos: "QoS"
847
+ },
848
+ rocketmq: {
849
+ access_key: "AccessKey",
850
+ secret_key: "SecretKey",
851
+ security_token: "安全令牌"
852
+ },
853
+ sqlserver: {
854
+ driver: "SQL Server Driver 名称"
855
+ },
856
+ oracle: {
857
+ sid: "Oracle Database SID",
858
+ service_name: "Oracle 数据库服务名称"
859
+ },
860
+ rabbitmq: {
861
+ port: "端口",
862
+ virtual_host: "虚拟主机",
863
+ heartbeat: "心跳",
864
+ timeout: "连接超时时间"
865
+ },
866
+ pulsar: {
867
+ pulsar_topic: "Pulsar 主题名称",
868
+ strategy: "分区选择策略",
869
+ compression: "压缩",
870
+ sync_timeout: "同步发布超时",
871
+ retention_period: "保留期",
872
+ send_buffer: "Socket 发送缓存大小",
873
+ max_batch_bytes: "最大批量字节数",
874
+ buffer_mode: "缓存模式",
875
+ buffer_per_partition_limit: "Pulsar 分区缓存上限",
876
+ buffer_segment_bytes: "缓存文件大小",
877
+ buffer_memory_overload_protection: "内存过载保护",
878
+ authentication_jwt: "JWT"
879
+ },
880
+ kinesis: {
881
+ aws_access_key_id: "AWS 访问密钥 ID",
882
+ aws_secret_access_key: "AWS 秘密访问密钥",
883
+ endpoint: "Amazon Kinesis 端点"
884
+ },
885
+ greptimedb: {
886
+ dbname: "数据库"
887
+ },
888
+ s3: {
889
+ access_key_id: "访问密钥 ID",
890
+ secret_access_key: "访问密钥",
891
+ host: "地址",
892
+ port: "端口",
893
+ ipv6_probe: "IPv6 探针",
894
+ headers: "请求头",
895
+ request_timeout: "请求超时"
578
896
  }
579
- }, s = {
897
+ }, o = {
580
898
  authn: {
581
899
  mysql: "CREATE TABLE IF NOT EXISTS `mqtt_user` (\n `id` int(11) unsigned NOT NULL AUTO_INCREMENT,\n `username` varchar(100) DEFAULT NULL,\n `password_hash` varchar(100) DEFAULT NULL,\n `salt` varchar(35) DEFAULT NULL,\n `is_superuser` tinyint(1) DEFAULT 0,\n `created` datetime DEFAULT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `mqtt_username` (`username`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;",
582
900
  postgresql: `CREATE TABLE mqtt_user (
@@ -646,9 +964,9 @@ HGETALL mqtt_acl:\${username}`
646
964
  };
647
965
  export {
648
966
  e as SQLTemplates,
649
- s as authHelpCodeMap,
967
+ o as authHelpCodeMap,
650
968
  t as enActionsLabel,
651
969
  r as enConnectorsLabel,
652
970
  a as zhActionsLabel,
653
- o as zhConnectorsLabel
971
+ s as zhConnectorsLabel
654
972
  };
@@ -25,7 +25,7 @@ FROM
25
25
  "t/#"`,input:{x:8},outputs:{x:7}},{title:{zh:"数组处理 - 从 JSON 格式的 payload 中获取嵌套的值",en:"Array - Get nested values from JSON-formatted payload"},scene:{zh:"处理 JSON 格式的 payload,从嵌套格式中获取所需要的值。",en:"Process JSON-formatted payload and get the values needed from the nested format."},sql:`SELECT
26
26
  payload.data[1].id as id
27
27
  FROM
28
- "t/#"`,input:{data:[{id:1,name:"steve"},{id:2,name:"bill"}]},outputs:{id:1}}],a={common:{health_check_interval:"Health Check Interval",query_mode:"Query Mode",max_retries:"Max Retries",worker_pool_size:"Buffer Pool Size",start_after_created:"Start After Created",start_timeout:"Start Timeout",request_ttl:"Request TTL",inflight_window:"Inflight Window",max_buffer_bytes:"Max Buffer Queue Size",sql:"SQL",batch_size:"Batch Size",topic:"Kafka Topic",key:"Message Key",value:"Message Value",compression:"Compression",partition_strategy:"Partition Strategy",kafka_headers:"Kafka Headers",kafka_ext_headers:"More Kafka Headers",kafka_ext_header_key:"Key",kafka_ext_header_value:"Value",kafka_header_value_encode_mode:"Kafka Header Value Encode Mode",max_batch_bytes:"Max Batch Bytes",required_acks:"Required Acks",partition_count_refresh_interval:"Partition Count Refresh Interval",max_inflight:"Max Inflight",mode:"Buffer Mode",per_partition_limit:"Per-partition Buffer Limit",segment_bytes:"Segment File Bytes",memory_overload_protection:"Memory Overload Protection",sync_query_timeout:"Synchronous Query Timeout"},kafka_producer:{timestamp:"Message Timestamp",kafka_ext_header_key:"Kafka Header Key",kafka_ext_header_value:"Kafka Header Value"},http:{body:"Body",headers:"Headers",method:"Method",path:"URL Path"},azure_event_hub_producer:{topic:"Event Hub Name",key:"Message Key",value:"Message Value",partition_strategy:"Partition Strategy",required_acks:"Required Acks",kafka_headers:"Azure Event Hubs Headers",kafka_ext_headers:"Extra Azure Event Hubs headers",kafka_header_value_encode_mode:"Azure Event Hubs headers value encode mode",partition_count_refresh_interval:"Partition Count Refresh Interval",max_inflight:"Max Inflight",mode:"Buffer Mode",per_partition_limit:"Per-partition Buffer Limit",segment_bytes:"Segment File Bytes",memory_overload_protection:"Memory Overload Protection",max_batch_bytes:"Max Batch Bytes",query_mode:"Query mode"},gcp_pubsub_producer:{attributes_template:"Attributes Template",pubsub_topic:"GCP PubSub Topic",ordering_key_template:"Ordering Key template",payload_template:"Payload Template"},syskeeper_forwarder:{target_topic:"Topic",target_qos:"QoS",template:'"Message Template'},redis:{command_template:"Redis Command Template"},mongodb:{collection:"Collection",payload_template:"Payload template"},iotdb:{device_id:"Device ID",is_aligned:"Align Timeseries",data:"Write Data",timestamp:"Timestamp",measurement:"Measurement",data_type:"Data Type",value:"Value"},influxdb:{precision:"Time Precision",write_syntax:"Write Syntax"},mqtt:{topic:"Topic",qos:"QoS",retain:"Retain",payload:"Payload"},elasticsearch:{parameters:"Action",index:"Index Name",id:"Document ID",doc:"Document Template",routing:"Routing",overwrite:"Overwrite Document",doc_as_upsert:"Enable Upsert"}},r={common:{health_check_interval:"健康检查间隔",query_mode:"请求模式",max_retries:"最大重试次数",worker_pool_size:"缓存池大小",start_after_created:"创建后立即启动",start_timeout:"启动超时时间",request_ttl:"请求超期",inflight_window:"请求飞行队列窗口",max_buffer_bytes:"缓存队列最大长度",sql:"SQL",batch_size:"最大批量请求大小",topic:"Kafka 主题名称",key:"消息的键",value:"消息的值",compression:"压缩",partition_strategy:"分区选择策略",kafka_headers:"Kafka Headers",kafka_ext_headers:"更多的 Kafka Headers",kafka_ext_header_key:"键",kafka_ext_header_value:"值",kafka_header_value_encode_mode:"Kafka Headers 值编码类型",max_batch_bytes:"最大批量字节数",required_acks:"Kafka 确认数量",partition_count_refresh_interval:"分区数量刷新间隔",max_inflight:"飞行窗口",mode:"缓存模式",per_partition_limit:"Kafka 分区缓存上限",segment_bytes:"缓存文件大小",memory_overload_protection:"内存过载保护",sync_query_timeout:"同步查询超时时间"},kafka_producer:{timestamp:"消息的时间戳",kafka_ext_header_key:"Kafka Headers 键",kafka_ext_header_value:"Kafka Headers 值"},http:{body:"请求体",headers:"请求头",method:"请求方法",path:"URL 路径"},azure_event_hub_producer:{topic:"事件中心名称",key:"消息键",value:"消息值",partition_strategy:"分区策略",required_acks:"所需确认",kafka_headers:"Azure Event Hubs 头部",kafka_ext_headers:"额外的 Azure Event Hubs 头部信息",kafka_header_value_encode_mode:"Azure Event Hubs 头部值编码模式",partition_count_refresh_interval:"分区数刷新间隔",max_inflight:"最大传输数",mode:"缓冲区模式",per_partition_limit:"每个分区缓冲限制",segment_bytes:"段文件字节数",memory_overload_protection:"内存过载保护",max_batch_bytes:"最大批次字节数",query_mode:"查询模式"},gcp_pubsub_producer:{attributes_template:"属性模版",pubsub_topic:"GCP PubSub 主题",ordering_key_template:"排序键模板",payload_template:"HTTP 请求消息体模板"},syskeeper_forwarder:{target_topic:"主题",target_qos:"QoS",template:"消息模板"},redis:{command_template:"Redis 命令模板"},mongodb:{collection:"集合(Collection)",payload_template:"有效载荷模板"},iotdb:{device_id:"设备 ID",is_aligned:"对齐时间序列",data:"写入数据",timestamp:"时间戳",measurement:"字段",data_type:"数据类型",value:"值"},influxdb:{precision:"时间精度",write_syntax:"写语句"},mqtt:{topic:"主题",qos:"QoS",retain:"Retain",payload:"消息模版"},elasticsearch:{parameters:"操作",index:"索引名称",id:"文档 ID",doc:"文档模版",routing:"路由",overwrite:"是否覆盖文档",doc_as_upsert:"启用更新插入"}},o={common:{connect_timeout:"Connect Timeout",bootstrap_hosts:"Bootstrap Hosts",min_metadata_refresh_interval:"Min Metadata Refresh Interval",metadata_request_timeout:"Metadata Request Timeout",tcp_keepalive:"TCP Keepalive",sndbuf:"Socket Send Buffer Size",recbuf:"Socket Receive Buffer Size",nodelay:"No Delay",username:"Username",password:"Password",pool_size:"Connection Pool Size",pool_type:"Pool Type",server:"Server Host",database:"Database Name",health_check_interval:"Health Check Interval",start_timeout:"Start Timeout",max_retries:"Max Retries",worker_pool_size:"Buffer Pool Size",request_ttl:"Request TTL",max_buffer_bytes:"Max Buffer Queue Size",inflight_window:"Inflight Window",servers:"Servers",enable_pipelining:"HTTP Pipelining"},kafka_producer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos keytab file",mechanism:"Mechanism",authentication:"Authentication"},http:{url:"URL",headers:"Headers",enable_pipelining:"HTTP Pipelining"},gcp_pubsub_producer:{pipelining:"HTTP Pipelining",service_account_json:"GCP Service Account Credentials",query_mode:"Query Mode",batch_size:"Batch Size"},azure_event_hub_producer:{bootstrap_hosts:"Bootstrap Hosts"},syskeeper_forwarder:{ack_mode:"ACK Mode",ack_timeout:"ACK Timeout"},redis:{parameters:"Redis Mode",sentinel:"Sentinel Mode"},mongodb:{parameters:"MongoDB Mode",w_mode:"Write Mode",r_mode:"Read Mode",srv_record:"Srv Record",use_legacy_protocol:"Use Legacy Protocol",auth_source:"Auth Source",replica_set_name:"Replica Set Name",max_overflow:"Max Overflow Workers",overflow_ttl:"Overflow TTL",overflow_check_period:"Overflow Check Period",local_threshold_ms:"Local Threshold",connect_timeout_ms:"Connect Timeout",socket_timeout_ms:"Socket Timeout",server_selection_timeout_ms:"Server Selection Timeout",wait_queue_timeout_ms:"Wait Queue Timeout",heartbeat_frequency_ms:"Heartbeat period",min_heartbeat_frequency_ms:"Minimum Heartbeat Period"},influxdb:{parameters:"Version of InfluxDB",bucket:"Bucket",org:"Organization",token:"Token"},iotdb:{base_url:"IoTDB REST Service Base URL",iotdb_version:"IoTDB Version"},elasticsearch:{server:"Server"},mqtt:{server:"MQTT Broker",clientid_prefix:"ClientID Prefix",proto_ver:"MQTT Version",bridge_mode:"Bridge Mode",clean_start:"Clean start",keepalive:"Keepalive",retry_interval:"Message Retry Interval",max_inflight:"Max Inflight"}},s={common:{connect_timeout:"连接超时",bootstrap_hosts:"主机列表",min_metadata_refresh_interval:"元数据刷新最小间隔",metadata_request_timeout:"元数据请求超时",tcp_keepalive:"TCP Keepalive",sndbuf:"Socket 发送缓存大小",recbuf:"Socket 收包缓存大小",nodelay:"是否关闭延迟发送",username:"用户名",password:"密码",pool_size:"连接池大小",pool_type:"连接池类型",server:"服务器地址",database:"数据库名字",health_check_interval:"健康检查间隔",start_timeout:"启动超时时间",max_retries:"最大重试次数",worker_pool_size:"缓存池大小",request_ttl:"请求超期",max_buffer_bytes:"缓存队列最大长度",inflight_window:"请求飞行队列窗口",servers:"服务器列表",enable_pipelining:"HTTP 流水线"},kafka_producer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos keytab 文件",mechanism:"认证方法",authentication:"认证"},http:{url:"URL",headers:"请求头",enable_pipelining:"HTTP 管道"},gcp_pubsub_producer:{pipelining:"HTTP 流水线",service_account_json:"GCP 服务账户凭证",query_mode:"请求模式",batch_size:"最大批量请求大小"},azure_event_hub_producer:{bootstrap_hosts:"引导主机"},syskeeper_forwarder:{ack_mode:"ACK 模式",ack_timeout:"ACK 超时"},redis:{parameters:"部署模式",sentinel:"哨兵模式"},mongodb:{parameters:"部署模式",w_mode:"写模式",r_mode:"读模式",srv_record:"SRV 记录",use_legacy_protocol:"使用旧协议",auth_source:"认证源",replica_set_name:"副本集名称",max_overflow:"最大溢出",overflow_ttl:"溢出 TTL",overflow_check_period:"溢出检查周期",local_threshold_ms:"本地阈值",connect_timeout_ms:"连接超时",socket_timeout_ms:"套接字操作超时",server_selection_timeout_ms:"服务器选择超时",wait_queue_timeout_ms:"等待队列超时",heartbeat_frequency_ms:"心跳期",min_heartbeat_frequency_ms:"最小心跳周期"},influxdb:{parameters:"InfluxDB 版本",bucket:"Bucket",org:"组织",token:"Token"},iotdb:{base_url:"IoTDB REST 服务基础 URL",iotdb_version:"IoTDB 版本"},elasticsearch:{server:"服务器地址"},mqtt:{server:"MQTT 服务地址",clientid_prefix:"客户端 ID 前缀",proto_ver:"MQTT 协议版本",bridge_mode:"桥接模式",clean_start:"清除会话",keepalive:"Keepalive",retry_interval:"消息重发间隔",max_inflight:"飞行窗口"}},i={authn:{mysql:"CREATE TABLE IF NOT EXISTS `mqtt_user` (\n `id` int(11) unsigned NOT NULL AUTO_INCREMENT,\n `username` varchar(100) DEFAULT NULL,\n `password_hash` varchar(100) DEFAULT NULL,\n `salt` varchar(35) DEFAULT NULL,\n `is_superuser` tinyint(1) DEFAULT 0,\n `created` datetime DEFAULT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `mqtt_username` (`username`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;",postgresql:`CREATE TABLE mqtt_user (
28
+ "t/#"`,input:{data:[{id:1,name:"steve"},{id:2,name:"bill"}]},outputs:{id:1}}],a={common:{health_check_interval:"Health Check Interval",query_mode:"Query Mode",max_retries:"Max Retries",worker_pool_size:"Buffer Pool Size",start_after_created:"Start After Created",start_timeout:"Start Timeout",request_ttl:"Request TTL",inflight_window:"Inflight Window",max_buffer_bytes:"Max Buffer Queue Size",sql:"SQL Template",batch_size:"Batch Size",topic:"Kafka Topic",key:"Message Key",value:"Message Value",compression:"Compression",partition_strategy:"Partition Strategy",kafka_headers:"Kafka Headers",kafka_ext_headers:"More Kafka Headers",kafka_ext_header_key:"Key",kafka_ext_header_value:"Value",kafka_header_value_encode_mode:"Kafka Header Value Encode Mode",max_batch_bytes:"Max Batch Bytes",required_acks:"Required Acks",partition_count_refresh_interval:"Partition Count Refresh Interval",max_inflight:"Max Inflight",mode:"Buffer Mode",per_partition_limit:"Per-partition Buffer Limit",segment_bytes:"Segment File Bytes",memory_overload_protection:"Memory Overload Protection",sync_query_timeout:"Synchronous Query Timeout",template:"Message Template",partitions_limit:"Partitions Limit"},kafka_producer:{timestamp:"Message Timestamp",kafka_ext_header_key:"Kafka Header Key",kafka_ext_header_value:"Kafka Header Value"},http:{body:"Body",headers:"Headers",method:"Method",path:"URL Path"},azure_event_hub_producer:{topic:"Event Hub Name",key:"Message Key",value:"Message Value",partition_strategy:"Partition Strategy",required_acks:"Required Acks",kafka_headers:"Azure Event Hubs Headers",kafka_ext_headers:"Extra Azure Event Hubs headers",kafka_header_value_encode_mode:"Azure Event Hubs headers value encode mode",partition_count_refresh_interval:"Partition Count Refresh Interval",max_inflight:"Max Inflight",mode:"Buffer Mode",per_partition_limit:"Per-partition Buffer Limit",segment_bytes:"Segment File Bytes",memory_overload_protection:"Memory Overload Protection",max_batch_bytes:"Max Batch Bytes",query_mode:"Query mode"},gcp_pubsub_producer:{attributes_template:"Attributes Template",pubsub_topic:"GCP PubSub Topic",ordering_key_template:"Ordering Key template",payload_template:"Payload Template"},syskeeper_forwarder:{target_topic:"Topic",target_qos:"QoS"},redis:{command_template:"Redis Command Template"},mongodb:{collection:"Collection",payload_template:"Payload template"},iotdb:{device_id:"Device ID",is_aligned:"Align Timeseries",data:"Write Data",timestamp:"Timestamp",measurement:"Measurement",data_type:"Data Type",value:"Value"},influxdb:{precision:"Time Precision",write_syntax:"Write Syntax"},mqtt:{topic:"Topic",qos:"QoS",retain:"Retain",payload:"Payload"},elasticsearch:{parameters:"Action",index:"Index Name",id:"Document ID",doc:"Document Template",routing:"Routing",overwrite:"Overwrite Document",doc_as_upsert:"Enable Upsert"},cassandra:{cql:"CQL Template"},opents:{timestamp:"Timestamp",metric:"Metric",tags:"Tags",value:"Value",data:"Write Data"},gcp_pubsub_consumer:{payload_template:"Payload Template"},hstreamdb:{stream:"HStreamDB Stream Name",partition_key:"HStreamDB Partition Key",grpc_flush_timeout:"gRPC Flush Interval",aggregation_pool_size:"Aggregation Pool Size",max_batches:"Max Batches",writer_pool_size:"Writer Pool Size",batch_interval:"Max Batch Interval",record_template:"HStream Record Template"},kafka_consumer:{payload_template:"MQTT Payload Template"},rabbitmq:{exchange:"Exchange",routing_key:"Routing Key",delivery_mode:"Message Delivery Mode",wait_for_publish_confirmations:"Wait for Publish Confirmations",publish_confirmation_timeout:"Publish Confirmation Timeout",payload_template:"Payload Template"},pulsar:{message_key:"Message Key",message_value:"Message Value"},kinesis:{payload_template:"Payload template",stream_name:"Amazon Kinesis Stream",partition_key:"Partition key"},greptimedb:{write_syntax:"Write Syntax",precision:"Time Precision"},tdengine:{database:"Database Name"},rocketmq:{topic:"RocketMQ Topic",refresh_interval:"Topic Route Refresh Interval",send_buffer:"Send Buffer Size",sync_timeout:"Sync Timeout"},clickhouse:{batch_value_separator:"Batch Value Separator"},s3:{bucket:"Bucket",acl:"ACL",content:"Object Content",key:"Object Key"}},r={common:{health_check_interval:"健康检查间隔",query_mode:"请求模式",max_retries:"最大重试次数",worker_pool_size:"缓存池大小",start_after_created:"创建后立即启动",start_timeout:"启动超时时间",request_ttl:"请求超期",inflight_window:"请求飞行队列窗口",max_buffer_bytes:"缓存队列最大长度",sql:"SQL 模板",batch_size:"最大批量请求大小",topic:"Kafka 主题名称",key:"消息的键",value:"消息的值",compression:"压缩",partition_strategy:"分区选择策略",kafka_headers:"Kafka Headers",kafka_ext_headers:"更多的 Kafka Headers",kafka_ext_header_key:"键",kafka_ext_header_value:"值",kafka_header_value_encode_mode:"Kafka Headers 值编码类型",max_batch_bytes:"最大批量字节数",required_acks:"Kafka 确认数量",partition_count_refresh_interval:"分区数量刷新间隔",max_inflight:"飞行窗口",mode:"缓存模式",per_partition_limit:"Kafka 分区缓存上限",segment_bytes:"缓存文件大小",memory_overload_protection:"内存过载保护",sync_query_timeout:"同步查询超时时间",template:"消息模板",partitions_limit:"分区限制"},kafka_producer:{timestamp:"消息的时间戳",kafka_ext_header_key:"Kafka Headers 键",kafka_ext_header_value:"Kafka Headers 值"},http:{body:"请求体",headers:"请求头",method:"请求方法",path:"URL 路径"},azure_event_hub_producer:{topic:"事件中心名称",key:"消息键",value:"消息值",partition_strategy:"分区策略",required_acks:"所需确认",kafka_headers:"Azure Event Hubs 头部",kafka_ext_headers:"额外的 Azure Event Hubs 头部信息",kafka_header_value_encode_mode:"Azure Event Hubs 头部值编码模式",partition_count_refresh_interval:"分区数刷新间隔",max_inflight:"最大传输数",mode:"缓冲区模式",per_partition_limit:"每个分区缓冲限制",segment_bytes:"段文件字节数",memory_overload_protection:"内存过载保护",max_batch_bytes:"最大批次字节数",query_mode:"查询模式"},gcp_pubsub_producer:{attributes_template:"属性模版",pubsub_topic:"GCP PubSub 主题",ordering_key_template:"排序键模板",payload_template:"HTTP 请求消息体模板"},syskeeper_forwarder:{target_topic:"主题",target_qos:"QoS"},redis:{command_template:"Redis 命令模板"},mongodb:{collection:"集合(Collection)",payload_template:"有效载荷模板"},iotdb:{device_id:"设备 ID",is_aligned:"对齐时间序列",data:"写入数据",timestamp:"时间戳",measurement:"字段",data_type:"数据类型",value:"值"},influxdb:{precision:"时间精度",write_syntax:"写语句"},mqtt:{topic:"主题",qos:"QoS",retain:"Retain",payload:"消息模版"},elasticsearch:{parameters:"操作",index:"索引名称",id:"文档 ID",doc:"文档模版",routing:"路由",overwrite:"是否覆盖文档",doc_as_upsert:"启用更新插入"},cassandra:{cql:"CQL 模板"},opents:{timestamp:"时间戳",metric:"度量",tags:"标签",value:"值",data:"写入数据"},gcp_pubsub_consumer:{payload_template:"HTTP 请求消息体模板"},hstreamdb:{stream:"HStreamDB 流名称",partition_key:"HStreamDB 分区键",grpc_flush_timeout:"gRPC 刷新间隔",aggregation_pool_size:"聚合池大小",max_batches:"最大批次",writer_pool_size:"写入池大小",batch_interval:"最大批处理间隔",record_template:"HStream Record 模板"},kafka_consumer:{payload_template:"MQTT Payload Template"},rabbitmq:{exchange:"交换机",routing_key:"路由键",delivery_mode:"消息传递模式",wait_for_publish_confirmations:"等待发布确认",publish_confirmation_timeout:"发布确认超时时间",payload_template:"有效载荷模板"},pulsar:{message_key:"消息的 Key",message_value:"消息的 Value"},kinesis:{payload_template:"载荷模板",stream_name:"Amazon Kinesis 流",partition_key:"分区键"},greptimedb:{write_syntax:"写语法",precision:"时间精度"},tdengine:{database:"数据库名字"},rocketmq:{topic:"RocketMQ 主题",refresh_interval:"主题路由更新间隔",send_buffer:"发送消息的缓冲区大小",sync_timeout:"同步调用超时时间"},clickhouse:{batch_value_separator:"分隔符"},s3:{bucket:"存储桶",acl:"ACL",content:"对象内容",key:"对象键"}},s={common:{connect_timeout:"Connect Timeout",bootstrap_hosts:"Bootstrap Hosts",min_metadata_refresh_interval:"Min Metadata Refresh Interval",metadata_request_timeout:"Metadata Request Timeout",tcp_keepalive:"TCP Keepalive",sndbuf:"Socket Send Buffer Size",recbuf:"Socket Receive Buffer Size",nodelay:"No Delay",username:"Username",password:"Password",pool_size:"Connection Pool Size",pool_type:"Pool Type",server:"Server Host",database:"Database Name",health_check_interval:"Health Check Interval",start_timeout:"Start Timeout",max_retries:"Max Retries",worker_pool_size:"Buffer Pool Size",request_ttl:"Request TTL",max_buffer_bytes:"Max Buffer Queue Size",inflight_window:"Inflight Window",servers:"Servers",enable_pipelining:"HTTP Pipelining"},kafka_producer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos keytab file",mechanism:"Mechanism",authentication:"Authentication"},http:{url:"URL",headers:"Headers",enable_pipelining:"HTTP Pipelining"},gcp_pubsub_producer:{pipelining:"HTTP Pipelining",service_account_json:"GCP Service Account Credentials",query_mode:"Query Mode",batch_size:"Batch Size"},azure_event_hub_producer:{bootstrap_hosts:"Bootstrap Hosts"},syskeeper_forwarder:{ack_mode:"ACK Mode",ack_timeout:"ACK Timeout"},redis:{parameters:"Redis Mode",sentinel:"Sentinel Mode"},mongodb:{parameters:"MongoDB Mode",w_mode:"Write Mode",r_mode:"Read Mode",srv_record:"Srv Record",use_legacy_protocol:"Use Legacy Protocol",auth_source:"Auth Source",replica_set_name:"Replica Set Name",max_overflow:"Max Overflow Workers",overflow_ttl:"Overflow TTL",overflow_check_period:"Overflow Check Period",local_threshold_ms:"Local Threshold",connect_timeout_ms:"Connect Timeout",socket_timeout_ms:"Socket Timeout",server_selection_timeout_ms:"Server Selection Timeout",wait_queue_timeout_ms:"Wait Queue Timeout",heartbeat_frequency_ms:"Heartbeat period",min_heartbeat_frequency_ms:"Minimum Heartbeat Period"},influxdb:{parameters:"Version of InfluxDB",bucket:"Bucket",org:"Organization",token:"Token"},iotdb:{base_url:"IoTDB REST Service Base URL",iotdb_version:"IoTDB Version"},elasticsearch:{server:"Server"},mqtt:{server:"MQTT Broker",clientid_prefix:"ClientID Prefix",proto_ver:"MQTT Version",bridge_mode:"Bridge Mode",clean_start:"Clean start",keepalive:"Keepalive",retry_interval:"Message Retry Interval",max_inflight:"Max Inflight"},cassandra:{keyspace:"Keyspace"},opents:{summary:"Summary",details:"Details"},clickhouse:{url:"Server URL"},dynamo:{url:"DynamoDB Endpoint",table:"Table ",aws_access_key_id:"AWS Access Key ID",aws_secret_access_key:"AWS Secret Access Key"},gcp_pubsub_consumer:{consumer_pubsub_topic:"GCP PubSub Topic",consumer_mqtt_topic:"MQTT Topic",consumer_qos:"QoS",pipelining:"HTTP Pipelining",service_account_json:"GCP Service Account Credentials",topic_mapping:"Topic Mapping",pull_max_messages:"Maximum Messages to Pull"},hstreamdb:{url:"HStreamDB Server URL",grpc_timeout:"HStreamDB gRPC Timeout"},kafka_consumer:{bootstrap_hosts:"Bootstrap Hosts",consumer_key_encoding_mode:"Key Encoding Mode",consumer_value_encoding_mode:"Value Encoding Mode",consumer_topic_mapping:"Topic Mapping",consumer_offset_reset_policy:"Offset Reset Policy",consumer_mqtt_topic:"MQTT Topic",min_metadata_refresh_interval:"Min Metadata Refresh Interval",metadata_request_timeout:"Metadata Request Timeout",consumer_max_batch_bytes:"Fetch Bytes",consumer_offset_commit_interval_seconds:"Offset Commit Interval",topic:"Kafka Topic",mqtt_topic:"MQTT Topic",qos:"QoS"},rocketmq:{access_key:"AccessKey",secret_key:"SecretKey",security_token:"Security Token"},sqlserver:{driver:"SQL Server Driver Name"},oracle:{sid:"Oracle Database SID",service_name:"Oracle Database Service Name"},rabbitmq:{port:"Port",virtual_host:"Virtual Host",heartbeat:"Heartbeat",timeout:"Connection Timeout"},pulsar:{pulsar_topic:"Pulsar Topic Name",strategy:"Partition Strategy",compression:"Compression",sync_timeout:"Sync Publish Timeout",retention_period:"Retention Period",send_buffer:"Socket Send Buffer Size",max_batch_bytes:"Max Batch Bytes",buffer_mode:"Buffer Mode",buffer_per_partition_limit:"Per-partition Buffer Limit",buffer_segment_bytes:"Segment File Bytes",buffer_memory_overload_protection:"Memory Overload Protection",authentication_jwt:"JWT"},kinesis:{aws_access_key_id:"AWS Access Key ID",aws_secret_access_key:"AWS Secret Access Key",endpoint:"Amazon Kinesis Endpoint"},greptimedb:{dbname:"Database"},s3:{access_key_id:"Access Key ID",secret_access_key:"Secret Access Key",host:"Host",port:"Port",ipv6_probe:"IPv6 Probe",headers:"HTTP Headers",request_timeout:"Request Timeout"}},o={common:{connect_timeout:"连接超时",bootstrap_hosts:"主机列表",min_metadata_refresh_interval:"元数据刷新最小间隔",metadata_request_timeout:"元数据请求超时",tcp_keepalive:"TCP Keepalive",sndbuf:"Socket 发送缓存大小",recbuf:"Socket 收包缓存大小",nodelay:"是否关闭延迟发送",username:"用户名",password:"密码",pool_size:"连接池大小",pool_type:"连接池类型",server:"服务器地址",database:"数据库名字",health_check_interval:"健康检查间隔",start_timeout:"启动超时时间",max_retries:"最大重试次数",worker_pool_size:"缓存池大小",request_ttl:"请求超期",max_buffer_bytes:"缓存队列最大长度",inflight_window:"请求飞行队列窗口",servers:"服务器列表",enable_pipelining:"HTTP 流水线"},kafka_producer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab 文件",mechanism:"认证方法",authentication:"认证"},http:{url:"URL",headers:"请求头",enable_pipelining:"HTTP 管道"},gcp_pubsub_producer:{pipelining:"HTTP 流水线",service_account_json:"GCP 服务账户凭证",query_mode:"请求模式",batch_size:"最大批量请求大小"},azure_event_hub_producer:{bootstrap_hosts:"引导主机"},syskeeper_forwarder:{ack_mode:"ACK 模式",ack_timeout:"ACK 超时"},redis:{parameters:"部署模式",sentinel:"哨兵模式"},mongodb:{parameters:"部署模式",w_mode:"写模式",r_mode:"读模式",srv_record:"SRV 记录",use_legacy_protocol:"使用旧协议",auth_source:"认证源",replica_set_name:"副本集名称",max_overflow:"最大溢出",overflow_ttl:"溢出 TTL",overflow_check_period:"溢出检查周期",local_threshold_ms:"本地阈值",connect_timeout_ms:"连接超时",socket_timeout_ms:"套接字操作超时",server_selection_timeout_ms:"服务器选择超时",wait_queue_timeout_ms:"等待队列超时",heartbeat_frequency_ms:"心跳期",min_heartbeat_frequency_ms:"最小心跳周期"},influxdb:{parameters:"InfluxDB 版本",bucket:"Bucket",org:"组织",token:"Token"},iotdb:{base_url:"IoTDB REST 服务基础 URL",iotdb_version:"IoTDB 版本"},elasticsearch:{server:"服务器地址"},mqtt:{server:"MQTT 服务地址",clientid_prefix:"客户端 ID 前缀",proto_ver:"MQTT 协议版本",bridge_mode:"桥接模式",clean_start:"清除会话",keepalive:"Keepalive",retry_interval:"消息重发间隔",max_inflight:"飞行窗口"},cassandra:{keyspace:"Keyspace"},opents:{summary:"摘要信息",details:"详细信息"},clickhouse:{url:"服务器 URL"},dynamo:{url:"DynamoDB 地址",table:"表",aws_access_key_id:"连接访问 ID",aws_secret_access_key:"连接访问密钥"},gcp_pubsub_consumer:{consumer_pubsub_topic:"GCP PubSub 主题",consumer_mqtt_topic:"MQTT 主题",consumer_qos:"QoS",pipelining:"HTTP 流水线",service_account_json:"GCP 服务账户凭证",topic_mapping:"主题映射",pull_max_messages:"拉取的最大消息数"},hstreamdb:{url:"HStreamDB 服务器 URL",grpc_timeout:"HStreamDB gRPC 超时"},kafka_consumer:{bootstrap_hosts:"主机列表",consumer_key_encoding_mode:"Key 编码模式",consumer_value_encoding_mode:"Value 编码模式",consumer_topic_mapping:"主题映射关系",consumer_offset_reset_policy:"偏移重置策略",consumer_mqtt_topic:"MQTT 主题",min_metadata_refresh_interval:"元数据刷新最小间隔",metadata_request_timeout:"元数据请求超时",consumer_max_batch_bytes:"拉取字节数",consumer_offset_commit_interval_seconds:"偏移提交间隔",topic:"Kafka 主题名称",mqtt_topic:"MQTT 主题",qos:"QoS"},rocketmq:{access_key:"AccessKey",secret_key:"SecretKey",security_token:"安全令牌"},sqlserver:{driver:"SQL Server Driver 名称"},oracle:{sid:"Oracle Database SID",service_name:"Oracle 数据库服务名称"},rabbitmq:{port:"端口",virtual_host:"虚拟主机",heartbeat:"心跳",timeout:"连接超时时间"},pulsar:{pulsar_topic:"Pulsar 主题名称",strategy:"分区选择策略",compression:"压缩",sync_timeout:"同步发布超时",retention_period:"保留期",send_buffer:"Socket 发送缓存大小",max_batch_bytes:"最大批量字节数",buffer_mode:"缓存模式",buffer_per_partition_limit:"Pulsar 分区缓存上限",buffer_segment_bytes:"缓存文件大小",buffer_memory_overload_protection:"内存过载保护",authentication_jwt:"JWT"},kinesis:{aws_access_key_id:"AWS 访问密钥 ID",aws_secret_access_key:"AWS 秘密访问密钥",endpoint:"Amazon Kinesis 端点"},greptimedb:{dbname:"数据库"},s3:{access_key_id:"访问密钥 ID",secret_access_key:"访问密钥",host:"地址",port:"端口",ipv6_probe:"IPv6 探针",headers:"请求头",request_timeout:"请求超时"}},i={authn:{mysql:"CREATE TABLE IF NOT EXISTS `mqtt_user` (\n `id` int(11) unsigned NOT NULL AUTO_INCREMENT,\n `username` varchar(100) DEFAULT NULL,\n `password_hash` varchar(100) DEFAULT NULL,\n `salt` varchar(35) DEFAULT NULL,\n `is_superuser` tinyint(1) DEFAULT 0,\n `created` datetime DEFAULT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `mqtt_username` (`username`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;",postgresql:`CREATE TABLE mqtt_user (
29
29
  id SERIAL primary key,
30
30
  is_superuser boolean,
31
31
  username character varying(100),
@@ -79,4 +79,4 @@ db.mqtt_acl.findOne({"username": "emqx_user"})`,redis:`# sample data
79
79
  HSET mqtt_acl:emqx_u 't/#' subscribe
80
80
 
81
81
  # sample cmd
82
- HGETALL mqtt_acl:\${username}`}};e.SQLTemplates=t,e.authHelpCodeMap=i,e.enActionsLabel=a,e.enConnectorsLabel=o,e.zhActionsLabel=r,e.zhConnectorsLabel=s,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
82
+ HGETALL mqtt_acl:\${username}`}};e.SQLTemplates=t,e.authHelpCodeMap=i,e.enActionsLabel=a,e.enConnectorsLabel=s,e.zhActionsLabel=r,e.zhConnectorsLabel=o,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emqx/shared-ui-i18n",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "homepage": "https://emqx.io",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {