@emqx/shared-ui-i18n 0.0.63 → 0.0.64

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.
@@ -60,4 +60,5 @@ export declare const enRuleFunction: {
60
60
  unusedField: string;
61
61
  aliasRequired: string;
62
62
  aliasFormatError: string;
63
+ DecodedSparkplugBMessage: string;
63
64
  };
package/dist/index.js CHANGED
@@ -220,7 +220,10 @@ FROM
220
220
  name: "Schema Name",
221
221
  default_compression: "Parquet Default Compression",
222
222
  def: "Schema Definition",
223
- table: "Table"
223
+ table: "Table",
224
+ qos: "QoS",
225
+ retain: "Retain",
226
+ payload: "Payload"
224
227
  },
225
228
  kafka_producer: {
226
229
  timestamp: "Message Timestamp",
@@ -284,10 +287,10 @@ FROM
284
287
  column_category: "Column Category"
285
288
  },
286
289
  mqtt: {
287
- topic: "Topic",
288
- qos: "QoS",
289
- retain: "Retain",
290
- payload: "Payload"
290
+ topic: "Topic"
291
+ },
292
+ azure_event_grid: {
293
+ topic: "Topic"
291
294
  },
292
295
  elasticsearch: {
293
296
  parameters: "Action",
@@ -490,7 +493,10 @@ FROM
490
493
  name: "Schema 名称",
491
494
  default_compression: "Parquet 默认压缩算法",
492
495
  def: "Schema 定义",
493
- table: "表"
496
+ table: "表",
497
+ qos: "QoS",
498
+ retain: "Retain",
499
+ payload: "消息模版"
494
500
  },
495
501
  kafka_producer: {
496
502
  timestamp: "消息的时间戳",
@@ -554,10 +560,10 @@ FROM
554
560
  column_category: "列类别"
555
561
  },
556
562
  mqtt: {
557
- topic: "主题",
558
- qos: "QoS",
559
- retain: "Retain",
560
- payload: "消息模版"
563
+ topic: "主题"
564
+ },
565
+ azure_event_grid: {
566
+ topic: "主题"
561
567
  },
562
568
  elasticsearch: {
563
569
  parameters: "操作",
@@ -765,7 +771,16 @@ FROM
765
771
  extensions: "SASL Extensions",
766
772
  dbname: "Database",
767
773
  ttl: "Time-To-Live (TTL)",
768
- ts_column: "Custom Timestamp Column Name"
774
+ ts_column: "Custom Timestamp Column Name",
775
+ clientid_prefix: "ClientID Prefix",
776
+ proto_ver: "MQTT Version",
777
+ bridge_mode: "Bridge Mode",
778
+ clean_start: "Clean start",
779
+ keepalive: "Keepalive",
780
+ retry_interval: "Message Retry Interval",
781
+ max_inflight: "Max Inflight",
782
+ static_clientids: "Static ClientId Entries",
783
+ dsn: "Data Source Name (DSN)"
769
784
  },
770
785
  kafka_producer: {
771
786
  kerberos_principal: "Kerberos Principal",
@@ -828,15 +843,6 @@ FROM
828
843
  server: "Server"
829
844
  },
830
845
  mqtt: {
831
- server: "MQTT Broker",
832
- clientid_prefix: "ClientID Prefix",
833
- proto_ver: "MQTT Version",
834
- bridge_mode: "Bridge Mode",
835
- clean_start: "Clean start",
836
- keepalive: "Keepalive",
837
- retry_interval: "Message Retry Interval",
838
- max_inflight: "Max Inflight",
839
- static_clientids: "Static ClientId Entries",
840
846
  node: "EMQX Node",
841
847
  ids: "Static Client IDs"
842
848
  },
@@ -908,7 +914,6 @@ FROM
908
914
  enable_prepared: "Enable Prepared Statements"
909
915
  },
910
916
  snowflake: {
911
- dsn: "Data Source Name (DSN)",
912
917
  private_key_path: "Private Key Path"
913
918
  },
914
919
  snowflake_streaming: {
@@ -938,6 +943,10 @@ FROM
938
943
  aws_timestream: {
939
944
  influxdb_type: "InfluxDB Type",
940
945
  parameters: "Version of InfluxDB"
946
+ },
947
+ quasardb: {
948
+ uri: "URI",
949
+ cluster_public_key: "Cluster Public Key"
941
950
  }
942
951
  }, r = {
943
952
  common: {
@@ -996,7 +1005,16 @@ FROM
996
1005
  extensions: "SASL 扩展",
997
1006
  dbname: "数据库",
998
1007
  ttl: "数据保留期限 (TTL)",
999
- ts_column: "自定义时间戳列名"
1008
+ ts_column: "自定义时间戳列名",
1009
+ clientid_prefix: "客户端 ID 前缀",
1010
+ proto_ver: "MQTT 协议版本",
1011
+ bridge_mode: "桥接模式",
1012
+ clean_start: "清除会话",
1013
+ keepalive: "Keepalive",
1014
+ retry_interval: "消息重发间隔",
1015
+ max_inflight: "飞行窗口",
1016
+ static_clientids: "静态客户端 ID 映射表",
1017
+ dsn: "数据源名称"
1000
1018
  },
1001
1019
  kafka_producer: {
1002
1020
  kerberos_principal: "Kerberos Principal",
@@ -1059,15 +1077,6 @@ FROM
1059
1077
  server: "服务器地址"
1060
1078
  },
1061
1079
  mqtt: {
1062
- server: "MQTT 服务地址",
1063
- clientid_prefix: "客户端 ID 前缀",
1064
- proto_ver: "MQTT 协议版本",
1065
- bridge_mode: "桥接模式",
1066
- clean_start: "清除会话",
1067
- keepalive: "Keepalive",
1068
- retry_interval: "消息重发间隔",
1069
- max_inflight: "飞行窗口",
1070
- static_clientids: "静态客户端 ID 映射表",
1071
1080
  node: "节点名称",
1072
1081
  ids: "客户端 ID 列表"
1073
1082
  },
@@ -1139,7 +1148,6 @@ FROM
1139
1148
  enable_prepared: "启用预处理语句"
1140
1149
  },
1141
1150
  snowflake: {
1142
- dsn: "数据源名称",
1143
1151
  private_key_path: "私钥路径"
1144
1152
  },
1145
1153
  snowflake_streaming: {
@@ -1169,6 +1177,10 @@ FROM
1169
1177
  aws_timestream: {
1170
1178
  influxdb_type: "InfluxDB 类型",
1171
1179
  parameters: "InfluxDB 版本"
1180
+ },
1181
+ quasardb: {
1182
+ uri: "URI",
1183
+ cluster_public_key: "集群公钥"
1172
1184
  }
1173
1185
  }, s = {
1174
1186
  authn: {
@@ -2641,7 +2653,8 @@ Default: 1, i.e., the primary shard.`,
2641
2653
  inputFieldRequiredError: "{name} is required",
2642
2654
  unusedField: "Unused field",
2643
2655
  aliasRequired: "Need to specify an alias",
2644
- aliasFormatError: "Invalid alias format"
2656
+ aliasFormatError: "Invalid alias format",
2657
+ DecodedSparkplugBMessage: "Decoded Sparkplug B Message"
2645
2658
  }, b = {
2646
2659
  mathFunc: "数学函数",
2647
2660
  dataTypeJudgmentFunc: "数据类型判断函数",
@@ -2704,7 +2717,8 @@ Default: 1, i.e., the primary shard.`,
2704
2717
  inputFieldRequiredError: "请输入{name}",
2705
2718
  unusedField: "未被使用的字段",
2706
2719
  aliasRequired: "需指定一个别名",
2707
- aliasFormatError: "格式错误的别名"
2720
+ aliasFormatError: "格式错误的别名",
2721
+ DecodedSparkplugBMessage: "解码后的 Sparkplug B 消息"
2708
2722
  }, g = {
2709
2723
  mathFunc: "数学関数",
2710
2724
  dataTypeJudgmentFunc: "データ型判定関数",
@@ -2767,7 +2781,8 @@ Default: 1, i.e., the primary shard.`,
2767
2781
  inputFieldRequiredError: "{name} は必須項目です",
2768
2782
  unusedField: "未使用のフィールド",
2769
2783
  aliasRequired: "エイリアスを指定する必要があります",
2770
- aliasFormatError: "エイリアスの形式が正しくありません"
2784
+ aliasFormatError: "エイリアスの形式が正しくありません",
2785
+ DecodedSparkplugBMessage: "デコードされた Sparkplug B メッセージ"
2771
2786
  }, y = {
2772
2787
  generateSQLByAIBtn: "SQL Generator",
2773
2788
  generateSQLWithAI: "Generate SQL with AI",
@@ -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",health_check_interval_jitter:"Health Check Interval Jitter",health_check_timeout:"Health Check Timeout",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",precision:"Time Precision",write_syntax:"Write Syntax",column_order:"Column Order",time_interval:"Time Interval",max_records:"Max Records",max_linger_time:"Max Linger Time",max_linger_bytes:"Max Linger Bytes",undefined_vars_as_null:"Undefined Vars As Null",fallback_actions:"Fallback Actions",min_part_size:"Min Part Size",max_part_size:"Max Part Size",schema:"Parquet Schema (Avro)",max_row_group_bytes:"Parquet Max Row Group Bytes",name:"Schema Name",default_compression:"Parquet Default Compression",def:"Schema Definition",table:"Table"},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"},gcp_pubsub_consumer:{topic:"GCP PubSub Topic"},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",parameters:"SQL Dialect",write_to_table:"Write to Table",column_category:"Column Category"},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"},hstreamdb:{stream:"Stream",partition_key:"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:"Record Template",parameters_batch_size:"HStreamDB Batch Size"},kafka_consumer:{key_encoding_mode:"Key Encoding Mode",value_encoding_mode:"Value Encoding Mode",offset_reset_policy:"Offset Reset Policy",offset_commit_interval_seconds:"Offset Commit Interval",topic:"Kafka Topic",group_id:"Group ID",max_wait_time:"Max Wait Time"},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",headers_template:"Headers Template",properties_template:"Properties Template"},pulsar:{pulsar_topic:"Pulsar Topic Name",strategy:"Partition Strategy",retention_period:"Retention Period",compression:"Compression",sync_timeout:"Sync Publish Timeout",send_buffer:"Socket Send Buffer Size",per_partition_limit:"Pulsar Per-partition Buffer Limit",message_key:"Message Key",message_value:"Message Value"},kinesis:{payload_template:"Payload template",stream_name:"Amazon Kinesis Stream",partition_key:"Partition key"},tdengine:{database:"Database Name"},rocketmq:{topic:"RocketMQ Topic",refresh_interval:"Topic Route Refresh Interval",send_buffer:"Send Buffer Size",sync_timeout:"Sync Timeout",strategy:"Produce Strategy",tag:"Tag",key:"Key"},clickhouse:{batch_value_separator:"Batch Value Separator"},s3:{bucket:"Bucket",acl:"ACL",content:"Object Content",key:"Object Key",parameters:"Upload Mode",type:"Aggregation Type",container:"Aggregation Upload Format"},azure_blob_storage:{parameters:"Upload Mode",content:"Object Content",type:"Aggregation Type",blob:"Blob Name",container:"Container",parameters_aggregation_container:"Aggregation Upload Format"},dynamo:{hash_key:"Hash Key",range_key:"Range Key"},snowflake:{mode:"Upload Mode",type:"Aggregation Upload Format",private_key:"Private Key",schema:"Schema",stage:"Stage",pipe:"Pipe",pipe_user:"Pipe User",proxy:"Proxy",host:"Proxy Host",port:"Proxy Port",max_inactive:"Max Inactive",private_key_password:"Private Key Password",parameters:"Upload Mode"},snowflake_streaming:{schema:"Schema",pipe:"Pipe"},tablestore:{storage_model_type:"Storage Model Type",table_name:"Table Name",measurement:"Measurement",tags:"Tags",fields:"Fields",data_source:"Data Source",timestamp:"Timestamp",meta_update_model:"Meta Update Model",column:"Column",isint:"Is Int",isbinary:"Is Binary"},disk_log:{write_mode:"Write Mode"},s3tables:{namespace:"Namespace",container:"Data File Format",type:"Data File Format",max_row_group_bytes:"Parquet Max Row Group Bytes"},bigquery:{dataset:"Dataset"}},o={common:{health_check_interval:"健康检查间隔",health_check_timeout:"健康检查超时",health_check_interval_jitter:"健康检查间隔抖动",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:"分区限制",precision:"时间精度",write_syntax:"写语句",column_order:"列排序",time_interval:"时间间隔",max_records:"最大记录数",max_linger_time:"最大延迟时间",max_linger_bytes:"最大延迟字节数",undefined_vars_as_null:"未定义变量作为 NULL",fallback_actions:"备选动作",min_part_size:"最小分块大小",max_part_size:"最大分块大小",schema:"Parquet Schema (Avro)",max_row_group_bytes:"Parquet 最大行组大小",name:"Schema 名称",default_compression:"Parquet 默认压缩算法",def:"Schema 定义",table:"表"},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 请求消息体模板"},gcp_pubsub_consumer:{topic:"GCP PubSub 主题"},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:"值",write_to_table:"写入表",parameters:"SQL 方言",column_category:"列类别"},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:"写入数据"},hstreamdb:{stream:"Stream",partition_key:"分区键",grpc_flush_timeout:"gRPC 刷新间隔",aggregation_pool_size:"Record 聚合池大小",max_batches:"最大批次",writer_pool_size:"写入池大小",batch_interval:"最大批处理间隔",record_template:"Record 模板",parameters_batch_size:"HStreamDB 最大批量请求大小"},kafka_consumer:{key_encoding_mode:"Key 编码模式",value_encoding_mode:"Value 编码模式",offset_reset_policy:"偏移重置策略",offset_commit_interval_seconds:"偏移提交间隔",topic:"Kafka 主题名称",group_id:"消费组 ID",max_wait_time:"最大等待时间"},rabbitmq:{exchange:"交换机",routing_key:"路由键",delivery_mode:"消息传递模式",wait_for_publish_confirmations:"等待发布确认",publish_confirmation_timeout:"发布确认超时时间",payload_template:"有效载荷模板",headers_template:"Headers 模板",properties_template:"属性模版"},pulsar:{pulsar_topic:"Pulsar 主题名称",strategy:"分区选择策略",retention_period:"消息保留时间",compression:"压缩",sync_timeout:"同步发布超时",send_buffer:"Socket 发送缓存大小",per_partition_limit:"Pulsar 分区缓存上限",message_key:"消息的 Key",message_value:"消息的 Value"},kinesis:{payload_template:"载荷模板",stream_name:"Amazon Kinesis 流",partition_key:"分区键"},tdengine:{database:"数据库名字"},rocketmq:{topic:"RocketMQ 主题",refresh_interval:"主题路由更新间隔",send_buffer:"发送消息的缓冲区大小",sync_timeout:"同步调用超时时间",strategy:"Produce 策略",tag:"标签",key:"索引"},clickhouse:{batch_value_separator:"分隔符"},s3:{bucket:"存储桶",acl:"ACL",content:"对象内容",key:"对象键",parameters:"上传方式",type:"增强类型",container:"聚合上传文件格式"},azure_blob_storage:{parameters:"上传方式",content:"对象内容",type:"增强类型",blob:"Blob 名称",container:"容器名称",parameters_aggregation_container:"聚合上传文件格式"},dynamo:{hash_key:"哈希键",range_key:"范围键"},snowflake:{mode:"上传方式",type:"聚合上传文件格式",private_key:"私钥",schema:"模式",stage:"存储区",pipe:"管道",pipe_user:"管道用户",proxy:"代理",host:"代理主机",port:"代理端口",max_inactive:"最大空闲时间",private_key_password:"私钥密码",parameters:"上传方式"},snowflake_streaming:{schema:"模式",pipe:"管道"},tablestore:{storage_model_type:"存储模型类型",table_name:"表名",measurement:"度量名称",tags:"标签",fields:"字段",data_source:"数据源",timestamp:"时间戳",meta_update_model:"元数据更新模式",column:"列",isint:"是否为整数",isbinary:"是否为二进制"},disk_log:{write_mode:"写入模式"},s3tables:{namespace:"命名空间",container:"数据文件格式",type:"数据文件格式",max_row_group_bytes:"Parquet 最大行组大小"},bigquery:{dataset:"数据集"}},r={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",health_check_timeout:"Health Check Timeout",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",pipelining:"HTTP Pipelining",url:"Server URL",authentication:"Authentication",disable_prepared_statements:"Disable Prepared Statements",health_check_topic:"Health Check Topic",max_inactive:"Max Inactive",token:"Token",access_key_id:"Access Key ID",secret_access_key:"Secret Access Key",access_method:"Access Method",request_timeout:"Request Timeout",ipv6_probe:"IPv6 Probe",headers:"HTTP Headers",service_account_json:"GCP Service Account Credentials",account:"Account",private_key_password:"Private Key Password",proxy:"Proxy",host:"Proxy Host",port:"Proxy Port",allow_auto_topic_creation:"Allow Auto Topic Creation",bucket:"Bucket",org:"Organization",mechanism:"Mechanism",grant_type:"OAuth Grant Type",endpoint_uri:"OAuth Token Endpoint URI",client_id:"OAuth Client ID",client_secret:"OAuth Client Secret",scope:"OAuth Request Scope",extensions:"SASL Extensions",dbname:"Database",ttl:"Time-To-Live (TTL)",ts_column:"Custom Timestamp Column Name"},kafka_producer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab File"},http:{url:"URL",headers:"Headers",enable_pipelining:"HTTP Pipelining"},gcp_pubsub_producer:{query_mode:"Query Mode",batch_size:"Batch Size"},azure_event_hub_producer:{bootstrap_hosts:"Bootstrap Hosts",password:"Connection String"},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"},iotdb:{base_url:"IoTDB REST Service Base URL",iotdb_version:"IoTDB Version",driver:"Driver",protocol_version:"Protocol Version",zoneId:"Zone ID",recv_timeout:"Receive Timeout",sql:"SQL Dialect",dialect:"SQL Dialect"},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",static_clientids:"Static ClientId Entries",node:"EMQX Node",ids:"Static Client IDs"},cassandra:{keyspace:"Keyspace"},opents:{summary:"Summary",details:"Details"},clickhouse:{url:"Server URL"},dynamo:{url:"DynamoDB Endpoint",aws_access_key_id:"AWS Access Key ID",aws_secret_access_key:"AWS Secret Access Key",region:"DynamoDB Region"},gcp_pubsub_consumer:{pull_max_messages:"Maximum Messages to Pull"},hstreamdb:{grpc_timeout:"gRPC Timeout"},kafka_consumer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab File",mechanism:"Mechanism"},rocketmq:{access_key:"AccessKey",secret_key:"SecretKey",security_token:"Security Token",namespace:"Namespace"},sqlserver:{driver:"SQL Server Driver Name"},oracle:{sid:"Oracle Database SID",service_name:"Oracle Database Service Name",role:"Role"},rabbitmq:{port:"Port",virtual_host:"Virtual Host",heartbeat:"Heartbeat",timeout:"Connection Timeout"},pulsar:{jwt:"JWT"},kinesis:{aws_access_key_id:"AWS Access Key ID",aws_secret_access_key:"AWS Secret Access Key",endpoint:"Amazon Kinesis Endpoint"},s3:{host:"Host",port:"Port"},azure_blob_storage:{account_name:"Account Name",account_key:"Account Key"},datalayers:{driver_type:"Driver Type",enable_prepared:"Enable Prepared Statements"},snowflake:{dsn:"Data Source Name (DSN)",private_key_path:"Private Key Path"},snowflake_streaming:{pipe_user:"Pipe User",private_key:"Private Key"},tablestore:{endpoint:"Endpoint",access_key_id:"Access Key ID",access_key_secret:"Access Key Secret",instance_name:"Instance Name",storage_model_type:"Storage Model Type"},disk_log:{filepath:"Log Filepath",max_file_size:"Maximum File Size",max_file_number:"Maximum Number of Files"},s3tables:{s3tables_arn:"S3Tables ARN",s_3_client_transport_options_request_timeout:"Single Request Timeout"},confluent_producer:{logical_cluster:"Logical Cluster ID",identity_pool_id:"Identity Pool ID"},aws_timestream:{influxdb_type:"InfluxDB Type",parameters:"Version of InfluxDB"}},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:"健康检查间隔",health_check_timeout:"健康检查超时",start_timeout:"启动超时时间",max_retries:"最大重试次数",worker_pool_size:"缓存池大小",request_ttl:"请求超期",max_buffer_bytes:"缓存队列最大长度",inflight_window:"请求飞行队列窗口",servers:"服务器列表",enable_pipelining:"HTTP 流水线",pipelining:"HTTP 流水线",url:"服务器地址",authentication:"认证",disable_prepared_statements:"禁用预处理语句",health_check_topic:"健康检查主题",max_inactive:"最大空闲时间",token:"Token",access_key_id:"访问密钥 ID",secret_access_key:"访问密钥",ipv6_probe:"IPv6 探针",headers:"请求头",request_timeout:"请求超时",access_method:"访问模式",service_account_json:"GCP 服务账户凭证",account:"账户",private_key_password:"私钥密码",proxy:"代理",host:"代理主机",port:"代理端口",allow_auto_topic_creation:"允许自动创建主题",bucket:"Bucket",org:"组织",mechanism:"认证方法",grant_type:"OAuth 授权类型",endpoint_uri:"OAuth Token 端点 URI",client_id:"OAuth 客户端 ID",client_secret:"OAuth 客户端密钥",scope:"OAuth 请求范围",extensions:"SASL 扩展",dbname:"数据库",ttl:"数据保留期限 (TTL)",ts_column:"自定义时间戳列名"},kafka_producer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab 文件"},http:{url:"URL",headers:"请求头",enable_pipelining:"HTTP 管道"},gcp_pubsub_producer:{query_mode:"请求模式",batch_size:"最大批量请求大小"},azure_event_hub_producer:{bootstrap_hosts:"引导主机",password:"连接字符串"},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 版本"},iotdb:{base_url:"IoTDB REST 服务基础 URL",iotdb_version:"IoTDB 版本",driver:"驱动",protocol_version:"协议版本",zoneId:"时区 ID",recv_timeout:"接收超时",sql:"SQL 方言",dialect:"SQL 方言"},elasticsearch:{server:"服务器地址"},mqtt:{server:"MQTT 服务地址",clientid_prefix:"客户端 ID 前缀",proto_ver:"MQTT 协议版本",bridge_mode:"桥接模式",clean_start:"清除会话",keepalive:"Keepalive",retry_interval:"消息重发间隔",max_inflight:"飞行窗口",static_clientids:"静态客户端 ID 映射表",node:"节点名称",ids:"客户端 ID 列表"},cassandra:{keyspace:"Keyspace"},opents:{summary:"摘要信息",details:"详细信息"},clickhouse:{url:"服务器 URL"},dynamo:{url:"DynamoDB 地址",aws_access_key_id:"连接访问 ID",aws_secret_access_key:"连接访问密钥",region:"DynamoDB 区域"},gcp_pubsub_consumer:{pull_max_messages:"拉取的最大消息数"},hstreamdb:{grpc_timeout:"gRPC 超时"},kafka_consumer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab 文件",mechanism:"认证方法"},rocketmq:{access_key:"AccessKey",secret_key:"SecretKey",security_token:"安全令牌",namespace:"命名空间"},sqlserver:{driver:"SQL Server Driver 名称"},oracle:{sid:"Oracle Database SID",service_name:"Oracle 数据库服务名称",role:"角色"},rabbitmq:{port:"端口",virtual_host:"虚拟主机",heartbeat:"心跳",timeout:"连接超时时间"},pulsar:{jwt:"JWT"},kinesis:{aws_access_key_id:"AWS 访问密钥 ID",aws_secret_access_key:"AWS 秘密访问密钥",endpoint:"Amazon Kinesis 端点"},s3:{host:"地址",port:"端口"},azure_blob_storage:{account_name:"账户名称",account_key:"访问密钥"},datalayers:{driver_type:"驱动类型",enable_prepared:"启用预处理语句"},snowflake:{dsn:"数据源名称",private_key_path:"私钥路径"},snowflake_streaming:{pipe_user:"管道用户",private_key:"私钥"},tablestore:{endpoint:"端点",access_key_id:"访问密钥 ID",access_key_secret:"访问密钥",instance_name:"实例名称",storage_model_type:"存储模型类型"},disk_log:{filepath:"日志文件路径",max_file_size:"最大文件大小",max_file_number:"最大文件数量"},s3tables:{s3tables_arn:"S3Tables 资源名称(ARN)",s_3_client_transport_options_request_timeout:"单次请求超时时间"},confluent_producer:{logical_cluster:"逻辑集群 ID",identity_pool_id:"身份池 ID"},aws_timestream:{influxdb_type:"InfluxDB 类型",parameters:"InfluxDB 版本"}},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",health_check_interval_jitter:"Health Check Interval Jitter",health_check_timeout:"Health Check Timeout",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",precision:"Time Precision",write_syntax:"Write Syntax",column_order:"Column Order",time_interval:"Time Interval",max_records:"Max Records",max_linger_time:"Max Linger Time",max_linger_bytes:"Max Linger Bytes",undefined_vars_as_null:"Undefined Vars As Null",fallback_actions:"Fallback Actions",min_part_size:"Min Part Size",max_part_size:"Max Part Size",schema:"Parquet Schema (Avro)",max_row_group_bytes:"Parquet Max Row Group Bytes",name:"Schema Name",default_compression:"Parquet Default Compression",def:"Schema Definition",table:"Table",qos:"QoS",retain:"Retain",payload:"Payload"},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"},gcp_pubsub_consumer:{topic:"GCP PubSub Topic"},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",parameters:"SQL Dialect",write_to_table:"Write to Table",column_category:"Column Category"},mqtt:{topic:"Topic"},azure_event_grid:{topic:"Topic"},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"},hstreamdb:{stream:"Stream",partition_key:"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:"Record Template",parameters_batch_size:"HStreamDB Batch Size"},kafka_consumer:{key_encoding_mode:"Key Encoding Mode",value_encoding_mode:"Value Encoding Mode",offset_reset_policy:"Offset Reset Policy",offset_commit_interval_seconds:"Offset Commit Interval",topic:"Kafka Topic",group_id:"Group ID",max_wait_time:"Max Wait Time"},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",headers_template:"Headers Template",properties_template:"Properties Template"},pulsar:{pulsar_topic:"Pulsar Topic Name",strategy:"Partition Strategy",retention_period:"Retention Period",compression:"Compression",sync_timeout:"Sync Publish Timeout",send_buffer:"Socket Send Buffer Size",per_partition_limit:"Pulsar Per-partition Buffer Limit",message_key:"Message Key",message_value:"Message Value"},kinesis:{payload_template:"Payload template",stream_name:"Amazon Kinesis Stream",partition_key:"Partition key"},tdengine:{database:"Database Name"},rocketmq:{topic:"RocketMQ Topic",refresh_interval:"Topic Route Refresh Interval",send_buffer:"Send Buffer Size",sync_timeout:"Sync Timeout",strategy:"Produce Strategy",tag:"Tag",key:"Key"},clickhouse:{batch_value_separator:"Batch Value Separator"},s3:{bucket:"Bucket",acl:"ACL",content:"Object Content",key:"Object Key",parameters:"Upload Mode",type:"Aggregation Type",container:"Aggregation Upload Format"},azure_blob_storage:{parameters:"Upload Mode",content:"Object Content",type:"Aggregation Type",blob:"Blob Name",container:"Container",parameters_aggregation_container:"Aggregation Upload Format"},dynamo:{hash_key:"Hash Key",range_key:"Range Key"},snowflake:{mode:"Upload Mode",type:"Aggregation Upload Format",private_key:"Private Key",schema:"Schema",stage:"Stage",pipe:"Pipe",pipe_user:"Pipe User",proxy:"Proxy",host:"Proxy Host",port:"Proxy Port",max_inactive:"Max Inactive",private_key_password:"Private Key Password",parameters:"Upload Mode"},snowflake_streaming:{schema:"Schema",pipe:"Pipe"},tablestore:{storage_model_type:"Storage Model Type",table_name:"Table Name",measurement:"Measurement",tags:"Tags",fields:"Fields",data_source:"Data Source",timestamp:"Timestamp",meta_update_model:"Meta Update Model",column:"Column",isint:"Is Int",isbinary:"Is Binary"},disk_log:{write_mode:"Write Mode"},s3tables:{namespace:"Namespace",container:"Data File Format",type:"Data File Format",max_row_group_bytes:"Parquet Max Row Group Bytes"},bigquery:{dataset:"Dataset"}},o={common:{health_check_interval:"健康检查间隔",health_check_timeout:"健康检查超时",health_check_interval_jitter:"健康检查间隔抖动",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:"分区限制",precision:"时间精度",write_syntax:"写语句",column_order:"列排序",time_interval:"时间间隔",max_records:"最大记录数",max_linger_time:"最大延迟时间",max_linger_bytes:"最大延迟字节数",undefined_vars_as_null:"未定义变量作为 NULL",fallback_actions:"备选动作",min_part_size:"最小分块大小",max_part_size:"最大分块大小",schema:"Parquet Schema (Avro)",max_row_group_bytes:"Parquet 最大行组大小",name:"Schema 名称",default_compression:"Parquet 默认压缩算法",def:"Schema 定义",table:"表",qos:"QoS",retain:"Retain",payload:"消息模版"},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 请求消息体模板"},gcp_pubsub_consumer:{topic:"GCP PubSub 主题"},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:"值",write_to_table:"写入表",parameters:"SQL 方言",column_category:"列类别"},mqtt:{topic:"主题"},azure_event_grid:{topic:"主题"},elasticsearch:{parameters:"操作",index:"索引名称",id:"文档 ID",doc:"文档模版",routing:"路由",overwrite:"是否覆盖文档",doc_as_upsert:"启用更新插入"},cassandra:{cql:"CQL 模板"},opents:{timestamp:"时间戳",metric:"度量",tags:"标签",value:"值",data:"写入数据"},hstreamdb:{stream:"Stream",partition_key:"分区键",grpc_flush_timeout:"gRPC 刷新间隔",aggregation_pool_size:"Record 聚合池大小",max_batches:"最大批次",writer_pool_size:"写入池大小",batch_interval:"最大批处理间隔",record_template:"Record 模板",parameters_batch_size:"HStreamDB 最大批量请求大小"},kafka_consumer:{key_encoding_mode:"Key 编码模式",value_encoding_mode:"Value 编码模式",offset_reset_policy:"偏移重置策略",offset_commit_interval_seconds:"偏移提交间隔",topic:"Kafka 主题名称",group_id:"消费组 ID",max_wait_time:"最大等待时间"},rabbitmq:{exchange:"交换机",routing_key:"路由键",delivery_mode:"消息传递模式",wait_for_publish_confirmations:"等待发布确认",publish_confirmation_timeout:"发布确认超时时间",payload_template:"有效载荷模板",headers_template:"Headers 模板",properties_template:"属性模版"},pulsar:{pulsar_topic:"Pulsar 主题名称",strategy:"分区选择策略",retention_period:"消息保留时间",compression:"压缩",sync_timeout:"同步发布超时",send_buffer:"Socket 发送缓存大小",per_partition_limit:"Pulsar 分区缓存上限",message_key:"消息的 Key",message_value:"消息的 Value"},kinesis:{payload_template:"载荷模板",stream_name:"Amazon Kinesis 流",partition_key:"分区键"},tdengine:{database:"数据库名字"},rocketmq:{topic:"RocketMQ 主题",refresh_interval:"主题路由更新间隔",send_buffer:"发送消息的缓冲区大小",sync_timeout:"同步调用超时时间",strategy:"Produce 策略",tag:"标签",key:"索引"},clickhouse:{batch_value_separator:"分隔符"},s3:{bucket:"存储桶",acl:"ACL",content:"对象内容",key:"对象键",parameters:"上传方式",type:"增强类型",container:"聚合上传文件格式"},azure_blob_storage:{parameters:"上传方式",content:"对象内容",type:"增强类型",blob:"Blob 名称",container:"容器名称",parameters_aggregation_container:"聚合上传文件格式"},dynamo:{hash_key:"哈希键",range_key:"范围键"},snowflake:{mode:"上传方式",type:"聚合上传文件格式",private_key:"私钥",schema:"模式",stage:"存储区",pipe:"管道",pipe_user:"管道用户",proxy:"代理",host:"代理主机",port:"代理端口",max_inactive:"最大空闲时间",private_key_password:"私钥密码",parameters:"上传方式"},snowflake_streaming:{schema:"模式",pipe:"管道"},tablestore:{storage_model_type:"存储模型类型",table_name:"表名",measurement:"度量名称",tags:"标签",fields:"字段",data_source:"数据源",timestamp:"时间戳",meta_update_model:"元数据更新模式",column:"列",isint:"是否为整数",isbinary:"是否为二进制"},disk_log:{write_mode:"写入模式"},s3tables:{namespace:"命名空间",container:"数据文件格式",type:"数据文件格式",max_row_group_bytes:"Parquet 最大行组大小"},bigquery:{dataset:"数据集"}},r={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",health_check_timeout:"Health Check Timeout",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",pipelining:"HTTP Pipelining",url:"Server URL",authentication:"Authentication",disable_prepared_statements:"Disable Prepared Statements",health_check_topic:"Health Check Topic",max_inactive:"Max Inactive",token:"Token",access_key_id:"Access Key ID",secret_access_key:"Secret Access Key",access_method:"Access Method",request_timeout:"Request Timeout",ipv6_probe:"IPv6 Probe",headers:"HTTP Headers",service_account_json:"GCP Service Account Credentials",account:"Account",private_key_password:"Private Key Password",proxy:"Proxy",host:"Proxy Host",port:"Proxy Port",allow_auto_topic_creation:"Allow Auto Topic Creation",bucket:"Bucket",org:"Organization",mechanism:"Mechanism",grant_type:"OAuth Grant Type",endpoint_uri:"OAuth Token Endpoint URI",client_id:"OAuth Client ID",client_secret:"OAuth Client Secret",scope:"OAuth Request Scope",extensions:"SASL Extensions",dbname:"Database",ttl:"Time-To-Live (TTL)",ts_column:"Custom Timestamp Column Name",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",static_clientids:"Static ClientId Entries",dsn:"Data Source Name (DSN)"},kafka_producer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab File"},http:{url:"URL",headers:"Headers",enable_pipelining:"HTTP Pipelining"},gcp_pubsub_producer:{query_mode:"Query Mode",batch_size:"Batch Size"},azure_event_hub_producer:{bootstrap_hosts:"Bootstrap Hosts",password:"Connection String"},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"},iotdb:{base_url:"IoTDB REST Service Base URL",iotdb_version:"IoTDB Version",driver:"Driver",protocol_version:"Protocol Version",zoneId:"Zone ID",recv_timeout:"Receive Timeout",sql:"SQL Dialect",dialect:"SQL Dialect"},elasticsearch:{server:"Server"},mqtt:{node:"EMQX Node",ids:"Static Client IDs"},cassandra:{keyspace:"Keyspace"},opents:{summary:"Summary",details:"Details"},clickhouse:{url:"Server URL"},dynamo:{url:"DynamoDB Endpoint",aws_access_key_id:"AWS Access Key ID",aws_secret_access_key:"AWS Secret Access Key",region:"DynamoDB Region"},gcp_pubsub_consumer:{pull_max_messages:"Maximum Messages to Pull"},hstreamdb:{grpc_timeout:"gRPC Timeout"},kafka_consumer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab File",mechanism:"Mechanism"},rocketmq:{access_key:"AccessKey",secret_key:"SecretKey",security_token:"Security Token",namespace:"Namespace"},sqlserver:{driver:"SQL Server Driver Name"},oracle:{sid:"Oracle Database SID",service_name:"Oracle Database Service Name",role:"Role"},rabbitmq:{port:"Port",virtual_host:"Virtual Host",heartbeat:"Heartbeat",timeout:"Connection Timeout"},pulsar:{jwt:"JWT"},kinesis:{aws_access_key_id:"AWS Access Key ID",aws_secret_access_key:"AWS Secret Access Key",endpoint:"Amazon Kinesis Endpoint"},s3:{host:"Host",port:"Port"},azure_blob_storage:{account_name:"Account Name",account_key:"Account Key"},datalayers:{driver_type:"Driver Type",enable_prepared:"Enable Prepared Statements"},snowflake:{private_key_path:"Private Key Path"},snowflake_streaming:{pipe_user:"Pipe User",private_key:"Private Key"},tablestore:{endpoint:"Endpoint",access_key_id:"Access Key ID",access_key_secret:"Access Key Secret",instance_name:"Instance Name",storage_model_type:"Storage Model Type"},disk_log:{filepath:"Log Filepath",max_file_size:"Maximum File Size",max_file_number:"Maximum Number of Files"},s3tables:{s3tables_arn:"S3Tables ARN",s_3_client_transport_options_request_timeout:"Single Request Timeout"},confluent_producer:{logical_cluster:"Logical Cluster ID",identity_pool_id:"Identity Pool ID"},aws_timestream:{influxdb_type:"InfluxDB Type",parameters:"Version of InfluxDB"},quasardb:{uri:"URI",cluster_public_key:"Cluster Public Key"}},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:"健康检查间隔",health_check_timeout:"健康检查超时",start_timeout:"启动超时时间",max_retries:"最大重试次数",worker_pool_size:"缓存池大小",request_ttl:"请求超期",max_buffer_bytes:"缓存队列最大长度",inflight_window:"请求飞行队列窗口",servers:"服务器列表",enable_pipelining:"HTTP 流水线",pipelining:"HTTP 流水线",url:"服务器地址",authentication:"认证",disable_prepared_statements:"禁用预处理语句",health_check_topic:"健康检查主题",max_inactive:"最大空闲时间",token:"Token",access_key_id:"访问密钥 ID",secret_access_key:"访问密钥",ipv6_probe:"IPv6 探针",headers:"请求头",request_timeout:"请求超时",access_method:"访问模式",service_account_json:"GCP 服务账户凭证",account:"账户",private_key_password:"私钥密码",proxy:"代理",host:"代理主机",port:"代理端口",allow_auto_topic_creation:"允许自动创建主题",bucket:"Bucket",org:"组织",mechanism:"认证方法",grant_type:"OAuth 授权类型",endpoint_uri:"OAuth Token 端点 URI",client_id:"OAuth 客户端 ID",client_secret:"OAuth 客户端密钥",scope:"OAuth 请求范围",extensions:"SASL 扩展",dbname:"数据库",ttl:"数据保留期限 (TTL)",ts_column:"自定义时间戳列名",clientid_prefix:"客户端 ID 前缀",proto_ver:"MQTT 协议版本",bridge_mode:"桥接模式",clean_start:"清除会话",keepalive:"Keepalive",retry_interval:"消息重发间隔",max_inflight:"飞行窗口",static_clientids:"静态客户端 ID 映射表",dsn:"数据源名称"},kafka_producer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab 文件"},http:{url:"URL",headers:"请求头",enable_pipelining:"HTTP 管道"},gcp_pubsub_producer:{query_mode:"请求模式",batch_size:"最大批量请求大小"},azure_event_hub_producer:{bootstrap_hosts:"引导主机",password:"连接字符串"},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 版本"},iotdb:{base_url:"IoTDB REST 服务基础 URL",iotdb_version:"IoTDB 版本",driver:"驱动",protocol_version:"协议版本",zoneId:"时区 ID",recv_timeout:"接收超时",sql:"SQL 方言",dialect:"SQL 方言"},elasticsearch:{server:"服务器地址"},mqtt:{node:"节点名称",ids:"客户端 ID 列表"},cassandra:{keyspace:"Keyspace"},opents:{summary:"摘要信息",details:"详细信息"},clickhouse:{url:"服务器 URL"},dynamo:{url:"DynamoDB 地址",aws_access_key_id:"连接访问 ID",aws_secret_access_key:"连接访问密钥",region:"DynamoDB 区域"},gcp_pubsub_consumer:{pull_max_messages:"拉取的最大消息数"},hstreamdb:{grpc_timeout:"gRPC 超时"},kafka_consumer:{kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab 文件",mechanism:"认证方法"},rocketmq:{access_key:"AccessKey",secret_key:"SecretKey",security_token:"安全令牌",namespace:"命名空间"},sqlserver:{driver:"SQL Server Driver 名称"},oracle:{sid:"Oracle Database SID",service_name:"Oracle 数据库服务名称",role:"角色"},rabbitmq:{port:"端口",virtual_host:"虚拟主机",heartbeat:"心跳",timeout:"连接超时时间"},pulsar:{jwt:"JWT"},kinesis:{aws_access_key_id:"AWS 访问密钥 ID",aws_secret_access_key:"AWS 秘密访问密钥",endpoint:"Amazon Kinesis 端点"},s3:{host:"地址",port:"端口"},azure_blob_storage:{account_name:"账户名称",account_key:"访问密钥"},datalayers:{driver_type:"驱动类型",enable_prepared:"启用预处理语句"},snowflake:{private_key_path:"私钥路径"},snowflake_streaming:{pipe_user:"管道用户",private_key:"私钥"},tablestore:{endpoint:"端点",access_key_id:"访问密钥 ID",access_key_secret:"访问密钥",instance_name:"实例名称",storage_model_type:"存储模型类型"},disk_log:{filepath:"日志文件路径",max_file_size:"最大文件大小",max_file_number:"最大文件数量"},s3tables:{s3tables_arn:"S3Tables 资源名称(ARN)",s_3_client_transport_options_request_timeout:"单次请求超时时间"},confluent_producer:{logical_cluster:"逻辑集群 ID",identity_pool_id:"身份池 ID"},aws_timestream:{influxdb_type:"InfluxDB 类型",parameters:"InfluxDB 版本"},quasardb:{uri:"URI",cluster_public_key:"集群公钥"}},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),
@@ -133,4 +133,4 @@ This value is to specify the size of each on-disk buffer file.`,partitions_limit
133
133
  Set to "all" or any positive integer, up to the total number of shards in the index (number_of_replicas+1).
134
134
  Default: 1, i.e., the primary shard.`,index:"Name of the index or index alias to perform the operation on, supports ${'{'}var{'}'} format placeholders.",id:"Unique identifier for the document within the index, supports ${'{'}var{'}'} format placeholders. If ID is not specified, it is autogenerated by Elasticsearch.",doc:"Custom document template, supports ${'{'}var{'}'} format placeholders, must be convertible to a JSON object.\nFor example, `{'{'} \"field\": \"${'{'}payload.field{'}'}\" {'}'}`, or `${'{'}payload{'}'}`.",overwrite:"Overwrites the document if it already exists, otherwise the write will fail.",enable_pipelining:"A positive integer. Whether to send HTTP requests continuously, when set to 1, it means that after each HTTP request is sent, you need to wait for the server to return and then continue to send the next request.",connect_timeout:"The timeout when connecting to the ElasticSearch server.",doc_as_upsert:"Treat the update operation as an insert operation when the document to be updated does not exist, and insert the provided document as a new document."},s3:{acl:"The Access Control List (ACL) to use for the uploaded objects.",content:"The content of the object to be uploaded supports placeholders.",bucket:"The name of the bucket to which files will be uploaded. Needs to be pre-created in S3. Supports the ${'{'}var{'}'} placeholder format.",key:"The content of the object to be stored. By default, it is in JSON text format containing all fields. Supports placeholder settings such as ${'{'}payload{'}'}. The storage format depends on the format of the variable and can be stored in binary format.",column_order:"Event fields that will be ordered first as columns in the resulting CSV file.<br/>Regardless of this setting, resulting CSV will contain all the fields of aggregated events, but all the columns not explicitly mentioned here will be ordered after the ones listed here in the lexicographical order.",time_interval:"Amount of time events will be aggregated in a single object before uploading."},azure_blob_storage:{column_order:"Event fields that will be ordered first as columns in the resulting CSV file.<br/>Regardless of this setting, resulting CSV will contain all the fields of aggregated events, but all the columns not explicitly mentioned here will be ordered after the ones listed here in the lexicographical order.",time_interval:"Amount of time events will be aggregated in a single object before uploading.",content:"The content of the object to be uploaded supports placeholders.",blob:"Azure Blob Storage blob name.",parameters_container:"Azure Blob Storage container name."},snowflake:{database:"Name of the Database that contains the Snowflake resources.",schema:"Name of the Schema that contains the Snowflake resources.",stage:"Name of the Stage that'll be used for loading data files into Snowflake.",pipe:"Name of the Pipe that'll be used to ingest data into the table."},snowflake_streaming:{schema:"Name of the Schema that contains the Snowflake resources.",pipe:"Name of the Pipe that'll be used to ingest data into the table."},tablestore:{isint:"Whether try to write numeric value as integer. Defaults to false, means that write integers as floats.",isbinary:"Whether try to write binary values as binary type. Defaults to false, means that write binary values as strings."},disk_log:{filepath:"Base file path to the log file to be written to. Actual log files will have the format `filepath.N`, where `N` is `1..max_file_number`. The currently used file can be found by taking the file with the most recent modification date. Note that the directory containing it must also be writable by the EMQX application user, as it'll also contain extra files for internal use (ending in `.siz` and `.idx`).",max_file_size:"Maximum size for the currently active log file. At least one entry is written to each log, so the final file size may exceed this maximum if a single log entry exceeds this value.",max_file_number:"Maximum number of log files to be used. Once the maximum number of files is reached and a new rotation is required, the oldest such file is truncated and used as the new current file.",write_mode:"Whether to write logs synchronously or asynchronously to disk.",template:"Content of the JSON object to be written. Supports templates."},s3tables:{s_3_client_transport_options_request_timeout:"The maximum time allowed for a single HTTP request to the S3 service. If exceeded, the request will be retried or fail."}},m={title:"Streaming (beta)",streams:"Streams",streamName:"Stream Name",partitionNum:"Number of Partitions",mqttTopic:"MQTT Topic Filter",mqttTopicTip:"MQTT messages matching this topic filter are saved to the corresponding default type Stream. The free type Stream is not associated with an MQTT topic filter.",streamNameTip:"The Kafka topic for a Kafka client is the same as the Stream name.",retention:"Retention Period",consumerGroups:"Consumer Groups",groupID:"Group ID",streamNum:"Number of Streams",consumerNum:"Number of Consumers",protocol:"Protocol",consumers:"Consumers",consumerID:"Consumer ID",partition:"Partition",startOffset:"Start Offset",endOffset:"End Offset",partitions:"Partitions",newStream:"New Stream",streamNameFormatTip:"Start with a letter or number and can include letters, numbers, _, . and -, up to 64 characters",maxStreamsTip:"Up to {num} streams can be created",summary:"EMQX Streaming is an innovative feature of EMQX Platform that allows users to persistently store MQTT messages as data streams and consume them directly using Kafka clients.",enableStreaming:"Enable Streaming (beta)",usingStreaming:"With EMQX Streaming, you can:",streamingBenefits:["Reliably store large amounts of MQTT message data","Directly use Kafka clients for historical data replay and real-time subscription","Seamlessly integrate with existing backend applications and big data systems","Directly interface with stream processors like Flink for data processing"],betaTip:"This feature is in beta.",needVPCTip:"Streaming requires intranet access, please create a {vpc} first.",mqttTopicFormatTip:"Can contain letters, numbers, special characters (_, -, /, +, #, $, %, {'@'}, &, :, {'{'}{'}'} and .) and mid-string spaces (no leading/trailing spaces), up to 128 characters",streamType:"Stream Type",streamTypeLabel:{default:"Default",free:"Free"},streamTypeTip:"The default type Stream is associated with an MQTT topic filter, and MQTT messages matching the topic filter are saved to the Stream. The free type Stream is not associated with an MQTT topic filter.",authType:"Authentication Mechanism",host:"Host",hostTip:"Fill in a Host IP address or use <code>*</code> to match all Hosts.<br/>If <code>Literal</code> pattern is selected, an IP address of a host should be provided.",aclResourceType:"Resource Type",aclResourceName:"Resource Selector",aclOperation:"Operation",prefixed:"Prefix",consumerGroupType:"Consumer Group",clusterType:"Cluster",literal:"Literal",matchAll:"All",allow:"Allow",deny:"Deny",aclOperationLabelDic:{ALL:"All",READ:"Read",WRITE:"Write",DESCRIBE:"Describe",CREATE:"Create",DELETE:"Delete",ALTER:"Alter"},usernameRule:"Can contain letters, numbers and some special characters (_, -, /, +, #, $, %, {'@'}, & and .), up to 128 characters",aclDescription:`It refers to the permission control of the resources that Kafka clients can manipulate, including topics, consumer groups and clusters.
135
135
  The default mode is whitelist, meaning that entries added to the list are allowed through, while those not added are denied by default.`,networkType:"Network Type",securityProtocol:"Security Protocol",metricTitleDic:{stream_count:"Streams",partition_count:"Partitions",group_count:"Consumer Groups",total_messages_in_rate:"Messages In",total_messages_out_rate:"Messages Out"}},u={title:"Streaming (beta)",streams:"Streams",streamName:"Stream 名称",partitionNum:"分区数量",mqttTopic:"MQTT 主题过滤器",mqttTopicTip:"匹配主题过滤器的 MQTT 消息会被保存到对应的 Default 类型的 Stream 中。Free 类型的 Stream 不与 MQTT 主题过滤器关联。",streamNameTip:"Kafka 客户端看到的 Kafka Topic 的名称和 Stream 名称相同。",retention:"保留天数",consumerGroups:"消费者组",groupID:"组 ID",streamNum:"Stream 数量",consumerNum:"消费者数量",protocol:"协议",consumers:"消费者列表",consumerID:"消费者 ID",partition:"分区",startOffset:"起始偏移量",endOffset:"结束偏移量",partitions:"分区列表",newStream:"新建 Stream",streamNameFormatTip:"以字母或数字开头,可包含字母、数字、下划线(_)、连字符(-)和点号(.),最长 64 个字符",maxStreamsTip:"最多可创建 {num} 个 Stream",summary:"EMQX Streaming 是 EMQX Platform 的一项创新特性,它允许用户将 MQTT 消息持久化存储为数据流,并直接使用 Kafka 客户端进行消费。",enableStreaming:"开通 Streaming (beta)",usingStreaming:"使用 EMQX Streaming,您可以:",streamingBenefits:["可靠地存储大量的 MQTT 消息数据","直接使用 Kafka 客户端进行历史数据回放和实时订阅","无缝集成现有的后端应用程序和大数据系统","直接与 Flink 等流处理器对接进行实时数据处理"],betaTip:"此功能目前处于公测阶段。",needVPCTip:"Streaming 功能需要内网访问,在开通前请先创建 {vpc}。",mqttTopicFormatTip:"可包含字母、数字、部分特殊字符(_、-、/、+、#、$、%、{'@'}、&、:、{'{'}{'}'} 和 .)及中间空格(无首尾空格),最长 128 个字符",streamType:"Stream 类型",streamTypeLabel:{default:"Default",free:"Free"},streamTypeTip:"Default 类型的 Stream 关联 MQTT 主题过滤器,且匹配主题过滤器的 MQTT 消息会被保存到 Stream 中。Free 类型的 Stream 不关联 MQTT 主题过滤器。",authType:"认证方式",host:"Host",hostTip:"填写 Host IP 地址或者使用 <code>*</code> 匹配所有 Host。<br/>如果您选择了 <code>精确匹配</code> 模式,则应提供一个 Host IP 地址。",aclResourceType:"资源类型",aclResourceName:"目标值",aclOperation:"操作类型",prefixed:"前缀匹配",consumerGroupType:"消费者组",clusterType:"集群",literal:"精确匹配",matchAll:"匹配所有",allow:"允许",deny:"不允许",aclOperationLabelDic:{ALL:"全部操作",READ:"读",WRITE:"写",DESCRIBE:"查看详情",CREATE:"创建",DELETE:"删除",ALTER:"更改"},usernameRule:"可包含字母、数字和部分特殊字符(_、-、/、+、#、$、%、{'@'}、& 和 .),最长 128 个字符",aclDescription:"是指对 Kafka 客户端所能操作的资源,包括主题、消费者组和集群等的权限控制。采用白名单模式,即只有在白名单中的条目才能通过,未在白名单中的则默认被拒绝。",networkType:"网络类型",securityProtocol:"安全协议",metricTitleDic:{stream_count:"Stream 数",partition_count:"分区数",group_count:"消费者组数",total_messages_in_rate:"消息流入速率",total_messages_out_rate:"消息流出速率"}},p={title:"ストリーミング(ベータ)",streams:"ストリーム",streamName:"ストリーム名",partitionNum:"パーティション数",mqttTopic:"MQTT トピックフィルタ",mqttTopicTip:"このトピックフィルターに一致する MQTT メッセージは、対応する「Default」タイプのストリームに保存されます。「Free」タイプのストリームは MQTT トピックフィルターと関連付けられていません。",streamNameTip:"Kafka クライアントで使用する Kafka トピックは、ストリーム名と同じです。",retention:"保持期間",consumerGroups:"コンシューマーグループ",groupID:"グループ ID",streamNum:"ストリーム数",consumerNum:"コンシューマー数",protocol:"プロトコル",consumers:"コンシューマー",consumerID:"コンシューマー ID",partition:"パーティション",startOffset:"開始オフセット",endOffset:"終了オフセット",partitions:"パーティション",newStream:"新規ストリーム",streamNameFormatTip:"文字または数字で始まり、文字、数字、「_」、「.」、「-」を含む最大 64 文字",maxStreamsTip:"最大 {num} 個のストリームを作成できます",summary:"「EMQX Streaming」は、EMQX プラットフォームの革新的な機能で、MQTT メッセージをデータストリームとして永続的に保存し、Kafka クライアントから直接コンシュームできます。",enableStreaming:"ストリーミングを有効にする(ベータ)",usingStreaming:"「EMQX Streaming」を使用すると、以下のことが可能です:",streamingBenefits:["大量の MQTT メッセージデータを確実に保存","Kafka クライアントを直接使用して履歴データの再生とリアルタイムサブスクリプション","既存のバックエンドアプリケーションやビッグデータシステムとのシームレスな統合","Flink などのストリームプロセッサとの直接インターフェース"],betaTip:"この機能はベータ版です。",needVPCTip:"ストリーミングを利用するには内部ネットワークへのアクセスが必要です。まず{vpc}を作成してください。",mqttTopicFormatTip:"アルファベット、数字、「_」、「-」、「/」、「+」、「#」、「$」、「%」、「{'@'}」、「&」、「:」、「{'{'}{'}'}」、中間の空白、および「.」のみ使え、最長 128 文字です",streamType:"ストリームタイプ",streamTypeLabel:{default:"Default",free:"Free"},streamTypeTip:"「Default」タイプのストリームは MQTT トピックフィルターと関連付けられており、そのフィルターに一致する MQTT メッセージがストリームに保存されます。Kafka クライアントからの「Free」タイプのストリームのは MQTT トピックフィルターと関連付けられていません。",authType:"認証方式",host:"Host",hostTip:"Fill in a Host IP address or use <code>*</code> to match all Hosts.<br/>If <code>Literal</code> pattern is selected, an IP address of a host should be provided.",aclResourceType:"リソースタイプ",aclResourceName:"リソース値",aclOperation:"操作",prefixed:"プレフィックス",consumerGroupType:"コンシューマーグループ",clusterType:"クラスタ",literal:"リテラル",matchAll:"すべて",allow:"許可",deny:"拒否",aclOperationLabelDic:{ALL:"すべて",READ:"読み取り",WRITE:"書き込み",DESCRIBE:"説明",CREATE:"作成",DELETE:"削除",ALTER:"変更する"},usernameRule:"アルファベット、数字、「_」、「-」、「/」、「+」、「#」、「$」、「%」、「{'@'}」、「&」および「.」のみ使え、最長 128 文字です",aclDescription:`It refers to the permission control of the resources that Kafka clients can manipulate, including topics, consumer groups and clusters.
136
- The default mode is whitelist, meaning that entries added to the list are allowed through, while those not added are denied by default.`,networkType:"Network Type",securityProtocol:"Security Protocol",metricTitleDic:{stream_count:"ストリーム数",partition_count:"パーティション数",group_count:"コンシューマーグループ数",total_messages_in_rate:"Messages In",total_messages_out_rate:"Messages Out"}},h={access:"Permission",topic:"Topic",username:"Username",password:"Password",cancel:"Cancel",back:"Back",generate:"Generate",field:"Field",pleaseChoose:"Required",pleaseEnter:"Required",add:"Add",actions:"Actions",transform:"Transform",alias:"Alias",name:"Name",colon:": "},_={access:"是否允许",topic:"主题",username:"用户名",password:"密码",cancel:"取消",back:"返回",generate:"生成",field:"字段",pleaseChoose:"请选择",pleaseEnter:"请输入",add:"添加",actions:"操作",transform:"转换",alias:"别名",name:"名称",colon:":"},f={access:"許可/拒否",topic:"トピック",username:"ユーザー名",password:"パスワード",cancel:"キャンセル",back:"戻り",generate:"生成",field:"フィールド",pleaseChoose:"選択してください",pleaseEnter:"入力してください",add:"追加",actions:"操作",transform:"変換",alias:"エイリアス",name:"名称",colon:":"},b={mathFunc:"Mathematical Functions",dataTypeJudgmentFunc:"Data Type Judgment Functions",dataTypeConversionFunc:"Data Type Conversion Functions",stringFunc:"String Functions",mapFunc:"Map Functions",arrFunc:"Array Functions",hashFunc:"Hash Functions",compressesAndUncompressesFunc:"Compression and Decompression Functions",bitFunc:"Bit Functions",decodingAndEncodingFunc:"Decoding and Encoding Functions",timeAndDateFunc:"Time and Date Functions",schemaRegistry:"Schema Registry",Value:"Value",Base:"Base",Exponent:"Exponent",Numer:"Numer",Denom:"Denom",Precision:"Precision",String:"String",StartPosition:"Start Position",Separator:"Separator",Direction:"Direction",String1:"String1",String2:"String2",PreserveCRLF:"Preserve CRLF",TotalLength:"Total Length",PaddingDirection:"Padding Direction",PaddingString:"Padding String",OldSubStr:"Old Sub Str",Replacement:"Replacement",ReplaceCount:"Replace Count",Pattern:"Pattern",Character:"Character",SubstringToBeFound:"Substring To Be Found",DirectionToFind:"Direction To Find",Key:"Key",Map:"Map",DefaultValue:"Default Value",Index:"Index",Array:"Array",StartIndex:"Start Index",Length:"Length",UnixTimestamp:"Unix Timestamp",TimeUnit:"Time Unit",RFC3339String:"RFC3339 Time String",TimeOffset:"Time Offset",DateFormat:"Date Format",Timestamp:"Timestamp",BinaryData:"Binary Data",BinaryStartIndex:"Start Index",DataType:"Data Type",Signedness:"Signedness",Endian:"Endian",SchemaName:"Schema",Data:"Data",Type:"Message Type",aliasDesc:"If the alias contains characters other than letters, numbers, and underscores, or starts with a number, or is a SQL keyword, please add double quotes to the alias",inputFieldRequiredError:"{name} is required",unusedField:"Unused field",aliasRequired:"Need to specify an alias",aliasFormatError:"Invalid alias format"},g={mathFunc:"数学函数",dataTypeJudgmentFunc:"数据类型判断函数",dataTypeConversionFunc:"数据类型转换函数",stringFunc:"字符串函数",mapFunc:"Map 函数",arrFunc:"数组函数",hashFunc:"哈希函数",compressesAndUncompressesFunc:"压缩解压缩函数",bitFunc:"比特操作函数",decodingAndEncodingFunc:"编解码函数",timeAndDateFunc:"时间与日期函数",schemaRegistry:"编解码",Value:"值",Base:"基数",Exponent:"指数",Numer:"分子",Denom:"分母",Precision:"精度",String:"字符串",StartPosition:"起始位置",Separator:"分割符",Direction:"方向",String1:"左字符串",String2:"右字符串",PreserveCRLF:"是否保留换行符",TotalLength:"字符总长度",PaddingDirection:"补足方向",PaddingString:"补足字符",OldSubStr:"需要替换的字符串",Replacement:"替换值",ReplaceCount:"替换位置",Pattern:"正则表达式",Character:"字符",SubstringToBeFound:"要查找的子串",DirectionToFind:"查找方向",Key:"键",Map:"Map",DefaultValue:"默认值",Index:"索引",Array:"数组",StartIndex:"起始索引",Length:"截取长度",UnixTimestamp:"Unix 时间戳",TimeUnit:"时间单位",RFC3339String:"RFC 3339 时间字符串",TimeOffset:"时区偏移",DateFormat:"日期格式",Timestamp:"时间戳",BinaryData:"二进制数据",BinaryStartIndex:"起始位置的下标",DataType:"数据类型",Signedness:"符号性",Endian:"字节序",SchemaName:"Schema",Data:"数据",Type:"消息类型",aliasDesc:"别名如包含除字母、数字和下划线以外的字符,或以数字开头,或为 SQL 关键字时,请为别名加上双引号",inputFieldRequiredError:"请输入{name}",unusedField:"未被使用的字段",aliasRequired:"需指定一个别名",aliasFormatError:"格式错误的别名"},y={mathFunc:"数学関数",dataTypeJudgmentFunc:"データ型判定関数",dataTypeConversionFunc:"データ型変換関数",stringFunc:"文字列関数",mapFunc:"マップ関数",arrFunc:"配列関数",hashFunc:"ハッシュ関数",compressesAndUncompressesFunc:"圧縮・展開関数",bitFunc:"ビット関数",decodingAndEncodingFunc:"デコード・エンコード関数",timeAndDateFunc:"日時関数",schemaRegistry:"スキーマレジストリ",Value:"値",Base:"基数",Exponent:"指数",Numer:"分子",Denom:"分母",Precision:"精度",String:"文字列",StartPosition:"開始位置",Separator:"区切り文字",Direction:"方向",String1:"文字列 1",String2:"文字列 2",PreserveCRLF:"改行保持(CRLF)",TotalLength:"全体の長さ",PaddingDirection:"パディング方向",PaddingString:"パディング文字",OldSubStr:"元の部分文字列",Replacement:"置換後の文字列",ReplaceCount:"置換回数",Pattern:"パターン",Character:"文字",SubstringToBeFound:"検索対象の部分文字列",DirectionToFind:"検索方向",Key:"キー",Map:"マップ",DefaultValue:"デフォルト値",Index:"インデックス",Array:"配列",StartIndex:"開始インデックス",Length:"長さ",UnixTimestamp:"Unix タイムスタンプ",TimeUnit:"時間単位",RFC3339String:"RFC3339 形式の時間文字列",TimeOffset:"時間オフセット",DateFormat:"日付形式",Timestamp:"タイムスタンプ",BinaryData:"バイナリデータ",BinaryStartIndex:"開始インデックス",DataType:"データ型",Signedness:"符号の有無",Endian:"エンディアン",SchemaName:"スキーマ",Data:"データ",Type:"メッセージタイプ",aliasDesc:"エイリアスに英数字とアンダースコア以外の文字が含まれる場合、数字で始まる場合、または SQL キーワードの場合は、エイリアスを二重引用符で囲んでください",inputFieldRequiredError:"{name} は必須項目です",unusedField:"未使用のフィールド",aliasRequired:"エイリアスを指定する必要があります",aliasFormatError:"エイリアスの形式が正しくありません"},v={generateSQLByAIBtn:"SQL Generator",generateSQLWithAI:"Generate SQL with AI",taskDescPlaceholder:'Enter a natural language task description, e.g., "Select all fields from t/#"',taskDesc:"Task Description",relatedTopics:"Related Topics",relatedTopicsDesc:'Supports a single topic, or multiple topics (comma-separated, with +/# support), e.g., "t/a" or "t/a, t/b/#, t/c/+/d"',relatedTopicsPlaceholder:'Please enter related topics, e.g., "t/a" or "t/a, t/b/#, t/c/+/d"',sqlExampleInput:"Input Example (JSON)",sqlExampleInputDesc:"Provide an example JSON for the input message",sqlExampleOutput:"Output Example (JSON)",sqlExampleOutputDesc:"Provide an example JSON for the output result",applySQL:"Apply SQL",generatedSQLOutputTitle:"Generated SQL",generatedSQLOutputDesc:"Please review the AI-generated SQL. You can apply it directly, or return to modify the description and regenerate."},k={generateSQLByAIBtn:"SQL 生成器",generateSQLWithAI:"使用 AI 生成 SQL",taskDescPlaceholder:'请输入自然语言的任务描述,例如:"从 t/# 主题选择所有字段"',taskDesc:"任务描述",relatedTopics:"相关主题",relatedTopicsDesc:'支持单个主题,或多个主题(请使用逗号分隔,支持 +/#),例如:"t/a" 或 "t/a, t/b/#, t/c/+/d"',relatedTopicsPlaceholder:'请输入相关主题,例如:"t/a" 或 "t/a, t/b/#, t/c/+/d"',sqlExampleInput:"输入示例(JSON)",sqlExampleInputDesc:"提供一个输入消息的 JSON 示例",sqlExampleOutput:"输出示例(JSON)",sqlExampleOutputDesc:"提供一个输出结果的 JSON 示例",applySQL:"应用 SQL",generatedSQLOutputTitle:"生成的 SQL",generatedSQLOutputDesc:"请检查 AI 生成的 SQL。可直接应用,或返回修改描述并重新生成。"},T={generateSQLByAIBtn:"SQL ジェネレーター",generateSQLWithAI:"AI で SQL を生成",taskDescPlaceholder:"自然言語でタスク説明を入力してください。例:「t/# からすべてのフィールドを選択」",taskDesc:"タスク説明",relatedTopics:"関連トピック",relatedTopicsDesc:"単一トピックまたは複数トピック(カンマ区切り、+/# をサポート)を指定できます。例:「t/a」または「t/a, t/b/#, t/c/+/d」",relatedTopicsPlaceholder:"関連トピックを入力してください。例:「t/a」または「t/a, t/b/#, t/c/+/d」",sqlExampleInput:"入力例(JSON)",sqlExampleInputDesc:"入力メッセージのサンプル JSON を指定してください",sqlExampleOutput:"出力例(JSON)",sqlExampleOutputDesc:"出力結果のサンプル JSON を指定してください",applySQL:"SQL を適用",generatedSQLOutputTitle:"生成された SQL",generatedSQLOutputDesc:"AI が生成した SQL を確認してください。直接適用することも、説明を修正して再生成することもできます。"},S={systemTitle:"Log Analysis AI Assistant",noMCPServers:"No MCP server is available, please configure the MCP server gateway.",configMCPServerGateway:"Configure MCP Server Gateway",mcpServerGatewayConfigs:"MCP Server Gateway Configurations",cancel:"Cancel",save:"Save",mqttHost:"MQTT Host",mqttPort:"MQTT Port",mqttUsername:"MQTT Username",mqttPassword:"MQTT Password",mqttClientId:"MQTT Client ID",mqttAppId:"MQTT App ID",saveSuccess:"Saved successfully",parseUserIntention:"Parse User Intention",loadLogEntries:"Load Log Entries",generalConversation:"General Conversation",extractAndExplainLogEntries:"Extract and Explain Log Entries",queryEmqxContext:"Query EMQX Context",genAnalysisReport:"Generate Analysis Report",completeReport:"Complete Report",funcCall:"Function Call",analysisResultTip:"The following is the report content:",responseConfirm:"Please confirm the result is ok?",yes:"Yes",no:"No",refreshConfirm:"There is a conversation in progress, confirm to clear the conversation and start a new one?",confirm:"Confirm",guidanceText:"Welcome to the Log Analysis AI Assistant. I will leverage technologies such as LLM and RAG,as well as utilize the MCP tool to query system status, to help you analyze EMQX-related logs and quickly identify and resolve issues. Here are some example questions you can ask,",querySample1:"Query the error/warning log messages from the past 5 minutes.",querySample2:"Query the latest 5 error/warning log messages.",querySample3:"Analyze log: ",noConfigStatus:"MCP server gateway not configured. Please configure the server gateway and connect to the server before proceeding with the analysis of server logs.",disconnectedStatus:"Cannot connect to your MCP servers, please check your settings or network.",selectServerRequired:"Please select the MCP server to connect.",funcName:"Function Name",funcArgs:"Function Arguments",funcOutput:"Function Output",permissionRequest:'Tool "{tool}" requires permission to access system resources.',deny:"Deny",allowOnce:"Allow Once",allowAlways:"Allow Always",reportGenerationCompleted:"Report generation completed.",userCancelled:"User cancelled the operation."},w={systemTitle:"日志分析 AI 助手",noMCPServers:"暂无可用 MCP 服务器,请先配置 MCP 服务器网关。",configMCPServerGateway:"配置 MCP 服务器网关",mcpServerGatewayConfigs:"MCP 服务器网关配置",cancel:"取消",save:"保存",mqttHost:"MQTT 主机",mqttPort:"MQTT 端口",mqttUsername:"MQTT 用户名",mqttPassword:"MQTT 密码",mqttClientId:"MQTT 客户端 ID",mqttAppId:"MQTT 应用 ID",saveSuccess:"保存成功",parseUserIntention:"分析用户意图",loadLogEntries:"加载日志条目",generalConversation:"通用对话",extractAndExplainLogEntries:"查找并解释日志数据",queryEmqxContext:"查询 EMQX 上下文",genAnalysisReport:"生成分析报告",completeReport:"完成报告",funcCall:"函数调用",analysisResultTip:"以下是报告内容:",responseConfirm:"请确认结果是否正确?",yes:"正确",no:"不正确",refreshConfirm:"当前页面有正在进行的对话,是否确认清空记录并开始新的对话?",confirm:"确认",guidanceText:"欢迎使用日志分析 AI 助手。我将利用 LLM 和 RAG 等技术,以及 MCP 工具查询系统状态,帮助您分析 EMQX 相关日志并快速识别和解决问题。以下是一些您可以询问的问题:",querySample1:"查询过去 5 分钟内的错误/警告日志消息。",querySample2:"查询最新的 5 条错误/警告日志消息。",querySample3:"分析日志:",noConfigStatus:"未配置 MCP 服务器网关,如需分析服务器日志,请先配置服务器网关,并连接服务器后再进行操作。",disconnectedStatus:"无法连接到 MCP 服务器,请检查您的设置或网络。",selectServerRequired:"请选择需要连接的 MCP 服务器。",funcName:"函数名称",funcArgs:"函数参数",funcOutput:"函数输出",permissionRequest:'工具 "{tool}" 需要权限访问系统资源。',deny:"拒绝",allowOnce:"允许一次",allowAlways:"始终允许",reportGenerationCompleted:"报告生成完成。",userCancelled:"用户取消操作。"},P={guideSourceNodeLabel:"Source",guideSourceNodeDesc:"拖拽多个节点以选择消息与事件输入",guideProcessingNodeLabel:"Processing(可选)",guideProcessingNodeDesc:"拖拽节点以处理和过滤数据",guideSinkNodeLabel:"Sink",guideSinkNodeDesc:"拖拽多个节点以输出数据到外部数据集成",guideFallbackNodeLabel:"Fallback(可选)",guideFallbackNodeDesc:"拖拽节点以作为备选动作",actionAvailable:"可用",actionUnavailable:"不可用",connecting:"连接中",inconsistent:"集群中各节点不一致",disconnected:"已断开",message:"消息",event:"事件",dataProcessing:"数据处理",filter:"过滤器",consoleOutput:"控制台输出",republish:"消息重发布",condition:"个条件",systemPrompt:"系统消息",consoleFallbackWrong:"Console 不可作为备选动作",incorrectConnection:"错误的连线",filterFunctionsWrongOrder:"函数节点必须放置在过滤器节点之前,请调整节点位置。",flowEmptyError:"无法保存,Flow 中需要有至少一个 Sink 节点和一个 Source 节点",flowIntegrityError:"无法保存,Flow 中需要有至少一个 {missing} 节点",isolatedNodeError:"Flow 中有未连接的节点,请先连接或将其删除|Flow 中有未连接的节点,请先连接或将其删除",multipleFlowError:"每次仅允许创建一个 Flow",multipleFallbackWrong:"Flow 暂不支持编辑多层级备选动作",incorrectInputOutputConnection:"请确认所有 Source 节点均正确连接到同一数据处理节点",incorrectOutputNodeConnection:"请确认所有 Sink 节点均由同一数据处理节点输出",incorrectDefaultNodeConnection:"请确认所有数据处理节点均按照顺序首尾相连",input:"输入",systemPromptDesc:"系统消息,用于引导 AI 模型生成符合预期的输出。例:将输入的 JSON 数据中,值为数字的 value 相加起来,并输出,只需返回输出结果。",model:"模型",maxTokens:"最大令牌数",anthropicVersion:"Anthropic 版本",apiKey:"API 密钥",baseURL:"基础 URL",geminiBaseUrlTips:"当前 Gemini 通过兼容 OpenAI 的接口来与之通信,请输入兼容 OpenAI 的基础 URL。",aiOutputAlias:"输出结果别名",aiOutputAliasDesc:"输出结果别名,用户在动作或后续处理中引用输出结果。",aliasDesc:"别名如包含除字母、数字和下划线以外的字符,或以数字开头,或为 SQL 关键字时,请为别名加上双引号。",connectTimeout:"连接超时",recvTimeout:"接收数据超时时间",checkoutTimeout:"连接池超时时间",maxConn:"最大连接数",maxConnectionsDesc:"最大并发连接数",checkoutTimeoutDesc:"从连接池中为请求 AI 服务的请求分配的超时时间。",confirm:"确认",baseURLDesc:"默认值为 {url},您也可以输入其他兼容 {name} API 格式的模型基础 URL。"},x={guideSourceNodeLabel:"Source",guideSourceNodeDesc:"Drag in multiple nodes to select message and event inputs",guideProcessingNodeLabel:"Processing (optional)",guideProcessingNodeDesc:"Drag nodes to transform and filter data",guideSinkNodeLabel:"Sink",guideSinkNodeDesc:"Drag in multiple nodes to output data to external integrations",guideFallbackNodeLabel:"Fallback (optional)",guideFallbackNodeDesc:"Drag nodes as fallback actions",actionAvailable:"Available",actionUnavailable:"Unavailable",connecting:"Connecting",inconsistent:"Inconsistent for nodes in the cluster",disconnected:"Disconnected",message:"Message",event:"Event",dataProcessing:"Data Processing",filter:"Filter",consoleOutput:"Console Output",republish:"Republish",condition:"condition | conditions",systemPrompt:"System Message",consoleFallbackWrong:"Console cannot be used as a fallback action",incorrectConnection:"Incorrect connection",filterFunctionsWrongOrder:"Function nodes must be placed before filter nodes. Please adjust node positions.",flowEmptyError:"Unable to save, there must be at least one Sink node and one Source node in the Flow",flowIntegrityError:"Unable to save, at least one {missing} node is required in the Flow",isolatedNodeError:"There are unconnected node in the flow. Please connect or delete them.|There are unconnected nodes in the flow. Please connect or delete them.",multipleFlowError:"Only one flow can be created at a time",multipleFallbackWrong:"Flow does not support editing multi-level fallback actions",incorrectInputOutputConnection:"Please confirm that all source nodes are correctly connected to the same data processing node",incorrectOutputNodeConnection:"Please confirm that all sink nodes are output from the same data processing node",incorrectDefaultNodeConnection:"Please confirm that all data processing nodes are connected in sequence from start to end",input:"Input",systemPromptDesc:"System message, used to guide AI models to generate outputs that meet expectations. Example: Add up the values of numeric keys in the input JSON data and output the result, only return the output result.",model:"Model",maxTokens:"Max Tokens",anthropicVersion:"Anthropic Version",apiKey:"API Key",baseURL:"Base URL",geminiBaseUrlTips:"This Gemini connection uses an OpenAI-compatible API. Please enter a compatible Base URL.",aiOutputAlias:"Output Result Alias",aiOutputAliasDesc:"Output result alias, used to reference output results in actions or subsequent processing.",aliasDesc:"If the alias contains characters other than letters, numbers, and underscores, or starts with a number, or is a SQL keyword, please add double quotes to the alias.",connectTimeout:"Connect Timeout",recvTimeout:"Receive Timeout",checkoutTimeout:"Checkout Timeout",maxConn:"Max Connections",maxConnectionsDesc:"Maximum number of simultaneous connections to the AI provider.",checkoutTimeoutDesc:"Timeout for the checkout from connection pool for a request to the AI provider.",confirm:"Confirm",baseURLDesc:"The default value is {url}, or you can use any base URL that works with the {name} API format."},A={guideSourceNodeLabel:"ソース",guideSourceNodeDesc:"複数のノードをドラッグしてメッセージとイベント入力を選択",guideProcessingNodeLabel:"処理(任意)",guideProcessingNodeDesc:"ノードをドラッグしてデータを変換・フィルター",guideSinkNodeLabel:"シンク",guideSinkNodeDesc:"複数のノードをドラッグして外部連携にデータを出力",guideFallbackNodeLabel:"フォールバック(任意)",guideFallbackNodeDesc:"ノードをドラッグしてフォールバックアクションとして設定します",actionAvailable:"利用可能",actionUnavailable:"利用不可",connecting:"接続中",inconsistent:"クラスタ内のノードで不一致",disconnected:"切断",message:"メッセージ",event:"イベント",dataProcessing:"データ処理",filter:"フィルター",consoleOutput:"Console Output",republish:"再パブリッシュ(Republish)",condition:"条件",systemPrompt:"システムメッセージ",consoleFallbackWrong:"Console cannot be used as a fallback action",incorrectConnection:"不正な接続",filterFunctionsWrongOrder:"関数ノードはフィルターノードより前に配置する必要があります。ノードの位置を調整してください。",flowEmptyError:"保存できません。フローには少なくとも1つのシンクノードと1つのソースノードが必要です。",flowIntegrityError:"保存できません。フローには少なくとも 1 つの{missing}ノードが必要です。",isolatedNodeError:"フローに未接続のノードがあります。接続するか削除してください。",multipleFlowError:"一度に作成できるフローは1つだけです。",multipleFallbackWrong:"フローは多段階のフォールバックアクションの編集をサポートしていません",incorrectInputOutputConnection:"すべてのソースノードが同じデータ処理ノードに正しく接続されていることを確認してください",incorrectOutputNodeConnection:"すべてのシンクノードが同じデータ処理ノードから出力されていることを確認してください",incorrectDefaultNodeConnection:"すべてのデータ処理ノードが開始から終了まで順に接続されていることを確認してください",input:"入力",systemPromptDesc:"システムメッセージ。AI モデルに期待どおりの出力を生成させるために使用します。例:入力 JSON データの数値キーの値を合計し、その結果のみを返す。",model:"モデル",maxTokens:"最大トークン数",anthropicVersion:"Anthropic バージョン",apiKey:"API キー",baseURL:"ベース URL",geminiBaseUrlTips:"This Gemini connection uses an OpenAI-compatible API. Please enter a compatible Base URL.",aiOutputAlias:"出力結果のエイリアス",aiOutputAliasDesc:"出力結果のエイリアス。アクションや後続処理で出力結果を参照するために使用します",aliasDesc:"エイリアスに英数字とアンダースコア以外の文字が含まれる場合、数字で始まる場合、または SQL キーワードの場合は、エイリアスを二重引用符で囲んでください",connectTimeout:"Connect Timeout",recvTimeout:"Receive Timeout",checkoutTimeout:"Checkout Timeout",maxConn:"Max Connections",maxConnectionsDesc:"Maximum number of simultaneous connections to the AI provider.",checkoutTimeoutDesc:"Timeout for the checkout from connection pool for a request to the AI provider.",confirm:"確認",baseURLDesc:"デフォルト値は {url} です。{name} API 形式と互換性のある任意のベース URL を使用することもできます。"};e.SQLTemplates=t,e.authHelpCodeMap=i,e.enActionsLabel=a,e.enAiLog=S,e.enCommon=h,e.enConnectorsLabel=r,e.enFlow=x,e.enIntegrationDesc=d,e.enRuleFunction=b,e.enRuleSQL=v,e.enStreaming=m,e.enSymbolLabel=n,e.jaCommon=f,e.jaFlow=A,e.jaRuleFunction=y,e.jaRuleSQL=T,e.jaStreaming=p,e.zhActionsLabel=o,e.zhAiLog=w,e.zhCommon=_,e.zhConnectorsLabel=s,e.zhFlow=P,e.zhIntegrationDesc=l,e.zhRuleFunction=g,e.zhRuleSQL=k,e.zhStreaming=u,e.zhSymbolLabel=c,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
136
+ The default mode is whitelist, meaning that entries added to the list are allowed through, while those not added are denied by default.`,networkType:"Network Type",securityProtocol:"Security Protocol",metricTitleDic:{stream_count:"ストリーム数",partition_count:"パーティション数",group_count:"コンシューマーグループ数",total_messages_in_rate:"Messages In",total_messages_out_rate:"Messages Out"}},h={access:"Permission",topic:"Topic",username:"Username",password:"Password",cancel:"Cancel",back:"Back",generate:"Generate",field:"Field",pleaseChoose:"Required",pleaseEnter:"Required",add:"Add",actions:"Actions",transform:"Transform",alias:"Alias",name:"Name",colon:": "},_={access:"是否允许",topic:"主题",username:"用户名",password:"密码",cancel:"取消",back:"返回",generate:"生成",field:"字段",pleaseChoose:"请选择",pleaseEnter:"请输入",add:"添加",actions:"操作",transform:"转换",alias:"别名",name:"名称",colon:":"},f={access:"許可/拒否",topic:"トピック",username:"ユーザー名",password:"パスワード",cancel:"キャンセル",back:"戻り",generate:"生成",field:"フィールド",pleaseChoose:"選択してください",pleaseEnter:"入力してください",add:"追加",actions:"操作",transform:"変換",alias:"エイリアス",name:"名称",colon:":"},b={mathFunc:"Mathematical Functions",dataTypeJudgmentFunc:"Data Type Judgment Functions",dataTypeConversionFunc:"Data Type Conversion Functions",stringFunc:"String Functions",mapFunc:"Map Functions",arrFunc:"Array Functions",hashFunc:"Hash Functions",compressesAndUncompressesFunc:"Compression and Decompression Functions",bitFunc:"Bit Functions",decodingAndEncodingFunc:"Decoding and Encoding Functions",timeAndDateFunc:"Time and Date Functions",schemaRegistry:"Schema Registry",Value:"Value",Base:"Base",Exponent:"Exponent",Numer:"Numer",Denom:"Denom",Precision:"Precision",String:"String",StartPosition:"Start Position",Separator:"Separator",Direction:"Direction",String1:"String1",String2:"String2",PreserveCRLF:"Preserve CRLF",TotalLength:"Total Length",PaddingDirection:"Padding Direction",PaddingString:"Padding String",OldSubStr:"Old Sub Str",Replacement:"Replacement",ReplaceCount:"Replace Count",Pattern:"Pattern",Character:"Character",SubstringToBeFound:"Substring To Be Found",DirectionToFind:"Direction To Find",Key:"Key",Map:"Map",DefaultValue:"Default Value",Index:"Index",Array:"Array",StartIndex:"Start Index",Length:"Length",UnixTimestamp:"Unix Timestamp",TimeUnit:"Time Unit",RFC3339String:"RFC3339 Time String",TimeOffset:"Time Offset",DateFormat:"Date Format",Timestamp:"Timestamp",BinaryData:"Binary Data",BinaryStartIndex:"Start Index",DataType:"Data Type",Signedness:"Signedness",Endian:"Endian",SchemaName:"Schema",Data:"Data",Type:"Message Type",aliasDesc:"If the alias contains characters other than letters, numbers, and underscores, or starts with a number, or is a SQL keyword, please add double quotes to the alias",inputFieldRequiredError:"{name} is required",unusedField:"Unused field",aliasRequired:"Need to specify an alias",aliasFormatError:"Invalid alias format",DecodedSparkplugBMessage:"Decoded Sparkplug B Message"},g={mathFunc:"数学函数",dataTypeJudgmentFunc:"数据类型判断函数",dataTypeConversionFunc:"数据类型转换函数",stringFunc:"字符串函数",mapFunc:"Map 函数",arrFunc:"数组函数",hashFunc:"哈希函数",compressesAndUncompressesFunc:"压缩解压缩函数",bitFunc:"比特操作函数",decodingAndEncodingFunc:"编解码函数",timeAndDateFunc:"时间与日期函数",schemaRegistry:"编解码",Value:"值",Base:"基数",Exponent:"指数",Numer:"分子",Denom:"分母",Precision:"精度",String:"字符串",StartPosition:"起始位置",Separator:"分割符",Direction:"方向",String1:"左字符串",String2:"右字符串",PreserveCRLF:"是否保留换行符",TotalLength:"字符总长度",PaddingDirection:"补足方向",PaddingString:"补足字符",OldSubStr:"需要替换的字符串",Replacement:"替换值",ReplaceCount:"替换位置",Pattern:"正则表达式",Character:"字符",SubstringToBeFound:"要查找的子串",DirectionToFind:"查找方向",Key:"键",Map:"Map",DefaultValue:"默认值",Index:"索引",Array:"数组",StartIndex:"起始索引",Length:"截取长度",UnixTimestamp:"Unix 时间戳",TimeUnit:"时间单位",RFC3339String:"RFC 3339 时间字符串",TimeOffset:"时区偏移",DateFormat:"日期格式",Timestamp:"时间戳",BinaryData:"二进制数据",BinaryStartIndex:"起始位置的下标",DataType:"数据类型",Signedness:"符号性",Endian:"字节序",SchemaName:"Schema",Data:"数据",Type:"消息类型",aliasDesc:"别名如包含除字母、数字和下划线以外的字符,或以数字开头,或为 SQL 关键字时,请为别名加上双引号",inputFieldRequiredError:"请输入{name}",unusedField:"未被使用的字段",aliasRequired:"需指定一个别名",aliasFormatError:"格式错误的别名",DecodedSparkplugBMessage:"解码后的 Sparkplug B 消息"},y={mathFunc:"数学関数",dataTypeJudgmentFunc:"データ型判定関数",dataTypeConversionFunc:"データ型変換関数",stringFunc:"文字列関数",mapFunc:"マップ関数",arrFunc:"配列関数",hashFunc:"ハッシュ関数",compressesAndUncompressesFunc:"圧縮・展開関数",bitFunc:"ビット関数",decodingAndEncodingFunc:"デコード・エンコード関数",timeAndDateFunc:"日時関数",schemaRegistry:"スキーマレジストリ",Value:"値",Base:"基数",Exponent:"指数",Numer:"分子",Denom:"分母",Precision:"精度",String:"文字列",StartPosition:"開始位置",Separator:"区切り文字",Direction:"方向",String1:"文字列 1",String2:"文字列 2",PreserveCRLF:"改行保持(CRLF)",TotalLength:"全体の長さ",PaddingDirection:"パディング方向",PaddingString:"パディング文字",OldSubStr:"元の部分文字列",Replacement:"置換後の文字列",ReplaceCount:"置換回数",Pattern:"パターン",Character:"文字",SubstringToBeFound:"検索対象の部分文字列",DirectionToFind:"検索方向",Key:"キー",Map:"マップ",DefaultValue:"デフォルト値",Index:"インデックス",Array:"配列",StartIndex:"開始インデックス",Length:"長さ",UnixTimestamp:"Unix タイムスタンプ",TimeUnit:"時間単位",RFC3339String:"RFC3339 形式の時間文字列",TimeOffset:"時間オフセット",DateFormat:"日付形式",Timestamp:"タイムスタンプ",BinaryData:"バイナリデータ",BinaryStartIndex:"開始インデックス",DataType:"データ型",Signedness:"符号の有無",Endian:"エンディアン",SchemaName:"スキーマ",Data:"データ",Type:"メッセージタイプ",aliasDesc:"エイリアスに英数字とアンダースコア以外の文字が含まれる場合、数字で始まる場合、または SQL キーワードの場合は、エイリアスを二重引用符で囲んでください",inputFieldRequiredError:"{name} は必須項目です",unusedField:"未使用のフィールド",aliasRequired:"エイリアスを指定する必要があります",aliasFormatError:"エイリアスの形式が正しくありません",DecodedSparkplugBMessage:"デコードされた Sparkplug B メッセージ"},v={generateSQLByAIBtn:"SQL Generator",generateSQLWithAI:"Generate SQL with AI",taskDescPlaceholder:'Enter a natural language task description, e.g., "Select all fields from t/#"',taskDesc:"Task Description",relatedTopics:"Related Topics",relatedTopicsDesc:'Supports a single topic, or multiple topics (comma-separated, with +/# support), e.g., "t/a" or "t/a, t/b/#, t/c/+/d"',relatedTopicsPlaceholder:'Please enter related topics, e.g., "t/a" or "t/a, t/b/#, t/c/+/d"',sqlExampleInput:"Input Example (JSON)",sqlExampleInputDesc:"Provide an example JSON for the input message",sqlExampleOutput:"Output Example (JSON)",sqlExampleOutputDesc:"Provide an example JSON for the output result",applySQL:"Apply SQL",generatedSQLOutputTitle:"Generated SQL",generatedSQLOutputDesc:"Please review the AI-generated SQL. You can apply it directly, or return to modify the description and regenerate."},k={generateSQLByAIBtn:"SQL 生成器",generateSQLWithAI:"使用 AI 生成 SQL",taskDescPlaceholder:'请输入自然语言的任务描述,例如:"从 t/# 主题选择所有字段"',taskDesc:"任务描述",relatedTopics:"相关主题",relatedTopicsDesc:'支持单个主题,或多个主题(请使用逗号分隔,支持 +/#),例如:"t/a" 或 "t/a, t/b/#, t/c/+/d"',relatedTopicsPlaceholder:'请输入相关主题,例如:"t/a" 或 "t/a, t/b/#, t/c/+/d"',sqlExampleInput:"输入示例(JSON)",sqlExampleInputDesc:"提供一个输入消息的 JSON 示例",sqlExampleOutput:"输出示例(JSON)",sqlExampleOutputDesc:"提供一个输出结果的 JSON 示例",applySQL:"应用 SQL",generatedSQLOutputTitle:"生成的 SQL",generatedSQLOutputDesc:"请检查 AI 生成的 SQL。可直接应用,或返回修改描述并重新生成。"},T={generateSQLByAIBtn:"SQL ジェネレーター",generateSQLWithAI:"AI で SQL を生成",taskDescPlaceholder:"自然言語でタスク説明を入力してください。例:「t/# からすべてのフィールドを選択」",taskDesc:"タスク説明",relatedTopics:"関連トピック",relatedTopicsDesc:"単一トピックまたは複数トピック(カンマ区切り、+/# をサポート)を指定できます。例:「t/a」または「t/a, t/b/#, t/c/+/d」",relatedTopicsPlaceholder:"関連トピックを入力してください。例:「t/a」または「t/a, t/b/#, t/c/+/d」",sqlExampleInput:"入力例(JSON)",sqlExampleInputDesc:"入力メッセージのサンプル JSON を指定してください",sqlExampleOutput:"出力例(JSON)",sqlExampleOutputDesc:"出力結果のサンプル JSON を指定してください",applySQL:"SQL を適用",generatedSQLOutputTitle:"生成された SQL",generatedSQLOutputDesc:"AI が生成した SQL を確認してください。直接適用することも、説明を修正して再生成することもできます。"},S={systemTitle:"Log Analysis AI Assistant",noMCPServers:"No MCP server is available, please configure the MCP server gateway.",configMCPServerGateway:"Configure MCP Server Gateway",mcpServerGatewayConfigs:"MCP Server Gateway Configurations",cancel:"Cancel",save:"Save",mqttHost:"MQTT Host",mqttPort:"MQTT Port",mqttUsername:"MQTT Username",mqttPassword:"MQTT Password",mqttClientId:"MQTT Client ID",mqttAppId:"MQTT App ID",saveSuccess:"Saved successfully",parseUserIntention:"Parse User Intention",loadLogEntries:"Load Log Entries",generalConversation:"General Conversation",extractAndExplainLogEntries:"Extract and Explain Log Entries",queryEmqxContext:"Query EMQX Context",genAnalysisReport:"Generate Analysis Report",completeReport:"Complete Report",funcCall:"Function Call",analysisResultTip:"The following is the report content:",responseConfirm:"Please confirm the result is ok?",yes:"Yes",no:"No",refreshConfirm:"There is a conversation in progress, confirm to clear the conversation and start a new one?",confirm:"Confirm",guidanceText:"Welcome to the Log Analysis AI Assistant. I will leverage technologies such as LLM and RAG,as well as utilize the MCP tool to query system status, to help you analyze EMQX-related logs and quickly identify and resolve issues. Here are some example questions you can ask,",querySample1:"Query the error/warning log messages from the past 5 minutes.",querySample2:"Query the latest 5 error/warning log messages.",querySample3:"Analyze log: ",noConfigStatus:"MCP server gateway not configured. Please configure the server gateway and connect to the server before proceeding with the analysis of server logs.",disconnectedStatus:"Cannot connect to your MCP servers, please check your settings or network.",selectServerRequired:"Please select the MCP server to connect.",funcName:"Function Name",funcArgs:"Function Arguments",funcOutput:"Function Output",permissionRequest:'Tool "{tool}" requires permission to access system resources.',deny:"Deny",allowOnce:"Allow Once",allowAlways:"Allow Always",reportGenerationCompleted:"Report generation completed.",userCancelled:"User cancelled the operation."},w={systemTitle:"日志分析 AI 助手",noMCPServers:"暂无可用 MCP 服务器,请先配置 MCP 服务器网关。",configMCPServerGateway:"配置 MCP 服务器网关",mcpServerGatewayConfigs:"MCP 服务器网关配置",cancel:"取消",save:"保存",mqttHost:"MQTT 主机",mqttPort:"MQTT 端口",mqttUsername:"MQTT 用户名",mqttPassword:"MQTT 密码",mqttClientId:"MQTT 客户端 ID",mqttAppId:"MQTT 应用 ID",saveSuccess:"保存成功",parseUserIntention:"分析用户意图",loadLogEntries:"加载日志条目",generalConversation:"通用对话",extractAndExplainLogEntries:"查找并解释日志数据",queryEmqxContext:"查询 EMQX 上下文",genAnalysisReport:"生成分析报告",completeReport:"完成报告",funcCall:"函数调用",analysisResultTip:"以下是报告内容:",responseConfirm:"请确认结果是否正确?",yes:"正确",no:"不正确",refreshConfirm:"当前页面有正在进行的对话,是否确认清空记录并开始新的对话?",confirm:"确认",guidanceText:"欢迎使用日志分析 AI 助手。我将利用 LLM 和 RAG 等技术,以及 MCP 工具查询系统状态,帮助您分析 EMQX 相关日志并快速识别和解决问题。以下是一些您可以询问的问题:",querySample1:"查询过去 5 分钟内的错误/警告日志消息。",querySample2:"查询最新的 5 条错误/警告日志消息。",querySample3:"分析日志:",noConfigStatus:"未配置 MCP 服务器网关,如需分析服务器日志,请先配置服务器网关,并连接服务器后再进行操作。",disconnectedStatus:"无法连接到 MCP 服务器,请检查您的设置或网络。",selectServerRequired:"请选择需要连接的 MCP 服务器。",funcName:"函数名称",funcArgs:"函数参数",funcOutput:"函数输出",permissionRequest:'工具 "{tool}" 需要权限访问系统资源。',deny:"拒绝",allowOnce:"允许一次",allowAlways:"始终允许",reportGenerationCompleted:"报告生成完成。",userCancelled:"用户取消操作。"},P={guideSourceNodeLabel:"Source",guideSourceNodeDesc:"拖拽多个节点以选择消息与事件输入",guideProcessingNodeLabel:"Processing(可选)",guideProcessingNodeDesc:"拖拽节点以处理和过滤数据",guideSinkNodeLabel:"Sink",guideSinkNodeDesc:"拖拽多个节点以输出数据到外部数据集成",guideFallbackNodeLabel:"Fallback(可选)",guideFallbackNodeDesc:"拖拽节点以作为备选动作",actionAvailable:"可用",actionUnavailable:"不可用",connecting:"连接中",inconsistent:"集群中各节点不一致",disconnected:"已断开",message:"消息",event:"事件",dataProcessing:"数据处理",filter:"过滤器",consoleOutput:"控制台输出",republish:"消息重发布",condition:"个条件",systemPrompt:"系统消息",consoleFallbackWrong:"Console 不可作为备选动作",incorrectConnection:"错误的连线",filterFunctionsWrongOrder:"函数节点必须放置在过滤器节点之前,请调整节点位置。",flowEmptyError:"无法保存,Flow 中需要有至少一个 Sink 节点和一个 Source 节点",flowIntegrityError:"无法保存,Flow 中需要有至少一个 {missing} 节点",isolatedNodeError:"Flow 中有未连接的节点,请先连接或将其删除|Flow 中有未连接的节点,请先连接或将其删除",multipleFlowError:"每次仅允许创建一个 Flow",multipleFallbackWrong:"Flow 暂不支持编辑多层级备选动作",incorrectInputOutputConnection:"请确认所有 Source 节点均正确连接到同一数据处理节点",incorrectOutputNodeConnection:"请确认所有 Sink 节点均由同一数据处理节点输出",incorrectDefaultNodeConnection:"请确认所有数据处理节点均按照顺序首尾相连",input:"输入",systemPromptDesc:"系统消息,用于引导 AI 模型生成符合预期的输出。例:将输入的 JSON 数据中,值为数字的 value 相加起来,并输出,只需返回输出结果。",model:"模型",maxTokens:"最大令牌数",anthropicVersion:"Anthropic 版本",apiKey:"API 密钥",baseURL:"基础 URL",geminiBaseUrlTips:"当前 Gemini 通过兼容 OpenAI 的接口来与之通信,请输入兼容 OpenAI 的基础 URL。",aiOutputAlias:"输出结果别名",aiOutputAliasDesc:"输出结果别名,用户在动作或后续处理中引用输出结果。",aliasDesc:"别名如包含除字母、数字和下划线以外的字符,或以数字开头,或为 SQL 关键字时,请为别名加上双引号。",connectTimeout:"连接超时",recvTimeout:"接收数据超时时间",checkoutTimeout:"连接池超时时间",maxConn:"最大连接数",maxConnectionsDesc:"最大并发连接数",checkoutTimeoutDesc:"从连接池中为请求 AI 服务的请求分配的超时时间。",confirm:"确认",baseURLDesc:"默认值为 {url},您也可以输入其他兼容 {name} API 格式的模型基础 URL。"},x={guideSourceNodeLabel:"Source",guideSourceNodeDesc:"Drag in multiple nodes to select message and event inputs",guideProcessingNodeLabel:"Processing (optional)",guideProcessingNodeDesc:"Drag nodes to transform and filter data",guideSinkNodeLabel:"Sink",guideSinkNodeDesc:"Drag in multiple nodes to output data to external integrations",guideFallbackNodeLabel:"Fallback (optional)",guideFallbackNodeDesc:"Drag nodes as fallback actions",actionAvailable:"Available",actionUnavailable:"Unavailable",connecting:"Connecting",inconsistent:"Inconsistent for nodes in the cluster",disconnected:"Disconnected",message:"Message",event:"Event",dataProcessing:"Data Processing",filter:"Filter",consoleOutput:"Console Output",republish:"Republish",condition:"condition | conditions",systemPrompt:"System Message",consoleFallbackWrong:"Console cannot be used as a fallback action",incorrectConnection:"Incorrect connection",filterFunctionsWrongOrder:"Function nodes must be placed before filter nodes. Please adjust node positions.",flowEmptyError:"Unable to save, there must be at least one Sink node and one Source node in the Flow",flowIntegrityError:"Unable to save, at least one {missing} node is required in the Flow",isolatedNodeError:"There are unconnected node in the flow. Please connect or delete them.|There are unconnected nodes in the flow. Please connect or delete them.",multipleFlowError:"Only one flow can be created at a time",multipleFallbackWrong:"Flow does not support editing multi-level fallback actions",incorrectInputOutputConnection:"Please confirm that all source nodes are correctly connected to the same data processing node",incorrectOutputNodeConnection:"Please confirm that all sink nodes are output from the same data processing node",incorrectDefaultNodeConnection:"Please confirm that all data processing nodes are connected in sequence from start to end",input:"Input",systemPromptDesc:"System message, used to guide AI models to generate outputs that meet expectations. Example: Add up the values of numeric keys in the input JSON data and output the result, only return the output result.",model:"Model",maxTokens:"Max Tokens",anthropicVersion:"Anthropic Version",apiKey:"API Key",baseURL:"Base URL",geminiBaseUrlTips:"This Gemini connection uses an OpenAI-compatible API. Please enter a compatible Base URL.",aiOutputAlias:"Output Result Alias",aiOutputAliasDesc:"Output result alias, used to reference output results in actions or subsequent processing.",aliasDesc:"If the alias contains characters other than letters, numbers, and underscores, or starts with a number, or is a SQL keyword, please add double quotes to the alias.",connectTimeout:"Connect Timeout",recvTimeout:"Receive Timeout",checkoutTimeout:"Checkout Timeout",maxConn:"Max Connections",maxConnectionsDesc:"Maximum number of simultaneous connections to the AI provider.",checkoutTimeoutDesc:"Timeout for the checkout from connection pool for a request to the AI provider.",confirm:"Confirm",baseURLDesc:"The default value is {url}, or you can use any base URL that works with the {name} API format."},A={guideSourceNodeLabel:"ソース",guideSourceNodeDesc:"複数のノードをドラッグしてメッセージとイベント入力を選択",guideProcessingNodeLabel:"処理(任意)",guideProcessingNodeDesc:"ノードをドラッグしてデータを変換・フィルター",guideSinkNodeLabel:"シンク",guideSinkNodeDesc:"複数のノードをドラッグして外部連携にデータを出力",guideFallbackNodeLabel:"フォールバック(任意)",guideFallbackNodeDesc:"ノードをドラッグしてフォールバックアクションとして設定します",actionAvailable:"利用可能",actionUnavailable:"利用不可",connecting:"接続中",inconsistent:"クラスタ内のノードで不一致",disconnected:"切断",message:"メッセージ",event:"イベント",dataProcessing:"データ処理",filter:"フィルター",consoleOutput:"Console Output",republish:"再パブリッシュ(Republish)",condition:"条件",systemPrompt:"システムメッセージ",consoleFallbackWrong:"Console cannot be used as a fallback action",incorrectConnection:"不正な接続",filterFunctionsWrongOrder:"関数ノードはフィルターノードより前に配置する必要があります。ノードの位置を調整してください。",flowEmptyError:"保存できません。フローには少なくとも1つのシンクノードと1つのソースノードが必要です。",flowIntegrityError:"保存できません。フローには少なくとも 1 つの{missing}ノードが必要です。",isolatedNodeError:"フローに未接続のノードがあります。接続するか削除してください。",multipleFlowError:"一度に作成できるフローは1つだけです。",multipleFallbackWrong:"フローは多段階のフォールバックアクションの編集をサポートしていません",incorrectInputOutputConnection:"すべてのソースノードが同じデータ処理ノードに正しく接続されていることを確認してください",incorrectOutputNodeConnection:"すべてのシンクノードが同じデータ処理ノードから出力されていることを確認してください",incorrectDefaultNodeConnection:"すべてのデータ処理ノードが開始から終了まで順に接続されていることを確認してください",input:"入力",systemPromptDesc:"システムメッセージ。AI モデルに期待どおりの出力を生成させるために使用します。例:入力 JSON データの数値キーの値を合計し、その結果のみを返す。",model:"モデル",maxTokens:"最大トークン数",anthropicVersion:"Anthropic バージョン",apiKey:"API キー",baseURL:"ベース URL",geminiBaseUrlTips:"This Gemini connection uses an OpenAI-compatible API. Please enter a compatible Base URL.",aiOutputAlias:"出力結果のエイリアス",aiOutputAliasDesc:"出力結果のエイリアス。アクションや後続処理で出力結果を参照するために使用します",aliasDesc:"エイリアスに英数字とアンダースコア以外の文字が含まれる場合、数字で始まる場合、または SQL キーワードの場合は、エイリアスを二重引用符で囲んでください",connectTimeout:"Connect Timeout",recvTimeout:"Receive Timeout",checkoutTimeout:"Checkout Timeout",maxConn:"Max Connections",maxConnectionsDesc:"Maximum number of simultaneous connections to the AI provider.",checkoutTimeoutDesc:"Timeout for the checkout from connection pool for a request to the AI provider.",confirm:"確認",baseURLDesc:"デフォルト値は {url} です。{name} API 形式と互換性のある任意のベース URL を使用することもできます。"};e.SQLTemplates=t,e.authHelpCodeMap=i,e.enActionsLabel=a,e.enAiLog=S,e.enCommon=h,e.enConnectorsLabel=r,e.enFlow=x,e.enIntegrationDesc=d,e.enRuleFunction=b,e.enRuleSQL=v,e.enStreaming=m,e.enSymbolLabel=n,e.jaCommon=f,e.jaFlow=A,e.jaRuleFunction=y,e.jaRuleSQL=T,e.jaStreaming=p,e.zhActionsLabel=o,e.zhAiLog=w,e.zhCommon=_,e.zhConnectorsLabel=s,e.zhFlow=P,e.zhIntegrationDesc=l,e.zhRuleFunction=g,e.zhRuleSQL=k,e.zhStreaming=u,e.zhSymbolLabel=c,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -60,4 +60,5 @@ export declare const jaRuleFunction: {
60
60
  unusedField: string;
61
61
  aliasRequired: string;
62
62
  aliasFormatError: string;
63
+ DecodedSparkplugBMessage: string;
63
64
  };
@@ -60,4 +60,5 @@ export declare const zhRuleFunction: {
60
60
  unusedField: string;
61
61
  aliasRequired: string;
62
62
  aliasFormatError: string;
63
+ DecodedSparkplugBMessage: string;
63
64
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emqx/shared-ui-i18n",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "homepage": "https://emqx.io",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {