@emqx/shared-ui-i18n 0.0.46 → 0.0.48

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.
@@ -3,4 +3,7 @@ export declare const enCommon: {
3
3
  topic: string;
4
4
  username: string;
5
5
  password: string;
6
+ cancel: string;
7
+ back: string;
8
+ generate: string;
6
9
  };
@@ -0,0 +1,58 @@
1
+ export declare const enRuleFunction: {
2
+ mathFunc: string;
3
+ dataTypeJudgmentFunc: string;
4
+ dataTypeConversionFunc: string;
5
+ stringFunc: string;
6
+ mapFunc: string;
7
+ arrFunc: string;
8
+ hashFunc: string;
9
+ compressesAndUncompressesFunc: string;
10
+ bitFunc: string;
11
+ decodingAndEncodingFunc: string;
12
+ timeAndDateFunc: string;
13
+ schemaRegistry: string;
14
+ Value: string;
15
+ Base: string;
16
+ Exponent: string;
17
+ Numer: string;
18
+ Denom: string;
19
+ Precision: string;
20
+ String: string;
21
+ StartPosition: string;
22
+ Separator: string;
23
+ Direction: string;
24
+ String1: string;
25
+ String2: string;
26
+ PreserveCRLF: string;
27
+ TotalLength: string;
28
+ PaddingDirection: string;
29
+ PaddingString: string;
30
+ OldSubStr: string;
31
+ Replacement: string;
32
+ ReplaceCount: string;
33
+ Pattern: string;
34
+ Character: string;
35
+ SubstringToBeFound: string;
36
+ DirectionToFind: string;
37
+ Key: string;
38
+ Map: string;
39
+ DefaultValue: string;
40
+ Index: string;
41
+ Array: string;
42
+ StartIndex: string;
43
+ Length: string;
44
+ UnixTimestamp: string;
45
+ TimeUnit: string;
46
+ RFC3339String: string;
47
+ TimeOffset: string;
48
+ DateFormat: string;
49
+ Timestamp: string;
50
+ BinaryData: string;
51
+ BinaryStartIndex: string;
52
+ DataType: string;
53
+ Signedness: string;
54
+ Endian: string;
55
+ SchemaName: string;
56
+ Data: string;
57
+ Type: string;
58
+ };
@@ -0,0 +1,16 @@
1
+ export declare const enRuleSQL: {
2
+ generateSQLByAIBtn: string;
3
+ generateSQLWithAI: string;
4
+ taskDescPlaceholder: string;
5
+ taskDesc: string;
6
+ relatedTopics: string;
7
+ relatedTopicsDesc: string;
8
+ relatedTopicsPlaceholder: string;
9
+ sqlExampleInput: string;
10
+ sqlExampleInputDesc: string;
11
+ sqlExampleOutput: string;
12
+ sqlExampleOutputDesc: string;
13
+ applySQL: string;
14
+ generatedSQLOutputTitle: string;
15
+ generatedSQLOutputDesc: string;
16
+ };
package/dist/index.d.ts CHANGED
@@ -1,16 +1,22 @@
1
1
  export * from './sqlTemplate';
2
- export * from './enActionsLabel';
3
- export * from './zhActionsLabel';
4
- export * from './enConnectorsLabel';
5
- export * from './zhConnectorsLabel';
2
+ export * from './en/actionsLabel';
3
+ export * from './zh/actionsLabel';
4
+ export * from './en/connectorsLabel';
5
+ export * from './zh/connectorsLabel';
6
6
  export * from './authHelpCodeMap';
7
- export * from './enSymbolLabel';
8
- export * from './zhSymbolLabel';
9
- export * from './zhIntegrationDesc';
10
- export * from './enIntegrationDesc';
11
- export * from './enStreaming';
12
- export * from './zhStreaming';
13
- export * from './jaStreaming';
14
- export * from './enCommon';
15
- export * from './zhCommon';
16
- export * from './jaCommon';
7
+ export * from './en/symbolLabel';
8
+ export * from './zh/symbolLabel';
9
+ export * from './zh/integrationDesc';
10
+ export * from './en/integrationDesc';
11
+ export * from './en/streaming';
12
+ export * from './zh/streaming';
13
+ export * from './ja/streaming';
14
+ export * from './en/common';
15
+ export * from './zh/common';
16
+ export * from './ja/common';
17
+ export * from './en/ruleFunction';
18
+ export * from './zh/ruleFunction';
19
+ export * from './ja/ruleFunction';
20
+ export * from './en/ruleSQL';
21
+ export * from './zh/ruleSQL';
22
+ export * from './ja/ruleSQL';
package/dist/index.js CHANGED
@@ -2370,17 +2370,245 @@ Default: 1, i.e., the primary shard.`,
2370
2370
  access: "Permission",
2371
2371
  topic: "Topic",
2372
2372
  username: "Username",
2373
- password: "Password"
2373
+ password: "Password",
2374
+ cancel: "Cancel",
2375
+ back: "Back",
2376
+ generate: "Generate"
2374
2377
  }, h = {
2375
2378
  access: "是否允许",
2376
2379
  topic: "主题",
2377
2380
  username: "用户名",
2378
- password: "密码"
2381
+ password: "密码",
2382
+ cancel: "取消",
2383
+ back: "返回",
2384
+ generate: "生成"
2379
2385
  }, _ = {
2380
2386
  access: "許可/拒否",
2381
2387
  topic: "トピック",
2382
2388
  username: "ユーザー名",
2383
- password: "パスワード"
2389
+ password: "パスワード",
2390
+ cancel: "キャンセル",
2391
+ back: "戻り",
2392
+ generate: "生成"
2393
+ }, f = {
2394
+ mathFunc: "Mathematical Functions",
2395
+ dataTypeJudgmentFunc: "Data Type Judgment Functions",
2396
+ dataTypeConversionFunc: "Data Type Conversion Functions",
2397
+ stringFunc: "String Functions",
2398
+ mapFunc: "Map Functions",
2399
+ arrFunc: "Array Functions",
2400
+ hashFunc: "Hash Functions",
2401
+ compressesAndUncompressesFunc: "Compression and Decompression Functions",
2402
+ bitFunc: "Bit Functions",
2403
+ decodingAndEncodingFunc: "Decoding and Encoding Functions",
2404
+ timeAndDateFunc: "Time and Date Functions",
2405
+ schemaRegistry: "Schema Registry",
2406
+ /* PARAMS */
2407
+ Value: "Value",
2408
+ Base: "Base",
2409
+ Exponent: "Exponent",
2410
+ Numer: "Numer",
2411
+ Denom: "Denom",
2412
+ Precision: "Precision",
2413
+ String: "String",
2414
+ StartPosition: "Start Position",
2415
+ Separator: "Separator",
2416
+ Direction: "Direction",
2417
+ String1: "String1",
2418
+ String2: "String2",
2419
+ PreserveCRLF: "Preserve CRLF",
2420
+ TotalLength: "Total Length",
2421
+ PaddingDirection: "Padding Direction",
2422
+ PaddingString: "Padding String",
2423
+ OldSubStr: "Old Sub Str",
2424
+ Replacement: "Replacement",
2425
+ ReplaceCount: "Replace Count",
2426
+ Pattern: "Pattern",
2427
+ Character: "Character",
2428
+ SubstringToBeFound: "Substring To Be Found",
2429
+ DirectionToFind: "Direction To Find",
2430
+ Key: "Key",
2431
+ Map: "Map",
2432
+ DefaultValue: "Default Value",
2433
+ Index: "Index",
2434
+ Array: "Array",
2435
+ StartIndex: "Start Index",
2436
+ Length: "Length",
2437
+ UnixTimestamp: "Unix Timestamp",
2438
+ TimeUnit: "Time Unit",
2439
+ RFC3339String: "RFC3339 Time String",
2440
+ TimeOffset: "Time Offset",
2441
+ DateFormat: "Date Format",
2442
+ Timestamp: "Timestamp",
2443
+ BinaryData: "Binary Data",
2444
+ BinaryStartIndex: "Start Index",
2445
+ DataType: "Data Type",
2446
+ Signedness: "Signedness",
2447
+ Endian: "Endian",
2448
+ SchemaName: "Schema",
2449
+ Data: "Data",
2450
+ Type: "Message Type"
2451
+ }, b = {
2452
+ mathFunc: "数学函数",
2453
+ dataTypeJudgmentFunc: "数据类型判断函数",
2454
+ dataTypeConversionFunc: "数据类型转换函数",
2455
+ stringFunc: "字符串函数",
2456
+ mapFunc: "Map 函数",
2457
+ arrFunc: "数组函数",
2458
+ hashFunc: "哈希函数",
2459
+ compressesAndUncompressesFunc: "压缩解压缩函数",
2460
+ bitFunc: "比特操作函数",
2461
+ decodingAndEncodingFunc: "编解码函数",
2462
+ timeAndDateFunc: "时间与日期函数",
2463
+ schemaRegistry: "编解码",
2464
+ /* PARAMS */
2465
+ Value: "值",
2466
+ Base: "基数",
2467
+ Exponent: "指数",
2468
+ Numer: "分子",
2469
+ Denom: "分母",
2470
+ Precision: "精度",
2471
+ String: "字符串",
2472
+ StartPosition: "起始位置",
2473
+ Separator: "分割符",
2474
+ Direction: "方向",
2475
+ String1: "左字符串",
2476
+ String2: "右字符串",
2477
+ PreserveCRLF: "是否保留换行符",
2478
+ TotalLength: "字符总长度",
2479
+ PaddingDirection: "补足方向",
2480
+ PaddingString: "补足字符",
2481
+ OldSubStr: "需要替换的字符串",
2482
+ Replacement: "替换值",
2483
+ ReplaceCount: "替换位置",
2484
+ Pattern: "正则表达式",
2485
+ Character: "字符",
2486
+ SubstringToBeFound: "要查找的子串",
2487
+ DirectionToFind: "查找方向",
2488
+ Key: "键",
2489
+ Map: "Map",
2490
+ DefaultValue: "默认值",
2491
+ Index: "索引",
2492
+ Array: "数组",
2493
+ StartIndex: "起始索引",
2494
+ Length: "截取长度",
2495
+ UnixTimestamp: "Unix 时间戳",
2496
+ TimeUnit: "时间单位",
2497
+ RFC3339String: "RFC 3339 时间字符串",
2498
+ TimeOffset: "时区偏移",
2499
+ DateFormat: "日期格式",
2500
+ Timestamp: "时间戳",
2501
+ BinaryData: "二进制数据",
2502
+ BinaryStartIndex: "起始位置的下标",
2503
+ DataType: "数据类型",
2504
+ Signedness: "符号性",
2505
+ Endian: "字节序",
2506
+ SchemaName: "Schema",
2507
+ Data: "数据",
2508
+ Type: "消息类型"
2509
+ }, g = {
2510
+ mathFunc: "数学関数",
2511
+ dataTypeJudgmentFunc: "データ型判定関数",
2512
+ dataTypeConversionFunc: "データ型変換関数",
2513
+ stringFunc: "文字列関数",
2514
+ mapFunc: "マップ関数",
2515
+ arrFunc: "配列関数",
2516
+ hashFunc: "ハッシュ関数",
2517
+ compressesAndUncompressesFunc: "圧縮・展開関数",
2518
+ bitFunc: "ビット関数",
2519
+ decodingAndEncodingFunc: "デコード・エンコード関数",
2520
+ timeAndDateFunc: "日時関数",
2521
+ schemaRegistry: "スキーマレジストリ",
2522
+ /* PARAMS */
2523
+ Value: "値",
2524
+ Base: "基数",
2525
+ Exponent: "指数",
2526
+ Numer: "分子",
2527
+ Denom: "分母",
2528
+ Precision: "精度",
2529
+ String: "文字列",
2530
+ StartPosition: "開始位置",
2531
+ Separator: "区切り文字",
2532
+ Direction: "方向",
2533
+ String1: "文字列 1",
2534
+ String2: "文字列 2",
2535
+ PreserveCRLF: "改行保持(CRLF)",
2536
+ TotalLength: "全体の長さ",
2537
+ PaddingDirection: "パディング方向",
2538
+ PaddingString: "パディング文字",
2539
+ OldSubStr: "元の部分文字列",
2540
+ Replacement: "置換後の文字列",
2541
+ ReplaceCount: "置換回数",
2542
+ Pattern: "パターン",
2543
+ Character: "文字",
2544
+ SubstringToBeFound: "検索対象の部分文字列",
2545
+ DirectionToFind: "検索方向",
2546
+ Key: "キー",
2547
+ Map: "マップ",
2548
+ DefaultValue: "デフォルト値",
2549
+ Index: "インデックス",
2550
+ Array: "配列",
2551
+ StartIndex: "開始インデックス",
2552
+ Length: "長さ",
2553
+ UnixTimestamp: "Unix タイムスタンプ",
2554
+ TimeUnit: "時間単位",
2555
+ RFC3339String: "RFC3339 形式の時間文字列",
2556
+ TimeOffset: "時間オフセット",
2557
+ DateFormat: "日付形式",
2558
+ Timestamp: "タイムスタンプ",
2559
+ BinaryData: "バイナリデータ",
2560
+ BinaryStartIndex: "開始インデックス",
2561
+ DataType: "データ型",
2562
+ Signedness: "符号の有無",
2563
+ Endian: "エンディアン",
2564
+ SchemaName: "スキーマ",
2565
+ Data: "データ",
2566
+ Type: "メッセージタイプ"
2567
+ }, y = {
2568
+ generateSQLByAIBtn: "SQL Generator",
2569
+ generateSQLWithAI: "Generate SQL with AI",
2570
+ taskDescPlaceholder: 'Enter a natural language task description, e.g., "Select all fields from t/#"',
2571
+ taskDesc: "Task Description",
2572
+ relatedTopics: "Related Topics",
2573
+ relatedTopicsDesc: 'Supports a single topic, or multiple topics (comma-separated, with +/# support), e.g., "t/a" or "t/a, t/b/#, t/c/+/d"',
2574
+ relatedTopicsPlaceholder: 'Please enter related topics, e.g., "t/a" or "t/a, t/b/#, t/c/+/d"',
2575
+ sqlExampleInput: "Input Example (JSON)",
2576
+ sqlExampleInputDesc: "Provide an example JSON for the input message",
2577
+ sqlExampleOutput: "Output Example (JSON)",
2578
+ sqlExampleOutputDesc: "Provide an example JSON for the output result",
2579
+ applySQL: "Apply SQL",
2580
+ generatedSQLOutputTitle: "Generated SQL",
2581
+ generatedSQLOutputDesc: "Please review the AI-generated SQL. You can apply it directly, or return to modify the description and regenerate."
2582
+ }, v = {
2583
+ generateSQLByAIBtn: "SQL 生成器",
2584
+ generateSQLWithAI: "使用 AI 生成 SQL",
2585
+ taskDescPlaceholder: '请输入自然语言的任务描述,例如:"从 t/# 主题选择所有字段"',
2586
+ taskDesc: "任务描述",
2587
+ relatedTopics: "相关主题",
2588
+ relatedTopicsDesc: '支持单个主题,或多个主题(请使用逗号分隔,支持 +/#),例如:"t/a" 或 "t/a, t/b/#, t/c/+/d"',
2589
+ relatedTopicsPlaceholder: '请输入相关主题,例如:"t/a" 或 "t/a, t/b/#, t/c/+/d"',
2590
+ sqlExampleInput: "输入示例(JSON)",
2591
+ sqlExampleInputDesc: "提供一个输入消息的 JSON 示例",
2592
+ sqlExampleOutput: "输出示例(JSON)",
2593
+ sqlExampleOutputDesc: "提供一个输出结果的 JSON 示例",
2594
+ applySQL: "应用 SQL",
2595
+ generatedSQLOutputTitle: "生成的 SQL",
2596
+ generatedSQLOutputDesc: "请检查 AI 生成的 SQL。可直接应用,或返回修改描述并重新生成。"
2597
+ }, k = {
2598
+ generateSQLByAIBtn: "SQL ジェネレーター",
2599
+ generateSQLWithAI: "AI で SQL を生成",
2600
+ taskDescPlaceholder: "自然言語でタスク説明を入力してください。例:「t/# からすべてのフィールドを選択」",
2601
+ taskDesc: "タスク説明",
2602
+ relatedTopics: "関連トピック",
2603
+ relatedTopicsDesc: "単一トピックまたは複数トピック(カンマ区切り、+/# をサポート)を指定できます。例:「t/a」または「t/a, t/b/#, t/c/+/d」",
2604
+ relatedTopicsPlaceholder: "関連トピックを入力してください。例:「t/a」または「t/a, t/b/#, t/c/+/d」",
2605
+ sqlExampleInput: "入力例(JSON)",
2606
+ sqlExampleInputDesc: "入力メッセージのサンプル JSON を指定してください",
2607
+ sqlExampleOutput: "出力例(JSON)",
2608
+ sqlExampleOutputDesc: "出力結果のサンプル JSON を指定してください",
2609
+ applySQL: "SQL を適用",
2610
+ generatedSQLOutputTitle: "生成された SQL",
2611
+ generatedSQLOutputDesc: "AI が生成した SQL を確認してください。直接適用することも、説明を修正して再生成することもできます。"
2384
2612
  };
2385
2613
  export {
2386
2614
  e as SQLTemplates,
@@ -2389,14 +2617,20 @@ export {
2389
2617
  p as enCommon,
2390
2618
  o as enConnectorsLabel,
2391
2619
  l as enIntegrationDesc,
2620
+ f as enRuleFunction,
2621
+ y as enRuleSQL,
2392
2622
  d as enStreaming,
2393
2623
  i as enSymbolLabel,
2394
2624
  _ as jaCommon,
2625
+ g as jaRuleFunction,
2626
+ k as jaRuleSQL,
2395
2627
  u as jaStreaming,
2396
2628
  a as zhActionsLabel,
2397
2629
  h as zhCommon,
2398
2630
  r as zhConnectorsLabel,
2399
2631
  c as zhIntegrationDesc,
2632
+ b as zhRuleFunction,
2633
+ v as zhRuleSQL,
2400
2634
  m as zhStreaming,
2401
2635
  n as zhSymbolLabel
2402
2636
  };
@@ -130,5 +130,5 @@ Set to "all" or any positive integer, up to the total number of shards in the in
130
130
  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.",container:"Azure Blob Storage container name."},snowflake:{private_key:`The private key configured for the Pipe User. This supports the input formats below:
131
131
  - Plain key: Enter the private key contents in PEM format directly as a string value.
132
132
  - File Path: Specify the path to a file that contains the private key. Ensure the path starts with <code>file://</code>. The file path must be the same on all nodes in the cluster.`,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.",pipe_user:"A username which has a role with permissions over the Pipe to be used. The minimum permissions are `operate` and `monitor`.",proxy:"Proxy configuration. Only HTTP proxies are currently supported (no HTTPS).",private_key_path:"Full file path to the private key to be used for the ODBC connection. This path must be the same on all nodes of the cluster.",private_key_password:"Password to decrypt the private key. Do not set this value if the private key is not encrypted."},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.
133
- 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:"消息流出速率"}},h={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.
134
- 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"}},p={access:"Permission",topic:"Topic",username:"Username",password:"Password"},_={access:"是否允许",topic:"主题",username:"用户名",password:"密码"},f={access:"許可/拒否",topic:"トピック",username:"ユーザー名",password:"パスワード"};e.SQLTemplates=t,e.authHelpCodeMap=i,e.enActionsLabel=a,e.enCommon=p,e.enConnectorsLabel=r,e.enIntegrationDesc=d,e.enStreaming=m,e.enSymbolLabel=n,e.jaCommon=f,e.jaStreaming=h,e.zhActionsLabel=o,e.zhCommon=_,e.zhConnectorsLabel=s,e.zhIntegrationDesc=l,e.zhStreaming=u,e.zhSymbolLabel=c,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
133
+ 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.
134
+ 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"},_={access:"是否允许",topic:"主题",username:"用户名",password:"密码",cancel:"取消",back:"返回",generate:"生成"},f={access:"許可/拒否",topic:"トピック",username:"ユーザー名",password:"パスワード",cancel:"キャンセル",back:"戻り",generate:"生成"},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"},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:"消息类型"},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:"メッセージタイプ"},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 を確認してください。直接適用することも、説明を修正して再生成することもできます。"};e.SQLTemplates=t,e.authHelpCodeMap=i,e.enActionsLabel=a,e.enCommon=h,e.enConnectorsLabel=r,e.enIntegrationDesc=d,e.enRuleFunction=b,e.enRuleSQL=v,e.enStreaming=m,e.enSymbolLabel=n,e.jaCommon=f,e.jaRuleFunction=y,e.jaRuleSQL=T,e.jaStreaming=p,e.zhActionsLabel=o,e.zhCommon=_,e.zhConnectorsLabel=s,e.zhIntegrationDesc=l,e.zhRuleFunction=g,e.zhRuleSQL=k,e.zhStreaming=u,e.zhSymbolLabel=c,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -3,4 +3,7 @@ export declare const jaCommon: {
3
3
  topic: string;
4
4
  username: string;
5
5
  password: string;
6
+ cancel: string;
7
+ back: string;
8
+ generate: string;
6
9
  };
@@ -0,0 +1,58 @@
1
+ export declare const jaRuleFunction: {
2
+ mathFunc: string;
3
+ dataTypeJudgmentFunc: string;
4
+ dataTypeConversionFunc: string;
5
+ stringFunc: string;
6
+ mapFunc: string;
7
+ arrFunc: string;
8
+ hashFunc: string;
9
+ compressesAndUncompressesFunc: string;
10
+ bitFunc: string;
11
+ decodingAndEncodingFunc: string;
12
+ timeAndDateFunc: string;
13
+ schemaRegistry: string;
14
+ Value: string;
15
+ Base: string;
16
+ Exponent: string;
17
+ Numer: string;
18
+ Denom: string;
19
+ Precision: string;
20
+ String: string;
21
+ StartPosition: string;
22
+ Separator: string;
23
+ Direction: string;
24
+ String1: string;
25
+ String2: string;
26
+ PreserveCRLF: string;
27
+ TotalLength: string;
28
+ PaddingDirection: string;
29
+ PaddingString: string;
30
+ OldSubStr: string;
31
+ Replacement: string;
32
+ ReplaceCount: string;
33
+ Pattern: string;
34
+ Character: string;
35
+ SubstringToBeFound: string;
36
+ DirectionToFind: string;
37
+ Key: string;
38
+ Map: string;
39
+ DefaultValue: string;
40
+ Index: string;
41
+ Array: string;
42
+ StartIndex: string;
43
+ Length: string;
44
+ UnixTimestamp: string;
45
+ TimeUnit: string;
46
+ RFC3339String: string;
47
+ TimeOffset: string;
48
+ DateFormat: string;
49
+ Timestamp: string;
50
+ BinaryData: string;
51
+ BinaryStartIndex: string;
52
+ DataType: string;
53
+ Signedness: string;
54
+ Endian: string;
55
+ SchemaName: string;
56
+ Data: string;
57
+ Type: string;
58
+ };
@@ -0,0 +1,16 @@
1
+ export declare const jaRuleSQL: {
2
+ generateSQLByAIBtn: string;
3
+ generateSQLWithAI: string;
4
+ taskDescPlaceholder: string;
5
+ taskDesc: string;
6
+ relatedTopics: string;
7
+ relatedTopicsDesc: string;
8
+ relatedTopicsPlaceholder: string;
9
+ sqlExampleInput: string;
10
+ sqlExampleInputDesc: string;
11
+ sqlExampleOutput: string;
12
+ sqlExampleOutputDesc: string;
13
+ applySQL: string;
14
+ generatedSQLOutputTitle: string;
15
+ generatedSQLOutputDesc: string;
16
+ };
@@ -3,4 +3,7 @@ export declare const zhCommon: {
3
3
  topic: string;
4
4
  username: string;
5
5
  password: string;
6
+ cancel: string;
7
+ back: string;
8
+ generate: string;
6
9
  };
@@ -0,0 +1,58 @@
1
+ export declare const zhRuleFunction: {
2
+ mathFunc: string;
3
+ dataTypeJudgmentFunc: string;
4
+ dataTypeConversionFunc: string;
5
+ stringFunc: string;
6
+ mapFunc: string;
7
+ arrFunc: string;
8
+ hashFunc: string;
9
+ compressesAndUncompressesFunc: string;
10
+ bitFunc: string;
11
+ decodingAndEncodingFunc: string;
12
+ timeAndDateFunc: string;
13
+ schemaRegistry: string;
14
+ Value: string;
15
+ Base: string;
16
+ Exponent: string;
17
+ Numer: string;
18
+ Denom: string;
19
+ Precision: string;
20
+ String: string;
21
+ StartPosition: string;
22
+ Separator: string;
23
+ Direction: string;
24
+ String1: string;
25
+ String2: string;
26
+ PreserveCRLF: string;
27
+ TotalLength: string;
28
+ PaddingDirection: string;
29
+ PaddingString: string;
30
+ OldSubStr: string;
31
+ Replacement: string;
32
+ ReplaceCount: string;
33
+ Pattern: string;
34
+ Character: string;
35
+ SubstringToBeFound: string;
36
+ DirectionToFind: string;
37
+ Key: string;
38
+ Map: string;
39
+ DefaultValue: string;
40
+ Index: string;
41
+ Array: string;
42
+ StartIndex: string;
43
+ Length: string;
44
+ UnixTimestamp: string;
45
+ TimeUnit: string;
46
+ RFC3339String: string;
47
+ TimeOffset: string;
48
+ DateFormat: string;
49
+ Timestamp: string;
50
+ BinaryData: string;
51
+ BinaryStartIndex: string;
52
+ DataType: string;
53
+ Signedness: string;
54
+ Endian: string;
55
+ SchemaName: string;
56
+ Data: string;
57
+ Type: string;
58
+ };
@@ -0,0 +1,16 @@
1
+ export declare const zhRuleSQL: {
2
+ generateSQLByAIBtn: string;
3
+ generateSQLWithAI: string;
4
+ taskDescPlaceholder: string;
5
+ taskDesc: string;
6
+ relatedTopics: string;
7
+ relatedTopicsDesc: string;
8
+ relatedTopicsPlaceholder: string;
9
+ sqlExampleInput: string;
10
+ sqlExampleInputDesc: string;
11
+ sqlExampleOutput: string;
12
+ sqlExampleOutputDesc: string;
13
+ applySQL: string;
14
+ generatedSQLOutputTitle: string;
15
+ generatedSQLOutputDesc: string;
16
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emqx/shared-ui-i18n",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
4
4
  "homepage": "https://emqx.io",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
File without changes
File without changes
File without changes