@c8y/ngx-components 1021.67.0 → 1021.70.1

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 (156) hide show
  1. package/core/common/bytes.pipe.d.ts +26 -10
  2. package/core/common/bytes.pipe.d.ts.map +1 -1
  3. package/echart/charts.component.d.ts +14 -3
  4. package/echart/charts.component.d.ts.map +1 -1
  5. package/esm2022/core/common/bytes.pipe.mjs +47 -18
  6. package/esm2022/core/data-grid/data-grid.component.mjs +3 -3
  7. package/esm2022/echart/charts.component.mjs +50 -3
  8. package/esm2022/messaging-management/api/model/backlogQuota.mjs +2 -0
  9. package/esm2022/messaging-management/api/model/namespace.mjs +2 -0
  10. package/esm2022/messaging-management/api/model/namespaceDetails.mjs +2 -0
  11. package/esm2022/messaging-management/api/model/namespaceList.mjs +2 -0
  12. package/esm2022/messaging-management/api/model/namespacePolicies.mjs +2 -0
  13. package/esm2022/messaging-management/api/model/namespacePublishers.mjs +2 -0
  14. package/esm2022/messaging-management/api/model/namespaceSubscribers.mjs +2 -0
  15. package/esm2022/messaging-management/api/model/namespaceTopics.mjs +2 -0
  16. package/esm2022/messaging-management/api/model/pageStatistics.mjs +2 -0
  17. package/esm2022/messaging-management/api/model/pageable.mjs +2 -0
  18. package/esm2022/messaging-management/api/model/sortable.mjs +2 -0
  19. package/esm2022/messaging-management/api/model/subscriber.mjs +2 -0
  20. package/esm2022/messaging-management/api/model/subscriberFilters.mjs +2 -0
  21. package/esm2022/messaging-management/api/model/subscriberList.mjs +2 -0
  22. package/esm2022/messaging-management/api/model/subscriberToDelete.mjs +2 -0
  23. package/esm2022/messaging-management/api/model/topic.mjs +2 -0
  24. package/esm2022/messaging-management/api/model/topicDetailFilters.mjs +2 -0
  25. package/esm2022/messaging-management/api/model/topicList.mjs +2 -0
  26. package/esm2022/messaging-management/api/model/topicListFilters.mjs +2 -0
  27. package/esm2022/messaging-management/api/model/topicType.mjs +9 -0
  28. package/esm2022/messaging-management/api/services/messaging-namespaces.service.mjs +83 -0
  29. package/esm2022/messaging-management/api/services/messaging-subscribers.service.mjs +55 -0
  30. package/esm2022/messaging-management/api/services/messaging-topics.service.mjs +48 -0
  31. package/esm2022/messaging-management/c8y-ngx-components-messaging-management.mjs +5 -0
  32. package/esm2022/messaging-management/constants.mjs +4 -0
  33. package/esm2022/messaging-management/index.mjs +2 -0
  34. package/esm2022/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.mjs +43 -0
  35. package/esm2022/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.mjs +36 -0
  36. package/esm2022/messaging-management/messaging/namespace-list/namespace-list.component.mjs +51 -0
  37. package/esm2022/messaging-management/messaging/shared/usage/usage.component.mjs +68 -0
  38. package/esm2022/messaging-management/messaging/topic/topic-list-view.component.mjs +81 -0
  39. package/esm2022/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.mjs +220 -0
  40. package/esm2022/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.mjs +137 -0
  41. package/esm2022/messaging-management/messaging/topic/topics-data-grid.service.mjs +113 -0
  42. package/esm2022/messaging-management/messaging-management.guard.mjs +40 -0
  43. package/esm2022/messaging-management/messaging-management.module.mjs +72 -0
  44. package/esm2022/messaging-management/navigator/messaging-navigator-factory.mjs +55 -0
  45. package/esm2022/messaging-management/navigator/topic-details-tab.factory.mjs +33 -0
  46. package/esm2022/messaging-management/utils/backlog-quota-limit.pipe.mjs +32 -0
  47. package/esm2022/messaging-management/utils/namespace-props.mjs +23 -0
  48. package/esm2022/messaging-management/utils/time-to-live.pipe.mjs +122 -0
  49. package/esm2022/operations/device-selector/device-selector.component.mjs +5 -1
  50. package/esm2022/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.mjs +18 -3
  51. package/fesm2022/c8y-ngx-components-echart.mjs +49 -2
  52. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  53. package/fesm2022/c8y-ngx-components-messaging-management.mjs +1225 -0
  54. package/fesm2022/c8y-ngx-components-messaging-management.mjs.map +1 -0
  55. package/fesm2022/c8y-ngx-components-operations-device-selector.mjs +4 -0
  56. package/fesm2022/c8y-ngx-components-operations-device-selector.mjs.map +1 -1
  57. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +17 -2
  58. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
  59. package/fesm2022/c8y-ngx-components.mjs +49 -22
  60. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  61. package/locales/de.po +272 -5
  62. package/locales/es.po +271 -4
  63. package/locales/fr.po +272 -5
  64. package/locales/ja_JP.po +272 -5
  65. package/locales/ko.po +271 -4
  66. package/locales/locales.pot +240 -0
  67. package/locales/nl.po +271 -4
  68. package/locales/pl.po +271 -4
  69. package/locales/pt_BR.po +272 -5
  70. package/locales/zh_CN.po +271 -4
  71. package/locales/zh_TW.po +272 -5
  72. package/messaging-management/api/model/backlogQuota.d.ts +14 -0
  73. package/messaging-management/api/model/backlogQuota.d.ts.map +1 -0
  74. package/messaging-management/api/model/namespace.d.ts +13 -0
  75. package/messaging-management/api/model/namespace.d.ts.map +1 -0
  76. package/messaging-management/api/model/namespaceDetails.d.ts +8 -0
  77. package/messaging-management/api/model/namespaceDetails.d.ts.map +1 -0
  78. package/messaging-management/api/model/namespaceList.d.ts +5 -0
  79. package/messaging-management/api/model/namespaceList.d.ts.map +1 -0
  80. package/messaging-management/api/model/namespacePolicies.d.ts +10 -0
  81. package/messaging-management/api/model/namespacePolicies.d.ts.map +1 -0
  82. package/messaging-management/api/model/namespacePublishers.d.ts +4 -0
  83. package/messaging-management/api/model/namespacePublishers.d.ts.map +1 -0
  84. package/messaging-management/api/model/namespaceSubscribers.d.ts +4 -0
  85. package/messaging-management/api/model/namespaceSubscribers.d.ts.map +1 -0
  86. package/messaging-management/api/model/namespaceTopics.d.ts +5 -0
  87. package/messaging-management/api/model/namespaceTopics.d.ts.map +1 -0
  88. package/messaging-management/api/model/pageStatistics.d.ts +12 -0
  89. package/messaging-management/api/model/pageStatistics.d.ts.map +1 -0
  90. package/messaging-management/api/model/pageable.d.ts +8 -0
  91. package/messaging-management/api/model/pageable.d.ts.map +1 -0
  92. package/messaging-management/api/model/sortable.d.ts +6 -0
  93. package/messaging-management/api/model/sortable.d.ts.map +1 -0
  94. package/messaging-management/api/model/subscriber.d.ts +28 -0
  95. package/messaging-management/api/model/subscriber.d.ts.map +1 -0
  96. package/messaging-management/api/model/subscriberFilters.d.ts +13 -0
  97. package/messaging-management/api/model/subscriberFilters.d.ts.map +1 -0
  98. package/messaging-management/api/model/subscriberList.d.ts +7 -0
  99. package/messaging-management/api/model/subscriberList.d.ts.map +1 -0
  100. package/messaging-management/api/model/subscriberToDelete.d.ts +12 -0
  101. package/messaging-management/api/model/subscriberToDelete.d.ts.map +1 -0
  102. package/messaging-management/api/model/topic.d.ts +52 -0
  103. package/messaging-management/api/model/topic.d.ts.map +1 -0
  104. package/messaging-management/api/model/topicDetailFilters.d.ts +9 -0
  105. package/messaging-management/api/model/topicDetailFilters.d.ts.map +1 -0
  106. package/messaging-management/api/model/topicList.d.ts +7 -0
  107. package/messaging-management/api/model/topicList.d.ts.map +1 -0
  108. package/messaging-management/api/model/topicListFilters.d.ts +12 -0
  109. package/messaging-management/api/model/topicListFilters.d.ts.map +1 -0
  110. package/messaging-management/api/model/topicType.d.ts +8 -0
  111. package/messaging-management/api/model/topicType.d.ts.map +1 -0
  112. package/messaging-management/api/services/messaging-namespaces.service.d.ts +52 -0
  113. package/messaging-management/api/services/messaging-namespaces.service.d.ts.map +1 -0
  114. package/messaging-management/api/services/messaging-subscribers.service.d.ts +30 -0
  115. package/messaging-management/api/services/messaging-subscribers.service.d.ts.map +1 -0
  116. package/messaging-management/api/services/messaging-topics.service.d.ts +21 -0
  117. package/messaging-management/api/services/messaging-topics.service.d.ts.map +1 -0
  118. package/messaging-management/c8y-ngx-components-messaging-management.d.ts.map +1 -0
  119. package/messaging-management/constants.d.ts +4 -0
  120. package/messaging-management/constants.d.ts.map +1 -0
  121. package/messaging-management/index.d.ts +2 -0
  122. package/messaging-management/index.d.ts.map +1 -0
  123. package/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.d.ts +29 -0
  124. package/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.d.ts.map +1 -0
  125. package/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.d.ts +15 -0
  126. package/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.d.ts.map +1 -0
  127. package/messaging-management/messaging/namespace-list/namespace-list.component.d.ts +17 -0
  128. package/messaging-management/messaging/namespace-list/namespace-list.component.d.ts.map +1 -0
  129. package/messaging-management/messaging/shared/usage/usage.component.d.ts +40 -0
  130. package/messaging-management/messaging/shared/usage/usage.component.d.ts.map +1 -0
  131. package/messaging-management/messaging/topic/topic-list-view.component.d.ts +38 -0
  132. package/messaging-management/messaging/topic/topic-list-view.component.d.ts.map +1 -0
  133. package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.d.ts +21 -0
  134. package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.d.ts.map +1 -0
  135. package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.d.ts +52 -0
  136. package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.d.ts.map +1 -0
  137. package/messaging-management/messaging/topic/topics-data-grid.service.d.ts +13 -0
  138. package/messaging-management/messaging/topic/topics-data-grid.service.d.ts.map +1 -0
  139. package/messaging-management/messaging-management.guard.d.ts +12 -0
  140. package/messaging-management/messaging-management.guard.d.ts.map +1 -0
  141. package/messaging-management/messaging-management.module.d.ts +7 -0
  142. package/messaging-management/messaging-management.module.d.ts.map +1 -0
  143. package/messaging-management/navigator/messaging-navigator-factory.d.ts +18 -0
  144. package/messaging-management/navigator/messaging-navigator-factory.d.ts.map +1 -0
  145. package/messaging-management/navigator/topic-details-tab.factory.d.ts +15 -0
  146. package/messaging-management/navigator/topic-details-tab.factory.d.ts.map +1 -0
  147. package/messaging-management/utils/backlog-quota-limit.pipe.d.ts +13 -0
  148. package/messaging-management/utils/backlog-quota-limit.pipe.d.ts.map +1 -0
  149. package/messaging-management/utils/namespace-props.d.ts +10 -0
  150. package/messaging-management/utils/namespace-props.d.ts.map +1 -0
  151. package/messaging-management/utils/time-to-live.pipe.d.ts +16 -0
  152. package/messaging-management/utils/time-to-live.pipe.d.ts.map +1 -0
  153. package/operations/device-selector/device-selector.component.d.ts.map +1 -1
  154. package/package.json +1 -1
  155. package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts +2 -0
  156. package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts.map +1 -1
package/locales/zh_CN.po CHANGED
@@ -107,6 +107,12 @@ msgid "1 day"
107
107
  msgid_plural "{{ $count }} days"
108
108
  msgstr[0] "{{ $count }} 天"
109
109
 
110
+ msgid "1 day 1 hour"
111
+ msgstr "1 天 1 小时"
112
+
113
+ msgid "1 day {{hours}} hours"
114
+ msgstr "1 天 {{hours}} 小时"
115
+
110
116
  msgid "1 device"
111
117
  msgid_plural "{{$count}} devices"
112
118
  msgstr[0] "{{$count}} 个设备"
@@ -119,6 +125,15 @@ msgid "1 device credentials"
119
125
  msgid_plural "{{$count}} device credentials"
120
126
  msgstr[0] "{{$count}} 个设备证书"
121
127
 
128
+ msgid "1 hour"
129
+ msgstr "1 小时"
130
+
131
+ msgid "1 hour 1 minute"
132
+ msgstr "1 小时 1 分钟"
133
+
134
+ msgid "1 hour {{minutes}} minutes"
135
+ msgstr "1 小时 {{minutes}} 分钟"
136
+
122
137
  msgid "1 inbound API request"
123
138
  msgid_plural "{{$count}} inbound API requests"
124
139
  msgstr[0] "{{$count}} 个入站 API 请求"
@@ -127,6 +142,15 @@ msgid "1 mapping"
127
142
  msgid_plural "{{$count}} mappings"
128
143
  msgstr[0] "{{$count}} 个映射"
129
144
 
145
+ msgid "1 minute"
146
+ msgstr "1 分钟"
147
+
148
+ msgid "1 minute 1 second"
149
+ msgstr "1 分 1 秒"
150
+
151
+ msgid "1 minute {{seconds}} seconds"
152
+ msgstr "1 分钟 {{seconds}} 秒"
153
+
130
154
  msgid "1 operation executing"
131
155
  msgid_plural "{{$count}} operations executing"
132
156
  msgstr[0] "正在执行 {{$count}} 个操作"
@@ -150,6 +174,9 @@ msgid "1 root device"
150
174
  msgid_plural "{{$count}} root devices"
151
175
  msgstr[0] "{{$count}} 个根设备"
152
176
 
177
+ msgid "1 second"
178
+ msgstr "1 秒钟"
179
+
153
180
  msgid "1 selected item."
154
181
  msgstr "1 个选定项。"
155
182
 
@@ -454,9 +481,6 @@ msgstr "确认 SMS 已发送到上一步提供的号码。完成配置前,请
454
481
  msgid "A custom fragment can be added to the message. For example, for the measurement API, we could have c8y_Temperature.T.unit - STRING - °C"
455
482
  msgstr "自定义片段可添加到消息。例如,对于测量 API,我们可以使用 c8y_Temperature.T.unit - STRING - °C"
456
483
 
457
- msgid "A gauge graph displaying current values for selected measurements"
458
- msgstr "显示所选测量的当前值的仪表图"
459
-
460
484
  msgid "A general bulk registration CSV template showing all possible fields"
461
485
  msgstr "显示所有可能字段的常规批量注册 CSV 模板"
462
486
 
@@ -670,6 +694,9 @@ msgstr "确认"
670
694
  msgid "Acknowledged`alarm`"
671
695
  msgstr "已确认"
672
696
 
697
+ msgid "Acknowledgment rate (msg/s)"
698
+ msgstr "确认速率(毫秒/秒)"
699
+
673
700
  msgid "Actility"
674
701
  msgstr "Actility"
675
702
 
@@ -788,6 +815,9 @@ msgstr "活动节点"
788
815
  msgid "Active requests count"
789
816
  msgstr "活跃请求数"
790
817
 
818
+ msgid "Active subscribers"
819
+ msgstr "活跃用户"
820
+
791
821
  msgid "Active text color"
792
822
  msgstr "活动文本颜色"
793
823
 
@@ -1641,6 +1671,9 @@ msgstr "允许编辑翻译。"
1641
1671
  msgid "Allows to make basic changes to the tenants branding."
1642
1672
  msgstr "允许对租户品牌进行基本更改。"
1643
1673
 
1674
+ msgid "Allows to monitor and manage the usage of messaging service."
1675
+ msgstr "允许监控和管理信息服务的使用情况。"
1676
+
1644
1677
  msgid "Allows to passthrough a TCP connction."
1645
1678
  msgstr "允许直通 TCP 连接。"
1646
1679
 
@@ -2273,6 +2306,18 @@ msgstr "背景颜色"
2273
2306
  msgid "Background color of current item in navigator"
2274
2307
  msgstr "导航器中当前项目的背景颜色"
2275
2308
 
2309
+ msgid "Backlog quota"
2310
+ msgstr "积压配额"
2311
+
2312
+ msgid "Backlog quota (per topic)"
2313
+ msgstr "积压配额(每个主题)"
2314
+
2315
+ msgid "Backlog time to live (TTL)"
2316
+ msgstr "积压时间(TTL)"
2317
+
2318
+ msgid "Backlog usage"
2319
+ msgstr "积压使用情况"
2320
+
2276
2321
  msgid "Bars"
2277
2322
  msgstr "巴"
2278
2323
 
@@ -3701,6 +3746,9 @@ msgstr "将您的智能手机连接到我们的 IoT 平台"
3701
3746
  msgid "Connected"
3702
3747
  msgstr "已连接"
3703
3748
 
3749
+ msgid "Connected clients"
3750
+ msgstr "连接客户"
3751
+
3704
3752
  msgid "Connected to: {{name}}"
3705
3753
  msgstr "已连接到:{{name}}"
3706
3754
 
@@ -4314,9 +4362,15 @@ msgstr "创建新组并分配设备"
4314
4362
  msgid "Create new report with widget"
4315
4363
  msgstr "使用小工具创建新报告"
4316
4364
 
4365
+ msgid "Create new subscribers to monitor them here."
4366
+ msgstr "创建新用户,以便在此对其进行监控。"
4367
+
4317
4368
  msgid "Create new subscription"
4318
4369
  msgstr "新建预订"
4319
4370
 
4371
+ msgid "Create new topics to monitor them here."
4372
+ msgstr "创建新主题,在此进行监控。"
4373
+
4320
4374
  msgid "Create operation"
4321
4375
  msgstr "创建操作"
4322
4376
 
@@ -4492,6 +4546,9 @@ msgstr "自定义操作"
4492
4546
  msgid "Custom operation type"
4493
4547
  msgstr "自定义操作类型"
4494
4548
 
4549
+ msgid "Custom preset"
4550
+ msgstr "自定义预设"
4551
+
4495
4552
  msgid "Custom properties"
4496
4553
  msgstr "自定义属性"
4497
4554
 
@@ -4630,6 +4687,9 @@ msgstr "仪表盘时间范围"
4630
4687
  msgid "Dashboard updated: {{ values }}."
4631
4688
  msgstr "仪表板已更新: {{ values }}."
4632
4689
 
4690
+ msgid "Data Broker"
4691
+ msgstr "数据经纪人"
4692
+
4633
4693
  msgid "Data Explorer \"new\""
4634
4694
  msgstr "数据资源管理器 \"新"
4635
4695
 
@@ -4728,6 +4788,9 @@ msgstr "数据点列表"
4728
4788
  msgid "Data points table"
4729
4789
  msgstr "数据点表"
4730
4790
 
4791
+ msgid "Data points`display`"
4792
+ msgstr "数据点"
4793
+
4731
4794
  msgid "Data reporting"
4732
4795
  msgstr "数据报告"
4733
4796
 
@@ -6708,6 +6771,9 @@ msgstr "无法搜索地址。"
6708
6771
  msgid "Failed to set package availability."
6709
6772
  msgstr "无法设置包可用性。"
6710
6773
 
6774
+ msgid "Failed to unsubscribe {{ numberOfSubscribers }} subscribers."
6775
+ msgstr "退订 {{ numberOfSubscribers }} 订阅者失败。"
6776
+
6711
6777
  msgid "Failed to update application."
6712
6778
  msgstr "无法更新应用程序。"
6713
6779
 
@@ -6942,6 +7008,9 @@ msgstr "按设备类型过滤软件"
6942
7008
  msgid "Filter software by name"
6943
7009
  msgstr "按名称过滤软件"
6944
7010
 
7011
+ msgid "Filter subscribers by partial name"
7012
+ msgstr "按部分名称筛选订阅者"
7013
+
6945
7014
  msgid "Filter target devices"
6946
7015
  msgstr "过滤目标设备"
6947
7016
 
@@ -6960,6 +7029,9 @@ msgstr "过滤文本"
6960
7029
  msgid "Filter this column…"
6961
7030
  msgstr "过滤此列…"
6962
7031
 
7032
+ msgid "Filter topics by partial name"
7033
+ msgstr "按部分名称筛选主题"
7034
+
6963
7035
  msgid "Filter users"
6964
7036
  msgstr "过滤用户"
6965
7037
 
@@ -7986,6 +8058,9 @@ msgstr "转到资产数据表"
7986
8058
  msgid "Got measurements from device."
7987
8059
  msgstr "已从设备获取测量值。"
7988
8060
 
8061
+ msgid "Grade rating"
8062
+ msgstr "等级评分"
8063
+
7989
8064
  msgid "Grant permissions on a general level."
7990
8065
  msgstr "授予一般级别的权限。"
7991
8066
 
@@ -8114,6 +8189,9 @@ msgstr "十六进制数"
8114
8189
  msgid "Hidden`style`"
8115
8190
  msgstr "已隐藏"
8116
8191
 
8192
+ msgid "Hide advanced options"
8193
+ msgstr "隐藏高级选项"
8194
+
8117
8195
  msgid "Hide data point"
8118
8196
  msgstr "隐藏数据点"
8119
8197
 
@@ -8855,6 +8933,9 @@ msgstr "最后 7 天的可用性"
8855
8933
  msgid "Last N lines"
8856
8934
  msgstr "最后 N 行"
8857
8935
 
8936
+ msgid "Last acknowledged"
8937
+ msgstr "最后确认"
8938
+
8858
8939
  msgid "Last communication"
8859
8940
  msgstr "最后通信"
8860
8941
 
@@ -9038,6 +9119,9 @@ msgstr "限制流请求"
9038
9119
  msgid "Limit values saved."
9039
9120
  msgstr "保存限值。"
9040
9121
 
9122
+ msgid "Limit: {{ backlogQuotaLimit }}"
9123
+ msgstr "限制: {{ backlogQuotaLimit }}"
9124
+
9041
9125
  msgid "Limits"
9042
9126
  msgstr "限制"
9043
9127
 
@@ -9119,9 +9203,15 @@ msgstr "加载更多项目"
9119
9203
  msgid "Load more packages"
9120
9204
  msgstr "加载更多包"
9121
9205
 
9206
+ msgid "Load more subscribers"
9207
+ msgstr "加载更多订户"
9208
+
9122
9209
  msgid "Load more tenants"
9123
9210
  msgstr "加载更多租户"
9124
9211
 
9212
+ msgid "Load more topics"
9213
+ msgstr "加载更多主题"
9214
+
9125
9215
  msgid "Load page {{ pageNo }}"
9126
9216
  msgstr "加载页面 {{ pageNo }}"
9127
9217
 
@@ -9161,12 +9251,18 @@ msgstr "正在加载包…"
9161
9251
  msgid "Loading results…"
9162
9252
  msgstr "正在加载结果…"
9163
9253
 
9254
+ msgid "Loading subscribers..."
9255
+ msgstr "加载用户..."
9256
+
9164
9257
  msgid "Loading tenants…"
9165
9258
  msgstr "正在加载租户…"
9166
9259
 
9167
9260
  msgid "Loading the registration form definition…"
9168
9261
  msgstr "正在加载注册表单定义…"
9169
9262
 
9263
+ msgid "Loading topics..."
9264
+ msgstr "正在加载主题..."
9265
+
9170
9266
  msgid "Loading users…"
9171
9267
  msgstr "正在加载用户…"
9172
9268
 
@@ -9326,6 +9422,9 @@ msgstr "MM"
9326
9422
  msgid "MNC"
9327
9423
  msgstr "MNC"
9328
9424
 
9425
+ msgid "MQTT Service"
9426
+ msgstr "MQTT 服务"
9427
+
9329
9428
  msgid "MSISDN"
9330
9429
  msgstr "MSISDN"
9331
9430
 
@@ -9561,12 +9660,27 @@ msgstr "消息 ID"
9561
9660
  msgid "Message ID must be unique among all message and response templates."
9562
9661
  msgstr "消息 ID 在所有消息和响应模板中必须是唯一的。"
9563
9662
 
9663
+ msgid "Message backlog"
9664
+ msgstr "信息积压"
9665
+
9564
9666
  msgid "Message banner"
9565
9667
  msgstr "消息横幅"
9566
9668
 
9567
9669
  msgid "Message content"
9568
9670
  msgstr "消息内容"
9569
9671
 
9672
+ msgid "Message rate in"
9673
+ msgstr "信息速率"
9674
+
9675
+ msgid "Message rate in (msg/s)"
9676
+ msgstr "信息速率(毫秒/秒)"
9677
+
9678
+ msgid "Message rate out"
9679
+ msgstr "留言率"
9680
+
9681
+ msgid "Message rate out (msg/s)"
9682
+ msgstr "信息传输速率(毫秒/秒)"
9683
+
9570
9684
  msgid "Message sending"
9571
9685
  msgstr "正在发送消息"
9572
9686
 
@@ -9606,6 +9720,12 @@ msgstr "消息应用程序未订阅。"
9606
9720
  msgid "Messaging provider must be configured to send WAN settings to device via SMS."
9607
9721
  msgstr "必须将消息传递提供商配置为通过 SMS 将 WAN 设置发送到设备。"
9608
9722
 
9723
+ msgid "Messaging service"
9724
+ msgstr "信息传递服务"
9725
+
9726
+ msgid "Messaging service - monitoring & management"
9727
+ msgstr "信息传递服务--监控和管理"
9728
+
9609
9729
  msgid "Messaging`icons-category`"
9610
9730
  msgstr "消息收发"
9611
9731
 
@@ -9736,6 +9856,9 @@ msgstr "模块配置"
9736
9856
  msgid "Module version"
9737
9857
  msgstr "模块版本"
9738
9858
 
9859
+ msgid "Monitoring"
9860
+ msgstr "监控"
9861
+
9739
9862
  msgid "Month"
9740
9863
  msgstr "月"
9741
9864
 
@@ -10546,6 +10669,12 @@ msgstr "无匹配的智能规则可用。"
10546
10669
  msgid "No matching software available."
10547
10670
  msgstr "无匹配的软件可用。"
10548
10671
 
10672
+ msgid "No matching subscribers found."
10673
+ msgstr "未找到匹配的用户。"
10674
+
10675
+ msgid "No matching topics found."
10676
+ msgstr "未找到匹配主题。"
10677
+
10549
10678
  msgid "No measurement to display."
10550
10679
  msgstr "没有可供显示的测量。"
10551
10680
 
@@ -10747,6 +10876,9 @@ msgstr "无源数据可用于提取地址空间。"
10747
10876
  msgid "No subgroups"
10748
10877
  msgstr "无子组"
10749
10878
 
10879
+ msgid "No subscribers to display."
10880
+ msgstr "无用户显示。"
10881
+
10750
10882
  msgid "No template"
10751
10883
  msgstr "无模板"
10752
10884
 
@@ -10759,6 +10891,9 @@ msgstr "没有要显示的租户。"
10759
10891
  msgid "No top level nodes set."
10760
10892
  msgstr "未设置顶层节点。"
10761
10893
 
10894
+ msgid "No topics to display."
10895
+ msgstr "无主题显示。"
10896
+
10762
10897
  msgid "No tracker model specified for this device. Select one from the list of supported models\n"
10763
10898
  " below."
10764
10899
  msgstr "没有为此设备指定跟踪器型号。\n"
@@ -10881,6 +11016,9 @@ msgstr "已更新通知电子邮件设置。"
10881
11016
  msgid "Notification storing when disabled or offline"
10882
11017
  msgstr "禁用或离线时存储通知"
10883
11018
 
11019
+ msgid "Notifications 2.0"
11020
+ msgstr "通知 2.0"
11021
+
10884
11022
  msgid "Notified global role"
10885
11023
  msgstr "已通知全局角色"
10886
11024
 
@@ -11709,6 +11847,9 @@ msgstr "平台"
11709
11847
  msgid "Please contact your platform administrator."
11710
11848
  msgstr "请联系平台管理员。"
11711
11849
 
11850
+ msgid "Please select a data point first."
11851
+ msgstr "请先选择一个数据点。"
11852
+
11712
11853
  msgid "Plugin installation"
11713
11854
  msgstr "插件安装"
11714
11855
 
@@ -11745,6 +11886,9 @@ msgstr "Pod 沙箱创建失败。"
11745
11886
  msgid "Pod synchronization error."
11746
11887
  msgstr "Pod 同步错误。"
11747
11888
 
11889
+ msgid "Pointer"
11890
+ msgstr "指针"
11891
+
11748
11892
  msgid "Points"
11749
11893
  msgstr "点"
11750
11894
 
@@ -11943,6 +12087,12 @@ msgstr "编程"
11943
12087
  msgid "Progress"
11944
12088
  msgstr "进度"
11945
12089
 
12090
+ msgid "Progress bar"
12091
+ msgstr "进度条"
12092
+
12093
+ msgid "Progress indicator"
12094
+ msgstr "进度指示器"
12095
+
11946
12096
  msgid "Project data"
11947
12097
  msgstr "项目数据"
11948
12098
 
@@ -12033,6 +12183,9 @@ msgstr "PEM 格式的公钥"
12033
12183
  msgid "Public/private keys"
12034
12184
  msgstr "公钥/私钥"
12035
12185
 
12186
+ msgid "Publishers"
12187
+ msgstr "出版商"
12188
+
12036
12189
  msgid "Pulling image: \"{{imageName}}\"."
12037
12190
  msgstr "正在提取映像:\"{{imageName}}\"。"
12038
12191
 
@@ -12171,7 +12324,7 @@ msgstr "RSSI 值"
12171
12324
  msgid "RUNNING"
12172
12325
  msgstr "正在运行"
12173
12326
 
12174
- msgid "Radial Gauge"
12327
+ msgid "Radial gauge"
12175
12328
  msgstr "径向仪表"
12176
12329
 
12177
12330
  msgid "Radial gauge and multiple label and value pairs for data points"
@@ -13926,6 +14079,15 @@ msgstr "服务器时间"
13926
14079
  msgid "Servers written during bootstrap"
13927
14080
  msgstr "在引导期间写入的服务器"
13928
14081
 
14082
+ msgid "Service"
14083
+ msgstr "服务"
14084
+
14085
+ msgid "Service message backlog limits"
14086
+ msgstr "服务信息积压限制"
14087
+
14088
+ msgid "Service usage/limits"
14089
+ msgstr "服务使用/限制"
14090
+
13929
14091
  msgid "Services"
13930
14092
  msgstr "服务"
13931
14093
 
@@ -14436,6 +14598,9 @@ msgstr "显示"
14436
14598
  msgid "Show \"Software changes\""
14437
14599
  msgstr "显示\"软件更改\""
14438
14600
 
14601
+ msgid "Show advanced options"
14602
+ msgstr "显示高级选项"
14603
+
14439
14604
  msgid "Show alarms"
14440
14605
  msgstr "显示警报"
14441
14606
 
@@ -14584,6 +14749,9 @@ msgstr "为每个已配置的值显示不同的值。"
14584
14749
  msgid "Shows the active alarms for device"
14585
14750
  msgstr "显示设备的活动警报"
14586
14751
 
14752
+ msgid "Shows the device measurements in a radial gauge."
14753
+ msgstr "以径向仪表显示设备的测量值。"
14754
+
14587
14755
  msgid "Shows the position of a device or all devices in a group."
14588
14756
  msgstr "显示某个组中一个设备或所有设备的位置。"
14589
14757
 
@@ -15124,6 +15292,12 @@ msgstr "无法删除已订阅或当前的应用程序。删除父租户上的应
15124
15292
  msgid "Subscribed`application`"
15125
15293
  msgstr "已订阅"
15126
15294
 
15295
+ msgid "Subscriber \"{{ subscriberName }}\" unsubscribed."
15296
+ msgstr "订阅者“{{ subscriberName }}”已取消订阅。"
15297
+
15298
+ msgid "Subscribers"
15299
+ msgstr "订阅器"
15300
+
15127
15301
  msgid "Subscribing…"
15128
15302
  msgstr "正在订阅…"
15129
15303
 
@@ -15184,6 +15358,9 @@ msgstr "已成功订阅应用程序。"
15184
15358
  msgid "Successfully unsubscribed from application."
15185
15359
  msgstr "已成功取消订阅应用程序。"
15186
15360
 
15361
+ msgid "Successfully unsubscribed {{ count }} subscribers.<br/>Failed to unsubscribe: {{ nonUnsubscribedSubscribers }}."
15362
+ msgstr "成功退订 {{ count }} 的订阅者。<br/>退订失败: {{ nonUnsubscribedSubscribers }}。"
15363
+
15187
15364
  msgid "Sum of CPU daily usage in CPU millicores"
15188
15365
  msgstr "CPU 日常使用摘要(CPU 毫核)"
15189
15366
 
@@ -16351,9 +16528,27 @@ msgstr "顶栏"
16351
16528
  msgid "Top level nodes"
16352
16529
  msgstr "顶层节点"
16353
16530
 
16531
+ msgid "Topic"
16532
+ msgstr "主题"
16533
+
16534
+ msgid "Topic message backlog"
16535
+ msgstr "主题信息积压"
16536
+
16537
+ msgid "Topic usage"
16538
+ msgstr "主题用途"
16539
+
16540
+ msgid "Topics"
16541
+ msgstr "主题"
16542
+
16354
16543
  msgid "Total inbound transfer"
16355
16544
  msgstr "入站转移总计"
16356
16545
 
16546
+ msgid "Total subscribers"
16547
+ msgstr "用户总数"
16548
+
16549
+ msgid "Total unacknowledged messages"
16550
+ msgstr "未收到的信息总数"
16551
+
16357
16552
  msgid "Track hidden"
16358
16553
  msgstr "已隐藏跟踪"
16359
16554
 
@@ -16618,6 +16813,9 @@ msgstr "无法上传标记文件。"
16618
16813
  msgid "Unable to upload image."
16619
16814
  msgstr "无法上传图像。"
16620
16815
 
16816
+ msgid "Unacknowledged messages"
16817
+ msgstr "未收到的信息"
16818
+
16621
16819
  msgid "Unassign"
16622
16820
  msgstr "取消分配"
16623
16821
 
@@ -16699,6 +16897,12 @@ msgstr "未知属性(不在方案中)。"
16699
16897
  msgid "Unknown`package-type`"
16700
16898
  msgstr "未知"
16701
16899
 
16900
+ msgid "Unlimited` backlog quota`"
16901
+ msgstr "无限 \"积压配额"
16902
+
16903
+ msgid "Unlimited` time-to-live period`"
16904
+ msgstr "无限 \"积压配额"
16905
+
16702
16906
  msgid "Unlink data point template"
16703
16907
  msgstr "取消链接数据点模板"
16704
16908
 
@@ -16732,6 +16936,12 @@ msgstr "无符号(8 位)"
16732
16936
  msgid "Unsubscribe"
16733
16937
  msgstr "取消预订"
16734
16938
 
16939
+ msgid "Unsubscribe \"{{ subscriberName }}\"?"
16940
+ msgstr "取消订阅“{{ subscriberName }}”?"
16941
+
16942
+ msgid "Unsubscribe {{ numberOfSubscribers }} subscribers?"
16943
+ msgstr "退订 {{ numberOfSubscribers }} 订阅者?"
16944
+
16735
16945
  msgid "Unsubscribing…"
16736
16946
  msgstr "正在取消订阅…"
16737
16947
 
@@ -17053,6 +17263,9 @@ msgstr "使用您的位置"
17053
17263
  msgid "Use your manage tool to change the setup."
17054
17264
  msgstr "使用管理工具更改设置。"
17055
17265
 
17266
+ msgid "Used backlog"
17267
+ msgstr "已使用的积压"
17268
+
17056
17269
  msgid "User"
17057
17270
  msgstr "用户"
17058
17271
 
@@ -17984,6 +18197,18 @@ msgstr "您即将取消分配 \"{{name}}\"。是否要继续?"
17984
18197
  msgid "You are about to unassign device \"{{name}}\". Do you want to proceed?"
17985
18198
  msgstr "您将要取消分配设备 \"{{name}}\"。是否要继续?"
17986
18199
 
18200
+ msgid "You are about to unsubscribe \"{{ subscriberName }}\" which has active clients. Do you want to proceed?"
18201
+ msgstr "您即将退订“{{ subscriberName }}”,该邮箱有活跃客户。您确定要继续吗?"
18202
+
18203
+ msgid "You are about to unsubscribe \"{{ subscriberName }}\". Do you want to proceed?"
18204
+ msgstr "您即将退订“{{ subscriberName }}”。您确定要继续吗?"
18205
+
18206
+ msgid "You are about to unsubscribe {{ numberOfSubscribers }} subscribers. Do you want to proceed?"
18207
+ msgstr "您即将退订 {{ numberOfSubscribers }} 订阅者。是否要继续?"
18208
+
18209
+ msgid "You are about to unsubscribe {{ numberOfSubscribers }} subscribers. Some of them have active clients. Do you want to proceed?"
18210
+ msgstr "您即将退订 {{ numberOfSubscribers }} 订阅者。其中一些订阅者有活跃客户。您确定要继续吗?"
18211
+
17987
18212
  msgid "You are about to update the CRL. Do you want to proceed?"
17988
18213
  msgstr "您即将更新 CRL。是否要继续?"
17989
18214
 
@@ -18291,6 +18516,9 @@ msgstr "建造"
18291
18516
  msgid "by`user`"
18292
18517
  msgstr "由"
18293
18518
 
18519
+ msgid "bytes"
18520
+ msgstr "位元組"
18521
+
18294
18522
  msgid "calculating number of API requests"
18295
18523
  msgstr "正在计算 API 请求的数量"
18296
18524
 
@@ -19263,6 +19491,9 @@ msgstr "{{ label }} 属性"
19263
19491
  msgid "{{ lastUpdated }} by {{ user }}"
19264
19492
  msgstr "{{ lastUpdated }} 作者: {{ user }}"
19265
19493
 
19494
+ msgid "{{ messagesPerSecond }} msg/s"
19495
+ msgstr "{{ messagesPerSecond }} 毫秒/秒"
19496
+
19266
19497
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19267
19498
  msgstr "此设备上已安装 {{ name }} (v. {{ version }})"
19268
19499
 
@@ -19275,12 +19506,18 @@ msgstr "已为品牌选择 {{ numberOfApps }} 个应用程序"
19275
19506
  msgid "{{ numberOfReports }} reports selected for widget"
19276
19507
  msgstr "{{ numberOfReports }} 为小部件选择的报告"
19277
19508
 
19509
+ msgid "{{ numberOfSubscribers }} subscribers unsubscribed."
19510
+ msgstr "{{ numberOfSubscribers }} 订阅者退订。"
19511
+
19278
19512
  msgid "{{ packageContentsTitle | translate: { selectedVersion } }}"
19279
19513
  msgstr "{{ packageContentsTitle | 翻译: { selectedVersion } }}"
19280
19514
 
19281
19515
  msgid "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }} of {{ itemsTotal }}"
19282
19516
  msgstr "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }}/{{ itemsTotal }}"
19283
19517
 
19518
+ msgid "{{ percentageOfQuota }} used"
19519
+ msgstr "{{ percentageOfQuota }} 中古"
19520
+
19284
19521
  msgid "{{ seconds }} s"
19285
19522
  msgstr "{{ seconds }} 秒"
19286
19523
 
@@ -19305,12 +19542,39 @@ msgstr "{{count}} 个版本"
19305
19542
  msgid "{{count}} versions"
19306
19543
  msgstr "{{count}} 个版本"
19307
19544
 
19545
+ msgid "{{days}} days"
19546
+ msgstr "{{days}} 天"
19547
+
19548
+ msgid "{{days}} days 1 hour"
19549
+ msgstr "{{days}} 天数 1 小时"
19550
+
19551
+ msgid "{{days}} days {{hours}} hours"
19552
+ msgstr "{{days}} 天数 {{hours}} 小时数"
19553
+
19308
19554
  msgid "{{description | translate}} failed."
19309
19555
  msgstr "{{description | translate}} 失败。"
19310
19556
 
19311
19557
  msgid "{{firstItem}} to {{lastItem}}"
19312
19558
  msgstr "{{firstItem}} 至 {{lastItem}}"
19313
19559
 
19560
+ msgid "{{hours}} hours"
19561
+ msgstr "{{hours}} 时数"
19562
+
19563
+ msgid "{{hours}} hours 1 minute"
19564
+ msgstr "{{hours}} 小时 1 分钟"
19565
+
19566
+ msgid "{{hours}} hours {{minutes}} minutes"
19567
+ msgstr "{{hours}} 小时 {{minutes}} 分钟"
19568
+
19569
+ msgid "{{minutes}} minutes"
19570
+ msgstr "{{minutes}} 分钟"
19571
+
19572
+ msgid "{{minutes}} minutes 1 second"
19573
+ msgstr "{{minutes}} 分钟 1 秒"
19574
+
19575
+ msgid "{{minutes}} minutes {{seconds}} seconds"
19576
+ msgstr "{{minutes}} 分钟 {{seconds}} 秒"
19577
+
19314
19578
  msgid "{{protocolName | translate}} devices can send messages of different types with different encodings per type.\n"
19315
19579
  " Depending on the device, the type can be determined by looking either\n"
19316
19580
  " at the FPort parameter of a message (<b>Source</b>: <i>FPort</i>)\n"
@@ -19347,6 +19611,9 @@ msgstr "{{qty}} 个标记"
19347
19611
  msgid "{{qty}} new devices"
19348
19612
  msgstr "{{qty}} 个新设备"
19349
19613
 
19614
+ msgid "{{seconds}} seconds"
19615
+ msgstr "{{seconds}} 秒"
19616
+
19350
19617
  msgid "{{speed}}/s - {{bufferedBytes}} of {{totalBytes}} buffered ({{percentage}}%)"
19351
19618
  msgstr "{{speed}}/s - {{bufferedBytes}}/{{totalBytes}} 已缓冲 ({{percentage}}%)"
19352
19619