@c8y/ngx-components 1024.15.16 → 1024.16.6

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.
Files changed (78) hide show
  1. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs +303 -63
  2. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs.map +1 -1
  3. package/fesm2022/c8y-ngx-components-ai-agents-html.mjs +9 -0
  4. package/fesm2022/c8y-ngx-components-ai-agents-html.mjs.map +1 -1
  5. package/fesm2022/c8y-ngx-components-ai-agents-scada.mjs +4 -0
  6. package/fesm2022/c8y-ngx-components-ai-agents-scada.mjs.map +1 -1
  7. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs +394 -52
  8. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs.map +1 -1
  9. package/fesm2022/c8y-ngx-components-ai.mjs +329 -19
  10. package/fesm2022/c8y-ngx-components-ai.mjs.map +1 -1
  11. package/fesm2022/c8y-ngx-components-bookmarks.mjs +1 -1
  12. package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
  13. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +5 -1
  14. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  15. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +96 -77
  16. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  17. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +92 -47
  18. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  19. package/fesm2022/c8y-ngx-components-device-profile.mjs +1 -1
  20. package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
  21. package/fesm2022/c8y-ngx-components-echart.mjs +25 -4
  22. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
  24. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +1 -1
  26. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
  27. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +1 -1
  28. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  29. package/fesm2022/c8y-ngx-components-repository-software.mjs +1 -1
  30. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  31. package/fesm2022/c8y-ngx-components-sub-assets.mjs +30 -10
  32. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-time-context.mjs +13 -9
  34. package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
  35. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +1 -1
  36. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  37. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs +3 -2
  38. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs.map +1 -1
  39. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +4 -6
  40. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
  41. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs +3 -2
  42. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs.map +1 -1
  43. package/fesm2022/c8y-ngx-components.mjs +76 -19
  44. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  45. package/locales/de.po +147 -16
  46. package/locales/es.po +143 -11
  47. package/locales/fr.po +459 -324
  48. package/locales/ja_JP.po +143 -11
  49. package/locales/ko.po +143 -11
  50. package/locales/locales.pot +136 -10
  51. package/locales/nl.po +143 -11
  52. package/locales/pl.po +143 -11
  53. package/locales/pt_BR.po +143 -11
  54. package/locales/zh_CN.po +143 -11
  55. package/locales/zh_TW.po +143 -11
  56. package/package.json +1 -1
  57. package/types/c8y-ngx-components-ai-agent-chat.d.ts +111 -4
  58. package/types/c8y-ngx-components-ai-agent-chat.d.ts.map +1 -1
  59. package/types/c8y-ngx-components-ai-agents-html.d.ts.map +1 -1
  60. package/types/c8y-ngx-components-ai-agents-scada.d.ts.map +1 -1
  61. package/types/c8y-ngx-components-ai-ai-chat.d.ts +224 -10
  62. package/types/c8y-ngx-components-ai-ai-chat.d.ts.map +1 -1
  63. package/types/c8y-ngx-components-ai.d.ts +176 -6
  64. package/types/c8y-ngx-components-ai.d.ts.map +1 -1
  65. package/types/c8y-ngx-components-context-dashboard.d.ts.map +1 -1
  66. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +7 -2
  67. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
  68. package/types/c8y-ngx-components-datapoint-selector.d.ts +63 -50
  69. package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
  70. package/types/c8y-ngx-components-echart.d.ts +12 -0
  71. package/types/c8y-ngx-components-echart.d.ts.map +1 -1
  72. package/types/c8y-ngx-components-sub-assets.d.ts +10 -1
  73. package/types/c8y-ngx-components-sub-assets.d.ts.map +1 -1
  74. package/types/c8y-ngx-components-time-context.d.ts +2 -0
  75. package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
  76. package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
  77. package/types/c8y-ngx-components.d.ts +16 -2
  78. package/types/c8y-ngx-components.d.ts.map +1 -1
package/locales/zh_CN.po CHANGED
@@ -1927,6 +1927,12 @@ msgstr "海拔:"
1927
1927
  msgid "Always"
1928
1928
  msgstr "总是"
1929
1929
 
1930
+ msgid "Always approve all tools"
1931
+ msgstr "总是批准全部工具"
1932
+
1933
+ msgid "Always approve this tool"
1934
+ msgstr "总是批准此工具"
1935
+
1930
1936
  msgid "Always collapse navigator on start up"
1931
1937
  msgstr "启动时始终折叠导航器"
1932
1938
 
@@ -2165,6 +2171,15 @@ msgstr "应用"
2165
2171
  msgid "Applying changes…"
2166
2172
  msgstr "正在应用更改…"
2167
2173
 
2174
+ msgid "Approve"
2175
+ msgstr "批准"
2176
+
2177
+ msgid "Approved tool {{toolName}}"
2178
+ msgstr "经批准的工具 {{toolName}}"
2179
+
2180
+ msgid "Approved: {{summary}}"
2181
+ msgstr "已批准: {{summary}}"
2182
+
2168
2183
  msgid "Approximate date, estimated based on the bulk operation settings."
2169
2184
  msgstr "根据批量操作设置估计的近似日期。"
2170
2185
 
@@ -2225,6 +2240,9 @@ msgstr "箭头"
2225
2240
  msgid "Ascending"
2226
2241
  msgstr "升序"
2227
2242
 
2243
+ msgid "Ask before running each tool"
2244
+ msgstr "在运行每个工具之前请先确认"
2245
+
2228
2246
  msgid "Asset"
2229
2247
  msgstr "资产"
2230
2248
 
@@ -2330,9 +2348,6 @@ msgstr "助理消息"
2330
2348
  msgid "Assistant message at {{ time }}"
2331
2349
  msgstr "助理留言于 {{ time }}"
2332
2350
 
2333
- msgid "Assistant said: \"{{ message }}\""
2334
- msgstr "助理说:\"{{ message }}\""
2335
-
2336
2351
  msgid "At least 1 column must be visible."
2337
2352
  msgstr "至少必须显示 1 列。"
2338
2353
 
@@ -2517,6 +2532,15 @@ msgstr "自动 — {{ points }} 每张图表的得分"
2517
2532
  msgid "Auto — {{ points }} points per chart, kept on zoom"
2518
2533
  msgstr "自动 — {{ points }} 每张图表的点数,在Zoom上保留"
2519
2534
 
2535
+ msgid "Auto-approve all tools"
2536
+ msgstr "自动批准全部工具"
2537
+
2538
+ msgid "Auto-approve all tools?"
2539
+ msgstr "自动批准全部工具?"
2540
+
2541
+ msgid "Auto-approve is on. Tool calls run without asking until you turn this off. Tools requiring explicit approval will still ask."
2542
+ msgstr "“自动批准”功能已打开。在您关闭此功能之前,工具调用将无需确认直接运行。必需明确批准的工具仍会提示您确认。"
2543
+
2520
2544
  msgid "Auto`automatic aggregation mode`"
2521
2545
  msgstr "自动"
2522
2546
 
@@ -5881,6 +5905,15 @@ msgstr "已交付"
5881
5905
  msgid "Delivery type"
5882
5906
  msgstr "交付类型"
5883
5907
 
5908
+ msgid "Denied tool {{toolName}}"
5909
+ msgstr "工具被拒绝 {{toolName}}"
5910
+
5911
+ msgid "Denied: {{summary}}"
5912
+ msgstr "被拒绝: {{summary}}"
5913
+
5914
+ msgid "Deny"
5915
+ msgstr "拒绝"
5916
+
5884
5917
  msgid "Dependency failed - key must exist."
5885
5918
  msgstr "依赖关系失败 - 必须存在密钥。"
5886
5919
 
@@ -7656,6 +7689,9 @@ msgstr "图标保存失败。"
7656
7689
  msgid "Failed to save the host key."
7657
7690
  msgstr "保存主机密钥失败。"
7658
7691
 
7692
+ msgid "Failed to save the tool approval mode."
7693
+ msgstr "刀具批准模式无法保存。"
7694
+
7659
7695
  msgid "Failed to save translations"
7660
7696
  msgstr "翻译保存失败"
7661
7697
 
@@ -8379,6 +8415,12 @@ msgstr "对于生产环境,我们推荐您使用我们提供全面支持的基
8379
8415
  msgid "For security reasons, the external authentication server (single sign-on) does not allow for password confirmation. Instead, enter the following code to continue:"
8380
8416
  msgstr "出于安全考虑,外部身份验证服务器(单一登录)不支持密码确认功能。请输入以下验证码继续:"
8381
8417
 
8418
+ msgid "For this conversation only"
8419
+ msgstr "仅限本次对话"
8420
+
8421
+ msgid "For this conversation only, unlike the global auto-approve mode"
8422
+ msgstr "仅限本次对话,与全局自动批准模式不同"
8423
+
8382
8424
  msgid "Forbidden for web browsers"
8383
8425
  msgstr "禁止 Web 浏览器使用"
8384
8426
 
@@ -8544,6 +8586,9 @@ msgstr "使用 AI 生成"
8544
8586
  msgid "Generating report"
8545
8587
  msgstr "正在生成报告"
8546
8588
 
8589
+ msgid "Generating response…"
8590
+ msgstr "正在生成响应…"
8591
+
8547
8592
  msgid "Generic"
8548
8593
  msgstr "通用"
8549
8594
 
@@ -10338,6 +10383,9 @@ msgstr "操作示例列表"
10338
10383
  msgid "List of supported operations"
10339
10384
  msgstr "支持操作的列表"
10340
10385
 
10386
+ msgid "Listening…"
10387
+ msgstr "收听…"
10388
+
10341
10389
  msgid "Little-endian"
10342
10390
  msgstr "小端模式"
10343
10391
 
@@ -10590,6 +10638,12 @@ msgstr "经度"
10590
10638
  msgid "Longitude (°)"
10591
10639
  msgstr "经度 (°)"
10592
10640
 
10641
+ msgid "Look up: {{resource}}"
10642
+ msgstr "查阅: {{resource}}"
10643
+
10644
+ msgid "Look up: {{resource}} with status: {{status}}"
10645
+ msgstr "查询: {{resource}} ,状态为: {{status}}"
10646
+
10593
10647
  msgid "Lowercase letters, numbers and hyphens only"
10594
10648
  msgstr "仅限小写字母、数字和连字符"
10595
10649
 
@@ -10976,6 +11030,9 @@ msgstr "用于量化时间区间本身的指标——该时间区间捕获了多
10976
11030
  msgid "MiB"
10977
11031
  msgstr "MiB"
10978
11032
 
11033
+ msgid "Microphone access is blocked. Allow microphone access to use voice input."
11034
+ msgstr "麦克风访问权限被阻止。请允许麦克风访问权限,以便使用语音输入。"
11035
+
10979
11036
  msgid "Microservice"
10980
11037
  msgstr "微服务"
10981
11038
 
@@ -11118,6 +11175,12 @@ msgstr "每月:日期 {{ monthDay }},{{ hour }}:{{ minutes }}。"
11118
11175
  msgid "More"
11119
11176
  msgstr "更多"
11120
11177
 
11178
+ msgid "More actions"
11179
+ msgstr "更多操作"
11180
+
11181
+ msgid "More approval options"
11182
+ msgstr "更多审批选项"
11183
+
11121
11184
  msgid "More data may be available."
11122
11185
  msgstr "可能有更多数据可用。"
11123
11186
 
@@ -12111,9 +12174,6 @@ msgstr "没有要求的 API 值。"
12111
12174
  msgid "No response to display."
12112
12175
  msgstr "没有可供显示的响应。"
12113
12176
 
12114
- msgid "No response."
12115
- msgstr "没有回应。"
12116
-
12117
12177
  msgid "No responses."
12118
12178
  msgstr "无响应。"
12119
12179
 
@@ -14564,6 +14624,9 @@ msgstr "响应"
14564
14624
  msgid "Response ID"
14565
14625
  msgstr "响应 ID"
14566
14626
 
14627
+ msgid "Response complete"
14628
+ msgstr "响应已完成"
14629
+
14567
14630
  msgid "Response interval"
14568
14631
  msgstr "响应间隔时间"
14569
14632
 
@@ -14747,6 +14810,9 @@ msgstr "运行"
14747
14810
  msgid "Run the connection command"
14748
14811
  msgstr "运行连接命令"
14749
14812
 
14813
+ msgid "Run tools without asking"
14814
+ msgstr "不经提示运行工具"
14815
+
14750
14816
  msgid "S/N"
14751
14817
  msgstr "序列号"
14752
14818
 
@@ -15029,6 +15095,9 @@ msgstr "滚动到左侧"
15029
15095
  msgid "Scroll to the right"
15030
15096
  msgstr "滚动到右侧"
15031
15097
 
15098
+ msgid "Scrollable example content"
15099
+ msgstr "可滚动示例内容"
15100
+
15032
15101
  msgid "Search"
15033
15102
  msgstr "搜索"
15034
15103
 
@@ -16944,6 +17013,9 @@ msgstr "源租户状态"
16944
17013
  msgid "Specify at least one date."
16945
17014
  msgstr "请至少指定一个日期。"
16946
17015
 
17016
+ msgid "Specify at least one value."
17017
+ msgstr "请至少指定一个值。"
17018
+
16947
17019
  msgid "Specify the exact start and end date/time of the time period to analyse. This provides a static view of historical data within the selected timeframe."
16948
17020
  msgstr "请指定要分析的时间段的确切起止日期/时间。这将提供所选时间范围内历史数据的静态视图。"
16949
17021
 
@@ -16997,6 +17069,9 @@ msgstr "开始键入以搜索"
16997
17069
  msgid "Start typing to search, for example, {{ example }}"
16998
17070
  msgstr "开始键入以搜索,例如 {{ example }}"
16999
17071
 
17072
+ msgid "Start voice input"
17073
+ msgstr "开始语音输入"
17074
+
17000
17075
  msgid "Started"
17001
17076
  msgstr "已启动"
17002
17077
 
@@ -17066,6 +17141,9 @@ msgstr "停止位"
17066
17141
  msgid "Stop following this asset."
17067
17142
  msgstr "停止跟踪此资产。"
17068
17143
 
17144
+ msgid "Stop voice input"
17145
+ msgstr "停止语音输入"
17146
+
17069
17147
  msgid "Storage (MB)"
17070
17148
  msgstr "存储 (MB)"
17071
17149
 
@@ -17246,6 +17324,9 @@ msgstr "成功退订 {{ count }} 的订阅者。<br/>退订失败: {{ nonUnsub
17246
17324
  msgid "Suggested"
17247
17325
  msgstr "建议"
17248
17326
 
17327
+ msgid "Suggested prompts"
17328
+ msgstr "建议的提示词"
17329
+
17249
17330
  msgid "Sum"
17250
17331
  msgstr "总和"
17251
17332
 
@@ -18693,12 +18774,30 @@ msgstr "定义的属性太多,最多 {{ schema.maxProperties }}。"
18693
18774
  msgid "Too many requests. Try again later."
18694
18775
  msgstr "请求太多。请稍后重试。"
18695
18776
 
18777
+ msgid "Tool approval actions"
18778
+ msgstr "工具审批操作"
18779
+
18780
+ msgid "Tool approval mode"
18781
+ msgstr "工具审批模式"
18782
+
18783
+ msgid "Tool call: {{toolName}}"
18784
+ msgstr "工具调用: {{toolName}}"
18785
+
18786
+ msgid "Tool calls will run without asking for approval, in this and every future chat, until you turn this off again. Tools requiring explicit approval will still ask."
18787
+ msgstr "在本次及今后的所有聊天中,工具调用将无需征得批准即可运行,直到您再次关闭此功能为止。必需征得批准的工具仍会征得您的同意。"
18788
+
18696
18789
  msgid "Tool input"
18697
18790
  msgstr "工具输入"
18698
18791
 
18699
18792
  msgid "Tool output"
18700
18793
  msgstr "工具输出"
18701
18794
 
18795
+ msgid "Tool request: {{toolName}}"
18796
+ msgstr "工具请求: {{toolName}}"
18797
+
18798
+ msgid "Tool {{toolName}} requires approval"
18799
+ msgstr "工具 {{toolName}} 必需审批"
18800
+
18702
18801
  msgid "Top level nodes"
18703
18802
  msgstr "顶层节点"
18704
18803
 
@@ -19925,6 +20024,9 @@ msgstr "在登录页面上可见"
19925
20024
  msgid "Visualizes traffic light based on the states of a device"
19926
20025
  msgstr "基于设备状态可视化交通信号灯"
19927
20026
 
20027
+ msgid "Voice input failed. Try again."
20028
+ msgstr "语音输入失败。请重试。"
20029
+
19928
20030
  msgid "Voice usage (sec)"
19929
20031
  msgstr "语音使用情况(秒)"
19930
20032
 
@@ -20264,8 +20366,8 @@ msgstr "没有活动警报或警告"
20264
20366
  msgid "With this application you can"
20265
20367
  msgstr "使用此应用程序,可以"
20266
20368
 
20267
- msgid "Working"
20268
- msgstr "… 正在运行"
20369
+ msgid "Working"
20370
+ msgstr "工作"
20269
20371
 
20270
20372
  msgid "Write"
20271
20373
  msgstr "写入"
@@ -20763,9 +20865,6 @@ msgstr "您已达到 {{ maxDevices }} 台设备的限制。无法再注册设备
20763
20865
  msgid "You removed delegation from user \"{{userName}}\"."
20764
20866
  msgstr "您已删除对用户 \"{{userName}}\" 的授权。"
20765
20867
 
20766
- msgid "You said: \"{{ message }}\""
20767
- msgstr "你说:{{ message }}"
20768
-
20769
20868
  msgid "You uploaded a valid SSL certificate for your custom domain"
20770
20869
  msgstr "您已为自定义域上传有效的 SSL 证书"
20771
20870
 
@@ -20903,6 +21002,9 @@ msgstr "晚于 {{date}}"
20903
21002
  msgid "aggregation"
20904
21003
  msgstr "聚合"
20905
21004
 
21005
+ msgid "alarms"
21006
+ msgstr "警报"
21007
+
20906
21008
  msgid "align view height"
20907
21009
  msgstr "对齐视图高度"
20908
21010
 
@@ -20927,6 +21029,9 @@ msgstr "和模板 ID"
20927
21029
  msgid "applicable for LWM2M 1.0"
20928
21030
  msgstr "适用于 LWM2M 1.0"
20929
21031
 
21032
+ msgid "applications"
21033
+ msgstr "应用程序"
21034
+
20930
21035
  msgid "applications [{{applicationsList}}] added"
20931
21036
  msgstr "已添加应用程序 [{{applicationsList}}]"
20932
21037
 
@@ -20939,6 +21044,9 @@ msgstr "已添加应用程序 {{list}}"
20939
21044
  msgid "applications {{list}} removed"
20940
21045
  msgstr "已删除应用程序 {{list}}"
20941
21046
 
21047
+ msgid "assets"
21048
+ msgstr "资产"
21049
+
20942
21050
  msgid "auto refresh"
20943
21051
  msgstr "自动刷新"
20944
21052
 
@@ -21065,6 +21173,9 @@ msgstr "描述"
21065
21173
  msgid "description: \"{{ description | translate }}\""
21066
21174
  msgstr "描述:\"{{ description | translate }}\""
21067
21175
 
21176
+ msgid "device groups"
21177
+ msgstr "设备组"
21178
+
21068
21179
  msgid "device name"
21069
21180
  msgstr "设备名称"
21070
21181
 
@@ -21080,6 +21191,9 @@ msgstr "设备时间"
21080
21191
  msgid "device type"
21081
21192
  msgstr "设备类型"
21082
21193
 
21194
+ msgid "devices"
21195
+ msgstr "设备"
21196
+
21083
21197
  msgid "devices selected"
21084
21198
  msgstr "设备已选择"
21085
21199
 
@@ -21446,12 +21560,18 @@ msgstr "升级"
21446
21560
  msgid "event"
21447
21561
  msgstr "事件"
21448
21562
 
21563
+ msgid "events"
21564
+ msgstr "事件"
21565
+
21449
21566
  msgid "exampleUser"
21450
21567
  msgstr "exampleUser"
21451
21568
 
21452
21569
  msgid "execute operation"
21453
21570
  msgstr "执行操作"
21454
21571
 
21572
+ msgid "external IDs"
21573
+ msgstr "外部 ID"
21574
+
21455
21575
  msgid "failure reason: \"{{ failureReason | translate }}\""
21456
21576
  msgstr "故障原因:\"{{ failureReason | translate }}\""
21457
21577
 
@@ -21572,6 +21692,9 @@ msgstr "已添加库存分配 [{{inventoryAssignment}}]"
21572
21692
  msgid "inventory assignment [{{inventoryAssignment}}] removed"
21573
21693
  msgstr "已删除库存分配 [{{inventoryAssignment}}]"
21574
21694
 
21695
+ msgid "inventory objects"
21696
+ msgstr "库存物品"
21697
+
21575
21698
  msgid "kB"
21576
21699
  msgstr "千字节"
21577
21700
 
@@ -21608,6 +21731,9 @@ msgstr "m"
21608
21731
  msgid "max"
21609
21732
  msgstr "最大值"
21610
21733
 
21734
+ msgid "measurements"
21735
+ msgstr "测量值"
21736
+
21611
21737
  msgid "medium"
21612
21738
  msgstr "中"
21613
21739
 
@@ -21681,6 +21807,9 @@ msgstr "/{{ allItemsCount }} 个项目"
21681
21807
  msgid "oldest`data`"
21682
21808
  msgstr "最旧"
21683
21809
 
21810
+ msgid "operations"
21811
+ msgstr "操作"
21812
+
21684
21813
  msgid "or"
21685
21814
  msgstr "或"
21686
21815
 
@@ -21896,6 +22025,9 @@ msgstr "单位"
21896
22025
  msgid "upload a new asset"
21897
22026
  msgstr "上传新资产"
21898
22027
 
22028
+ msgid "users"
22029
+ msgstr "用户"
22030
+
21899
22031
  msgid "valid`value`"
21900
22032
  msgstr "有效"
21901
22033