@c8y/ngx-components 1021.50.0 → 1021.52.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 (98) hide show
  1. package/core/aggregation/aggregation.model.d.ts.map +1 -0
  2. package/core/aggregation/aggregation.service.d.ts +44 -0
  3. package/core/aggregation/aggregation.service.d.ts.map +1 -0
  4. package/core/aggregation/index.d.ts +3 -0
  5. package/core/aggregation/index.d.ts.map +1 -0
  6. package/core/common/index.d.ts +0 -2
  7. package/core/common/index.d.ts.map +1 -1
  8. package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts +2 -2
  9. package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts.map +1 -1
  10. package/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.d.ts +1 -1
  11. package/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.d.ts.map +1 -1
  12. package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts +1 -1
  13. package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts.map +1 -1
  14. package/core/index.d.ts +1 -0
  15. package/core/index.d.ts.map +1 -1
  16. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.d.ts +54 -42
  17. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.d.ts.map +1 -1
  18. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.d.ts +28 -8
  19. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.d.ts.map +1 -1
  20. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.d.ts +3 -52
  21. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.d.ts.map +1 -1
  22. package/datapoints-export-selector/datapoints-export-selector.model.d.ts +5 -14
  23. package/datapoints-export-selector/datapoints-export-selector.model.d.ts.map +1 -1
  24. package/device-grid/device-grid.component.d.ts.map +1 -1
  25. package/device-grid/device-grid.service.d.ts +2 -0
  26. package/device-grid/device-grid.service.d.ts.map +1 -1
  27. package/esm2022/core/aggregation/aggregation.model.mjs +46 -0
  28. package/esm2022/core/aggregation/aggregation.service.mjs +76 -0
  29. package/esm2022/core/aggregation/index.mjs +3 -0
  30. package/esm2022/core/common/index.mjs +1 -3
  31. package/esm2022/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.mjs +2 -2
  32. package/esm2022/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.mjs +2 -2
  33. package/esm2022/core/dashboard/wiget-time-context/widget-time-context.component.mjs +4 -4
  34. package/esm2022/core/index.mjs +2 -1
  35. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.mjs +165 -163
  36. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.mjs +82 -48
  37. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.mjs +5 -95
  38. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-exports-selector-data-scope/datapoints-exports-selector-data-scope.component.mjs +3 -3
  39. package/esm2022/datapoints-export-selector/datapoints-export-selector.component.mjs +3 -3
  40. package/esm2022/datapoints-export-selector/datapoints-export-selector.model.mjs +1 -9
  41. package/esm2022/device-grid/device-grid.component.mjs +3 -3
  42. package/esm2022/device-grid/device-grid.service.mjs +16 -1
  43. package/esm2022/icon-selector/icons/platform/index.mjs +10 -8
  44. package/esm2022/interval-picker/interval-picker.model.mjs +5 -1
  45. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.mjs +25 -41
  46. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-reload/datapoints-reload.component.mjs +3 -3
  47. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.mjs +55 -49
  48. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.mjs +25 -73
  49. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-widget.model.mjs +20 -20
  50. package/esm2022/widgets/implementations/datapoints-table/datapoints-table.service.mjs +19 -19
  51. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +247 -307
  52. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
  53. package/fesm2022/c8y-ngx-components-device-grid.mjs +17 -2
  54. package/fesm2022/c8y-ngx-components-device-grid.mjs.map +1 -1
  55. package/fesm2022/c8y-ngx-components-icon-selector-icons-platform.mjs +9 -7
  56. package/fesm2022/c8y-ngx-components-icon-selector-icons-platform.mjs.map +1 -1
  57. package/fesm2022/c8y-ngx-components-interval-picker.mjs +5 -1
  58. package/fesm2022/c8y-ngx-components-interval-picker.mjs.map +1 -1
  59. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs +1075 -1253
  60. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs.map +1 -1
  61. package/fesm2022/c8y-ngx-components.mjs +118 -76
  62. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  63. package/icon-selector/icons/index.d.ts +1 -1
  64. package/icon-selector/icons/platform/index.d.ts +2 -2
  65. package/icon-selector/icons/platform/index.d.ts.map +1 -1
  66. package/interval-picker/interval-picker.model.d.ts +6 -0
  67. package/interval-picker/interval-picker.model.d.ts.map +1 -1
  68. package/locales/de.po +40 -27
  69. package/locales/es.po +40 -27
  70. package/locales/fr.po +40 -27
  71. package/locales/ja_JP.po +40 -26
  72. package/locales/ko.po +38 -24
  73. package/locales/locales.pot +23 -307
  74. package/locales/nl.po +40 -27
  75. package/locales/pl.po +40 -26
  76. package/locales/pt_BR.po +40 -27
  77. package/locales/zh_CN.po +38 -24
  78. package/locales/zh_TW.po +38 -24
  79. package/package.json +1 -1
  80. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.d.ts +3 -5
  81. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.d.ts.map +1 -1
  82. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.d.ts +7 -2
  83. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.d.ts.map +1 -1
  84. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.d.ts +7 -27
  85. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.d.ts.map +1 -1
  86. package/widgets/implementations/datapoints-table/datapoints-table-widget.model.d.ts +4 -3
  87. package/widgets/implementations/datapoints-table/datapoints-table-widget.model.d.ts.map +1 -1
  88. package/widgets/implementations/datapoints-table/datapoints-table.service.d.ts +5 -5
  89. package/widgets/implementations/datapoints-table/datapoints-table.service.d.ts.map +1 -1
  90. package/core/common/aggregation/aggregation.model.d.ts.map +0 -1
  91. package/core/common/aggregation/aggregation.service.d.ts +0 -17
  92. package/core/common/aggregation/aggregation.service.d.ts.map +0 -1
  93. package/esm2022/core/common/aggregation/aggregation.model.mjs +0 -46
  94. package/esm2022/core/common/aggregation/aggregation.service.mjs +0 -34
  95. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.mjs +0 -124
  96. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.d.ts +0 -56
  97. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.d.ts.map +0 -1
  98. /package/core/{common/aggregation → aggregation}/aggregation.model.d.ts +0 -0
@@ -48,7 +48,7 @@ export declare const allIcons: ({
48
48
  readonly icons: readonly [readonly ["user-md"], readonly ["wheelchair-alt"], readonly ["wheelchair"], readonly ["child"], readonly ["workspace1"], readonly ["male-user", "user-circle-o", "user-circle"], readonly ["user-plus", "add-user"], readonly ["remove-user", "user-minus", "user-times"], readonly ["user-account", "user", "user-o"], readonly ["manager", "businessman", "male"], readonly ["document-writer"], readonly ["supplier"], readonly ["search-client"], readonly ["account-enable"], readonly ["account-disable"], readonly ["insurance-agent"], readonly ["payroll"], readonly ["lawyer"], readonly ["complaint"], readonly ["appointment-scheduling"], readonly ["caretaker"], readonly ["guardian"], readonly ["batch-assign"], readonly ["people", "users", "group1", "management", "team"], readonly ["people-working-together"], readonly ["group-task"], readonly ["accessibility", "universal-access"], readonly ["pregnant-woman", "female"], readonly ["business-conference-female-speaker"], readonly ["organization-chart-people"], readonly ["meeting-room"], readonly ["permanent-job"], readonly ["contact-us"], readonly ["voice-recognition"], readonly ["collaboration"], readonly ["technical-support"], readonly ["online-support"], readonly ["student-male"], readonly ["devops"], readonly ["exhibitor"], readonly ["env-permission"], readonly ["bathtub", "bath", "s15"], readonly ["hotel", "local-hotel", "bed"], readonly ["intelligence"]];
49
49
  } | {
50
50
  readonly label: "Platform`icons-category`";
51
- readonly icons: readonly [readonly ["c8y-aab-icon-model"], readonly ["c8y-aab-icon-template-model"], readonly ["c8y-accounts"], readonly ["c8y-add-user"], readonly ["c8y-administration"], readonly ["c8y-alarm"], readonly ["c8y-alert-idle"], readonly ["c8y-alfabet"], readonly ["c8y-analytic-model"], readonly ["c8y-analytics-builder"], readonly ["c8y-apama-epl"], readonly ["c8y-apama-machine-learning"], readonly ["c8y-apama-machine-learning-workbench"], readonly ["c8y-archive"], readonly ["c8y-aris"], readonly ["c8y-atom"], readonly ["c8y-book"], readonly ["c8y-bookmark"], readonly ["c8y-bulb"], readonly ["c8y-business-rules"], readonly ["c8y-c8y"], readonly ["c8y-c8y-data"], readonly ["c8y-c8y-support"], readonly ["c8y-calendar"], readonly ["c8y-chart"], readonly ["c8y-circle-star"], readonly ["c8y-cloud-container"], readonly ["c8y-cockpit"], readonly ["c8y-component"], readonly ["c8y-connector-in"], readonly ["c8y-connector-out"], readonly ["c8y-css"], readonly ["c8y-cumulocity-iot"], readonly ["c8y-data-broker"], readonly ["c8y-data-explorer"], readonly ["c8y-data-hub"], readonly ["c8y-data-points"], readonly ["c8y-design"], readonly ["c8y-device"], readonly ["c8y-device-connect"], readonly ["c8y-device-control"], readonly ["c8y-device-management"], readonly ["c8y-device-profile"], readonly ["c8y-device-protocols"], readonly ["c8y-e2e-monitoring"], readonly ["c8y-energy"], readonly ["c8y-enterprise"], readonly ["c8y-event-processing"], readonly ["c8y-events"], readonly ["c8y-fieldbus"], readonly ["c8y-find-map"], readonly ["c8y-firmware"], readonly ["c8y-grid-off"], readonly ["c8y-grid-on"], readonly ["c8y-group"], readonly ["c8y-group-add"], readonly ["c8y-group-open"], readonly ["c8y-group-remote"], readonly ["c8y-group-remote-inactive"], readonly ["c8y-group-remote-open"], readonly ["c8y-group-smart"], readonly ["c8y-group-smart-open"], readonly ["c8y-java"], readonly ["c8y-layers"], readonly ["c8y-layout"], readonly ["c8y-location"], readonly ["c8y-machine-portal"], readonly ["c8y-management"], readonly ["c8y-metering"], readonly ["c8y-mft"], readonly ["c8y-mobile-add"], readonly ["c8y-mobile-config"], readonly ["c8y-modules"], readonly ["c8y-mycloud"], readonly ["c8y-notification"], readonly ["c8y-oee"], readonly ["c8y-onnx"], readonly ["c8y-overviews"], readonly ["c8y-parameters"], readonly ["c8y-parameters-on"], readonly ["c8y-parking"], readonly ["c8y-report"], readonly ["c8y-reports"], readonly ["c8y-rocket"], readonly ["c8y-saas"], readonly ["c8y-security"], readonly ["c8y-shield"], readonly ["c8y-simulator"], readonly ["c8y-smart-rest"], readonly ["c8y-smart-rules"], readonly ["c8y-solution-accelerator"], readonly ["c8y-streaming-analytics"], readonly ["c8y-sub-tenants"], readonly ["c8y-tenant-policies"], readonly ["c8y-tools"], readonly ["c8y-tracking"], readonly ["c8y-usage-statistics"], readonly ["c8y-user"], readonly ["c8y-users"], readonly ["c8y-waste-bin"], readonly ["c8y-wm-api"], readonly ["c8y-wm-b2b"], readonly ["c8y-wm-dynamicapps"], readonly ["c8y-wm-integration"]];
51
+ readonly icons: readonly [readonly ["c8y-aab-icon-model"], readonly ["c8y-aab-icon-template-model"], readonly ["c8y-accounts"], readonly ["c8y-add-user"], readonly ["c8y-administration"], readonly ["c8y-alarm"], readonly ["c8y-alert-idle"], readonly ["c8y-alfabet"], readonly ["c8y-analytic-model"], readonly ["c8y-analytics-builder"], readonly ["c8y-apama-epl"], readonly ["c8y-apama-machine-learning-workbench"], readonly ["c8y-apama-machine-learning"], readonly ["c8y-archive"], readonly ["c8y-aris"], readonly ["c8y-atom"], readonly ["c8y-book"], readonly ["c8y-bookmark"], readonly ["c8y-bulb"], readonly ["c8y-business-rules"], readonly ["c8y-c8y-c"], readonly ["c8y-c8y-data"], readonly ["c8y-c8y-support"], readonly ["c8y-c8y"], readonly ["c8y-calendar"], readonly ["c8y-chart"], readonly ["c8y-circle-star"], readonly ["c8y-cloud-container"], readonly ["c8y-cockpit"], readonly ["c8y-component"], readonly ["c8y-connector-in"], readonly ["c8y-connector-out"], readonly ["c8y-css"], readonly ["c8y-cumulocity-iot"], readonly ["c8y-data-broker"], readonly ["c8y-data-explorer"], readonly ["c8y-data-hub"], readonly ["c8y-data-points"], readonly ["c8y-design"], readonly ["c8y-device-connect"], readonly ["c8y-device-control"], readonly ["c8y-device-management"], readonly ["c8y-device-profile"], readonly ["c8y-device-protocols"], readonly ["c8y-device"], readonly ["c8y-dynamic-mapper"], readonly ["c8y-e2e-monitoring"], readonly ["c8y-energy"], readonly ["c8y-enterprise"], readonly ["c8y-event-processing"], readonly ["c8y-events"], readonly ["c8y-fieldbus"], readonly ["c8y-find-map"], readonly ["c8y-firmware"], readonly ["c8y-grid-off"], readonly ["c8y-grid-on"], readonly ["c8y-group-add"], readonly ["c8y-group-open"], readonly ["c8y-group-remote-inactive"], readonly ["c8y-group-remote-open"], readonly ["c8y-group-remote"], readonly ["c8y-group-smart-open"], readonly ["c8y-group-smart"], readonly ["c8y-group"], readonly ["c8y-java"], readonly ["c8y-layers"], readonly ["c8y-layout"], readonly ["c8y-location"], readonly ["c8y-machine-portal"], readonly ["c8y-management"], readonly ["c8y-metering"], readonly ["c8y-mft"], readonly ["c8y-mobile-add"], readonly ["c8y-mobile-config"], readonly ["c8y-modules"], readonly ["c8y-mycloud"], readonly ["c8y-notification"], readonly ["c8y-oee"], readonly ["c8y-onnx"], readonly ["c8y-overviews"], readonly ["c8y-parameters-on"], readonly ["c8y-parameters"], readonly ["c8y-parking"], readonly ["c8y-report"], readonly ["c8y-reports"], readonly ["c8y-rocket"], readonly ["c8y-saas"], readonly ["c8y-security"], readonly ["c8y-shield"], readonly ["c8y-simulator"], readonly ["c8y-smart-rest"], readonly ["c8y-smart-rules"], readonly ["c8y-solution-accelerator"], readonly ["c8y-streaming-analytics"], readonly ["c8y-sub-tenants"], readonly ["c8y-tenant-policies"], readonly ["c8y-tools"], readonly ["c8y-tracking"], readonly ["c8y-usage-statistics"], readonly ["c8y-user"], readonly ["c8y-users"], readonly ["c8y-waste-bin"], readonly ["c8y-wm-api"], readonly ["c8y-wm-b2b"], readonly ["c8y-wm-dynamicapps"], readonly ["c8y-wm-integration"]];
52
52
  } | {
53
53
  readonly label: "Programming`icons-category`";
54
54
  readonly icons: readonly [readonly ["source-code", "code", "html-code"], readonly ["code1", "file-code-o"], readonly ["console", "terminal"], readonly ["add-property"], readonly ["delete-document"], readonly ["urgent-property"], readonly ["remove-property"], readonly ["edit-property"], readonly ["template"], readonly ["test"], readonly ["property-script"], readonly ["show-property"], readonly ["search-property"], readonly ["timesheet"], readonly ["important-property"], readonly ["new-property"], readonly ["navigation-toolbar-top", "window-maximize"], readonly ["web-application-firewall"], readonly ["website-bug", "bug"], readonly ["web-design"], readonly ["navigation-toolbar-bottom"], readonly ["more-details"], readonly ["navigation-pane"], readonly ["pin", "thumb-tack"], readonly ["unpin"], readonly ["commit-git"], readonly ["codefork", "code-fork"], readonly ["merge-git"], readonly ["pull-request"], readonly ["compare-git"], readonly ["share", "share-alt", "share-alt-square"], readonly ["activity-history"], readonly ["rules"], readonly ["create-document"], readonly ["product-architecture"], readonly ["registry-editor"], readonly ["rest-api"], readonly ["true-false"], readonly ["uninstall-programs"], readonly ["sheets", "stages"], readonly ["add-stage"], readonly ["api"], readonly ["blockly-turquoise"], readonly ["blockly-blue"], readonly ["blockly-pink"], readonly ["plugin"], readonly ["base-64"], readonly ["xml-transformer"]];
@@ -1,6 +1,6 @@
1
- export declare const platformIcons: readonly [readonly ["c8y-aab-icon-model"], readonly ["c8y-aab-icon-template-model"], readonly ["c8y-accounts"], readonly ["c8y-add-user"], readonly ["c8y-administration"], readonly ["c8y-alarm"], readonly ["c8y-alert-idle"], readonly ["c8y-alfabet"], readonly ["c8y-analytic-model"], readonly ["c8y-analytics-builder"], readonly ["c8y-apama-epl"], readonly ["c8y-apama-machine-learning"], readonly ["c8y-apama-machine-learning-workbench"], readonly ["c8y-archive"], readonly ["c8y-aris"], readonly ["c8y-atom"], readonly ["c8y-book"], readonly ["c8y-bookmark"], readonly ["c8y-bulb"], readonly ["c8y-business-rules"], readonly ["c8y-c8y"], readonly ["c8y-c8y-data"], readonly ["c8y-c8y-support"], readonly ["c8y-calendar"], readonly ["c8y-chart"], readonly ["c8y-circle-star"], readonly ["c8y-cloud-container"], readonly ["c8y-cockpit"], readonly ["c8y-component"], readonly ["c8y-connector-in"], readonly ["c8y-connector-out"], readonly ["c8y-css"], readonly ["c8y-cumulocity-iot"], readonly ["c8y-data-broker"], readonly ["c8y-data-explorer"], readonly ["c8y-data-hub"], readonly ["c8y-data-points"], readonly ["c8y-design"], readonly ["c8y-device"], readonly ["c8y-device-connect"], readonly ["c8y-device-control"], readonly ["c8y-device-management"], readonly ["c8y-device-profile"], readonly ["c8y-device-protocols"], readonly ["c8y-e2e-monitoring"], readonly ["c8y-energy"], readonly ["c8y-enterprise"], readonly ["c8y-event-processing"], readonly ["c8y-events"], readonly ["c8y-fieldbus"], readonly ["c8y-find-map"], readonly ["c8y-firmware"], readonly ["c8y-grid-off"], readonly ["c8y-grid-on"], readonly ["c8y-group"], readonly ["c8y-group-add"], readonly ["c8y-group-open"], readonly ["c8y-group-remote"], readonly ["c8y-group-remote-inactive"], readonly ["c8y-group-remote-open"], readonly ["c8y-group-smart"], readonly ["c8y-group-smart-open"], readonly ["c8y-java"], readonly ["c8y-layers"], readonly ["c8y-layout"], readonly ["c8y-location"], readonly ["c8y-machine-portal"], readonly ["c8y-management"], readonly ["c8y-metering"], readonly ["c8y-mft"], readonly ["c8y-mobile-add"], readonly ["c8y-mobile-config"], readonly ["c8y-modules"], readonly ["c8y-mycloud"], readonly ["c8y-notification"], readonly ["c8y-oee"], readonly ["c8y-onnx"], readonly ["c8y-overviews"], readonly ["c8y-parameters"], readonly ["c8y-parameters-on"], readonly ["c8y-parking"], readonly ["c8y-report"], readonly ["c8y-reports"], readonly ["c8y-rocket"], readonly ["c8y-saas"], readonly ["c8y-security"], readonly ["c8y-shield"], readonly ["c8y-simulator"], readonly ["c8y-smart-rest"], readonly ["c8y-smart-rules"], readonly ["c8y-solution-accelerator"], readonly ["c8y-streaming-analytics"], readonly ["c8y-sub-tenants"], readonly ["c8y-tenant-policies"], readonly ["c8y-tools"], readonly ["c8y-tracking"], readonly ["c8y-usage-statistics"], readonly ["c8y-user"], readonly ["c8y-users"], readonly ["c8y-waste-bin"], readonly ["c8y-wm-api"], readonly ["c8y-wm-b2b"], readonly ["c8y-wm-dynamicapps"], readonly ["c8y-wm-integration"]];
1
+ export declare const platformIcons: readonly [readonly ["c8y-aab-icon-model"], readonly ["c8y-aab-icon-template-model"], readonly ["c8y-accounts"], readonly ["c8y-add-user"], readonly ["c8y-administration"], readonly ["c8y-alarm"], readonly ["c8y-alert-idle"], readonly ["c8y-alfabet"], readonly ["c8y-analytic-model"], readonly ["c8y-analytics-builder"], readonly ["c8y-apama-epl"], readonly ["c8y-apama-machine-learning-workbench"], readonly ["c8y-apama-machine-learning"], readonly ["c8y-archive"], readonly ["c8y-aris"], readonly ["c8y-atom"], readonly ["c8y-book"], readonly ["c8y-bookmark"], readonly ["c8y-bulb"], readonly ["c8y-business-rules"], readonly ["c8y-c8y-c"], readonly ["c8y-c8y-data"], readonly ["c8y-c8y-support"], readonly ["c8y-c8y"], readonly ["c8y-calendar"], readonly ["c8y-chart"], readonly ["c8y-circle-star"], readonly ["c8y-cloud-container"], readonly ["c8y-cockpit"], readonly ["c8y-component"], readonly ["c8y-connector-in"], readonly ["c8y-connector-out"], readonly ["c8y-css"], readonly ["c8y-cumulocity-iot"], readonly ["c8y-data-broker"], readonly ["c8y-data-explorer"], readonly ["c8y-data-hub"], readonly ["c8y-data-points"], readonly ["c8y-design"], readonly ["c8y-device-connect"], readonly ["c8y-device-control"], readonly ["c8y-device-management"], readonly ["c8y-device-profile"], readonly ["c8y-device-protocols"], readonly ["c8y-device"], readonly ["c8y-dynamic-mapper"], readonly ["c8y-e2e-monitoring"], readonly ["c8y-energy"], readonly ["c8y-enterprise"], readonly ["c8y-event-processing"], readonly ["c8y-events"], readonly ["c8y-fieldbus"], readonly ["c8y-find-map"], readonly ["c8y-firmware"], readonly ["c8y-grid-off"], readonly ["c8y-grid-on"], readonly ["c8y-group-add"], readonly ["c8y-group-open"], readonly ["c8y-group-remote-inactive"], readonly ["c8y-group-remote-open"], readonly ["c8y-group-remote"], readonly ["c8y-group-smart-open"], readonly ["c8y-group-smart"], readonly ["c8y-group"], readonly ["c8y-java"], readonly ["c8y-layers"], readonly ["c8y-layout"], readonly ["c8y-location"], readonly ["c8y-machine-portal"], readonly ["c8y-management"], readonly ["c8y-metering"], readonly ["c8y-mft"], readonly ["c8y-mobile-add"], readonly ["c8y-mobile-config"], readonly ["c8y-modules"], readonly ["c8y-mycloud"], readonly ["c8y-notification"], readonly ["c8y-oee"], readonly ["c8y-onnx"], readonly ["c8y-overviews"], readonly ["c8y-parameters-on"], readonly ["c8y-parameters"], readonly ["c8y-parking"], readonly ["c8y-report"], readonly ["c8y-reports"], readonly ["c8y-rocket"], readonly ["c8y-saas"], readonly ["c8y-security"], readonly ["c8y-shield"], readonly ["c8y-simulator"], readonly ["c8y-smart-rest"], readonly ["c8y-smart-rules"], readonly ["c8y-solution-accelerator"], readonly ["c8y-streaming-analytics"], readonly ["c8y-sub-tenants"], readonly ["c8y-tenant-policies"], readonly ["c8y-tools"], readonly ["c8y-tracking"], readonly ["c8y-usage-statistics"], readonly ["c8y-user"], readonly ["c8y-users"], readonly ["c8y-waste-bin"], readonly ["c8y-wm-api"], readonly ["c8y-wm-b2b"], readonly ["c8y-wm-dynamicapps"], readonly ["c8y-wm-integration"]];
2
2
  export declare const platformIconCategory: {
3
3
  readonly label: "Platform`icons-category`";
4
- readonly icons: readonly [readonly ["c8y-aab-icon-model"], readonly ["c8y-aab-icon-template-model"], readonly ["c8y-accounts"], readonly ["c8y-add-user"], readonly ["c8y-administration"], readonly ["c8y-alarm"], readonly ["c8y-alert-idle"], readonly ["c8y-alfabet"], readonly ["c8y-analytic-model"], readonly ["c8y-analytics-builder"], readonly ["c8y-apama-epl"], readonly ["c8y-apama-machine-learning"], readonly ["c8y-apama-machine-learning-workbench"], readonly ["c8y-archive"], readonly ["c8y-aris"], readonly ["c8y-atom"], readonly ["c8y-book"], readonly ["c8y-bookmark"], readonly ["c8y-bulb"], readonly ["c8y-business-rules"], readonly ["c8y-c8y"], readonly ["c8y-c8y-data"], readonly ["c8y-c8y-support"], readonly ["c8y-calendar"], readonly ["c8y-chart"], readonly ["c8y-circle-star"], readonly ["c8y-cloud-container"], readonly ["c8y-cockpit"], readonly ["c8y-component"], readonly ["c8y-connector-in"], readonly ["c8y-connector-out"], readonly ["c8y-css"], readonly ["c8y-cumulocity-iot"], readonly ["c8y-data-broker"], readonly ["c8y-data-explorer"], readonly ["c8y-data-hub"], readonly ["c8y-data-points"], readonly ["c8y-design"], readonly ["c8y-device"], readonly ["c8y-device-connect"], readonly ["c8y-device-control"], readonly ["c8y-device-management"], readonly ["c8y-device-profile"], readonly ["c8y-device-protocols"], readonly ["c8y-e2e-monitoring"], readonly ["c8y-energy"], readonly ["c8y-enterprise"], readonly ["c8y-event-processing"], readonly ["c8y-events"], readonly ["c8y-fieldbus"], readonly ["c8y-find-map"], readonly ["c8y-firmware"], readonly ["c8y-grid-off"], readonly ["c8y-grid-on"], readonly ["c8y-group"], readonly ["c8y-group-add"], readonly ["c8y-group-open"], readonly ["c8y-group-remote"], readonly ["c8y-group-remote-inactive"], readonly ["c8y-group-remote-open"], readonly ["c8y-group-smart"], readonly ["c8y-group-smart-open"], readonly ["c8y-java"], readonly ["c8y-layers"], readonly ["c8y-layout"], readonly ["c8y-location"], readonly ["c8y-machine-portal"], readonly ["c8y-management"], readonly ["c8y-metering"], readonly ["c8y-mft"], readonly ["c8y-mobile-add"], readonly ["c8y-mobile-config"], readonly ["c8y-modules"], readonly ["c8y-mycloud"], readonly ["c8y-notification"], readonly ["c8y-oee"], readonly ["c8y-onnx"], readonly ["c8y-overviews"], readonly ["c8y-parameters"], readonly ["c8y-parameters-on"], readonly ["c8y-parking"], readonly ["c8y-report"], readonly ["c8y-reports"], readonly ["c8y-rocket"], readonly ["c8y-saas"], readonly ["c8y-security"], readonly ["c8y-shield"], readonly ["c8y-simulator"], readonly ["c8y-smart-rest"], readonly ["c8y-smart-rules"], readonly ["c8y-solution-accelerator"], readonly ["c8y-streaming-analytics"], readonly ["c8y-sub-tenants"], readonly ["c8y-tenant-policies"], readonly ["c8y-tools"], readonly ["c8y-tracking"], readonly ["c8y-usage-statistics"], readonly ["c8y-user"], readonly ["c8y-users"], readonly ["c8y-waste-bin"], readonly ["c8y-wm-api"], readonly ["c8y-wm-b2b"], readonly ["c8y-wm-dynamicapps"], readonly ["c8y-wm-integration"]];
4
+ readonly icons: readonly [readonly ["c8y-aab-icon-model"], readonly ["c8y-aab-icon-template-model"], readonly ["c8y-accounts"], readonly ["c8y-add-user"], readonly ["c8y-administration"], readonly ["c8y-alarm"], readonly ["c8y-alert-idle"], readonly ["c8y-alfabet"], readonly ["c8y-analytic-model"], readonly ["c8y-analytics-builder"], readonly ["c8y-apama-epl"], readonly ["c8y-apama-machine-learning-workbench"], readonly ["c8y-apama-machine-learning"], readonly ["c8y-archive"], readonly ["c8y-aris"], readonly ["c8y-atom"], readonly ["c8y-book"], readonly ["c8y-bookmark"], readonly ["c8y-bulb"], readonly ["c8y-business-rules"], readonly ["c8y-c8y-c"], readonly ["c8y-c8y-data"], readonly ["c8y-c8y-support"], readonly ["c8y-c8y"], readonly ["c8y-calendar"], readonly ["c8y-chart"], readonly ["c8y-circle-star"], readonly ["c8y-cloud-container"], readonly ["c8y-cockpit"], readonly ["c8y-component"], readonly ["c8y-connector-in"], readonly ["c8y-connector-out"], readonly ["c8y-css"], readonly ["c8y-cumulocity-iot"], readonly ["c8y-data-broker"], readonly ["c8y-data-explorer"], readonly ["c8y-data-hub"], readonly ["c8y-data-points"], readonly ["c8y-design"], readonly ["c8y-device-connect"], readonly ["c8y-device-control"], readonly ["c8y-device-management"], readonly ["c8y-device-profile"], readonly ["c8y-device-protocols"], readonly ["c8y-device"], readonly ["c8y-dynamic-mapper"], readonly ["c8y-e2e-monitoring"], readonly ["c8y-energy"], readonly ["c8y-enterprise"], readonly ["c8y-event-processing"], readonly ["c8y-events"], readonly ["c8y-fieldbus"], readonly ["c8y-find-map"], readonly ["c8y-firmware"], readonly ["c8y-grid-off"], readonly ["c8y-grid-on"], readonly ["c8y-group-add"], readonly ["c8y-group-open"], readonly ["c8y-group-remote-inactive"], readonly ["c8y-group-remote-open"], readonly ["c8y-group-remote"], readonly ["c8y-group-smart-open"], readonly ["c8y-group-smart"], readonly ["c8y-group"], readonly ["c8y-java"], readonly ["c8y-layers"], readonly ["c8y-layout"], readonly ["c8y-location"], readonly ["c8y-machine-portal"], readonly ["c8y-management"], readonly ["c8y-metering"], readonly ["c8y-mft"], readonly ["c8y-mobile-add"], readonly ["c8y-mobile-config"], readonly ["c8y-modules"], readonly ["c8y-mycloud"], readonly ["c8y-notification"], readonly ["c8y-oee"], readonly ["c8y-onnx"], readonly ["c8y-overviews"], readonly ["c8y-parameters-on"], readonly ["c8y-parameters"], readonly ["c8y-parking"], readonly ["c8y-report"], readonly ["c8y-reports"], readonly ["c8y-rocket"], readonly ["c8y-saas"], readonly ["c8y-security"], readonly ["c8y-shield"], readonly ["c8y-simulator"], readonly ["c8y-smart-rest"], readonly ["c8y-smart-rules"], readonly ["c8y-solution-accelerator"], readonly ["c8y-streaming-analytics"], readonly ["c8y-sub-tenants"], readonly ["c8y-tenant-policies"], readonly ["c8y-tools"], readonly ["c8y-tracking"], readonly ["c8y-usage-statistics"], readonly ["c8y-user"], readonly ["c8y-users"], readonly ["c8y-waste-bin"], readonly ["c8y-wm-api"], readonly ["c8y-wm-b2b"], readonly ["c8y-wm-dynamicapps"], readonly ["c8y-wm-integration"]];
5
5
  };
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../icon-selector/icons/platform/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,q9FAyG+B,CAAC;AAE1D,eAAO,MAAM,oBAAoB;;;CAGvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../icon-selector/icons/platform/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,8gGA2G+B,CAAC;AAE1D,eAAO,MAAM,oBAAoB;;;CAGvB,CAAC"}
@@ -17,4 +17,10 @@ export type AlarmFilterInterval = Interval | {
17
17
  };
18
18
  export declare const INTERVALS: Interval[];
19
19
  export declare const INTERVAL_TITLES: Record<Interval['id'], string>;
20
+ type IntervalKey = Interval['id'];
21
+ type IntervalMap = {
22
+ [K in IntervalKey]: K;
23
+ };
24
+ export declare const INTERVAL_VALUES: IntervalMap;
25
+ export {};
20
26
  //# sourceMappingURL=interval-picker.model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"interval-picker.model.d.ts","sourceRoot":"","sources":["../../interval-picker/interval-picker.model.ts"],"names":[],"mappings":"AAGA,oBAAY,YAAY;IACtB,QAAQ,QAAY;IACpB,MAAM,UAAiB;IACvB,KAAK,WAAsB;IAC3B,MAAM,YAA0B;IAChC,OAAgG;CACjG;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAC3B,QAAQ,GACR;IACE,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEN,eAAO,MAAM,SAAS,EAAE,QAAQ,EA2B/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAO1D,CAAC"}
1
+ {"version":3,"file":"interval-picker.model.d.ts","sourceRoot":"","sources":["../../interval-picker/interval-picker.model.ts"],"names":[],"mappings":"AAGA,oBAAY,YAAY;IACtB,QAAQ,QAAY;IACpB,MAAM,UAAiB;IACvB,KAAK,WAAsB;IAC3B,MAAM,YAA0B;IAChC,OAAgG;CACjG;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAC3B,QAAQ,GACR;IACE,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEN,eAAO,MAAM,SAAS,EAAE,QAAQ,EA2B/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAO1D,CAAC;AAEF,KAAK,WAAW,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;AAClC,KAAK,WAAW,GAAG;KAAG,CAAC,IAAI,WAAW,GAAG,CAAC;CAAE,CAAC;AAE7C,eAAO,MAAM,eAAe,aAM3B,CAAC"}
package/locales/de.po CHANGED
@@ -3017,6 +3017,9 @@ msgstr "Kindergeräte zugewiesen."
3017
3017
  msgid "Children"
3018
3018
  msgstr "Kinder"
3019
3019
 
3020
+ msgid "Choose export type from available options:"
3021
+ msgstr "Wählen Sie den Typ des Exportierens aus den verfügbaren Optionen:"
3022
+
3020
3023
  msgid "Choose how to select a date range, the available options are:\n"
3021
3024
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3022
3025
  " <!-- Will be re-enabled in MTM-61920 -->\n"
@@ -3105,9 +3108,6 @@ msgstr "Wählen Sie, wie Sie einen Datumsbereich auswählen möchten, die verfü
3105
3108
  " </li>\n"
3106
3109
  " </ul>"
3107
3110
 
3108
- msgid "Choose type of an export to generate, the available options are:"
3109
- msgstr "Wählen Sie den Typ des zu erzeugenden Exports, die verfügbaren Optionen sind:"
3110
-
3111
3111
  msgid "Circular $refs."
3112
3112
  msgstr "Zirkuläre $refs."
3113
3113
 
@@ -4322,14 +4322,6 @@ msgstr "Erstellt am"
4322
4322
  msgid "Created to`date`"
4323
4323
  msgstr "Erstellt bis zum"
4324
4324
 
4325
- msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
4326
- " selected points"
4327
- msgstr "Erstellt eine komprimierte ZIP-Datei, die separate Dateien für jeden der von Ihnen\n"
4328
- " ausgewählten Punkte enthält."
4329
-
4330
- msgid "Creates a single merged file containing all the data"
4331
- msgstr "Erstellt eine einzige zusammengefasste Datei, die alle Daten enthält"
4332
-
4333
4325
  msgid "Creates alarm when measurements are missing"
4334
4326
  msgstr "Alarm bei fehlenden Messdaten erzeugen"
4335
4327
 
@@ -6078,6 +6070,9 @@ msgstr "E-Mail-Adresse"
6078
6070
  msgid "Email addresses"
6079
6071
  msgstr "E-Mail-Adressen"
6080
6072
 
6073
+ msgid "Email delivery if exceeds 50,000 records"
6074
+ msgstr "E-Mail-Zustellung bei mehr als 50.000 Datensätzen"
6075
+
6081
6076
  msgid "Email server"
6082
6077
  msgstr "E-Mail-Server"
6083
6078
 
@@ -8227,9 +8222,6 @@ msgstr "Wird dieser Wert auf \"true\" gesetzt, setzt der LWM2M-Agent die Firmwar
8227
8222
  msgid "If the configuration is enabled, the firmware update operation will fail if the update result (resource 5) is not as expected based on the LWM2M firmware state machine."
8228
8223
  msgstr "Wenn die Konfiguration eingeschaltet ist, schlägt die Operation zur Firmware-Aktualisierung fehl, wenn das Ergebnis der Aktualisierung (Ressource 5) nicht den Erwartungen des LWM2M-Firmware-Zustandsautomaten entspricht."
8229
8224
 
8230
- msgid "If the export exceeds 50,000 records, the data will be sent via email"
8231
- msgstr "Wenn der Export mehr als 50.000 Datensätze umfasst, werden die Daten per E-Mail gesendet"
8232
-
8233
8225
  msgid "If the filter is set, the firmware will show up for installation only for devices of that type. If no filter is set, it will be available for all devices."
8234
8226
  msgstr "Wenn der Filter gesetzt ist, wird die Firmware nur für Geräte dieses Typs zur Installation angezeigt. Wenn kein Filter gesetzt ist, ist sie für alle Geräte verfügbar."
8235
8227
 
@@ -10566,6 +10558,9 @@ msgstr "Keine Plugins anzuzeigen."
10566
10558
  msgid "No position fragment in selected devices"
10567
10559
  msgstr "Keine Ortsangabe in den ausgewählten Geräten vorhanden"
10568
10560
 
10561
+ msgid "No preview available"
10562
+ msgstr "Keine Vorschau verfügbar."
10563
+
10569
10564
  msgid "No preview available for log files with MIME type other than <code>text/*</code>."
10570
10565
  msgstr "Keine Vorschau verfügbar für Logdateien mit einem anderen MIME-Typ als <code>text/*</code>."
10571
10566
 
@@ -11321,6 +11316,9 @@ msgstr "Option gelöscht."
11321
11316
  msgid "Option management"
11322
11317
  msgstr "Optionen"
11323
11318
 
11319
+ msgid "Optional data aggregation supported"
11320
+ msgstr "Optionale Daten Aggregation unterstützt"
11321
+
11324
11322
  msgid "Optionally you can add a custom alarm."
11325
11323
  msgstr "Optional können Sie einen benutzerdefinierten Alarm hinzufügen."
11326
11324
 
@@ -11885,6 +11883,9 @@ msgstr "Drücken Sie \n"
11885
11883
  msgid "Preview"
11886
11884
  msgstr "Vorschau"
11887
11885
 
11886
+ msgid "Preview available"
11887
+ msgstr "Keine Vorschau verfügbar."
11888
+
11888
11889
  msgid "Preview banner"
11889
11890
  msgstr "Vorschaubanner"
11890
11891
 
@@ -11897,12 +11898,6 @@ msgstr "Vorschaukonfiguration"
11897
11898
  msgid "Preview file"
11898
11899
  msgstr "Vorschaudatei"
11899
11900
 
11900
- msgid "Preview is available"
11901
- msgstr "Vorschau verfügbar"
11902
-
11903
- msgid "Preview is not available"
11904
- msgstr "Vorschau ist nicht verfügbar"
11905
-
11906
11901
  msgid "Preview not available"
11907
11902
  msgstr "Keine Vorschau verfügbar"
11908
11903
 
@@ -12176,6 +12171,9 @@ msgstr "Integrierte REST API-Felder"
12176
12171
  msgid "REST API custom fields"
12177
12172
  msgstr "Benutzerdefinierte REST API-Felder"
12178
12173
 
12174
+ msgid "RESTART`verb, action` {{service}}"
12175
+ msgstr "RESTART`Verb, Aktion` {{service}}"
12176
+
12179
12177
  msgid "RETIRED"
12180
12178
  msgstr "AUSGELAUFEN"
12181
12179
 
@@ -13073,6 +13071,12 @@ msgstr "SSO-Login ist fehlgeschlagen. Wenden Sie sich an den Administrator."
13073
13071
  msgid "SS`SECONDS`"
13074
13072
  msgstr "SEK"
13075
13073
 
13074
+ msgid "START`verb, action` {{service}}"
13075
+ msgstr "START`Verb, Aktion` {{service}}"
13076
+
13077
+ msgid "STOP`verb, action` {{service}}"
13078
+ msgstr "STOPP`Verb, Aktion` {{service}}"
13079
+
13076
13080
  msgid "STRING"
13077
13081
  msgstr "TEXT"
13078
13082
 
@@ -13880,6 +13884,9 @@ msgstr "Setze WAN-Einstellungen."
13880
13884
  msgid "Sent to"
13881
13885
  msgstr "Empfänger"
13882
13886
 
13887
+ msgid "Separate files for each data point in ZIP format"
13888
+ msgstr "Getrennte Dateien für jeden Datenpunkt im ZIP-Format"
13889
+
13883
13890
  msgid "Separator color"
13884
13891
  msgstr "Trennzeichenfarbe"
13885
13892
 
@@ -14677,6 +14684,9 @@ msgstr "Einzeln"
14677
14684
  msgid "Single location"
14678
14685
  msgstr "Positionsabfrage"
14679
14686
 
14687
+ msgid "Single merged file for all data"
14688
+ msgstr "Einzelne zusammengeführte Datei für alle Daten"
14689
+
14680
14690
  msgid "Single operation details"
14681
14691
  msgstr "Details zur Einzel-Operation"
14682
14692
 
@@ -15004,6 +15014,9 @@ msgstr "Schritt danach"
15004
15014
  msgid "Step before"
15005
15015
  msgstr "Schritt davor"
15006
15016
 
15017
+ msgid "Stop"
15018
+ msgstr "Stopp"
15019
+
15007
15020
  msgid "Stop Process"
15008
15021
  msgstr "Prozess anhalten"
15009
15022
 
@@ -15229,9 +15242,6 @@ msgstr "Unterstützte Formate: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Unterstützte
15229
15242
  msgid "Supported operations"
15230
15243
  msgstr "Unterstützte Operationen"
15231
15244
 
15232
- msgid "Supports data aggregation (optional)"
15233
- msgstr "Unterstützt die Datenaggregation (optional)"
15234
-
15235
15245
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
15236
15246
  msgstr "Unterstützt Markdown. Verwenden Sie {{ headerMark }} für Kopfzeilen, {{ listMark }} für Listen, {{ boldMark }} für Fettformatierung, {{ italicMark }} für Kursivformattierung und {{ linkMark }} für Links."
15237
15247
 
@@ -16731,14 +16741,14 @@ msgstr "Trackermodell \"{{ tracker.device.c8y_Hardware.model }}\" wird nicht unt
16731
16741
  msgid "Up"
16732
16742
  msgstr "In Betrieb"
16733
16743
 
16734
- msgid "Up to 1,000,000 records per data point, or up to the data retention limit"
16735
- msgstr "Bis zu 1.000.000 Datensätze pro Datenpunkt oder bis zur Grenze der Datenspeicherung"
16744
+ msgid "Up to 1,000,000 records per data point or data retention limit"
16745
+ msgstr "In Betrieb bis zu 1.000.000 Datensätze pro Datenpunkt oder Datenspeichergrenze"
16736
16746
 
16737
16747
  msgid "Up to 120 characters allowed."
16738
16748
  msgstr "Es sind bis zu 120 Zeichen zulässig."
16739
16749
 
16740
- msgid "Up to 5,000 records per data point, or up to the data retention limit"
16741
- msgstr "Bis zu 5.000 Datensätze pro Datenpunkt oder bis zur Grenze der Datenspeicherung"
16750
+ msgid "Up to 5,000 records per data point or data retention limit"
16751
+ msgstr "In Betrieb bis zu 5.000 Datensätze pro Datenpunkt oder Datenaufbewahrungsgrenze"
16742
16752
 
16743
16753
  msgid "Up to 6 archives can be saved in the platform. If you upload a new archive, the oldest archive that is not active will be deleted. Do you want to proceed?"
16744
16754
  msgstr "Maximal sechs Archive werden vorgehalten. Wird ein weiteres Archiv hochgeladen, wird das älteste, nicht aktive Archiv automatisch gelöscht. Möchten Sie fortfahren?"
@@ -19207,6 +19217,9 @@ msgstr "x509"
19207
19217
  msgid "yellow"
19208
19218
  msgstr "gelb"
19209
19219
 
19220
+ msgid "{{ action.text }}"
19221
+ msgstr "{{ action.text }}"
19222
+
19210
19223
  msgid "{{ appName | translate }} (public)"
19211
19224
  msgstr "{{ appName | translate }} (öffentlich)"
19212
19225
 
package/locales/es.po CHANGED
@@ -3019,6 +3019,9 @@ msgstr "Dispositivos secundarios asignados."
3019
3019
  msgid "Children"
3020
3020
  msgstr "Secundarios"
3021
3021
 
3022
+ msgid "Choose export type from available options:"
3023
+ msgstr "Elija el tipo de exportación entre las opciones disponibles:"
3024
+
3022
3025
  msgid "Choose how to select a date range, the available options are:\n"
3023
3026
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3024
3027
  " <!-- Will be re-enabled in MTM-61920 -->\n"
@@ -3107,9 +3110,6 @@ msgstr "Elija cómo seleccionar un intervalo de fechas, las opciones disponibles
3107
3110
  " </li>\n"
3108
3111
  " </ul>"
3109
3112
 
3110
- msgid "Choose type of an export to generate, the available options are:"
3111
- msgstr "Elija el tipo de exportación a generar, las opciones disponibles son:"
3112
-
3113
3113
  msgid "Circular $refs."
3114
3114
  msgstr "$refs circulares."
3115
3115
 
@@ -4326,14 +4326,6 @@ msgstr "Creado el"
4326
4326
  msgid "Created to`date`"
4327
4327
  msgstr "Creado hasta el"
4328
4328
 
4329
- msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
4330
- " selected points"
4331
- msgstr "Crea un Archivo ZIP comprimido que contiene archivos de datos separados para cada uno de sus\n"
4332
- " puntos seleccionados"
4333
-
4334
- msgid "Creates a single merged file containing all the data"
4335
- msgstr "Crea un único Archivo Combinado que contiene todos los Datos"
4336
-
4337
4329
  msgid "Creates alarm when measurements are missing"
4338
4330
  msgstr "Crea alarma cuando faltan datos de medición"
4339
4331
 
@@ -6083,6 +6075,9 @@ msgstr "Dirección de correo electrónico"
6083
6075
  msgid "Email addresses"
6084
6076
  msgstr "Direcciones de correo electrónico"
6085
6077
 
6078
+ msgid "Email delivery if exceeds 50,000 records"
6079
+ msgstr "Envío de correo electrónico si se superan los 50.000 registros"
6080
+
6086
6081
  msgid "Email server"
6087
6082
  msgstr "Servidor de correo electrónico"
6088
6083
 
@@ -8241,9 +8236,6 @@ msgstr "Si se establece en true, el agente LWM2M reinicia la máquina de estado
8241
8236
  msgid "If the configuration is enabled, the firmware update operation will fail if the update result (resource 5) is not as expected based on the LWM2M firmware state machine."
8242
8237
  msgstr "Si la configuración está activada, la operación de actualización del firmware fallará si el resultado de la actualización (recurso 5) no es el esperado según la máquina de estado del firmware del LWM2M."
8243
8238
 
8244
- msgid "If the export exceeds 50,000 records, the data will be sent via email"
8245
- msgstr "Si la exportación supera los 50.000 registros, los datos se enviarán por correo electrónico"
8246
-
8247
8239
  msgid "If the filter is set, the firmware will show up for installation only for devices of that type. If no filter is set, it will be available for all devices."
8248
8240
  msgstr "Si se configura un filtro, sólo los dispositivos de este tipo podrán instalar el firmware. Si no se configura ningún filtro, estará disponible para todos los dispositivos."
8249
8241
 
@@ -10581,6 +10573,9 @@ msgstr "No hay complementos que mostrar."
10581
10573
  msgid "No position fragment in selected devices"
10582
10574
  msgstr "Ningún fragmento de posición en los dispositivos seleccionados"
10583
10575
 
10576
+ msgid "No preview available"
10577
+ msgstr "Ninguna vista previa disponible."
10578
+
10584
10579
  msgid "No preview available for log files with MIME type other than <code>text/*</code>."
10585
10580
  msgstr "Ninguna vista previa disponible para archivos de registro con otro tipo MIME distinto a <code>text/*</code>."
10586
10581
 
@@ -11337,6 +11332,9 @@ msgstr "Opción eliminada."
11337
11332
  msgid "Option management"
11338
11333
  msgstr "Gestión de opción"
11339
11334
 
11335
+ msgid "Optional data aggregation supported"
11336
+ msgstr "Opción de agregación de datos admitida"
11337
+
11340
11338
  msgid "Optionally you can add a custom alarm."
11341
11339
  msgstr "Si se desea se puede añadir una alarma personalizada."
11342
11340
 
@@ -11902,6 +11900,9 @@ msgstr "Pulse\n"
11902
11900
  msgid "Preview"
11903
11901
  msgstr "Vista previa"
11904
11902
 
11903
+ msgid "Preview available"
11904
+ msgstr "Vista previa disponible"
11905
+
11905
11906
  msgid "Preview banner"
11906
11907
  msgstr "Vista previa de pancarta"
11907
11908
 
@@ -11914,12 +11915,6 @@ msgstr "Configuración de vista general"
11914
11915
  msgid "Preview file"
11915
11916
  msgstr "Visualizar"
11916
11917
 
11917
- msgid "Preview is available"
11918
- msgstr "Vista previa disponible"
11919
-
11920
- msgid "Preview is not available"
11921
- msgstr "Vista previa no disponible"
11922
-
11923
11918
  msgid "Preview not available"
11924
11919
  msgstr "Vista previa no disponible"
11925
11920
 
@@ -12193,6 +12188,9 @@ msgstr "Campos integrados API REST"
12193
12188
  msgid "REST API custom fields"
12194
12189
  msgstr "Campos personalizados API REST"
12195
12190
 
12191
+ msgid "RESTART`verb, action` {{service}}"
12192
+ msgstr "RESTART`verbo, acción` {{service}}"
12193
+
12196
12194
  msgid "RETIRED"
12197
12195
  msgstr "RETIRADO"
12198
12196
 
@@ -13090,6 +13088,12 @@ msgstr "Fallo en el inicio de sesión SSO. Póngase en contacto con el administr
13090
13088
  msgid "SS`SECONDS`"
13091
13089
  msgstr "SS"
13092
13090
 
13091
+ msgid "START`verb, action` {{service}}"
13092
+ msgstr "COMENZAR`verbo, acción` {{service}}"
13093
+
13094
+ msgid "STOP`verb, action` {{service}}"
13095
+ msgstr "STOP`verbo, acción` {{service}}"
13096
+
13093
13097
  msgid "STRING"
13094
13098
  msgstr "Cadena de caracteres"
13095
13099
 
@@ -13897,6 +13901,9 @@ msgstr "Enviar operación para aplicar configuración WAN."
13897
13901
  msgid "Sent to"
13898
13902
  msgstr "Enviado a"
13899
13903
 
13904
+ msgid "Separate files for each data point in ZIP format"
13905
+ msgstr "Archivos independientes para cada punto de datos en formato ZIP."
13906
+
13900
13907
  msgid "Separator color"
13901
13908
  msgstr "Color de separado"
13902
13909
 
@@ -14694,6 +14701,9 @@ msgstr "Soltero/a"
14694
14701
  msgid "Single location"
14695
14702
  msgstr "Única ubicación"
14696
14703
 
14704
+ msgid "Single merged file for all data"
14705
+ msgstr "Archivo único combinado para todos los Datos"
14706
+
14697
14707
  msgid "Single operation details"
14698
14708
  msgstr "Detalles de operación simple"
14699
14709
 
@@ -15021,6 +15031,9 @@ msgstr "Paso siguiente"
15021
15031
  msgid "Step before"
15022
15032
  msgstr "Paso previo"
15023
15033
 
15034
+ msgid "Stop"
15035
+ msgstr "Stop"
15036
+
15024
15037
  msgid "Stop Process"
15025
15038
  msgstr "Detener proceso"
15026
15039
 
@@ -15246,9 +15259,6 @@ msgstr "Formatos compatibles: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Algoritmos adm
15246
15259
  msgid "Supported operations"
15247
15260
  msgstr "Operaciones de soporte"
15248
15261
 
15249
- msgid "Supports data aggregation (optional)"
15250
- msgstr "Asistencia para la Agregación de Datos (opcional)"
15251
-
15252
15262
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
15253
15263
  msgstr "Admite marcado. Utilice {{ headerMark }} para encabezados, {{ listMark }} para listas, {{ boldMark }} para negrita, {{ italicMark }} para cursiva y {{ linkMark }} para enlaces."
15254
15264
 
@@ -16748,14 +16758,14 @@ msgstr "Modelo de rastreador no admitido \"{{ tracker.device.c8y_Hardware.model
16748
16758
  msgid "Up"
16749
16759
  msgstr "Arriba"
16750
16760
 
16751
- msgid "Up to 1,000,000 records per data point, or up to the data retention limit"
16752
- msgstr "Arriba de 1.000.000 de registros por Punto de datos, o hasta el límite de retención de datos"
16761
+ msgid "Up to 1,000,000 records per data point or data retention limit"
16762
+ msgstr "Arriba de 1.000.000 de registros por Punto de datos, o hasta el límite de retención de datos."
16753
16763
 
16754
16764
  msgid "Up to 120 characters allowed."
16755
16765
  msgstr "Se permiten hasta 120 caracteres."
16756
16766
 
16757
- msgid "Up to 5,000 records per data point, or up to the data retention limit"
16758
- msgstr "Arriba de 5.000 registros por Punto de datos, o hasta el límite de retención de datos"
16767
+ msgid "Up to 5,000 records per data point or data retention limit"
16768
+ msgstr "Arriba de 5.000 registros por Punto de datos, o hasta el límite de retención de datos."
16759
16769
 
16760
16770
  msgid "Up to 6 archives can be saved in the platform. If you upload a new archive, the oldest archive that is not active will be deleted. Do you want to proceed?"
16761
16771
  msgstr "Pueden guardarse hasta 6 archivos en la plataforma. Si se sube un séptimo, se borrará el archivo no activo más antiguo. ¿Desea continuar?"
@@ -19224,6 +19234,9 @@ msgstr "x509"
19224
19234
  msgid "yellow"
19225
19235
  msgstr "amarillo"
19226
19236
 
19237
+ msgid "{{ action.text }}"
19238
+ msgstr "{{ action.text }}"
19239
+
19227
19240
  msgid "{{ appName | translate }} (public)"
19228
19241
  msgstr "{{ appName | translate }} (pública)"
19229
19242
 
package/locales/fr.po CHANGED
@@ -3019,6 +3019,9 @@ msgstr "Appareils enfants affectés."
3019
3019
  msgid "Children"
3020
3020
  msgstr "Enfants"
3021
3021
 
3022
+ msgid "Choose export type from available options:"
3023
+ msgstr "Choisissez le type d'exportation parmi les options disponibles :"
3024
+
3022
3025
  msgid "Choose how to select a date range, the available options are:\n"
3023
3026
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3024
3027
  " <!-- Will be re-enabled in MTM-61920 -->\n"
@@ -3107,9 +3110,6 @@ msgstr "Choisissez comment sélectionner une plage de dates, les options disponi
3107
3110
  " </li>\n"
3108
3111
  " </ul>"
3109
3112
 
3110
- msgid "Choose type of an export to generate, the available options are:"
3111
- msgstr "Choisir le type d'exportation à générer. Les options disponibles sont les suivantes :"
3112
-
3113
3113
  msgid "Circular $refs."
3114
3114
  msgstr "Circulaire $refs."
3115
3115
 
@@ -4326,14 +4326,6 @@ msgstr "Créé le"
4326
4326
  msgid "Created to`date`"
4327
4327
  msgstr "Créé au"
4328
4328
 
4329
- msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
4330
- " selected points"
4331
- msgstr "Crée un fichier ZIP compressé contenant des fichiers de données distincts pour chacun des points sélectionnés\n"
4332
- " points sélectionnés"
4333
-
4334
- msgid "Creates a single merged file containing all the data"
4335
- msgstr "Tout créé un fichier unique fusionné contenant toutes les données"
4336
-
4337
4329
  msgid "Creates alarm when measurements are missing"
4338
4330
  msgstr "Crée une alarme lorsque les mesures sont manquantes"
4339
4331
 
@@ -6083,6 +6075,9 @@ msgstr "Adresse e-mail"
6083
6075
  msgid "Email addresses"
6084
6076
  msgstr "Adresses e-mail"
6085
6077
 
6078
+ msgid "Email delivery if exceeds 50,000 records"
6079
+ msgstr "Envoi d'e-mail si le nombre d'enregistrements dépasse 50 000"
6080
+
6086
6081
  msgid "Email server"
6087
6082
  msgstr "Serveur de messagerie"
6088
6083
 
@@ -8241,9 +8236,6 @@ msgstr "S'il est défini sur true, l'agent LWM2M réinitialise l'appareil d'éta
8241
8236
  msgid "If the configuration is enabled, the firmware update operation will fail if the update result (resource 5) is not as expected based on the LWM2M firmware state machine."
8242
8237
  msgstr "Si la configuration est activée, l'opération de mise à jour du micrologiciel échouera si le résultat de la mise à jour (ressource 5) n'est pas conforme aux attentes de la machine d'état du micrologiciel du LWM2M."
8243
8238
 
8244
- msgid "If the export exceeds 50,000 records, the data will be sent via email"
8245
- msgstr "Si l'Exportation de données dépasse 50 000 enregistrements, les données seront envoyées par e-mail"
8246
-
8247
8239
  msgid "If the filter is set, the firmware will show up for installation only for devices of that type. If no filter is set, it will be available for all devices."
8248
8240
  msgstr "Si le filtre est activé, le microprogramme s'affiche uniquement lors de l'installation des appareils de même type. Si aucun filtre n'est activé, le microprogramme est disponible pour tous les appareils."
8249
8241
 
@@ -10581,6 +10573,9 @@ msgstr "Aucun plugin à afficher."
10581
10573
  msgid "No position fragment in selected devices"
10582
10574
  msgstr "Aucun fragment de position dans les appareils sélectionnés"
10583
10575
 
10576
+ msgid "No preview available"
10577
+ msgstr "Non Aperçu est disponible."
10578
+
10584
10579
  msgid "No preview available for log files with MIME type other than <code>text/*</code>."
10585
10580
  msgstr "Aucun aperçu disponible pour les fichiers journaux avec un type MIME autre que <code>text/*</code>."
10586
10581
 
@@ -11337,6 +11332,9 @@ msgstr "Option supprimée."
11337
11332
  msgid "Option management"
11338
11333
  msgstr "Gestion des options"
11339
11334
 
11335
+ msgid "Optional data aggregation supported"
11336
+ msgstr "Support de l'agrégation des données (Option)"
11337
+
11340
11338
  msgid "Optionally you can add a custom alarm."
11341
11339
  msgstr "Vous pouvez éventuellement ajouter une alarme personnalisée."
11342
11340
 
@@ -11902,6 +11900,9 @@ msgstr "Appuyez sur\n"
11902
11900
  msgid "Preview"
11903
11901
  msgstr "Aperçu"
11904
11902
 
11903
+ msgid "Preview available"
11904
+ msgstr "Aperçu non disponible."
11905
+
11905
11906
  msgid "Preview banner"
11906
11907
  msgstr "Bannière d'aperçu"
11907
11908
 
@@ -11914,12 +11915,6 @@ msgstr "Aperçu de la configuration"
11914
11915
  msgid "Preview file"
11915
11916
  msgstr "Aperçu du fichier"
11916
11917
 
11917
- msgid "Preview is available"
11918
- msgstr "L'Aperçu est disponible"
11919
-
11920
- msgid "Preview is not available"
11921
- msgstr "L'Aperçu n'est pas disponible"
11922
-
11923
11918
  msgid "Preview not available"
11924
11919
  msgstr "Aperçu non disponible."
11925
11920
 
@@ -12193,6 +12188,9 @@ msgstr "Champs intégrés API REST"
12193
12188
  msgid "REST API custom fields"
12194
12189
  msgstr "Champs personnalisés API REST"
12195
12190
 
12191
+ msgid "RESTART`verb, action` {{service}}"
12192
+ msgstr "Redémarrer`verbe, action` {{service}}"
12193
+
12196
12194
  msgid "RETIRED"
12197
12195
  msgstr "RETRAITÉ"
12198
12196
 
@@ -13090,6 +13088,12 @@ msgstr "Échec de la connexion SSO. Contactez l'administrateur."
13090
13088
  msgid "SS`SECONDS`"
13091
13089
  msgstr "SS"
13092
13090
 
13091
+ msgid "START`verb, action` {{service}}"
13092
+ msgstr "Démarrage`verbe, action` {{service}}"
13093
+
13094
+ msgid "STOP`verb, action` {{service}}"
13095
+ msgstr "STOP`verbe, action` {{service}}"
13096
+
13093
13097
  msgid "STRING"
13094
13098
  msgstr "CHAINE"
13095
13099
 
@@ -13897,6 +13901,9 @@ msgstr "Opération envoyée pour l'application des paramètres WAN."
13897
13901
  msgid "Sent to"
13898
13902
  msgstr "Envoyé à"
13899
13903
 
13904
+ msgid "Separate files for each data point in ZIP format"
13905
+ msgstr "Fichiers séparés pour chaque point de données au format ZIP"
13906
+
13900
13907
  msgid "Separator color"
13901
13908
  msgstr "Couleur du séparateur"
13902
13909
 
@@ -14694,6 +14701,9 @@ msgstr "Unique"
14694
14701
  msgid "Single location"
14695
14702
  msgstr "Emplacement unique"
14696
14703
 
14704
+ msgid "Single merged file for all data"
14705
+ msgstr "Fichier unique fusionné pour toutes les données"
14706
+
14697
14707
  msgid "Single operation details"
14698
14708
  msgstr "Détails de l'opération unique"
14699
14709
 
@@ -15021,6 +15031,9 @@ msgstr "Étape suivante"
15021
15031
  msgid "Step before"
15022
15032
  msgstr "Étape précédente"
15023
15033
 
15034
+ msgid "Stop"
15035
+ msgstr "Arrêter"
15036
+
15024
15037
  msgid "Stop Process"
15025
15038
  msgstr "Arrêter le processus"
15026
15039
 
@@ -15246,9 +15259,6 @@ msgstr "Formats pris en charge : OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Algorithmes
15246
15259
  msgid "Supported operations"
15247
15260
  msgstr "Opérations prises en charge"
15248
15261
 
15249
- msgid "Supports data aggregation (optional)"
15250
- msgstr "Support de l'Agrégation des données (Option)"
15251
-
15252
15262
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
15253
15263
  msgstr "Prend en charge le langage markdown. Utilisez {{ headerMark }} pour les en-têtes, {{ listMark }} pour les listes, {{ boldMark }} pour les caractères en gras, {{ italicMark }} pour les caractères en italique et {{ linkMark }} pour les liens."
15254
15264
 
@@ -16748,14 +16758,14 @@ msgstr "Le modèle de suivi \"{{ tracker.device.c8y_Hardware.model }}\" n'est pa
16748
16758
  msgid "Up"
16749
16759
  msgstr "Jusqu'à"
16750
16760
 
16751
- msgid "Up to 1,000,000 records per data point, or up to the data retention limit"
16752
- msgstr "Jusqu'à 1 000 000 de données par point de données, ou jusqu'à la Aucune limite de conservation des données"
16761
+ msgid "Up to 1,000,000 records per data point or data retention limit"
16762
+ msgstr "Jusqu'à 1 000 000 de données par point de données ou Aucune limite de conservation des données"
16753
16763
 
16754
16764
  msgid "Up to 120 characters allowed."
16755
16765
  msgstr "Jusqu'à 120 caractères autorisés."
16756
16766
 
16757
- msgid "Up to 5,000 records per data point, or up to the data retention limit"
16758
- msgstr "Jusqu'à 5 000 données par point de données, ou jusqu'à la limite de conservation des données"
16767
+ msgid "Up to 5,000 records per data point or data retention limit"
16768
+ msgstr "Jusqu'à 5 000 données par point de données ou limite de conservation des données"
16759
16769
 
16760
16770
  msgid "Up to 6 archives can be saved in the platform. If you upload a new archive, the oldest archive that is not active will be deleted. Do you want to proceed?"
16761
16771
  msgstr "Un maximum de 6 archives peut être enregistré dans la plate-forme. Si vous chargez une nouvelle archive, les archives plus anciennes qui ne sont pas actives seront supprimées. Souhaitez-vous continuer cette action ?"
@@ -19224,6 +19234,9 @@ msgstr "x509"
19224
19234
  msgid "yellow"
19225
19235
  msgstr "jaune"
19226
19236
 
19237
+ msgid "{{ action.text }}"
19238
+ msgstr "{{ action.text }}"
19239
+
19227
19240
  msgid "{{ appName | translate }} (public)"
19228
19241
  msgstr "{{ appName | translate }} (public)"
19229
19242