@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
@@ -1343,9 +1343,6 @@ msgstr ""
1343
1343
  msgid "Alarm created"
1344
1344
  msgstr ""
1345
1345
 
1346
- msgid "Alarm duration"
1347
- msgstr ""
1348
-
1349
1346
  msgid "Alarm list"
1350
1347
  msgstr ""
1351
1348
 
@@ -1358,9 +1355,6 @@ msgstr ""
1358
1355
  msgid "Alarm mask"
1359
1356
  msgstr ""
1360
1357
 
1361
- msgid "Alarm occurred"
1362
- msgstr ""
1363
-
1364
1358
  msgid "Alarm severity"
1365
1359
  msgstr ""
1366
1360
 
@@ -2560,15 +2554,6 @@ msgstr ""
2560
2554
  msgid "Cache duration"
2561
2555
  msgstr ""
2562
2556
 
2563
- msgid "Calculate"
2564
- msgstr ""
2565
-
2566
- msgid "Calculate energy consumption"
2567
- msgstr ""
2568
-
2569
- msgid "Calculates energy consumption"
2570
- msgstr ""
2571
-
2572
2557
  msgid "Camera type"
2573
2558
  msgstr ""
2574
2559
 
@@ -2922,6 +2907,9 @@ msgstr ""
2922
2907
  msgid "Children"
2923
2908
  msgstr ""
2924
2909
 
2910
+ msgid "Choose export type from available options:"
2911
+ msgstr ""
2912
+
2925
2913
  msgid ""
2926
2914
  "Choose how to select a date range, the available options are:\n"
2927
2915
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
@@ -2976,9 +2964,6 @@ msgid ""
2976
2964
  " </ul>"
2977
2965
  msgstr ""
2978
2966
 
2979
- msgid "Choose type of an export to generate, the available options are:"
2980
- msgstr ""
2981
-
2982
2967
  msgid "Circular $refs."
2983
2968
  msgstr ""
2984
2969
 
@@ -4074,12 +4059,6 @@ msgstr ""
4074
4059
  msgid "Create alarm"
4075
4060
  msgstr ""
4076
4061
 
4077
- msgid "Create alarm when measurement reaches explicit thresholds"
4078
- msgstr ""
4079
-
4080
- msgid "Create alarm:"
4081
- msgstr ""
4082
-
4083
4062
  msgid "Create an alarm if the value is not equal to 0"
4084
4063
  msgstr ""
4085
4064
 
@@ -4193,20 +4172,6 @@ msgstr ""
4193
4172
  msgid "Created to`date`"
4194
4173
  msgstr ""
4195
4174
 
4196
- msgid ""
4197
- "Creates a compressed ZIP file that contains separate data files for each of your\n"
4198
- " selected points"
4199
- msgstr ""
4200
-
4201
- msgid "Creates a single merged file containing all the data"
4202
- msgstr ""
4203
-
4204
- msgid "Creates alarm when measurements are missing"
4205
- msgstr ""
4206
-
4207
- msgid "Creates alarms when measurement reaches thresholds"
4208
- msgstr ""
4209
-
4210
4175
  msgid ""
4211
4176
  "Creates all device credentials and devices using provided list of property values.\n"
4212
4177
  " Devices can start communicating with the platform immediately."
@@ -4433,9 +4398,6 @@ msgstr ""
4433
4398
  msgid "Dashboard"
4434
4399
  msgstr ""
4435
4400
 
4436
- msgid "Dashboard & frequency"
4437
- msgstr ""
4438
-
4439
4401
  msgid "Dashboard asset model has been disabled."
4440
4402
  msgstr ""
4441
4403
 
@@ -4484,12 +4446,6 @@ msgstr ""
4484
4446
  msgid "Dashboard updated: {{ values }}."
4485
4447
  msgstr ""
4486
4448
 
4487
- msgid "Data"
4488
- msgstr ""
4489
-
4490
- msgid "Data & frequency"
4491
- msgstr ""
4492
-
4493
4449
  msgid "Data bits"
4494
4450
  msgstr ""
4495
4451
 
@@ -4543,9 +4499,6 @@ msgstr ""
4543
4499
  msgid "Data matches schema from \"not\"."
4544
4500
  msgstr ""
4545
4501
 
4546
- msgid "Data point"
4547
- msgstr ""
4548
-
4549
4502
  msgid "Data point library"
4550
4503
  msgstr ""
4551
4504
 
@@ -5811,9 +5764,6 @@ msgstr ""
5811
5764
  msgid "Dynamic access mapping principle"
5812
5765
  msgstr ""
5813
5766
 
5814
- msgid "E"
5815
- msgstr ""
5816
-
5817
5767
  msgid "ECN0"
5818
5768
  msgstr ""
5819
5769
 
@@ -5946,6 +5896,9 @@ msgstr ""
5946
5896
  msgid "Email addresses"
5947
5897
  msgstr ""
5948
5898
 
5899
+ msgid "Email delivery if exceeds 50,000 records"
5900
+ msgstr ""
5901
+
5949
5902
  msgid "Email server"
5950
5903
  msgstr ""
5951
5904
 
@@ -6078,12 +6031,6 @@ msgstr ""
6078
6031
  msgid "Ends with"
6079
6032
  msgstr ""
6080
6033
 
6081
- msgid "Energy"
6082
- msgstr ""
6083
-
6084
- msgid "Energy consumption measurement:"
6085
- msgstr ""
6086
-
6087
6034
  msgid "Enforce \"green\" passwords for all users"
6088
6035
  msgstr ""
6089
6036
 
@@ -6135,9 +6082,6 @@ msgstr ""
6135
6082
  msgid "Enter the password of the user that you are currently logged in with."
6136
6083
  msgstr ""
6137
6084
 
6138
- msgid "Enter valid international phone numbers. The accepted format is +49 9 876 543 210. Separate multiple numbers with a comma."
6139
- msgstr ""
6140
-
6141
6085
  msgid "Enter your credentials from your SMS provider. This enables platform features that utilize SMS services (for example, two-factor authentication and user notifications)."
6142
6086
  msgstr ""
6143
6087
 
@@ -6177,15 +6121,6 @@ msgstr ""
6177
6121
  msgid "Error while processing report"
6178
6122
  msgstr ""
6179
6123
 
6180
- msgid "Escalate alarm"
6181
- msgstr ""
6182
-
6183
- msgid "Escalate as follows:"
6184
- msgstr ""
6185
-
6186
- msgid "Escalation steps"
6187
- msgstr ""
6188
-
6189
6124
  msgid "Event"
6190
6125
  msgstr ""
6191
6126
 
@@ -6267,9 +6202,6 @@ msgstr ""
6267
6202
  msgid "Execute generic command: {{command}}"
6268
6203
  msgstr ""
6269
6204
 
6270
- msgid "Execute operation:"
6271
- msgstr ""
6272
-
6273
6205
  msgid "Execute shell command"
6274
6206
  msgstr ""
6275
6207
 
@@ -6279,9 +6211,6 @@ msgstr ""
6279
6211
  msgid "Execute with parameters"
6280
6212
  msgstr ""
6281
6213
 
6282
- msgid "Executes an operation when alarm is received"
6283
- msgstr ""
6284
-
6285
6214
  msgid "Executing"
6286
6215
  msgstr ""
6287
6216
 
@@ -6336,9 +6265,6 @@ msgstr ""
6336
6265
  msgid "Export as CSV"
6337
6266
  msgstr ""
6338
6267
 
6339
- msgid "Export data"
6340
- msgstr ""
6341
-
6342
6268
  msgid "Export details"
6343
6269
  msgstr ""
6344
6270
 
@@ -6614,9 +6540,6 @@ msgstr ""
6614
6540
  msgid "File with exported data can be downloaded from {tenant-domain}/apps/cockpit/index.html#?download={binaryId}."
6615
6541
  msgstr ""
6616
6542
 
6617
- msgid "File with exported data can be downloaded from {tenant-domain}/inventory/binaries/{binaryId}."
6618
- msgstr ""
6619
-
6620
6543
  msgid "File(s) uploaded."
6621
6544
  msgstr ""
6622
6545
 
@@ -7243,12 +7166,6 @@ msgstr ""
7243
7166
  msgid "Generic colors"
7244
7167
  msgstr ""
7245
7168
 
7246
- msgid "Geofence"
7247
- msgstr ""
7248
-
7249
- msgid "Geofence violation"
7250
- msgstr ""
7251
-
7252
7169
  msgid "Get CANopen interface type"
7253
7170
  msgstr ""
7254
7171
 
@@ -8048,9 +7965,6 @@ msgstr ""
8048
7965
  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."
8049
7966
  msgstr ""
8050
7967
 
8051
- msgid "If the export exceeds 50,000 records, the data will be sent via email"
8052
- msgstr ""
8053
-
8054
7968
  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."
8055
7969
  msgstr ""
8056
7970
 
@@ -8156,12 +8070,6 @@ msgstr ""
8156
8070
  msgid "Incomplete`proof of possession`"
8157
8071
  msgstr ""
8158
8072
 
8159
- msgid "Increase alarm severity"
8160
- msgstr ""
8161
-
8162
- msgid "Increase alarm severity when active for too long"
8163
- msgstr ""
8164
-
8165
8073
  msgid "Index"
8166
8074
  msgstr ""
8167
8075
 
@@ -9476,9 +9384,6 @@ msgstr ""
9476
9384
  msgid "Misc"
9477
9385
  msgstr ""
9478
9386
 
9479
- msgid "Missing measurements of type: #{type}"
9480
- msgstr ""
9481
-
9482
9387
  msgid "Mobile"
9483
9388
  msgstr ""
9484
9389
 
@@ -9503,9 +9408,6 @@ msgstr ""
9503
9408
  msgid "Module version"
9504
9409
  msgstr ""
9505
9410
 
9506
- msgid "Monitored measurement:"
9507
- msgstr ""
9508
-
9509
9411
  msgid "Month"
9510
9412
  msgstr ""
9511
9413
 
@@ -9733,12 +9635,6 @@ msgstr ""
9733
9635
  msgid "New"
9734
9636
  msgstr ""
9735
9637
 
9736
- msgid "New #{severity} alarm from #{source.name}"
9737
- msgstr ""
9738
-
9739
- msgid "New #{severity} alarm has been received from #{source.name}. Alarm text is: \"#{text}\"."
9740
- msgstr ""
9741
-
9742
9638
  msgid "New LNS connection can't be empty."
9743
9639
  msgstr ""
9744
9640
 
@@ -9799,9 +9695,6 @@ msgstr ""
9799
9695
  msgid "New export schedule"
9800
9696
  msgstr ""
9801
9697
 
9802
- msgid "New geofence violation from #{source.name}"
9803
- msgstr ""
9804
-
9805
9698
  msgid "New global role"
9806
9699
  msgstr ""
9807
9700
 
@@ -10388,6 +10281,9 @@ msgstr ""
10388
10281
  msgid "No position fragment in selected devices"
10389
10282
  msgstr ""
10390
10283
 
10284
+ msgid "No preview available"
10285
+ msgstr ""
10286
+
10391
10287
  msgid "No preview available for log files with MIME type other than <code>text/*</code>."
10392
10288
  msgstr ""
10393
10289
 
@@ -10621,12 +10517,6 @@ msgstr ""
10621
10517
  msgid "Not written`setting`"
10622
10518
  msgstr ""
10623
10519
 
10624
- msgid "Note that exporting data can take some time, email will be sent as soon as export is completed."
10625
- msgstr ""
10626
-
10627
- 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."
10628
- msgstr ""
10629
-
10630
10520
  msgid "Note: Report generation can take a long time to complete."
10631
10521
  msgstr ""
10632
10522
 
@@ -10813,87 +10703,12 @@ msgstr ""
10813
10703
  msgid "Offset"
10814
10704
  msgstr ""
10815
10705
 
10816
- msgid "On alarm"
10817
- msgstr ""
10818
-
10819
- msgid "On alarm duration"
10820
- msgstr ""
10821
-
10822
- msgid "On alarm duration increase severity"
10823
- msgstr ""
10824
-
10825
- msgid "On alarm escalate it"
10826
- msgstr ""
10827
-
10828
- msgid "On alarm execute operation"
10829
- msgstr ""
10830
-
10831
- msgid "On alarm matching:"
10832
- msgstr ""
10833
-
10834
- msgid "On alarm send SMS"
10835
- msgstr ""
10836
-
10837
- msgid "On alarm send email"
10838
- msgstr ""
10839
-
10840
- msgid "On entering"
10841
- msgstr ""
10842
-
10843
- msgid "On entering and leaving"
10844
- msgstr ""
10845
-
10846
- msgid "On geofence"
10847
- msgstr ""
10848
-
10849
- msgid "On geofence create alarm"
10850
- msgstr ""
10851
-
10852
- msgid "On geofence send email"
10853
- msgstr ""
10854
-
10855
- msgid "On geofence violation:"
10856
- msgstr ""
10857
-
10858
- msgid "On leaving"
10859
- msgstr ""
10860
-
10861
- msgid "On measurement explicit threshold"
10862
- msgstr ""
10863
-
10864
- msgid "On measurement explicit threshold create alarm"
10865
- msgstr ""
10866
-
10867
- msgid "On measurement threshold"
10868
- msgstr ""
10869
-
10870
- msgid "On measurement threshold create alarm"
10871
- msgstr ""
10872
-
10873
- msgid "On missing measurements"
10874
- msgstr ""
10875
-
10876
- msgid "On missing measurements create alarm"
10877
- msgstr ""
10878
-
10879
10706
  msgid "On schedule send export via email"
10880
10707
  msgstr ""
10881
10708
 
10882
10709
  msgid "On step {{stepNo}} failed"
10883
10710
  msgstr ""
10884
10711
 
10885
- msgid "On threshold:"
10886
- msgstr ""
10887
-
10888
- msgid "On timer"
10889
- msgstr ""
10890
-
10891
- msgid "On timer send dashboard via email"
10892
- msgstr ""
10893
-
10894
- msgid "On timer send export via email"
10895
- msgstr ""
10896
-
10897
10712
  msgid "One .pem file may be uploaded"
10898
10713
  msgstr ""
10899
10714
 
@@ -11141,6 +10956,9 @@ msgstr ""
11141
10956
  msgid "Option management"
11142
10957
  msgstr ""
11143
10958
 
10959
+ msgid "Optional data aggregation supported"
10960
+ msgstr ""
10961
+
11144
10962
  msgid "Optionally you can add a custom alarm."
11145
10963
  msgstr ""
11146
10964
 
@@ -11501,9 +11319,6 @@ msgstr ""
11501
11319
  msgid "Phone number"
11502
11320
  msgstr ""
11503
11321
 
11504
- msgid "Phone number(s)"
11505
- msgstr ""
11506
-
11507
11322
  msgid "Phones"
11508
11323
  msgstr ""
11509
11324
 
@@ -11696,6 +11511,9 @@ msgstr ""
11696
11511
  msgid "Preview"
11697
11512
  msgstr ""
11698
11513
 
11514
+ msgid "Preview available"
11515
+ msgstr ""
11516
+
11699
11517
  msgid "Preview banner"
11700
11518
  msgstr ""
11701
11519
 
@@ -11708,12 +11526,6 @@ msgstr ""
11708
11526
  msgid "Preview file"
11709
11527
  msgstr ""
11710
11528
 
11711
- msgid "Preview is available"
11712
- msgstr ""
11713
-
11714
- msgid "Preview is not available"
11715
- msgstr ""
11716
-
11717
11529
  msgid "Preview not available"
11718
11530
  msgstr ""
11719
11531
 
@@ -11738,9 +11550,6 @@ msgstr ""
11738
11550
  msgid "Print QR codes"
11739
11551
  msgstr ""
11740
11552
 
11741
- msgid "Print screen of dashboard"
11742
- msgstr ""
11743
-
11744
11553
  msgid "Privacy"
11745
11554
  msgstr ""
11746
11555
 
@@ -12179,12 +11988,6 @@ msgstr ""
12179
11988
  msgid "Red range"
12180
11989
  msgstr ""
12181
11990
 
12182
- msgid "Red range (max)"
12183
- msgstr ""
12184
-
12185
- msgid "Red range (min)"
12186
- msgstr ""
12187
-
12188
11991
  msgid "Redirect URL"
12189
11992
  msgstr ""
12190
11993
 
@@ -12488,9 +12291,6 @@ msgstr ""
12488
12291
  msgid "Replica set \"{{replicaSetName}}\" scaled up to \"{{scaleNumber}}\"."
12489
12292
  msgstr ""
12490
12293
 
12491
- msgid "Reply to"
12492
- msgstr ""
12493
-
12494
12294
  msgid "Reply to (single email address)"
12495
12295
  msgstr ""
12496
12296
 
@@ -13004,9 +12804,6 @@ msgstr ""
13004
12804
  msgid "Schedule interval"
13005
12805
  msgstr ""
13006
12806
 
13007
- msgid "Schedule intervals need to be provided in Coordinated Universal Time (UTC)."
13008
- msgstr ""
13009
-
13010
12807
  msgid "Scheduled"
13011
12808
  msgstr ""
13012
12809
 
@@ -13238,9 +13035,6 @@ msgstr ""
13238
13035
  msgid "Select data point from library"
13239
13036
  msgstr ""
13240
13037
 
13241
- msgid "Select data point to prefill inputs below"
13242
- msgstr ""
13243
-
13244
13038
  msgid "Select data points"
13245
13039
  msgstr ""
13246
13040
 
@@ -13573,21 +13367,12 @@ msgstr ""
13573
13367
  msgid "Send \"{{name}}\" via email"
13574
13368
  msgstr ""
13575
13369
 
13576
- msgid "Send BCC to"
13577
- msgstr ""
13578
-
13579
- msgid "Send CC to"
13580
- msgstr ""
13581
-
13582
13370
  msgid "Send Ctrl+Alt+Del"
13583
13371
  msgstr ""
13584
13372
 
13585
13373
  msgid "Send SMS"
13586
13374
  msgstr ""
13587
13375
 
13588
- msgid "Send SMS:"
13589
- msgstr ""
13590
-
13591
13376
  msgid "Send a warning email to a global role when the storage quota is nearly reached."
13592
13377
  msgstr ""
13593
13378
 
@@ -13621,24 +13406,15 @@ msgstr ""
13621
13406
  msgid "Send connection: online"
13622
13407
  msgstr ""
13623
13408
 
13624
- msgid "Send dashboard via email"
13625
- msgstr ""
13626
-
13627
13409
  msgid "Send email"
13628
13410
  msgstr ""
13629
13411
 
13630
13412
  msgid "Send email to suspended tenant's administrator"
13631
13413
  msgstr ""
13632
13414
 
13633
- msgid "Send email:"
13634
- msgstr ""
13635
-
13636
13415
  msgid "Send event"
13637
13416
  msgstr ""
13638
13417
 
13639
- msgid "Send export via email"
13640
- msgstr ""
13641
-
13642
13418
  msgid "Send me information about outages, maintenance or updates."
13643
13419
  msgstr ""
13644
13420
 
@@ -13699,6 +13475,9 @@ msgstr ""
13699
13475
  msgid "Sent to"
13700
13476
  msgstr ""
13701
13477
 
13478
+ msgid "Separate files for each data point in ZIP format"
13479
+ msgstr ""
13480
+
13702
13481
  msgid "Separator color"
13703
13482
  msgstr ""
13704
13483
 
@@ -14496,6 +14275,9 @@ msgstr ""
14496
14275
  msgid "Single location"
14497
14276
  msgstr ""
14498
14277
 
14278
+ msgid "Single merged file for all data"
14279
+ msgstr ""
14280
+
14499
14281
  msgid "Single operation details"
14500
14282
  msgstr ""
14501
14283
 
@@ -15051,9 +14833,6 @@ msgstr ""
15051
14833
  msgid "Supported operations"
15052
14834
  msgstr ""
15053
14835
 
15054
- msgid "Supports data aggregation (optional)"
15055
- msgstr ""
15056
-
15057
14836
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
15058
14837
  msgstr ""
15059
14838
 
@@ -15998,12 +15777,6 @@ msgstr ""
15998
15777
  msgid "Threshold (%)"
15999
15778
  msgstr ""
16000
15779
 
16001
- msgid "Threshold exceeded"
16002
- msgstr ""
16003
-
16004
- msgid "Thresholds exceeded"
16005
- msgstr ""
16006
-
16007
15780
  msgid "Thе smart group will be created based on the filters currently applied in the device list."
16008
15781
  msgstr ""
16009
15782
 
@@ -16228,9 +16001,6 @@ msgstr ""
16228
16001
  msgid "Travelers tracking"
16229
16002
  msgstr ""
16230
16003
 
16231
- msgid "Trigger on"
16232
- msgstr ""
16233
-
16234
16004
  msgid "Truncated data."
16235
16005
  msgstr ""
16236
16006
 
@@ -16544,13 +16314,13 @@ msgstr ""
16544
16314
  msgid "Up"
16545
16315
  msgstr ""
16546
16316
 
16547
- msgid "Up to 1,000,000 records per data point, or up to the data retention limit"
16317
+ msgid "Up to 1,000,000 records per data point or data retention limit"
16548
16318
  msgstr ""
16549
16319
 
16550
16320
  msgid "Up to 120 characters allowed."
16551
16321
  msgstr ""
16552
16322
 
16553
- msgid "Up to 5,000 records per data point, or up to the data retention limit"
16323
+ msgid "Up to 5,000 records per data point or data retention limit"
16554
16324
  msgstr ""
16555
16325
 
16556
16326
  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?"
@@ -17348,12 +17118,6 @@ msgstr ""
17348
17118
  msgid "When active, the gateway scans the address space of all servers and automatically applies this device protocol to all nodes matching the criteria."
17349
17119
  msgstr ""
17350
17120
 
17351
- msgid "When alarm is received then SMS is sent"
17352
- msgstr ""
17353
-
17354
- msgid "When alarm is received then email is sent"
17355
- msgstr ""
17356
-
17357
17121
  msgid "When clicking OK you agree that a support user gets access to your tenant to help you in your specific problem."
17358
17122
  msgstr ""
17359
17123
 
@@ -18071,21 +17835,6 @@ msgstr ""
18071
17835
  msgid "by`user`"
18072
17836
  msgstr ""
18073
17837
 
18074
- msgid "c8y_EnergyConsumption"
18075
- msgstr ""
18076
-
18077
- msgid "c8y_EnergyCounter"
18078
- msgstr ""
18079
-
18080
- msgid "c8y_GeofenceAlarm"
18081
- msgstr ""
18082
-
18083
- msgid "c8y_MissingMeasurementsAlarm"
18084
- msgstr ""
18085
-
18086
- msgid "c8y_ThresholdAlarm"
18087
- msgstr ""
18088
-
18089
17838
  msgid "calculating number of API requests"
18090
17839
  msgstr ""
18091
17840
 
@@ -18140,9 +17889,6 @@ msgstr ""
18140
17889
  msgid "configuration"
18141
17890
  msgstr ""
18142
17891
 
18143
- msgid "create alarm"
18144
- msgstr ""
18145
-
18146
17892
  msgid "current device or group, you can access its properties e.g."
18147
17893
  msgstr ""
18148
17894
 
@@ -18539,24 +18285,12 @@ msgstr ""
18539
18285
  msgid "e.g.: Verification code: {token}"
18540
18286
  msgstr ""
18541
18287
 
18542
- msgid "email"
18543
- msgstr ""
18544
-
18545
- msgid "energy consumption"
18546
- msgstr ""
18547
-
18548
- msgid "escalate it"
18549
- msgstr ""
18550
-
18551
18288
  msgid "event"
18552
18289
  msgstr ""
18553
18290
 
18554
18291
  msgid "exampleUser"
18555
18292
  msgstr ""
18556
18293
 
18557
- msgid "execute operation"
18558
- msgstr ""
18559
-
18560
18294
  msgid "failure reason: \"{{ failureReason | translate }}\""
18561
18295
  msgstr ""
18562
18296
 
@@ -18656,9 +18390,6 @@ msgstr ""
18656
18390
  msgid "inactive`subscription`"
18657
18391
  msgstr ""
18658
18392
 
18659
- msgid "increase severity"
18660
- msgstr ""
18661
-
18662
18393
  msgid "install \"{{ softwareName }}\""
18663
18394
  msgstr ""
18664
18395
 
@@ -18686,9 +18417,6 @@ msgstr ""
18686
18417
  msgid "lax`code sanitization`"
18687
18418
  msgstr ""
18688
18419
 
18689
- msgid "leaving"
18690
- msgstr ""
18691
-
18692
18420
  msgid "left`horizontal alignment`"
18693
18421
  msgstr ""
18694
18422
 
@@ -18882,18 +18610,6 @@ msgstr ""
18882
18610
  msgid "semi-colon - ;"
18883
18611
  msgstr ""
18884
18612
 
18885
- msgid "send SMS"
18886
- msgstr ""
18887
-
18888
- msgid "send dashboard via email"
18889
- msgstr ""
18890
-
18891
- msgid "send email"
18892
- msgstr ""
18893
-
18894
- msgid "send export via email"
18895
- msgstr ""
18896
-
18897
18613
  msgid "serialNumber"
18898
18614
  msgstr ""
18899
18615