@c8y/ngx-components 1021.51.1 → 1021.54.2

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 (252) hide show
  1. package/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.component.d.ts +10 -2
  2. package/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.component.d.ts.map +1 -1
  3. package/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.model.d.ts +11 -0
  4. package/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.model.d.ts.map +1 -0
  5. package/alarm-event-selector/alarm-event-selection-list/alarm-event-selection-list.component.d.ts +10 -4
  6. package/alarm-event-selector/alarm-event-selection-list/alarm-event-selection-list.component.d.ts.map +1 -1
  7. package/alarm-event-selector/alarm-event-selector-list-item/alarm-event-selector-list-item.component.d.ts +3 -1
  8. package/alarm-event-selector/alarm-event-selector-list-item/alarm-event-selector-list-item.component.d.ts.map +1 -1
  9. package/alarm-event-selector/alarm-event-selector.model.d.ts +7 -0
  10. package/alarm-event-selector/alarm-event-selector.model.d.ts.map +1 -1
  11. package/core/dashboard/dashboard-child-action.component.d.ts +1 -1
  12. package/core/dashboard/dashboard-child-action.component.d.ts.map +1 -1
  13. package/core/dashboard/dashboard.module.d.ts +29 -29
  14. package/core/dashboard/index.d.ts +3 -0
  15. package/core/dashboard/index.d.ts.map +1 -1
  16. package/core/dashboard/widgets-dashboard.component.d.ts +1 -1
  17. package/core/dashboard/widgets-dashboard.component.d.ts.map +1 -1
  18. package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts +1 -1
  19. package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts.map +1 -1
  20. package/core/dashboard/wiget-time-context/realtime-control/realtime-control.component.d.ts +1 -1
  21. package/core/dashboard/wiget-time-context/realtime-control/realtime-control.component.d.ts.map +1 -1
  22. package/core/dashboard/wiget-time-context/widget-time-context-date-range.service.d.ts +10 -0
  23. package/core/dashboard/wiget-time-context/widget-time-context-date-range.service.d.ts.map +1 -0
  24. package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts +7 -4
  25. package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts.map +1 -1
  26. package/core/dashboard/wiget-time-context/widget-time-context.model.d.ts +0 -1
  27. package/core/dashboard/wiget-time-context/widget-time-context.model.d.ts.map +1 -1
  28. package/core/date-picker/date-picker.component.d.ts +1 -1
  29. package/core/date-picker/date-picker.component.d.ts.map +1 -1
  30. package/core/date-picker/date-picker.module.d.ts +9 -9
  31. package/core/date-time-picker/close-date-picker.directive.d.ts +1 -1
  32. package/core/date-time-picker/close-date-picker.directive.d.ts.map +1 -1
  33. package/core/date-time-picker/date-time-picker.component.d.ts +6 -3
  34. package/core/date-time-picker/date-time-picker.component.d.ts.map +1 -1
  35. package/core/date-time-picker/date-time-picker.module.d.ts +11 -11
  36. package/core/date-time-picker/date-time-picker.module.d.ts.map +1 -1
  37. package/core/forms/forms.module.d.ts +18 -18
  38. package/core/forms/required-input-placeholder.directive.d.ts +1 -1
  39. package/core/forms/required-input-placeholder.directive.d.ts.map +1 -1
  40. package/core/router/router.service.d.ts.map +1 -1
  41. package/core/user/user-menu.service.d.ts +36 -11
  42. package/core/user/user-menu.service.d.ts.map +1 -1
  43. package/datapoint-explorer/c8y-ngx-components-datapoint-explorer.d.ts.map +1 -0
  44. package/datapoint-explorer/datapoint-explorer.module.d.ts +7 -0
  45. package/datapoint-explorer/datapoint-explorer.module.d.ts.map +1 -0
  46. package/datapoint-explorer/index.d.ts +2 -0
  47. package/datapoint-explorer/index.d.ts.map +1 -0
  48. package/datapoint-explorer/view/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -0
  49. package/datapoint-explorer/view/configuration/naming-dictionary.d.ts +3 -0
  50. package/datapoint-explorer/view/configuration/naming-dictionary.d.ts.map +1 -0
  51. package/datapoint-explorer/view/configuration/workspace-configuration.component.d.ts +38 -0
  52. package/datapoint-explorer/view/configuration/workspace-configuration.component.d.ts.map +1 -0
  53. package/datapoint-explorer/view/configuration/workspace-configuration.model.d.ts +7 -0
  54. package/datapoint-explorer/view/configuration/workspace-configuration.model.d.ts.map +1 -0
  55. package/datapoint-explorer/view/configuration/workspace-configuration.service.d.ts +15 -0
  56. package/datapoint-explorer/view/configuration/workspace-configuration.service.d.ts.map +1 -0
  57. package/datapoint-explorer/view/create-new-report-modal/create-new-report-modal.component.d.ts +25 -0
  58. package/datapoint-explorer/view/create-new-report-modal/create-new-report-modal.component.d.ts.map +1 -0
  59. package/datapoint-explorer/view/datapoint-explorer.component.d.ts +67 -0
  60. package/datapoint-explorer/view/datapoint-explorer.component.d.ts.map +1 -0
  61. package/datapoint-explorer/view/datapoint-explorer.service.d.ts +9 -0
  62. package/datapoint-explorer/view/datapoint-explorer.service.d.ts.map +1 -0
  63. package/datapoint-explorer/view/index.d.ts +2 -0
  64. package/datapoint-explorer/view/index.d.ts.map +1 -0
  65. package/datapoint-explorer/view/send-as-widget-to-report-modal/send-as-widget-to-report-modal.component.d.ts +23 -0
  66. package/datapoint-explorer/view/send-as-widget-to-report-modal/send-as-widget-to-report-modal.component.d.ts.map +1 -0
  67. package/echart/c8y-ngx-components-echart.d.ts.map +1 -0
  68. package/echart/chart-alerts/chart-alerts.component.d.ts +8 -0
  69. package/echart/chart-alerts/chart-alerts.component.d.ts.map +1 -0
  70. package/echart/charts.component.d.ts +63 -0
  71. package/echart/charts.component.d.ts.map +1 -0
  72. package/echart/index.d.ts +5 -0
  73. package/echart/index.d.ts.map +1 -0
  74. package/echart/models/c8y-ngx-components-echart-models.d.ts.map +1 -0
  75. package/echart/models/chart.model.d.ts +37 -0
  76. package/echart/models/chart.model.d.ts.map +1 -0
  77. package/echart/models/datapoints-graph-widget.model.d.ts +126 -0
  78. package/echart/models/datapoints-graph-widget.model.d.ts.map +1 -0
  79. package/echart/models/index.d.ts +4 -0
  80. package/echart/models/index.d.ts.map +1 -0
  81. package/echart/models/svg-icons.model.d.ts +22 -0
  82. package/echart/models/svg-icons.model.d.ts.map +1 -0
  83. package/echart/services/chart-alarms.service.d.ts +17 -0
  84. package/echart/services/chart-alarms.service.d.ts.map +1 -0
  85. package/echart/services/chart-events.service.d.ts +17 -0
  86. package/echart/services/chart-events.service.d.ts.map +1 -0
  87. package/echart/services/chart-realtime.service.d.ts +35 -0
  88. package/echart/services/chart-realtime.service.d.ts.map +1 -0
  89. package/echart/services/chart-types.service.d.ts +15 -0
  90. package/echart/services/chart-types.service.d.ts.map +1 -0
  91. package/echart/services/custom-measurements.service.d.ts +12 -0
  92. package/echart/services/custom-measurements.service.d.ts.map +1 -0
  93. package/echart/services/echarts-options.service.d.ts +143 -0
  94. package/echart/services/echarts-options.service.d.ts.map +1 -0
  95. package/echart/services/y-axis.service.d.ts +17 -0
  96. package/echart/services/y-axis.service.d.ts.map +1 -0
  97. package/esm2022/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.component.mjs +37 -12
  98. package/esm2022/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.model.mjs +2 -0
  99. package/esm2022/alarm-event-selector/alarm-event-selection-list/alarm-event-selection-list.component.mjs +39 -12
  100. package/esm2022/alarm-event-selector/alarm-event-selector-list-item/alarm-event-selector-list-item.component.mjs +6 -4
  101. package/esm2022/alarm-event-selector/alarm-event-selector.component.mjs +1 -1
  102. package/esm2022/alarm-event-selector/alarm-event-selector.model.mjs +1 -1
  103. package/esm2022/alarm-event-selector/custom-alarm-event-form/custom-alarm-event-form.component.mjs +1 -1
  104. package/esm2022/alarms/alarms-filter.component.mjs +3 -3
  105. package/esm2022/core/dashboard/dashboard-child-action.component.mjs +3 -3
  106. package/esm2022/core/dashboard/dashboard.module.mjs +17 -14
  107. package/esm2022/core/dashboard/index.mjs +4 -1
  108. package/esm2022/core/dashboard/widgets-dashboard.component.mjs +9 -9
  109. package/esm2022/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.mjs +11 -9
  110. package/esm2022/core/dashboard/wiget-time-context/realtime-control/realtime-control.component.mjs +8 -7
  111. package/esm2022/core/dashboard/wiget-time-context/widget-time-context-date-range.service.mjs +23 -0
  112. package/esm2022/core/dashboard/wiget-time-context/widget-time-context.component.mjs +70 -26
  113. package/esm2022/core/dashboard/wiget-time-context/widget-time-context.model.mjs +1 -1
  114. package/esm2022/core/date-picker/date-picker.component.mjs +29 -14
  115. package/esm2022/core/date-picker/date-picker.module.mjs +9 -7
  116. package/esm2022/core/date-time-picker/close-date-picker.directive.mjs +4 -3
  117. package/esm2022/core/date-time-picker/date-time-picker.component.mjs +57 -29
  118. package/esm2022/core/date-time-picker/date-time-picker.module.mjs +11 -7
  119. package/esm2022/core/forms/forms.module.mjs +3 -3
  120. package/esm2022/core/forms/ip-range-input-list.component.mjs +5 -5
  121. package/esm2022/core/forms/required-input-placeholder.directive.mjs +4 -3
  122. package/esm2022/core/router/router.service.mjs +1 -1
  123. package/esm2022/core/user/user-menu.service.mjs +57 -17
  124. package/esm2022/datapoint-explorer/c8y-ngx-components-datapoint-explorer.mjs +5 -0
  125. package/esm2022/datapoint-explorer/datapoint-explorer.module.mjs +65 -0
  126. package/esm2022/datapoint-explorer/index.mjs +2 -0
  127. package/esm2022/datapoint-explorer/view/c8y-ngx-components-datapoint-explorer-view.mjs +5 -0
  128. package/esm2022/datapoint-explorer/view/configuration/naming-dictionary.mjs +65 -0
  129. package/esm2022/datapoint-explorer/view/configuration/workspace-configuration.component.mjs +169 -0
  130. package/esm2022/datapoint-explorer/view/configuration/workspace-configuration.model.mjs +2 -0
  131. package/esm2022/datapoint-explorer/view/configuration/workspace-configuration.service.mjs +40 -0
  132. package/esm2022/datapoint-explorer/view/create-new-report-modal/create-new-report-modal.component.mjs +64 -0
  133. package/esm2022/datapoint-explorer/view/datapoint-explorer.component.mjs +279 -0
  134. package/esm2022/datapoint-explorer/view/datapoint-explorer.service.mjs +23 -0
  135. package/esm2022/datapoint-explorer/view/index.mjs +2 -0
  136. package/esm2022/datapoint-explorer/view/send-as-widget-to-report-modal/send-as-widget-to-report-modal.component.mjs +48 -0
  137. package/esm2022/datapoint-selector/datapoint-attributes-form/datapoint-attributes-form.component.mjs +3 -3
  138. package/esm2022/datapoint-selector/datapoint-selector-list-item/datapoint-selector-list-item.component.mjs +3 -3
  139. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-exports-selector-file-types/datapoints-exports-selector-file-types.component.mjs +3 -3
  140. package/esm2022/datapoints-export-selector/datapoints-export-selector.component.mjs +3 -3
  141. package/esm2022/device-list/add-smart-group.component.mjs +3 -3
  142. package/esm2022/echart/c8y-ngx-components-echart.mjs +5 -0
  143. package/esm2022/echart/chart-alerts/chart-alerts.component.mjs +16 -0
  144. package/esm2022/echart/charts.component.mjs +560 -0
  145. package/esm2022/echart/index.mjs +5 -0
  146. package/esm2022/echart/models/c8y-ngx-components-echart-models.mjs +5 -0
  147. package/esm2022/echart/models/chart.model.mjs +2 -0
  148. package/esm2022/echart/models/datapoints-graph-widget.model.mjs +17 -0
  149. package/esm2022/echart/models/index.mjs +4 -0
  150. package/esm2022/echart/models/svg-icons.model.mjs +22 -0
  151. package/esm2022/echart/services/chart-alarms.service.mjs +58 -0
  152. package/esm2022/echart/services/chart-events.service.mjs +44 -0
  153. package/esm2022/echart/services/chart-realtime.service.mjs +193 -0
  154. package/esm2022/echart/services/chart-types.service.mjs +102 -0
  155. package/esm2022/echart/services/custom-measurements.service.mjs +52 -0
  156. package/esm2022/echart/services/echarts-options.service.mjs +857 -0
  157. package/esm2022/echart/services/y-axis.service.mjs +150 -0
  158. package/esm2022/icon-selector/icons/platform/index.mjs +10 -8
  159. package/esm2022/interval-picker/interval-picker.component.mjs +3 -3
  160. package/esm2022/interval-picker/interval-picker.model.mjs +1 -1
  161. package/esm2022/report-dashboard/index.mjs +2 -1
  162. package/esm2022/time-context/c8y-ngx-components-time-context.mjs +5 -0
  163. package/esm2022/time-context/index.mjs +2 -0
  164. package/esm2022/time-context/time-context.component.mjs +217 -0
  165. package/esm2022/time-context/time-context.service.mjs +83 -0
  166. package/esm2022/translation-editor/lazy/translation-editor/translation-editor.component.mjs +6 -5
  167. package/esm2022/widgets/cockpit-exports/index.mjs +8 -1
  168. package/esm2022/widgets/definitions/datapoints-graph/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs +5 -0
  169. package/esm2022/widgets/definitions/datapoints-graph/index.mjs +31 -0
  170. package/esm2022/widgets/definitions/index.mjs +3 -2
  171. package/esm2022/widgets/implementations/datapoints-graph/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +5 -0
  172. package/esm2022/widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.mjs +239 -0
  173. package/esm2022/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.mjs +241 -0
  174. package/esm2022/widgets/implementations/datapoints-graph/index.mjs +3 -0
  175. package/fesm2022/c8y-ngx-components-alarm-event-selector.mjs +80 -28
  176. package/fesm2022/c8y-ngx-components-alarm-event-selector.mjs.map +1 -1
  177. package/fesm2022/c8y-ngx-components-alarms.mjs +2 -2
  178. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  179. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +658 -0
  180. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -0
  181. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +72 -0
  182. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs.map +1 -0
  183. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +4 -4
  184. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  185. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +4 -4
  186. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
  187. package/fesm2022/c8y-ngx-components-device-list.mjs +2 -2
  188. package/fesm2022/c8y-ngx-components-device-list.mjs.map +1 -1
  189. package/fesm2022/c8y-ngx-components-echart-models.mjs +46 -0
  190. package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -0
  191. package/fesm2022/c8y-ngx-components-echart.mjs +2023 -0
  192. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -0
  193. package/fesm2022/c8y-ngx-components-icon-selector-icons-platform.mjs +9 -7
  194. package/fesm2022/c8y-ngx-components-icon-selector-icons-platform.mjs.map +1 -1
  195. package/fesm2022/c8y-ngx-components-interval-picker.mjs +2 -2
  196. package/fesm2022/c8y-ngx-components-interval-picker.mjs.map +1 -1
  197. package/fesm2022/c8y-ngx-components-report-dashboard.mjs +1 -1
  198. package/fesm2022/c8y-ngx-components-time-context.mjs +300 -0
  199. package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -0
  200. package/fesm2022/c8y-ngx-components-translation-editor-lazy.mjs +5 -4
  201. package/fesm2022/c8y-ngx-components-translation-editor-lazy.mjs.map +1 -1
  202. package/fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs +7 -0
  203. package/fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs.map +1 -1
  204. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs +38 -0
  205. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs.map +1 -0
  206. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +2 -1
  207. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
  208. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +467 -0
  209. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -0
  210. package/fesm2022/c8y-ngx-components.mjs +429 -277
  211. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  212. package/icon-selector/icons/index.d.ts +1 -1
  213. package/icon-selector/icons/platform/index.d.ts +2 -2
  214. package/icon-selector/icons/platform/index.d.ts.map +1 -1
  215. package/interval-picker/interval-picker.component.d.ts.map +1 -1
  216. package/interval-picker/interval-picker.model.d.ts.map +1 -1
  217. package/locales/de.po +206 -279
  218. package/locales/es.po +206 -279
  219. package/locales/fr.po +206 -279
  220. package/locales/ja_JP.po +196 -279
  221. package/locales/ko.po +455 -444
  222. package/locales/locales.pot +190 -272
  223. package/locales/nl.po +206 -279
  224. package/locales/pl.po +206 -279
  225. package/locales/pt_BR.po +206 -279
  226. package/locales/zh_CN.po +450 -443
  227. package/locales/zh_TW.po +452 -445
  228. package/package.json +1 -1
  229. package/report-dashboard/index.d.ts +1 -0
  230. package/report-dashboard/index.d.ts.map +1 -1
  231. package/time-context/c8y-ngx-components-time-context.d.ts.map +1 -0
  232. package/time-context/index.d.ts +2 -0
  233. package/time-context/index.d.ts.map +1 -0
  234. package/time-context/time-context.component.d.ts +61 -0
  235. package/time-context/time-context.component.d.ts.map +1 -0
  236. package/time-context/time-context.service.d.ts +25 -0
  237. package/time-context/time-context.service.d.ts.map +1 -0
  238. package/translation-editor/lazy/translation-editor/translation-editor.component.d.ts.map +1 -1
  239. package/widgets/cockpit-exports/index.d.ts +6 -0
  240. package/widgets/cockpit-exports/index.d.ts.map +1 -1
  241. package/widgets/definitions/datapoints-graph/c8y-ngx-components-widgets-definitions-datapoints-graph.d.ts.map +1 -0
  242. package/widgets/definitions/datapoints-graph/index.d.ts +16 -0
  243. package/widgets/definitions/datapoints-graph/index.d.ts.map +1 -0
  244. package/widgets/definitions/index.d.ts +1 -0
  245. package/widgets/definitions/index.d.ts.map +1 -1
  246. package/widgets/implementations/datapoints-graph/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts.map +1 -0
  247. package/widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.d.ts +43 -0
  248. package/widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.d.ts.map +1 -0
  249. package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts +54 -0
  250. package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts.map +1 -0
  251. package/widgets/implementations/datapoints-graph/index.d.ts +3 -0
  252. package/widgets/implementations/datapoints-graph/index.d.ts.map +1 -0
@@ -348,6 +348,20 @@ msgstr ""
348
348
  msgid "<small>Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />Supported algorithms: RSA, DSA.</small>"
349
349
  msgstr ""
350
350
 
351
+ msgid ""
352
+ "<ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
353
+ " <li>\n"
354
+ " <b>Visibility:</b>\n"
355
+ " use visibility icon to toggle datapoint, alarm or event visibility on chart. At least one datapoint is required to display chart.\n"
356
+ " </li>\n"
357
+ " <li>\n"
358
+ " <b>Alarm details</b>\n"
359
+ " Click alarm legend item to highlight area between alarm raised timestamp and alarm cleared timestamp.\n"
360
+ " You can also click alarm markline on chart to highlight alarm and to pause tooltip. Click on highlighted area or legend item to cancel highlighting.\n"
361
+ " </li>\n"
362
+ " </ul>"
363
+ msgstr ""
364
+
351
365
  msgid ""
352
366
  "A <strong>global role</strong> contains generally applicable permissions. For example,\n"
353
367
  " select \"Read\" in the \"Inventory\" row to allow users with this role to read all objects in\n"
@@ -689,6 +703,9 @@ msgstr ""
689
703
  msgid "Active border color"
690
704
  msgstr ""
691
705
 
706
+ msgid "Active configuration cannot be removed"
707
+ msgstr ""
708
+
692
709
  msgid "Active filters"
693
710
  msgstr ""
694
711
 
@@ -1325,6 +1342,9 @@ msgstr ""
1325
1342
  msgid "Aggregation"
1326
1343
  msgstr ""
1327
1344
 
1345
+ msgid "Aggregation selection"
1346
+ msgstr ""
1347
+
1328
1348
  msgid "Aggregation type"
1329
1349
  msgstr ""
1330
1350
 
@@ -1343,9 +1363,6 @@ msgstr ""
1343
1363
  msgid "Alarm created"
1344
1364
  msgstr ""
1345
1365
 
1346
- msgid "Alarm duration"
1347
- msgstr ""
1348
-
1349
1366
  msgid "Alarm list"
1350
1367
  msgstr ""
1351
1368
 
@@ -1358,7 +1375,7 @@ msgstr ""
1358
1375
  msgid "Alarm mask"
1359
1376
  msgstr ""
1360
1377
 
1361
- msgid "Alarm occurred"
1378
+ msgid "Alarm of this type is currently active and outside of the selected time range"
1362
1379
  msgstr ""
1363
1380
 
1364
1381
  msgid "Alarm severity"
@@ -1397,6 +1414,12 @@ msgstr ""
1397
1414
  msgid "Alarms"
1398
1415
  msgstr ""
1399
1416
 
1417
+ msgid "Alarms & Events"
1418
+ msgstr ""
1419
+
1420
+ msgid "Alarms & events"
1421
+ msgstr ""
1422
+
1400
1423
  msgid "Alarms (3 mo.)"
1401
1424
  msgstr ""
1402
1425
 
@@ -1919,6 +1942,9 @@ msgstr ""
1919
1942
  msgid "Assigns a new owner to all direct sub-users of the deleted user."
1920
1943
  msgstr ""
1921
1944
 
1945
+ msgid "At least 1 active data points must be active."
1946
+ msgstr ""
1947
+
1922
1948
  msgid "At least 1 data point must be selected"
1923
1949
  msgstr ""
1924
1950
 
@@ -2126,6 +2152,9 @@ msgstr ""
2126
2152
  msgid "Awake time registration parameter"
2127
2153
  msgstr ""
2128
2154
 
2155
+ msgid "Axis"
2156
+ msgstr ""
2157
+
2129
2158
  msgid "Azure AD"
2130
2159
  msgstr ""
2131
2160
 
@@ -2560,15 +2589,6 @@ msgstr ""
2560
2589
  msgid "Cache duration"
2561
2590
  msgstr ""
2562
2591
 
2563
- msgid "Calculate"
2564
- msgstr ""
2565
-
2566
- msgid "Calculate energy consumption"
2567
- msgstr ""
2568
-
2569
- msgid "Calculates energy consumption"
2570
- msgstr ""
2571
-
2572
2592
  msgid "Camera type"
2573
2593
  msgstr ""
2574
2594
 
@@ -3153,6 +3173,9 @@ msgstr ""
3153
3173
  msgid "Click to edit"
3154
3174
  msgstr ""
3155
3175
 
3176
+ msgid "Click to enable zoom, then click and drag on the desired area in the chart."
3177
+ msgstr ""
3178
+
3156
3179
  msgid "Click to fetch subgroups"
3157
3180
  msgstr ""
3158
3181
 
@@ -3363,6 +3386,9 @@ msgstr ""
3363
3386
  msgid "Configuration"
3364
3387
  msgstr ""
3365
3388
 
3389
+ msgid "Configuration 1"
3390
+ msgstr ""
3391
+
3366
3392
  msgid "Configuration complete."
3367
3393
  msgstr ""
3368
3394
 
@@ -3375,6 +3401,9 @@ msgstr ""
3375
3401
  msgid "Configuration file"
3376
3402
  msgstr ""
3377
3403
 
3404
+ msgid "Configuration label"
3405
+ msgstr ""
3406
+
3378
3407
  msgid "Configuration repository"
3379
3408
  msgstr ""
3380
3409
 
@@ -4071,13 +4100,13 @@ msgstr ""
4071
4100
  msgid "Create a new command template"
4072
4101
  msgstr ""
4073
4102
 
4074
- msgid "Create alarm"
4103
+ msgid "Create a new report with the Data points graph widget using the current configuration."
4075
4104
  msgstr ""
4076
4105
 
4077
- msgid "Create alarm when measurement reaches explicit thresholds"
4106
+ msgid "Create a new report with widget"
4078
4107
  msgstr ""
4079
4108
 
4080
- msgid "Create alarm:"
4109
+ msgid "Create alarm"
4081
4110
  msgstr ""
4082
4111
 
4083
4112
  msgid "Create an alarm if the value is not equal to 0"
@@ -4148,6 +4177,9 @@ msgstr ""
4148
4177
  msgid "Create new group and assign device"
4149
4178
  msgstr ""
4150
4179
 
4180
+ msgid "Create new report with widget"
4181
+ msgstr ""
4182
+
4151
4183
  msgid "Create new subscription"
4152
4184
  msgstr ""
4153
4185
 
@@ -4193,12 +4225,6 @@ msgstr ""
4193
4225
  msgid "Created to`date`"
4194
4226
  msgstr ""
4195
4227
 
4196
- msgid "Creates alarm when measurements are missing"
4197
- msgstr ""
4198
-
4199
- msgid "Creates alarms when measurement reaches thresholds"
4200
- msgstr ""
4201
-
4202
4228
  msgid ""
4203
4229
  "Creates all device credentials and devices using provided list of property values.\n"
4204
4230
  " Devices can start communicating with the platform immediately."
@@ -4425,9 +4451,6 @@ msgstr ""
4425
4451
  msgid "Dashboard"
4426
4452
  msgstr ""
4427
4453
 
4428
- msgid "Dashboard & frequency"
4429
- msgstr ""
4430
-
4431
4454
  msgid "Dashboard asset model has been disabled."
4432
4455
  msgstr ""
4433
4456
 
@@ -4476,10 +4499,7 @@ msgstr ""
4476
4499
  msgid "Dashboard updated: {{ values }}."
4477
4500
  msgstr ""
4478
4501
 
4479
- msgid "Data"
4480
- msgstr ""
4481
-
4482
- msgid "Data & frequency"
4502
+ msgid "Data Explorer \"new\""
4483
4503
  msgstr ""
4484
4504
 
4485
4505
  msgid "Data bits"
@@ -4515,6 +4535,12 @@ msgstr ""
4515
4535
  msgid "Data explorer"
4516
4536
  msgstr ""
4517
4537
 
4538
+ msgid "Data explorer \"new\""
4539
+ msgstr ""
4540
+
4541
+ msgid "Data explorer configurations"
4542
+ msgstr ""
4543
+
4518
4544
  msgid "Data export"
4519
4545
  msgstr ""
4520
4546
 
@@ -4535,9 +4561,6 @@ msgstr ""
4535
4561
  msgid "Data matches schema from \"not\"."
4536
4562
  msgstr ""
4537
4563
 
4538
- msgid "Data point"
4539
- msgstr ""
4540
-
4541
4564
  msgid "Data point library"
4542
4565
  msgstr ""
4543
4566
 
@@ -4562,6 +4585,12 @@ msgstr ""
4562
4585
  msgid "Data points graph"
4563
4586
  msgstr ""
4564
4587
 
4588
+ msgid "Data points graph \"new\""
4589
+ msgstr ""
4590
+
4591
+ msgid "Data points graph 2"
4592
+ msgstr ""
4593
+
4565
4594
  msgid "Data points list"
4566
4595
  msgstr ""
4567
4596
 
@@ -4634,6 +4663,12 @@ msgstr ""
4634
4663
  msgid "Date selection"
4635
4664
  msgstr ""
4636
4665
 
4666
+ msgid "Date selection in the widget view."
4667
+ msgstr ""
4668
+
4669
+ msgid "Date selection in widget view is not possible when using dashboard time range."
4670
+ msgstr ""
4671
+
4637
4672
  msgid "Date sent"
4638
4673
  msgstr ""
4639
4674
 
@@ -4796,6 +4831,9 @@ msgstr ""
4796
4831
  msgid "Delete all branding variants"
4797
4832
  msgstr ""
4798
4833
 
4834
+ msgid "Delete all configurations"
4835
+ msgstr ""
4836
+
4799
4837
  msgid "Delete all variants"
4800
4838
  msgstr ""
4801
4839
 
@@ -5398,6 +5436,9 @@ msgstr ""
5398
5436
  msgid "Disable timeout"
5399
5437
  msgstr ""
5400
5438
 
5439
+ msgid "Disable zoom in"
5440
+ msgstr ""
5441
+
5401
5442
  msgid "Disabled"
5402
5443
  msgstr ""
5403
5444
 
@@ -5497,9 +5538,18 @@ msgstr ""
5497
5538
  msgid "Display custom HTML code"
5498
5539
  msgstr ""
5499
5540
 
5541
+ msgid "Display labels and units on Y-axis"
5542
+ msgstr ""
5543
+
5544
+ msgid "Display labels and units on y-axis"
5545
+ msgstr ""
5546
+
5500
5547
  msgid "Display mode"
5501
5548
  msgstr ""
5502
5549
 
5550
+ msgid "Display options"
5551
+ msgstr ""
5552
+
5503
5553
  msgid "Display selected roaming network"
5504
5554
  msgstr ""
5505
5555
 
@@ -5518,6 +5568,9 @@ msgstr ""
5518
5568
  msgid "Display top level groups under the Groups navigator menu."
5519
5569
  msgstr ""
5520
5570
 
5571
+ msgid "Displays a graph of selected datapoints"
5572
+ msgstr ""
5573
+
5521
5574
  msgid "Displays a list of alarms filtered by object, severity, status and date"
5522
5575
  msgstr ""
5523
5576
 
@@ -5755,6 +5808,9 @@ msgstr ""
5755
5808
  msgid "Duplicate as regular dashboard"
5756
5809
  msgstr ""
5757
5810
 
5811
+ msgid "Duplicate configuration"
5812
+ msgstr ""
5813
+
5758
5814
  msgid "Duplicate existing application"
5759
5815
  msgstr ""
5760
5816
 
@@ -5803,9 +5859,6 @@ msgstr ""
5803
5859
  msgid "Dynamic access mapping principle"
5804
5860
  msgstr ""
5805
5861
 
5806
- msgid "E"
5807
- msgstr ""
5808
-
5809
5862
  msgid "ECN0"
5810
5863
  msgstr ""
5811
5864
 
@@ -5836,6 +5889,9 @@ msgstr ""
5836
5889
  msgid "Easily copy any branding variant from any tenant"
5837
5890
  msgstr ""
5838
5891
 
5892
+ msgid "Easily switch and manage configurations."
5893
+ msgstr ""
5894
+
5839
5895
  msgid "Ecosystem"
5840
5896
  msgstr ""
5841
5897
 
@@ -5992,6 +6048,9 @@ msgstr ""
5992
6048
  msgid "Enable dark theme support"
5993
6049
  msgstr ""
5994
6050
 
6051
+ msgid "Enable date selection in the widget view."
6052
+ msgstr ""
6053
+
5995
6054
  msgid "Enable in-product information & communication"
5996
6055
  msgstr ""
5997
6056
 
@@ -6073,12 +6132,6 @@ msgstr ""
6073
6132
  msgid "Ends with"
6074
6133
  msgstr ""
6075
6134
 
6076
- msgid "Energy"
6077
- msgstr ""
6078
-
6079
- msgid "Energy consumption measurement:"
6080
- msgstr ""
6081
-
6082
6135
  msgid "Enforce \"green\" passwords for all users"
6083
6136
  msgstr ""
6084
6137
 
@@ -6130,9 +6183,6 @@ msgstr ""
6130
6183
  msgid "Enter the password of the user that you are currently logged in with."
6131
6184
  msgstr ""
6132
6185
 
6133
- msgid "Enter valid international phone numbers. The accepted format is +49 9 876 543 210. Separate multiple numbers with a comma."
6134
- msgstr ""
6135
-
6136
6186
  msgid "Enter your credentials from your SMS provider. This enables platform features that utilize SMS services (for example, two-factor authentication and user notifications)."
6137
6187
  msgstr ""
6138
6188
 
@@ -6172,15 +6222,6 @@ msgstr ""
6172
6222
  msgid "Error while processing report"
6173
6223
  msgstr ""
6174
6224
 
6175
- msgid "Escalate alarm"
6176
- msgstr ""
6177
-
6178
- msgid "Escalate as follows:"
6179
- msgstr ""
6180
-
6181
- msgid "Escalation steps"
6182
- msgstr ""
6183
-
6184
6225
  msgid "Event"
6185
6226
  msgstr ""
6186
6227
 
@@ -6262,9 +6303,6 @@ msgstr ""
6262
6303
  msgid "Execute generic command: {{command}}"
6263
6304
  msgstr ""
6264
6305
 
6265
- msgid "Execute operation:"
6266
- msgstr ""
6267
-
6268
6306
  msgid "Execute shell command"
6269
6307
  msgstr ""
6270
6308
 
@@ -6274,9 +6312,6 @@ msgstr ""
6274
6312
  msgid "Execute with parameters"
6275
6313
  msgstr ""
6276
6314
 
6277
- msgid "Executes an operation when alarm is received"
6278
- msgstr ""
6279
-
6280
6315
  msgid "Executing"
6281
6316
  msgstr ""
6282
6317
 
@@ -6331,9 +6366,6 @@ msgstr ""
6331
6366
  msgid "Export as CSV"
6332
6367
  msgstr ""
6333
6368
 
6334
- msgid "Export data"
6335
- msgstr ""
6336
-
6337
6369
  msgid "Export details"
6338
6370
  msgstr ""
6339
6371
 
@@ -6465,6 +6497,12 @@ msgstr ""
6465
6497
  msgid "Failed to copy to clipboard"
6466
6498
  msgstr ""
6467
6499
 
6500
+ msgid "Failed to create report and widget."
6501
+ msgstr ""
6502
+
6503
+ msgid "Failed to create widget."
6504
+ msgstr ""
6505
+
6468
6506
  msgid "Failed to delete endpoint."
6469
6507
  msgstr ""
6470
6508
 
@@ -6609,9 +6647,6 @@ msgstr ""
6609
6647
  msgid "File with exported data can be downloaded from {tenant-domain}/apps/cockpit/index.html#?download={binaryId}."
6610
6648
  msgstr ""
6611
6649
 
6612
- msgid "File with exported data can be downloaded from {tenant-domain}/inventory/binaries/{binaryId}."
6613
- msgstr ""
6614
-
6615
6650
  msgid "File(s) uploaded."
6616
6651
  msgstr ""
6617
6652
 
@@ -7238,12 +7273,6 @@ msgstr ""
7238
7273
  msgid "Generic colors"
7239
7274
  msgstr ""
7240
7275
 
7241
- msgid "Geofence"
7242
- msgstr ""
7243
-
7244
- msgid "Geofence violation"
7245
- msgstr ""
7246
-
7247
7276
  msgid "Get CANopen interface type"
7248
7277
  msgstr ""
7249
7278
 
@@ -7882,6 +7911,9 @@ msgstr ""
7882
7911
  msgid "Hidden`style`"
7883
7912
  msgstr ""
7884
7913
 
7914
+ msgid "Hide data point"
7915
+ msgstr ""
7916
+
7885
7917
  msgid "Hide details"
7886
7918
  msgstr ""
7887
7919
 
@@ -8148,12 +8180,6 @@ msgstr ""
8148
8180
  msgid "Incomplete`proof of possession`"
8149
8181
  msgstr ""
8150
8182
 
8151
- msgid "Increase alarm severity"
8152
- msgstr ""
8153
-
8154
- msgid "Increase alarm severity when active for too long"
8155
- msgstr ""
8156
-
8157
8183
  msgid "Index"
8158
8184
  msgstr ""
8159
8185
 
@@ -9289,6 +9315,9 @@ msgstr ""
9289
9315
  msgid "Measurements created"
9290
9316
  msgstr ""
9291
9317
 
9318
+ msgid "Measurements received for this data point may be out of sync."
9319
+ msgstr ""
9320
+
9292
9321
  msgid "Measurements with different units are selected."
9293
9322
  msgstr ""
9294
9323
 
@@ -9307,6 +9336,15 @@ msgstr ""
9307
9336
  msgid "Merge"
9308
9337
  msgstr ""
9309
9338
 
9339
+ msgid "Merge axis"
9340
+ msgstr ""
9341
+
9342
+ msgid "Merge matching data points into single axis"
9343
+ msgstr ""
9344
+
9345
+ msgid "Merge matching datapoints into single axis."
9346
+ msgstr ""
9347
+
9310
9348
  msgid "Message"
9311
9349
  msgstr ""
9312
9350
 
@@ -9468,9 +9506,6 @@ msgstr ""
9468
9506
  msgid "Misc"
9469
9507
  msgstr ""
9470
9508
 
9471
- msgid "Missing measurements of type: #{type}"
9472
- msgstr ""
9473
-
9474
9509
  msgid "Mobile"
9475
9510
  msgstr ""
9476
9511
 
@@ -9495,9 +9530,6 @@ msgstr ""
9495
9530
  msgid "Module version"
9496
9531
  msgstr ""
9497
9532
 
9498
- msgid "Monitored measurement:"
9499
- msgstr ""
9500
-
9501
9533
  msgid "Month"
9502
9534
  msgstr ""
9503
9535
 
@@ -9725,12 +9757,6 @@ msgstr ""
9725
9757
  msgid "New"
9726
9758
  msgstr ""
9727
9759
 
9728
- msgid "New #{severity} alarm from #{source.name}"
9729
- msgstr ""
9730
-
9731
- msgid "New #{severity} alarm has been received from #{source.name}. Alarm text is: \"#{text}\"."
9732
- msgstr ""
9733
-
9734
9760
  msgid "New LNS connection can't be empty."
9735
9761
  msgstr ""
9736
9762
 
@@ -9791,9 +9817,6 @@ msgstr ""
9791
9817
  msgid "New export schedule"
9792
9818
  msgstr ""
9793
9819
 
9794
- msgid "New geofence violation from #{source.name}"
9795
- msgstr ""
9796
-
9797
9820
  msgid "New global role"
9798
9821
  msgstr ""
9799
9822
 
@@ -10034,6 +10057,9 @@ msgstr ""
10034
10057
  msgid "No data aggregation"
10035
10058
  msgstr ""
10036
10059
 
10060
+ msgid "No data available"
10061
+ msgstr ""
10062
+
10037
10063
  msgid "No data available."
10038
10064
  msgstr ""
10039
10065
 
@@ -10046,6 +10072,9 @@ msgstr ""
10046
10072
  msgid "No data points found."
10047
10073
  msgstr ""
10048
10074
 
10075
+ msgid "No data points selected"
10076
+ msgstr ""
10077
+
10049
10078
  msgid "No data points selected."
10050
10079
  msgstr ""
10051
10080
 
@@ -10616,12 +10645,6 @@ msgstr ""
10616
10645
  msgid "Not written`setting`"
10617
10646
  msgstr ""
10618
10647
 
10619
- msgid "Note that exporting data can take some time, email will be sent as soon as export is completed."
10620
- msgstr ""
10621
-
10622
- msgid "Note that this rule may either use a configuration from the data point library or a data point configuration. Changing the data point configuration after the creation of the rule might result in rule malfunction. Consider to use the rule \"Create alarm when measurement reaches explicit thresholds\" instead."
10623
- msgstr ""
10624
-
10625
10648
  msgid "Note: Report generation can take a long time to complete."
10626
10649
  msgstr ""
10627
10650
 
@@ -10808,87 +10831,12 @@ msgstr ""
10808
10831
  msgid "Offset"
10809
10832
  msgstr ""
10810
10833
 
10811
- msgid "On alarm"
10812
- msgstr ""
10813
-
10814
- msgid "On alarm duration"
10815
- msgstr ""
10816
-
10817
- msgid "On alarm duration increase severity"
10818
- msgstr ""
10819
-
10820
- msgid "On alarm escalate it"
10821
- msgstr ""
10822
-
10823
- msgid "On alarm execute operation"
10824
- msgstr ""
10825
-
10826
- msgid "On alarm matching:"
10827
- msgstr ""
10828
-
10829
- msgid "On alarm send SMS"
10830
- msgstr ""
10831
-
10832
- msgid "On alarm send email"
10833
- msgstr ""
10834
-
10835
- msgid "On entering"
10836
- msgstr ""
10837
-
10838
- msgid "On entering and leaving"
10839
- msgstr ""
10840
-
10841
- msgid "On geofence"
10842
- msgstr ""
10843
-
10844
- msgid "On geofence create alarm"
10845
- msgstr ""
10846
-
10847
- msgid "On geofence send email"
10848
- msgstr ""
10849
-
10850
- msgid "On geofence violation:"
10851
- msgstr ""
10852
-
10853
- msgid "On leaving"
10854
- msgstr ""
10855
-
10856
- msgid "On measurement explicit threshold"
10857
- msgstr ""
10858
-
10859
- msgid "On measurement explicit threshold create alarm"
10860
- msgstr ""
10861
-
10862
- msgid "On measurement threshold"
10863
- msgstr ""
10864
-
10865
- msgid "On measurement threshold create alarm"
10866
- msgstr ""
10867
-
10868
- msgid "On missing measurements"
10869
- msgstr ""
10870
-
10871
- msgid "On missing measurements create alarm"
10872
- msgstr ""
10873
-
10874
10834
  msgid "On schedule send export via email"
10875
10835
  msgstr ""
10876
10836
 
10877
10837
  msgid "On step {{stepNo}} failed"
10878
10838
  msgstr ""
10879
10839
 
10880
- msgid "On threshold:"
10881
- msgstr ""
10882
-
10883
- msgid "On timer"
10884
- msgstr ""
10885
-
10886
- msgid "On timer send dashboard via email"
10887
- msgstr ""
10888
-
10889
- msgid "On timer send export via email"
10890
- msgstr ""
10891
-
10892
10840
  msgid "One .pem file may be uploaded"
10893
10841
  msgstr ""
10894
10842
 
@@ -11499,9 +11447,6 @@ msgstr ""
11499
11447
  msgid "Phone number"
11500
11448
  msgstr ""
11501
11449
 
11502
- msgid "Phone number(s)"
11503
- msgstr ""
11504
-
11505
11450
  msgid "Phones"
11506
11451
  msgstr ""
11507
11452
 
@@ -11733,9 +11678,6 @@ msgstr ""
11733
11678
  msgid "Print QR codes"
11734
11679
  msgstr ""
11735
11680
 
11736
- msgid "Print screen of dashboard"
11737
- msgstr ""
11738
-
11739
11681
  msgid "Privacy"
11740
11682
  msgstr ""
11741
11683
 
@@ -12174,12 +12116,6 @@ msgstr ""
12174
12116
  msgid "Red range"
12175
12117
  msgstr ""
12176
12118
 
12177
- msgid "Red range (max)"
12178
- msgstr ""
12179
-
12180
- msgid "Red range (min)"
12181
- msgstr ""
12182
-
12183
12119
  msgid "Redirect URL"
12184
12120
  msgstr ""
12185
12121
 
@@ -12396,6 +12332,12 @@ msgstr ""
12396
12332
  msgid "Remove branding"
12397
12333
  msgstr ""
12398
12334
 
12335
+ msgid "Remove configuration"
12336
+ msgstr ""
12337
+
12338
+ msgid "Remove configurations"
12339
+ msgstr ""
12340
+
12399
12341
  msgid "Remove filter"
12400
12342
  msgstr ""
12401
12343
 
@@ -12483,21 +12425,24 @@ msgstr ""
12483
12425
  msgid "Replica set \"{{replicaSetName}}\" scaled up to \"{{scaleNumber}}\"."
12484
12426
  msgstr ""
12485
12427
 
12486
- msgid "Reply to"
12487
- msgstr ""
12488
-
12489
12428
  msgid "Reply to (single email address)"
12490
12429
  msgstr ""
12491
12430
 
12492
12431
  msgid "Report"
12493
12432
  msgstr ""
12494
12433
 
12434
+ msgid "Report and widget created."
12435
+ msgstr ""
12436
+
12495
12437
  msgid "Report created."
12496
12438
  msgstr ""
12497
12439
 
12498
12440
  msgid "Report deleted."
12499
12441
  msgstr ""
12500
12442
 
12443
+ msgid "Report name"
12444
+ msgstr ""
12445
+
12501
12446
  msgid "Report updated: {{ values }}."
12502
12447
  msgstr ""
12503
12448
 
@@ -12939,6 +12884,9 @@ msgstr ""
12939
12884
  msgid "Save and reload"
12940
12885
  msgstr ""
12941
12886
 
12887
+ msgid "Save as image"
12888
+ msgstr ""
12889
+
12942
12890
  msgid "Save branding configuration first"
12943
12891
  msgstr ""
12944
12892
 
@@ -12999,9 +12947,6 @@ msgstr ""
12999
12947
  msgid "Schedule interval"
13000
12948
  msgstr ""
13001
12949
 
13002
- msgid "Schedule intervals need to be provided in Coordinated Universal Time (UTC)."
13003
- msgstr ""
13004
-
13005
12950
  msgid "Scheduled"
13006
12951
  msgstr ""
13007
12952
 
@@ -13233,7 +13178,7 @@ msgstr ""
13233
13178
  msgid "Select data point from library"
13234
13179
  msgstr ""
13235
13180
 
13236
- msgid "Select data point to prefill inputs below"
13181
+ msgid "Select data point to render chart"
13237
13182
  msgstr ""
13238
13183
 
13239
13184
  msgid "Select data points"
@@ -13377,6 +13322,9 @@ msgstr ""
13377
13322
  msgid "Select one of the protocols."
13378
13323
  msgstr ""
13379
13324
 
13325
+ msgid "Select one or more reports to send the Data points graph widget with the current configuration"
13326
+ msgstr ""
13327
+
13380
13328
  msgid "Select or create new firmware"
13381
13329
  msgstr ""
13382
13330
 
@@ -13508,6 +13456,9 @@ msgstr ""
13508
13456
  msgid "Selected assets"
13509
13457
  msgstr ""
13510
13458
 
13459
+ msgid "Selected configuration"
13460
+ msgstr ""
13461
+
13511
13462
  msgid "Selected data points"
13512
13463
  msgstr ""
13513
13464
 
@@ -13568,21 +13519,12 @@ msgstr ""
13568
13519
  msgid "Send \"{{name}}\" via email"
13569
13520
  msgstr ""
13570
13521
 
13571
- msgid "Send BCC to"
13572
- msgstr ""
13573
-
13574
- msgid "Send CC to"
13575
- msgstr ""
13576
-
13577
13522
  msgid "Send Ctrl+Alt+Del"
13578
13523
  msgstr ""
13579
13524
 
13580
13525
  msgid "Send SMS"
13581
13526
  msgstr ""
13582
13527
 
13583
- msgid "Send SMS:"
13584
- msgstr ""
13585
-
13586
13528
  msgid "Send a warning email to a global role when the storage quota is nearly reached."
13587
13529
  msgstr ""
13588
13530
 
@@ -13592,6 +13534,9 @@ msgstr ""
13592
13534
  msgid "Send as widget to report"
13593
13535
  msgstr ""
13594
13536
 
13537
+ msgid "Send as widget to reports"
13538
+ msgstr ""
13539
+
13595
13540
  msgid "Send configuration SMS"
13596
13541
  msgstr ""
13597
13542
 
@@ -13616,24 +13561,15 @@ msgstr ""
13616
13561
  msgid "Send connection: online"
13617
13562
  msgstr ""
13618
13563
 
13619
- msgid "Send dashboard via email"
13620
- msgstr ""
13621
-
13622
13564
  msgid "Send email"
13623
13565
  msgstr ""
13624
13566
 
13625
13567
  msgid "Send email to suspended tenant's administrator"
13626
13568
  msgstr ""
13627
13569
 
13628
- msgid "Send email:"
13629
- msgstr ""
13630
-
13631
13570
  msgid "Send event"
13632
13571
  msgstr ""
13633
13572
 
13634
- msgid "Send export via email"
13635
- msgstr ""
13636
-
13637
13573
  msgid "Send me information about outages, maintenance or updates."
13638
13574
  msgstr ""
13639
13575
 
@@ -14303,6 +14239,9 @@ msgstr ""
14303
14239
  msgid "Show connection"
14304
14240
  msgstr ""
14305
14241
 
14242
+ msgid "Show data point"
14243
+ msgstr ""
14244
+
14306
14245
  msgid "Show details"
14307
14246
  msgstr ""
14308
14247
 
@@ -14321,6 +14260,15 @@ msgstr ""
14321
14260
  msgid "Show icon"
14322
14261
  msgstr ""
14323
14262
 
14263
+ msgid "Show icon when alarm or event occurs"
14264
+ msgstr ""
14265
+
14266
+ msgid "Show icon when triggered"
14267
+ msgstr ""
14268
+
14269
+ msgid "Show icon when triggered`When alarms and events occur the icon will be shown`"
14270
+ msgstr ""
14271
+
14324
14272
  msgid "Show in navigator"
14325
14273
  msgstr ""
14326
14274
 
@@ -14345,6 +14293,9 @@ msgstr ""
14345
14293
  msgid "Show items with type"
14346
14294
  msgstr ""
14347
14295
 
14296
+ msgid "Show labels and units"
14297
+ msgstr ""
14298
+
14348
14299
  msgid "Show legend"
14349
14300
  msgstr ""
14350
14301
 
@@ -14369,6 +14320,9 @@ msgstr ""
14369
14320
  msgid "Show services updated`between dates`"
14370
14321
  msgstr ""
14371
14322
 
14323
+ msgid "Show slider"
14324
+ msgstr ""
14325
+
14372
14326
  msgid "Show status (read-only access)"
14373
14327
  msgstr ""
14374
14328
 
@@ -14390,6 +14344,12 @@ msgstr ""
14390
14344
  msgid "Show trend icon"
14391
14345
  msgstr ""
14392
14346
 
14347
+ msgid "Show vertical line on every occurrence"
14348
+ msgstr ""
14349
+
14350
+ msgid "Show vertical line when alarm occurs"
14351
+ msgstr ""
14352
+
14393
14353
  msgid "Showing 1 item"
14394
14354
  msgid_plural "Showing {{$count}} items"
14395
14355
  msgstr[0] ""
@@ -14668,6 +14628,9 @@ msgstr ""
14668
14628
  msgid "Software update"
14669
14629
  msgstr ""
14670
14630
 
14631
+ msgid "Some alarms or events have no matching data points. No icons will be shown for them."
14632
+ msgstr ""
14633
+
14671
14634
  msgid "Some assets or devices might not be shown. Try narrowing search criteria."
14672
14635
  msgstr ""
14673
14636
 
@@ -15996,12 +15959,6 @@ msgstr ""
15996
15959
  msgid "Threshold (%)"
15997
15960
  msgstr ""
15998
15961
 
15999
- msgid "Threshold exceeded"
16000
- msgstr ""
16001
-
16002
- msgid "Thresholds exceeded"
16003
- msgstr ""
16004
-
16005
15962
  msgid "Thе smart group will be created based on the filters currently applied in the device list."
16006
15963
  msgstr ""
16007
15964
 
@@ -16226,10 +16183,10 @@ msgstr ""
16226
16183
  msgid "Travelers tracking"
16227
16184
  msgstr ""
16228
16185
 
16229
- msgid "Trigger on"
16186
+ msgid "Truncated data."
16230
16187
  msgstr ""
16231
16188
 
16232
- msgid "Truncated data."
16189
+ msgid "Truncated data. Change aggregation or select shorter date range."
16233
16190
  msgstr ""
16234
16191
 
16235
16192
  msgid "Trust store password"
@@ -17346,12 +17303,6 @@ msgstr ""
17346
17303
  msgid "When active, the gateway scans the address space of all servers and automatically applies this device protocol to all nodes matching the criteria."
17347
17304
  msgstr ""
17348
17305
 
17349
- msgid "When alarm is received then SMS is sent"
17350
- msgstr ""
17351
-
17352
- msgid "When alarm is received then email is sent"
17353
- msgstr ""
17354
-
17355
17306
  msgid "When clicking OK you agree that a support user gets access to your tenant to help you in your specific problem."
17356
17307
  msgstr ""
17357
17308
 
@@ -17466,12 +17417,24 @@ msgstr ""
17466
17417
  msgid "Wrong file type, select an image."
17467
17418
  msgstr ""
17468
17419
 
17420
+ msgid "X axis helper lines"
17421
+ msgstr ""
17422
+
17423
+ msgid "X-axis helper lines"
17424
+ msgstr ""
17425
+
17469
17426
  msgid "X.509 certificate (PEM format)"
17470
17427
  msgstr ""
17471
17428
 
17429
+ msgid "Y axis helper lines"
17430
+ msgstr ""
17431
+
17472
17432
  msgid "Y-axis"
17473
17433
  msgstr ""
17474
17434
 
17435
+ msgid "Y-axis helper lines"
17436
+ msgstr ""
17437
+
17475
17438
  msgid "Year"
17476
17439
  msgstr ""
17477
17440
 
@@ -18069,21 +18032,6 @@ msgstr ""
18069
18032
  msgid "by`user`"
18070
18033
  msgstr ""
18071
18034
 
18072
- msgid "c8y_EnergyConsumption"
18073
- msgstr ""
18074
-
18075
- msgid "c8y_EnergyCounter"
18076
- msgstr ""
18077
-
18078
- msgid "c8y_GeofenceAlarm"
18079
- msgstr ""
18080
-
18081
- msgid "c8y_MissingMeasurementsAlarm"
18082
- msgstr ""
18083
-
18084
- msgid "c8y_ThresholdAlarm"
18085
- msgstr ""
18086
-
18087
18035
  msgid "calculating number of API requests"
18088
18036
  msgstr ""
18089
18037
 
@@ -18138,9 +18086,6 @@ msgstr ""
18138
18086
  msgid "configuration"
18139
18087
  msgstr ""
18140
18088
 
18141
- msgid "create alarm"
18142
- msgstr ""
18143
-
18144
18089
  msgid "current device or group, you can access its properties e.g."
18145
18090
  msgstr ""
18146
18091
 
@@ -18537,24 +18482,12 @@ msgstr ""
18537
18482
  msgid "e.g.: Verification code: {token}"
18538
18483
  msgstr ""
18539
18484
 
18540
- msgid "email"
18541
- msgstr ""
18542
-
18543
- msgid "energy consumption"
18544
- msgstr ""
18545
-
18546
- msgid "escalate it"
18547
- msgstr ""
18548
-
18549
18485
  msgid "event"
18550
18486
  msgstr ""
18551
18487
 
18552
18488
  msgid "exampleUser"
18553
18489
  msgstr ""
18554
18490
 
18555
- msgid "execute operation"
18556
- msgstr ""
18557
-
18558
18491
  msgid "failure reason: \"{{ failureReason | translate }}\""
18559
18492
  msgstr ""
18560
18493
 
@@ -18654,9 +18587,6 @@ msgstr ""
18654
18587
  msgid "inactive`subscription`"
18655
18588
  msgstr ""
18656
18589
 
18657
- msgid "increase severity"
18658
- msgstr ""
18659
-
18660
18590
  msgid "install \"{{ softwareName }}\""
18661
18591
  msgstr ""
18662
18592
 
@@ -18684,9 +18614,6 @@ msgstr ""
18684
18614
  msgid "lax`code sanitization`"
18685
18615
  msgstr ""
18686
18616
 
18687
- msgid "leaving"
18688
- msgstr ""
18689
-
18690
18617
  msgid "left`horizontal alignment`"
18691
18618
  msgstr ""
18692
18619
 
@@ -18880,18 +18807,6 @@ msgstr ""
18880
18807
  msgid "semi-colon - ;"
18881
18808
  msgstr ""
18882
18809
 
18883
- msgid "send SMS"
18884
- msgstr ""
18885
-
18886
- msgid "send dashboard via email"
18887
- msgstr ""
18888
-
18889
- msgid "send email"
18890
- msgstr ""
18891
-
18892
- msgid "send export via email"
18893
- msgstr ""
18894
-
18895
18810
  msgid "serialNumber"
18896
18811
  msgstr ""
18897
18812
 
@@ -19099,6 +19014,9 @@ msgstr ""
19099
19014
  msgid "{{ numberOfApps }} apps selected for branding"
19100
19015
  msgstr ""
19101
19016
 
19017
+ msgid "{{ numberOfReports }} reports selected for widget"
19018
+ msgstr ""
19019
+
19102
19020
  msgid "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }} of {{ itemsTotal }}"
19103
19021
  msgstr ""
19104
19022