@c8y/ngx-components 1021.67.0 → 1021.71.0

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 (268) hide show
  1. package/branding/shared/lazy/branding-import-modal/branding-import-modal.component.d.ts.map +1 -1
  2. package/core/beta-feature/beta-feature-show-notification.service.d.ts +10 -0
  3. package/core/beta-feature/beta-feature-show-notification.service.d.ts.map +1 -0
  4. package/core/beta-feature/beta-feature.providers.d.ts +3 -0
  5. package/core/beta-feature/beta-feature.providers.d.ts.map +1 -0
  6. package/core/beta-feature/beta-preview-button.component.d.ts +17 -0
  7. package/core/beta-feature/beta-preview-button.component.d.ts.map +1 -0
  8. package/core/beta-feature/beta-preview-drawer.factory.d.ts +19 -0
  9. package/core/beta-feature/beta-preview-drawer.factory.d.ts.map +1 -0
  10. package/core/beta-feature/beta-preview.component.d.ts +25 -0
  11. package/core/beta-feature/beta-preview.component.d.ts.map +1 -0
  12. package/core/beta-feature/beta-preview.model.d.ts +24 -0
  13. package/core/beta-feature/beta-preview.model.d.ts.map +1 -0
  14. package/core/beta-feature/beta-preview.service.d.ts +47 -0
  15. package/core/beta-feature/beta-preview.service.d.ts.map +1 -0
  16. package/core/beta-feature/feature-cache.service.d.ts +26 -0
  17. package/core/beta-feature/feature-cache.service.d.ts.map +1 -0
  18. package/core/beta-feature/feature-state.pipe.d.ts +12 -0
  19. package/core/beta-feature/feature-state.pipe.d.ts.map +1 -0
  20. package/core/beta-feature/index.d.ts +7 -0
  21. package/core/beta-feature/index.d.ts.map +1 -0
  22. package/core/bottom-drawer/bottom-drawer-ref.d.ts.map +1 -1
  23. package/core/bottom-drawer/bottom-drawer.component.d.ts +1 -0
  24. package/core/bottom-drawer/bottom-drawer.component.d.ts.map +1 -1
  25. package/core/bottom-drawer/bottom-drawer.model.d.ts +4 -0
  26. package/core/bottom-drawer/bottom-drawer.model.d.ts.map +1 -1
  27. package/core/common/ApplicationOptions.d.ts +8 -0
  28. package/core/common/ApplicationOptions.d.ts.map +1 -1
  29. package/core/common/bytes.pipe.d.ts +26 -10
  30. package/core/common/bytes.pipe.d.ts.map +1 -1
  31. package/core/common/index.d.ts +1 -0
  32. package/core/common/index.d.ts.map +1 -1
  33. package/core/common/notification-display.service.d.ts +19 -0
  34. package/core/common/notification-display.service.d.ts.map +1 -0
  35. package/core/core.module.d.ts.map +1 -1
  36. package/core/header/header-bar/header-bar.component.d.ts +1 -0
  37. package/core/header/header-bar/header-bar.component.d.ts.map +1 -1
  38. package/core/header/header.service.d.ts +4 -1
  39. package/core/header/header.service.d.ts.map +1 -1
  40. package/core/index.d.ts +1 -0
  41. package/core/index.d.ts.map +1 -1
  42. package/datapoint-explorer/datapoint-explorer-navigation-factory.d.ts +10 -0
  43. package/datapoint-explorer/datapoint-explorer-navigation-factory.d.ts.map +1 -0
  44. package/datapoint-explorer/datapoint-explorer-route-factory.d.ts +10 -0
  45. package/datapoint-explorer/datapoint-explorer-route-factory.d.ts.map +1 -0
  46. package/datapoint-explorer/datapoint-explorer.module.d.ts.map +1 -1
  47. package/echart/charts.component.d.ts +14 -3
  48. package/echart/charts.component.d.ts.map +1 -1
  49. package/esm2022/branding/shared/lazy/branding-import-modal/branding-import-modal.component.mjs +4 -7
  50. package/esm2022/core/beta-feature/beta-feature-show-notification.service.mjs +17 -0
  51. package/esm2022/core/beta-feature/beta-feature.providers.mjs +9 -0
  52. package/esm2022/core/beta-feature/beta-preview-button.component.mjs +53 -0
  53. package/esm2022/core/beta-feature/beta-preview-drawer.factory.mjs +52 -0
  54. package/esm2022/core/beta-feature/beta-preview.component.mjs +64 -0
  55. package/esm2022/core/beta-feature/beta-preview.model.mjs +2 -0
  56. package/esm2022/core/beta-feature/beta-preview.service.mjs +114 -0
  57. package/esm2022/core/beta-feature/feature-cache.service.mjs +48 -0
  58. package/esm2022/core/beta-feature/feature-state.pipe.mjs +22 -0
  59. package/esm2022/core/beta-feature/index.mjs +7 -0
  60. package/esm2022/core/bottom-drawer/bottom-drawer-ref.mjs +4 -1
  61. package/esm2022/core/bottom-drawer/bottom-drawer.component.mjs +4 -3
  62. package/esm2022/core/bottom-drawer/bottom-drawer.model.mjs +1 -1
  63. package/esm2022/core/common/ApplicationOptions.mjs +1 -1
  64. package/esm2022/core/common/bytes.pipe.mjs +47 -18
  65. package/esm2022/core/common/index.mjs +2 -1
  66. package/esm2022/core/common/notification-display.service.mjs +2 -0
  67. package/esm2022/core/core.module.mjs +4 -2
  68. package/esm2022/core/data-grid/data-grid.component.mjs +3 -3
  69. package/esm2022/core/docs/legal-notices-outlet/legal-notices-outlet.component.mjs +3 -3
  70. package/esm2022/core/header/header-bar/header-bar.component.mjs +4 -3
  71. package/esm2022/core/header/header.service.mjs +12 -6
  72. package/esm2022/core/index.mjs +2 -1
  73. package/esm2022/core/user/user-details-drawer/user-details-drawer.component.mjs +3 -3
  74. package/esm2022/core/version/version-list/version-list.component.mjs +3 -3
  75. package/esm2022/datapoint-explorer/datapoint-explorer-navigation-factory.mjs +31 -0
  76. package/esm2022/datapoint-explorer/datapoint-explorer-route-factory.mjs +37 -0
  77. package/esm2022/datapoint-explorer/datapoint-explorer.module.mjs +22 -48
  78. package/esm2022/echart/charts.component.mjs +50 -3
  79. package/esm2022/messaging-management/api/model/backlogQuota.mjs +2 -0
  80. package/esm2022/messaging-management/api/model/namespace.mjs +2 -0
  81. package/esm2022/messaging-management/api/model/namespaceDetails.mjs +2 -0
  82. package/esm2022/messaging-management/api/model/namespaceList.mjs +2 -0
  83. package/esm2022/messaging-management/api/model/namespacePolicies.mjs +2 -0
  84. package/esm2022/messaging-management/api/model/namespacePublishers.mjs +2 -0
  85. package/esm2022/messaging-management/api/model/namespaceSubscribers.mjs +2 -0
  86. package/esm2022/messaging-management/api/model/namespaceTopics.mjs +2 -0
  87. package/esm2022/messaging-management/api/model/pageStatistics.mjs +2 -0
  88. package/esm2022/messaging-management/api/model/pageable.mjs +2 -0
  89. package/esm2022/messaging-management/api/model/sortable.mjs +2 -0
  90. package/esm2022/messaging-management/api/model/subscriber.mjs +2 -0
  91. package/esm2022/messaging-management/api/model/subscriberFilters.mjs +2 -0
  92. package/esm2022/messaging-management/api/model/subscriberList.mjs +2 -0
  93. package/esm2022/messaging-management/api/model/subscriberToDelete.mjs +2 -0
  94. package/esm2022/messaging-management/api/model/topic.mjs +2 -0
  95. package/esm2022/messaging-management/api/model/topicDetailFilters.mjs +2 -0
  96. package/esm2022/messaging-management/api/model/topicList.mjs +2 -0
  97. package/esm2022/messaging-management/api/model/topicListFilters.mjs +2 -0
  98. package/esm2022/messaging-management/api/model/topicType.mjs +9 -0
  99. package/esm2022/messaging-management/api/services/messaging-namespaces.service.mjs +83 -0
  100. package/esm2022/messaging-management/api/services/messaging-subscribers.service.mjs +55 -0
  101. package/esm2022/messaging-management/api/services/messaging-topics.service.mjs +48 -0
  102. package/esm2022/messaging-management/c8y-ngx-components-messaging-management.mjs +5 -0
  103. package/esm2022/messaging-management/constants.mjs +4 -0
  104. package/esm2022/messaging-management/index.mjs +2 -0
  105. package/esm2022/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.mjs +43 -0
  106. package/esm2022/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.mjs +36 -0
  107. package/esm2022/messaging-management/messaging/namespace-list/namespace-list.component.mjs +51 -0
  108. package/esm2022/messaging-management/messaging/shared/usage/usage.component.mjs +68 -0
  109. package/esm2022/messaging-management/messaging/topic/topic-list-view.component.mjs +81 -0
  110. package/esm2022/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.mjs +220 -0
  111. package/esm2022/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.mjs +137 -0
  112. package/esm2022/messaging-management/messaging/topic/topics-data-grid.service.mjs +113 -0
  113. package/esm2022/messaging-management/messaging-management.guard.mjs +40 -0
  114. package/esm2022/messaging-management/messaging-management.module.mjs +72 -0
  115. package/esm2022/messaging-management/navigator/messaging-navigator-factory.mjs +55 -0
  116. package/esm2022/messaging-management/navigator/topic-details-tab.factory.mjs +33 -0
  117. package/esm2022/messaging-management/utils/backlog-quota-limit.pipe.mjs +32 -0
  118. package/esm2022/messaging-management/utils/namespace-props.mjs +23 -0
  119. package/esm2022/messaging-management/utils/time-to-live.pipe.mjs +122 -0
  120. package/esm2022/operations/device-selector/device-selector.component.mjs +5 -1
  121. package/esm2022/register-device/bulk/bulk-device-registration-modal.component.mjs +8 -10
  122. package/esm2022/register-device/general/general-device-registration.component.mjs +8 -10
  123. package/esm2022/trusted-certificates/list/trusted-certificate-list.component.mjs +10 -12
  124. package/esm2022/upgrade/ng1/downgraded.services.mjs +3 -2
  125. package/esm2022/upgrade/ng1/index.mjs +3 -2
  126. package/esm2022/widgets/cockpit-exports/index.mjs +2 -2
  127. package/esm2022/widgets/definitions/datapoints-graph/datapoint-graph-widget-factory.mjs +56 -0
  128. package/esm2022/widgets/definitions/datapoints-graph/index.mjs +12 -29
  129. package/esm2022/widgets/definitions/index.mjs +3 -2
  130. package/esm2022/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.mjs +18 -3
  131. package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs +3 -6
  132. package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs.map +1 -1
  133. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +81 -48
  134. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs.map +1 -1
  135. package/fesm2022/c8y-ngx-components-echart.mjs +49 -2
  136. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  137. package/fesm2022/c8y-ngx-components-messaging-management.mjs +1225 -0
  138. package/fesm2022/c8y-ngx-components-messaging-management.mjs.map +1 -0
  139. package/fesm2022/c8y-ngx-components-operations-device-selector.mjs +4 -0
  140. package/fesm2022/c8y-ngx-components-operations-device-selector.mjs.map +1 -1
  141. package/fesm2022/c8y-ngx-components-register-device.mjs +10 -14
  142. package/fesm2022/c8y-ngx-components-register-device.mjs.map +1 -1
  143. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +18 -20
  144. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  145. package/fesm2022/c8y-ngx-components-upgrade.mjs +3 -1
  146. package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
  147. package/fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs +1 -1
  148. package/fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs.map +1 -1
  149. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs +65 -28
  150. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs.map +1 -1
  151. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +2 -1
  152. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
  153. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +17 -2
  154. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
  155. package/fesm2022/c8y-ngx-components.mjs +396 -39
  156. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  157. package/locales/de.po +272 -5
  158. package/locales/es.po +271 -4
  159. package/locales/fr.po +272 -5
  160. package/locales/ja_JP.po +272 -5
  161. package/locales/ko.po +271 -4
  162. package/locales/locales.pot +271 -8
  163. package/locales/nl.po +271 -4
  164. package/locales/pl.po +271 -4
  165. package/locales/pt_BR.po +272 -5
  166. package/locales/zh_CN.po +271 -4
  167. package/locales/zh_TW.po +272 -5
  168. package/messaging-management/api/model/backlogQuota.d.ts +14 -0
  169. package/messaging-management/api/model/backlogQuota.d.ts.map +1 -0
  170. package/messaging-management/api/model/namespace.d.ts +13 -0
  171. package/messaging-management/api/model/namespace.d.ts.map +1 -0
  172. package/messaging-management/api/model/namespaceDetails.d.ts +8 -0
  173. package/messaging-management/api/model/namespaceDetails.d.ts.map +1 -0
  174. package/messaging-management/api/model/namespaceList.d.ts +5 -0
  175. package/messaging-management/api/model/namespaceList.d.ts.map +1 -0
  176. package/messaging-management/api/model/namespacePolicies.d.ts +10 -0
  177. package/messaging-management/api/model/namespacePolicies.d.ts.map +1 -0
  178. package/messaging-management/api/model/namespacePublishers.d.ts +4 -0
  179. package/messaging-management/api/model/namespacePublishers.d.ts.map +1 -0
  180. package/messaging-management/api/model/namespaceSubscribers.d.ts +4 -0
  181. package/messaging-management/api/model/namespaceSubscribers.d.ts.map +1 -0
  182. package/messaging-management/api/model/namespaceTopics.d.ts +5 -0
  183. package/messaging-management/api/model/namespaceTopics.d.ts.map +1 -0
  184. package/messaging-management/api/model/pageStatistics.d.ts +12 -0
  185. package/messaging-management/api/model/pageStatistics.d.ts.map +1 -0
  186. package/messaging-management/api/model/pageable.d.ts +8 -0
  187. package/messaging-management/api/model/pageable.d.ts.map +1 -0
  188. package/messaging-management/api/model/sortable.d.ts +6 -0
  189. package/messaging-management/api/model/sortable.d.ts.map +1 -0
  190. package/messaging-management/api/model/subscriber.d.ts +28 -0
  191. package/messaging-management/api/model/subscriber.d.ts.map +1 -0
  192. package/messaging-management/api/model/subscriberFilters.d.ts +13 -0
  193. package/messaging-management/api/model/subscriberFilters.d.ts.map +1 -0
  194. package/messaging-management/api/model/subscriberList.d.ts +7 -0
  195. package/messaging-management/api/model/subscriberList.d.ts.map +1 -0
  196. package/messaging-management/api/model/subscriberToDelete.d.ts +12 -0
  197. package/messaging-management/api/model/subscriberToDelete.d.ts.map +1 -0
  198. package/messaging-management/api/model/topic.d.ts +52 -0
  199. package/messaging-management/api/model/topic.d.ts.map +1 -0
  200. package/messaging-management/api/model/topicDetailFilters.d.ts +9 -0
  201. package/messaging-management/api/model/topicDetailFilters.d.ts.map +1 -0
  202. package/messaging-management/api/model/topicList.d.ts +7 -0
  203. package/messaging-management/api/model/topicList.d.ts.map +1 -0
  204. package/messaging-management/api/model/topicListFilters.d.ts +12 -0
  205. package/messaging-management/api/model/topicListFilters.d.ts.map +1 -0
  206. package/messaging-management/api/model/topicType.d.ts +8 -0
  207. package/messaging-management/api/model/topicType.d.ts.map +1 -0
  208. package/messaging-management/api/services/messaging-namespaces.service.d.ts +52 -0
  209. package/messaging-management/api/services/messaging-namespaces.service.d.ts.map +1 -0
  210. package/messaging-management/api/services/messaging-subscribers.service.d.ts +30 -0
  211. package/messaging-management/api/services/messaging-subscribers.service.d.ts.map +1 -0
  212. package/messaging-management/api/services/messaging-topics.service.d.ts +21 -0
  213. package/messaging-management/api/services/messaging-topics.service.d.ts.map +1 -0
  214. package/messaging-management/c8y-ngx-components-messaging-management.d.ts.map +1 -0
  215. package/messaging-management/constants.d.ts +4 -0
  216. package/messaging-management/constants.d.ts.map +1 -0
  217. package/messaging-management/index.d.ts +2 -0
  218. package/messaging-management/index.d.ts.map +1 -0
  219. package/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.d.ts +29 -0
  220. package/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.d.ts.map +1 -0
  221. package/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.d.ts +15 -0
  222. package/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.d.ts.map +1 -0
  223. package/messaging-management/messaging/namespace-list/namespace-list.component.d.ts +17 -0
  224. package/messaging-management/messaging/namespace-list/namespace-list.component.d.ts.map +1 -0
  225. package/messaging-management/messaging/shared/usage/usage.component.d.ts +40 -0
  226. package/messaging-management/messaging/shared/usage/usage.component.d.ts.map +1 -0
  227. package/messaging-management/messaging/topic/topic-list-view.component.d.ts +38 -0
  228. package/messaging-management/messaging/topic/topic-list-view.component.d.ts.map +1 -0
  229. package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.d.ts +21 -0
  230. package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.d.ts.map +1 -0
  231. package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.d.ts +52 -0
  232. package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.d.ts.map +1 -0
  233. package/messaging-management/messaging/topic/topics-data-grid.service.d.ts +13 -0
  234. package/messaging-management/messaging/topic/topics-data-grid.service.d.ts.map +1 -0
  235. package/messaging-management/messaging-management.guard.d.ts +12 -0
  236. package/messaging-management/messaging-management.guard.d.ts.map +1 -0
  237. package/messaging-management/messaging-management.module.d.ts +7 -0
  238. package/messaging-management/messaging-management.module.d.ts.map +1 -0
  239. package/messaging-management/navigator/messaging-navigator-factory.d.ts +18 -0
  240. package/messaging-management/navigator/messaging-navigator-factory.d.ts.map +1 -0
  241. package/messaging-management/navigator/topic-details-tab.factory.d.ts +15 -0
  242. package/messaging-management/navigator/topic-details-tab.factory.d.ts.map +1 -0
  243. package/messaging-management/utils/backlog-quota-limit.pipe.d.ts +13 -0
  244. package/messaging-management/utils/backlog-quota-limit.pipe.d.ts.map +1 -0
  245. package/messaging-management/utils/namespace-props.d.ts +10 -0
  246. package/messaging-management/utils/namespace-props.d.ts.map +1 -0
  247. package/messaging-management/utils/time-to-live.pipe.d.ts +16 -0
  248. package/messaging-management/utils/time-to-live.pipe.d.ts.map +1 -0
  249. package/operations/device-selector/device-selector.component.d.ts.map +1 -1
  250. package/package.json +1 -1
  251. package/register-device/bulk/bulk-device-registration-modal.component.d.ts +5 -5
  252. package/register-device/bulk/bulk-device-registration-modal.component.d.ts.map +1 -1
  253. package/register-device/general/general-device-registration.component.d.ts +5 -5
  254. package/register-device/general/general-device-registration.component.d.ts.map +1 -1
  255. package/trusted-certificates/list/trusted-certificate-list.component.d.ts +4 -4
  256. package/trusted-certificates/list/trusted-certificate-list.component.d.ts.map +1 -1
  257. package/upgrade/ng1/downgraded.services.d.ts +1 -0
  258. package/upgrade/ng1/downgraded.services.d.ts.map +1 -1
  259. package/upgrade/ng1/index.d.ts.map +1 -1
  260. package/widgets/cockpit-exports/index.d.ts +1 -1
  261. package/widgets/definitions/datapoints-graph/datapoint-graph-widget-factory.d.ts +11 -0
  262. package/widgets/definitions/datapoints-graph/datapoint-graph-widget-factory.d.ts.map +1 -0
  263. package/widgets/definitions/datapoints-graph/index.d.ts +0 -28
  264. package/widgets/definitions/datapoints-graph/index.d.ts.map +1 -1
  265. package/widgets/definitions/index.d.ts +2 -1
  266. package/widgets/definitions/index.d.ts.map +1 -1
  267. package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts +2 -0
  268. package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts.map +1 -1
@@ -108,6 +108,12 @@ msgid_plural "{{ $count }} days"
108
108
  msgstr[0] ""
109
109
  msgstr[1] ""
110
110
 
111
+ msgid "1 day 1 hour"
112
+ msgstr ""
113
+
114
+ msgid "1 day {{hours}} hours"
115
+ msgstr ""
116
+
111
117
  msgid "1 device"
112
118
  msgid_plural "{{$count}} devices"
113
119
  msgstr[0] ""
@@ -123,6 +129,15 @@ msgid_plural "{{$count}} device credentials"
123
129
  msgstr[0] ""
124
130
  msgstr[1] ""
125
131
 
132
+ msgid "1 hour"
133
+ msgstr ""
134
+
135
+ msgid "1 hour 1 minute"
136
+ msgstr ""
137
+
138
+ msgid "1 hour {{minutes}} minutes"
139
+ msgstr ""
140
+
126
141
  msgid "1 inbound API request"
127
142
  msgid_plural "{{$count}} inbound API requests"
128
143
  msgstr[0] ""
@@ -133,6 +148,15 @@ msgid_plural "{{$count}} mappings"
133
148
  msgstr[0] ""
134
149
  msgstr[1] ""
135
150
 
151
+ msgid "1 minute"
152
+ msgstr ""
153
+
154
+ msgid "1 minute 1 second"
155
+ msgstr ""
156
+
157
+ msgid "1 minute {{seconds}} seconds"
158
+ msgstr ""
159
+
136
160
  msgid "1 operation executing"
137
161
  msgid_plural "{{$count}} operations executing"
138
162
  msgstr[0] ""
@@ -161,6 +185,9 @@ msgid_plural "{{$count}} root devices"
161
185
  msgstr[0] ""
162
186
  msgstr[1] ""
163
187
 
188
+ msgid "1 second"
189
+ msgstr ""
190
+
164
191
  msgid "1 selected item."
165
192
  msgstr ""
166
193
 
@@ -596,6 +623,9 @@ msgstr ""
596
623
  msgid "Acknowledged`alarm`"
597
624
  msgstr ""
598
625
 
626
+ msgid "Acknowledgment rate (msg/s)"
627
+ msgstr ""
628
+
599
629
  msgid "Actility"
600
630
  msgstr ""
601
631
 
@@ -715,6 +745,9 @@ msgstr ""
715
745
  msgid "Active requests count"
716
746
  msgstr ""
717
747
 
748
+ msgid "Active subscribers"
749
+ msgstr ""
750
+
718
751
  msgid "Active text color"
719
752
  msgstr ""
720
753
 
@@ -1555,6 +1588,9 @@ msgstr ""
1555
1588
  msgid "Allows to make basic changes to the tenants branding."
1556
1589
  msgstr ""
1557
1590
 
1591
+ msgid "Allows to monitor and manage the usage of messaging service."
1592
+ msgstr ""
1593
+
1558
1594
  msgid "Allows to passthrough a TCP connction."
1559
1595
  msgstr ""
1560
1596
 
@@ -2185,6 +2221,18 @@ msgstr ""
2185
2221
  msgid "Background color of current item in navigator"
2186
2222
  msgstr ""
2187
2223
 
2224
+ msgid "Backlog quota"
2225
+ msgstr ""
2226
+
2227
+ msgid "Backlog quota (per topic)"
2228
+ msgstr ""
2229
+
2230
+ msgid "Backlog time to live (TTL)"
2231
+ msgstr ""
2232
+
2233
+ msgid "Backlog usage"
2234
+ msgstr ""
2235
+
2188
2236
  msgid "Bars"
2189
2237
  msgstr ""
2190
2238
 
@@ -2232,6 +2280,12 @@ msgstr ""
2232
2280
  msgid "Below you can configure one or more OPC UA servers. The OPC UA agent will connect to these servers if they are enabled and the connection state is set to connected."
2233
2281
  msgstr ""
2234
2282
 
2283
+ msgid "Beta features"
2284
+ msgstr ""
2285
+
2286
+ msgid "Beta features preview"
2287
+ msgstr ""
2288
+
2235
2289
  msgid "Billing mode"
2236
2290
  msgstr ""
2237
2291
 
@@ -3574,6 +3628,9 @@ msgstr ""
3574
3628
  msgid "Connected"
3575
3629
  msgstr ""
3576
3630
 
3631
+ msgid "Connected clients"
3632
+ msgstr ""
3633
+
3577
3634
  msgid "Connected to: {{name}}"
3578
3635
  msgstr ""
3579
3636
 
@@ -4188,9 +4245,15 @@ msgstr ""
4188
4245
  msgid "Create new report with widget"
4189
4246
  msgstr ""
4190
4247
 
4248
+ msgid "Create new subscribers to monitor them here."
4249
+ msgstr ""
4250
+
4191
4251
  msgid "Create new subscription"
4192
4252
  msgstr ""
4193
4253
 
4254
+ msgid "Create new topics to monitor them here."
4255
+ msgstr ""
4256
+
4194
4257
  msgid "Create operation"
4195
4258
  msgstr ""
4196
4259
 
@@ -4507,7 +4570,10 @@ msgstr ""
4507
4570
  msgid "Dashboard updated: {{ values }}."
4508
4571
  msgstr ""
4509
4572
 
4510
- msgid "Data Explorer \"new\""
4573
+ msgid "Data Broker"
4574
+ msgstr ""
4575
+
4576
+ msgid "Data Explorer"
4511
4577
  msgstr ""
4512
4578
 
4513
4579
  msgid "Data bits"
@@ -4543,9 +4609,6 @@ msgstr ""
4543
4609
  msgid "Data explorer"
4544
4610
  msgstr ""
4545
4611
 
4546
- msgid "Data explorer \"new\""
4547
- msgstr ""
4548
-
4549
4612
  msgid "Data explorer configurations"
4550
4613
  msgstr ""
4551
4614
 
@@ -4593,9 +4656,6 @@ msgstr ""
4593
4656
  msgid "Data points graph"
4594
4657
  msgstr ""
4595
4658
 
4596
- msgid "Data points graph \"new\""
4597
- msgstr ""
4598
-
4599
4659
  msgid "Data points graph 2"
4600
4660
  msgstr ""
4601
4661
 
@@ -5582,7 +5642,7 @@ msgstr ""
5582
5642
  msgid "Display top level groups under the Groups navigator menu."
5583
5643
  msgstr ""
5584
5644
 
5585
- msgid "Displays a graph of selected datapoints"
5645
+ msgid "Displays a graph of selected data points"
5586
5646
  msgstr ""
5587
5647
 
5588
5648
  msgid "Displays a list of alarms filtered by object, severity, status and date"
@@ -6074,6 +6134,14 @@ msgstr ""
6074
6134
  msgid "Enable message banner"
6075
6135
  msgstr ""
6076
6136
 
6137
+ msgid "Enable or disable"
6138
+ msgstr ""
6139
+
6140
+ msgid ""
6141
+ "Enable or disable experimental features. Your feedback helps us improve functionality before\n"
6142
+ " final release."
6143
+ msgstr ""
6144
+
6077
6145
  msgid "Enable owner"
6078
6146
  msgstr ""
6079
6147
 
@@ -6583,6 +6651,9 @@ msgstr ""
6583
6651
  msgid "Failed to set package availability."
6584
6652
  msgstr ""
6585
6653
 
6654
+ msgid "Failed to unsubscribe {{ numberOfSubscribers }} subscribers."
6655
+ msgstr ""
6656
+
6586
6657
  msgid "Failed to update application."
6587
6658
  msgstr ""
6588
6659
 
@@ -6601,6 +6672,9 @@ msgstr ""
6601
6672
  msgid "Feature"
6602
6673
  msgstr ""
6603
6674
 
6675
+ msgid "Feature preview"
6676
+ msgstr ""
6677
+
6604
6678
  msgid "Features"
6605
6679
  msgstr ""
6606
6680
 
@@ -6817,6 +6891,9 @@ msgstr ""
6817
6891
  msgid "Filter software by name"
6818
6892
  msgstr ""
6819
6893
 
6894
+ msgid "Filter subscribers by partial name"
6895
+ msgstr ""
6896
+
6820
6897
  msgid "Filter target devices"
6821
6898
  msgstr ""
6822
6899
 
@@ -6835,6 +6912,9 @@ msgstr ""
6835
6912
  msgid "Filter this column…"
6836
6913
  msgstr ""
6837
6914
 
6915
+ msgid "Filter topics by partial name"
6916
+ msgstr ""
6917
+
6838
6918
  msgid "Filter users"
6839
6919
  msgstr ""
6840
6920
 
@@ -8679,6 +8759,9 @@ msgstr ""
8679
8759
  msgid "Last N lines"
8680
8760
  msgstr ""
8681
8761
 
8762
+ msgid "Last acknowledged"
8763
+ msgstr ""
8764
+
8682
8765
  msgid "Last communication"
8683
8766
  msgstr ""
8684
8767
 
@@ -8862,6 +8945,9 @@ msgstr ""
8862
8945
  msgid "Limit values saved."
8863
8946
  msgstr ""
8864
8947
 
8948
+ msgid "Limit: {{ backlogQuotaLimit }}"
8949
+ msgstr ""
8950
+
8865
8951
  msgid "Limits"
8866
8952
  msgstr ""
8867
8953
 
@@ -8943,9 +9029,15 @@ msgstr ""
8943
9029
  msgid "Load more packages"
8944
9030
  msgstr ""
8945
9031
 
9032
+ msgid "Load more subscribers"
9033
+ msgstr ""
9034
+
8946
9035
  msgid "Load more tenants"
8947
9036
  msgstr ""
8948
9037
 
9038
+ msgid "Load more topics"
9039
+ msgstr ""
9040
+
8949
9041
  msgid "Load page {{ pageNo }}"
8950
9042
  msgstr ""
8951
9043
 
@@ -8985,12 +9077,18 @@ msgstr ""
8985
9077
  msgid "Loading results…"
8986
9078
  msgstr ""
8987
9079
 
9080
+ msgid "Loading subscribers..."
9081
+ msgstr ""
9082
+
8988
9083
  msgid "Loading tenants…"
8989
9084
  msgstr ""
8990
9085
 
8991
9086
  msgid "Loading the registration form definition…"
8992
9087
  msgstr ""
8993
9088
 
9089
+ msgid "Loading topics..."
9090
+ msgstr ""
9091
+
8994
9092
  msgid "Loading users…"
8995
9093
  msgstr ""
8996
9094
 
@@ -9150,6 +9248,9 @@ msgstr ""
9150
9248
  msgid "MNC"
9151
9249
  msgstr ""
9152
9250
 
9251
+ msgid "MQTT Service"
9252
+ msgstr ""
9253
+
9153
9254
  msgid "MSISDN"
9154
9255
  msgstr ""
9155
9256
 
@@ -9201,6 +9302,9 @@ msgstr ""
9201
9302
  msgid "Make sure that:"
9202
9303
  msgstr ""
9203
9304
 
9305
+ msgid "Manage beta features"
9306
+ msgstr ""
9307
+
9204
9308
  msgid "Manage the application plugins."
9205
9309
  msgstr ""
9206
9310
 
@@ -9386,12 +9490,27 @@ msgstr ""
9386
9490
  msgid "Message ID must be unique among all message and response templates."
9387
9491
  msgstr ""
9388
9492
 
9493
+ msgid "Message backlog"
9494
+ msgstr ""
9495
+
9389
9496
  msgid "Message banner"
9390
9497
  msgstr ""
9391
9498
 
9392
9499
  msgid "Message content"
9393
9500
  msgstr ""
9394
9501
 
9502
+ msgid "Message rate in"
9503
+ msgstr ""
9504
+
9505
+ msgid "Message rate in (msg/s)"
9506
+ msgstr ""
9507
+
9508
+ msgid "Message rate out"
9509
+ msgstr ""
9510
+
9511
+ msgid "Message rate out (msg/s)"
9512
+ msgstr ""
9513
+
9395
9514
  msgid "Message sending"
9396
9515
  msgstr ""
9397
9516
 
@@ -9431,6 +9550,12 @@ msgstr ""
9431
9550
  msgid "Messaging provider must be configured to send WAN settings to device via SMS."
9432
9551
  msgstr ""
9433
9552
 
9553
+ msgid "Messaging service"
9554
+ msgstr ""
9555
+
9556
+ msgid "Messaging service - monitoring & management"
9557
+ msgstr ""
9558
+
9434
9559
  msgid "Messaging`icons-category`"
9435
9560
  msgstr ""
9436
9561
 
@@ -9562,6 +9687,9 @@ msgstr ""
9562
9687
  msgid "Module version"
9563
9688
  msgstr ""
9564
9689
 
9690
+ msgid "Monitoring"
9691
+ msgstr ""
9692
+
9565
9693
  msgid "Month"
9566
9694
  msgstr ""
9567
9695
 
@@ -9849,6 +9977,9 @@ msgstr ""
9849
9977
  msgid "New export schedule"
9850
9978
  msgstr ""
9851
9979
 
9980
+ msgid "New features available"
9981
+ msgstr ""
9982
+
9852
9983
  msgid "New global role"
9853
9984
  msgstr ""
9854
9985
 
@@ -10372,6 +10503,12 @@ msgstr ""
10372
10503
  msgid "No matching software available."
10373
10504
  msgstr ""
10374
10505
 
10506
+ msgid "No matching subscribers found."
10507
+ msgstr ""
10508
+
10509
+ msgid "No matching topics found."
10510
+ msgstr ""
10511
+
10375
10512
  msgid "No measurement to display."
10376
10513
  msgstr ""
10377
10514
 
@@ -10573,6 +10710,9 @@ msgstr ""
10573
10710
  msgid "No subgroups"
10574
10711
  msgstr ""
10575
10712
 
10713
+ msgid "No subscribers to display."
10714
+ msgstr ""
10715
+
10576
10716
  msgid "No template"
10577
10717
  msgstr ""
10578
10718
 
@@ -10585,6 +10725,9 @@ msgstr ""
10585
10725
  msgid "No top level nodes set."
10586
10726
  msgstr ""
10587
10727
 
10728
+ msgid "No topics to display."
10729
+ msgstr ""
10730
+
10588
10731
  msgid ""
10589
10732
  "No tracker model specified for this device. Select one from the list of supported models\n"
10590
10733
  " below."
@@ -10707,6 +10850,9 @@ msgstr ""
10707
10850
  msgid "Notification storing when disabled or offline"
10708
10851
  msgstr ""
10709
10852
 
10853
+ msgid "Notifications 2.0"
10854
+ msgstr ""
10855
+
10710
10856
  msgid "Notified global role"
10711
10857
  msgstr ""
10712
10858
 
@@ -11858,6 +12004,9 @@ msgstr ""
11858
12004
  msgid "Public/private keys"
11859
12005
  msgstr ""
11860
12006
 
12007
+ msgid "Publishers"
12008
+ msgstr ""
12009
+
11861
12010
  msgid "Pulling image: \"{{imageName}}\"."
11862
12011
  msgstr ""
11863
12012
 
@@ -13181,6 +13330,9 @@ msgstr ""
13181
13330
  msgid "Select another version, as {{ version }} is currently used."
13182
13331
  msgstr ""
13183
13332
 
13333
+ msgid "Select any feature to view additional details and documentation. Toggle features on or off using the switches."
13334
+ msgstr ""
13335
+
13184
13336
  msgid "Select application to duplicate"
13185
13337
  msgstr ""
13186
13338
 
@@ -13750,6 +13902,15 @@ msgstr ""
13750
13902
  msgid "Servers written during bootstrap"
13751
13903
  msgstr ""
13752
13904
 
13905
+ msgid "Service"
13906
+ msgstr ""
13907
+
13908
+ msgid "Service message backlog limits"
13909
+ msgstr ""
13910
+
13911
+ msgid "Service usage/limits"
13912
+ msgstr ""
13913
+
13753
13914
  msgid "Services"
13754
13915
  msgstr ""
13755
13916
 
@@ -14955,6 +15116,12 @@ msgstr ""
14955
15116
  msgid "Subscribed`application`"
14956
15117
  msgstr ""
14957
15118
 
15119
+ msgid "Subscriber \"{{ subscriberName }}\" unsubscribed."
15120
+ msgstr ""
15121
+
15122
+ msgid "Subscribers"
15123
+ msgstr ""
15124
+
14958
15125
  msgid "Subscribing…"
14959
15126
  msgstr ""
14960
15127
 
@@ -15015,6 +15182,9 @@ msgstr ""
15015
15182
  msgid "Successfully unsubscribed from application."
15016
15183
  msgstr ""
15017
15184
 
15185
+ msgid "Successfully unsubscribed {{ count }} subscribers.<br/>Failed to unsubscribe: {{ nonUnsubscribedSubscribers }}."
15186
+ msgstr ""
15187
+
15018
15188
  msgid "Sum of CPU daily usage in CPU millicores"
15019
15189
  msgstr ""
15020
15190
 
@@ -15811,6 +15981,9 @@ msgstr ""
15811
15981
  msgid "These addresses are already in use."
15812
15982
  msgstr ""
15813
15983
 
15984
+ msgid "These beta capabilities may change or be removed before final release. We value your feedback. The descriptions for the features below are available only in English."
15985
+ msgstr ""
15986
+
15814
15987
  msgid "These cookies are required to enable core site functionality. They perform a task or operation without which a site's functionality would not be possible."
15815
15988
  msgstr ""
15816
15989
 
@@ -16174,9 +16347,27 @@ msgstr ""
16174
16347
  msgid "Top level nodes"
16175
16348
  msgstr ""
16176
16349
 
16350
+ msgid "Topic"
16351
+ msgstr ""
16352
+
16353
+ msgid "Topic message backlog"
16354
+ msgstr ""
16355
+
16356
+ msgid "Topic usage"
16357
+ msgstr ""
16358
+
16359
+ msgid "Topics"
16360
+ msgstr ""
16361
+
16177
16362
  msgid "Total inbound transfer"
16178
16363
  msgstr ""
16179
16364
 
16365
+ msgid "Total subscribers"
16366
+ msgstr ""
16367
+
16368
+ msgid "Total unacknowledged messages"
16369
+ msgstr ""
16370
+
16180
16371
  msgid "Track hidden"
16181
16372
  msgstr ""
16182
16373
 
@@ -16440,6 +16631,9 @@ msgstr ""
16440
16631
  msgid "Unable to upload image."
16441
16632
  msgstr ""
16442
16633
 
16634
+ msgid "Unacknowledged messages"
16635
+ msgstr ""
16636
+
16443
16637
  msgid "Unassign"
16444
16638
  msgstr ""
16445
16639
 
@@ -16521,6 +16715,12 @@ msgstr ""
16521
16715
  msgid "Unknown`package-type`"
16522
16716
  msgstr ""
16523
16717
 
16718
+ msgid "Unlimited` backlog quota`"
16719
+ msgstr ""
16720
+
16721
+ msgid "Unlimited` time-to-live period`"
16722
+ msgstr ""
16723
+
16524
16724
  msgid "Unlink data point template"
16525
16725
  msgstr ""
16526
16726
 
@@ -16554,6 +16754,12 @@ msgstr ""
16554
16754
  msgid "Unsubscribe"
16555
16755
  msgstr ""
16556
16756
 
16757
+ msgid "Unsubscribe \"{{ subscriberName }}\"?"
16758
+ msgstr ""
16759
+
16760
+ msgid "Unsubscribe {{ numberOfSubscribers }} subscribers?"
16761
+ msgstr ""
16762
+
16557
16763
  msgid "Unsubscribing…"
16558
16764
  msgstr ""
16559
16765
 
@@ -16875,6 +17081,9 @@ msgstr ""
16875
17081
  msgid "Use your manage tool to change the setup."
16876
17082
  msgstr ""
16877
17083
 
17084
+ msgid "Used backlog"
17085
+ msgstr ""
17086
+
16878
17087
  msgid "User"
16879
17088
  msgstr ""
16880
17089
 
@@ -17802,6 +18011,18 @@ msgstr ""
17802
18011
  msgid "You are about to unassign device \"{{name}}\". Do you want to proceed?"
17803
18012
  msgstr ""
17804
18013
 
18014
+ msgid "You are about to unsubscribe \"{{ subscriberName }}\" which has active clients. Do you want to proceed?"
18015
+ msgstr ""
18016
+
18017
+ msgid "You are about to unsubscribe \"{{ subscriberName }}\". Do you want to proceed?"
18018
+ msgstr ""
18019
+
18020
+ msgid "You are about to unsubscribe {{ numberOfSubscribers }} subscribers. Do you want to proceed?"
18021
+ msgstr ""
18022
+
18023
+ msgid "You are about to unsubscribe {{ numberOfSubscribers }} subscribers. Some of them have active clients. Do you want to proceed?"
18024
+ msgstr ""
18025
+
17805
18026
  msgid "You are about to update the CRL. Do you want to proceed?"
17806
18027
  msgstr ""
17807
18028
 
@@ -18110,6 +18331,9 @@ msgstr ""
18110
18331
  msgid "by`user`"
18111
18332
  msgstr ""
18112
18333
 
18334
+ msgid "bytes"
18335
+ msgstr ""
18336
+
18113
18337
  msgid "calculating number of API requests"
18114
18338
  msgstr ""
18115
18339
 
@@ -19083,6 +19307,9 @@ msgstr ""
19083
19307
  msgid "{{ lastUpdated }} by {{ user }}"
19084
19308
  msgstr ""
19085
19309
 
19310
+ msgid "{{ messagesPerSecond }} msg/s"
19311
+ msgstr ""
19312
+
19086
19313
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19087
19314
  msgstr ""
19088
19315
 
@@ -19095,12 +19322,18 @@ msgstr ""
19095
19322
  msgid "{{ numberOfReports }} reports selected for widget"
19096
19323
  msgstr ""
19097
19324
 
19325
+ msgid "{{ numberOfSubscribers }} subscribers unsubscribed."
19326
+ msgstr ""
19327
+
19098
19328
  msgid "{{ packageContentsTitle | translate: { selectedVersion } }}"
19099
19329
  msgstr ""
19100
19330
 
19101
19331
  msgid "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }} of {{ itemsTotal }}"
19102
19332
  msgstr ""
19103
19333
 
19334
+ msgid "{{ percentageOfQuota }} used"
19335
+ msgstr ""
19336
+
19104
19337
  msgid "{{ seconds }} s"
19105
19338
  msgstr ""
19106
19339
 
@@ -19125,12 +19358,39 @@ msgstr ""
19125
19358
  msgid "{{count}} versions"
19126
19359
  msgstr ""
19127
19360
 
19361
+ msgid "{{days}} days"
19362
+ msgstr ""
19363
+
19364
+ msgid "{{days}} days 1 hour"
19365
+ msgstr ""
19366
+
19367
+ msgid "{{days}} days {{hours}} hours"
19368
+ msgstr ""
19369
+
19128
19370
  msgid "{{description | translate}} failed."
19129
19371
  msgstr ""
19130
19372
 
19131
19373
  msgid "{{firstItem}} to {{lastItem}}"
19132
19374
  msgstr ""
19133
19375
 
19376
+ msgid "{{hours}} hours"
19377
+ msgstr ""
19378
+
19379
+ msgid "{{hours}} hours 1 minute"
19380
+ msgstr ""
19381
+
19382
+ msgid "{{hours}} hours {{minutes}} minutes"
19383
+ msgstr ""
19384
+
19385
+ msgid "{{minutes}} minutes"
19386
+ msgstr ""
19387
+
19388
+ msgid "{{minutes}} minutes 1 second"
19389
+ msgstr ""
19390
+
19391
+ msgid "{{minutes}} minutes {{seconds}} seconds"
19392
+ msgstr ""
19393
+
19134
19394
  msgid ""
19135
19395
  "{{protocolName | translate}} devices can send messages of different types with different encodings per type.\n"
19136
19396
  " Depending on the device, the type can be determined by looking either\n"
@@ -19161,6 +19421,9 @@ msgstr ""
19161
19421
  msgid "{{qty}} new devices"
19162
19422
  msgstr ""
19163
19423
 
19424
+ msgid "{{seconds}} seconds"
19425
+ msgstr ""
19426
+
19164
19427
  msgid "{{speed}}/s - {{bufferedBytes}} of {{totalBytes}} buffered ({{percentage}}%)"
19165
19428
  msgstr ""
19166
19429