@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_TW.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 "確認速率 (msg/s)"
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 "使用 Widget 建立新報告"
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 "訊息速率 (msg/s)"
9677
+
9678
+ msgid "Message rate out"
9679
+ msgstr "訊息傳出速率"
9680
+
9681
+ msgid "Message rate out (msg/s)"
9682
+ msgstr "訊息傳出速率 (msg/s)"
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,8 +12324,8 @@ msgstr "RSSI 值"
12171
12324
  msgid "RUNNING"
12172
12325
  msgstr "正在运行"
12173
12326
 
12174
- msgid "Radial Gauge"
12175
- msgstr "径向仪表"
12327
+ msgid "Radial gauge"
12328
+ msgstr "徑向儀表"
12176
12329
 
12177
12330
  msgid "Radial gauge and multiple label and value pairs for data points"
12178
12331
  msgstr "径向仪表和数据点的多个标签和值对"
@@ -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 }} 為 widget 選擇的報告"
19277
19508
 
19509
+ msgid "{{ numberOfSubscribers }} subscribers unsubscribed."
19510
+ msgstr "{{ numberOfSubscribers }} 訂閱者取消訂閱。"
19511
+
19278
19512
  msgid "{{ packageContentsTitle | translate: { selectedVersion } }}"
19279
19513
  msgstr "{{ packageContentsTitle | translate: { 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
 
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Backlog quota for namespace.
3
+ */
4
+ export interface MessagingNamespaceBacklogQuota {
5
+ /**
6
+ * Limit size in bytes. If there is no limit, value is -1.
7
+ */
8
+ limit?: number;
9
+ /**
10
+ * Pulsar retention policy. For details see https://pulsar.apache.org/docs/next/cookbooks-retention-expiry/#get-retention-policy
11
+ */
12
+ policy?: 'producer_request_hold' | 'producer_exception' | 'consumer_backlog_eviction';
13
+ }
14
+ //# sourceMappingURL=backlogQuota.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backlogQuota.d.ts","sourceRoot":"","sources":["../../../../messaging-management/api/model/backlogQuota.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,uBAAuB,GAAG,oBAAoB,GAAG,2BAA2B,CAAC;CACvF"}
@@ -0,0 +1,13 @@
1
+ import { MessagingNamespacePublishers } from './namespacePublishers';
2
+ import { MessagingNamespaceSubscribers } from './namespaceSubscribers';
3
+ import { MessagingNamespaceTopics } from './namespaceTopics';
4
+ /**
5
+ * Service to be monitored and managed, e.g. Notifications 2.0 or MQTT
6
+ */
7
+ export interface MessagingNamespace {
8
+ name?: string;
9
+ topics?: MessagingNamespaceTopics;
10
+ subscribers?: MessagingNamespaceSubscribers;
11
+ publishers?: MessagingNamespacePublishers;
12
+ }
13
+ //# sourceMappingURL=namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespace.d.ts","sourceRoot":"","sources":["../../../../messaging-management/api/model/namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,6BAA6B,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAE7D;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC,WAAW,CAAC,EAAE,6BAA6B,CAAC;IAC5C,UAAU,CAAC,EAAE,4BAA4B,CAAC;CAC3C"}
@@ -0,0 +1,8 @@
1
+ import { MessagingNamespacePolicies as MessagingNamespacePolicies } from './namespacePolicies';
2
+ import { MessagingNamespace } from './namespace';
3
+ export type MessagingNamespaceDetails = {
4
+ id: string;
5
+ namespace?: MessagingNamespace;
6
+ policies?: MessagingNamespacePolicies;
7
+ };
8
+ //# sourceMappingURL=namespaceDetails.d.ts.map