@c8y/ngx-components 1023.48.3 → 1023.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 (70) hide show
  1. package/asset-properties/index.d.ts +1 -2
  2. package/asset-properties/index.d.ts.map +1 -1
  3. package/context-dashboard/index.d.ts.map +1 -1
  4. package/datapoint-explorer/view/index.d.ts +8 -0
  5. package/datapoint-explorer/view/index.d.ts.map +1 -1
  6. package/datapoint-selector/index.d.ts +14 -1
  7. package/datapoint-selector/index.d.ts.map +1 -1
  8. package/echart/index.d.ts +7 -2
  9. package/echart/index.d.ts.map +1 -1
  10. package/echart/models/index.d.ts +1 -0
  11. package/echart/models/index.d.ts.map +1 -1
  12. package/fesm2022/c8y-ngx-components-asset-properties.mjs +3 -4
  13. package/fesm2022/c8y-ngx-components-asset-properties.mjs.map +1 -1
  14. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +2 -3
  15. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  16. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +33 -4
  17. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  18. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +24 -7
  19. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  20. package/fesm2022/c8y-ngx-components-device-grid.mjs +1 -1
  21. package/fesm2022/c8y-ngx-components-device-grid.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-echart.mjs +128 -52
  24. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-global-context.mjs +7 -2
  26. package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
  27. package/fesm2022/c8y-ngx-components-widgets-definitions-asset-table.mjs +127 -0
  28. package/fesm2022/c8y-ngx-components-widgets-definitions-asset-table.mjs.map +1 -0
  29. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs +3 -3
  30. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs.map +1 -1
  31. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +1 -0
  32. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-widgets-exports.mjs +8 -1
  34. package/fesm2022/c8y-ngx-components-widgets-exports.mjs.map +1 -1
  35. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +1959 -0
  36. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -0
  37. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +90 -56
  38. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
  39. package/fesm2022/c8y-ngx-components.mjs +1724 -1464
  40. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  41. package/global-context/index.d.ts +1 -0
  42. package/global-context/index.d.ts.map +1 -1
  43. package/index.d.ts +1453 -1339
  44. package/index.d.ts.map +1 -1
  45. package/locales/de.po +213 -3
  46. package/locales/es.po +213 -3
  47. package/locales/fr.po +213 -3
  48. package/locales/ja_JP.po +213 -3
  49. package/locales/ko.po +213 -3
  50. package/locales/locales.pot +219 -3
  51. package/locales/nl.po +213 -3
  52. package/locales/pl.po +213 -3
  53. package/locales/pt_BR.po +213 -3
  54. package/locales/zh_CN.po +213 -3
  55. package/locales/zh_TW.po +213 -3
  56. package/package.json +1 -1
  57. package/widgets/cockpit-exports/index.d.ts +6 -0
  58. package/widgets/cockpit-exports/index.d.ts.map +1 -1
  59. package/widgets/definitions/asset-table/index.d.ts +6 -0
  60. package/widgets/definitions/asset-table/index.d.ts.map +1 -0
  61. package/widgets/definitions/index.d.ts +1 -0
  62. package/widgets/definitions/index.d.ts.map +1 -1
  63. package/widgets/device-management-exports/index.d.ts +6 -0
  64. package/widgets/device-management-exports/index.d.ts.map +1 -1
  65. package/widgets/exports/index.d.ts +8 -1
  66. package/widgets/exports/index.d.ts.map +1 -1
  67. package/widgets/implementations/asset-table/index.d.ts +229 -0
  68. package/widgets/implementations/asset-table/index.d.ts.map +1 -0
  69. package/widgets/implementations/datapoints-graph/index.d.ts +14 -3
  70. package/widgets/implementations/datapoints-graph/index.d.ts.map +1 -1
@@ -88,6 +88,9 @@ msgstr[1] ""
88
88
  msgid "(click to toggle)"
89
89
  msgstr ""
90
90
 
91
+ msgid "(custom`column`)"
92
+ msgstr ""
93
+
91
94
  msgid "(deprecated)"
92
95
  msgstr ""
93
96
 
@@ -1360,6 +1363,9 @@ msgstr ""
1360
1363
  msgid "Advanced settings"
1361
1364
  msgstr ""
1362
1365
 
1366
+ msgid "After `date`"
1367
+ msgstr ""
1368
+
1363
1369
  msgid "After adding your first message, the CSV preview will be shown here."
1364
1370
  msgstr ""
1365
1371
 
@@ -1708,6 +1714,9 @@ msgstr ""
1708
1714
  msgid "Also delete child hierarchy of this device."
1709
1715
  msgstr ""
1710
1716
 
1717
+ msgid "Alternate row background for readability"
1718
+ msgstr ""
1719
+
1711
1720
  msgid "Altitude"
1712
1721
  msgstr ""
1713
1722
 
@@ -2006,6 +2015,9 @@ msgstr ""
2006
2015
  msgid "Asset Manager`role`"
2007
2016
  msgstr ""
2008
2017
 
2018
+ msgid "Asset Table"
2019
+ msgstr ""
2020
+
2009
2021
  msgid "Asset data"
2010
2022
  msgstr ""
2011
2023
 
@@ -2033,6 +2045,9 @@ msgstr ""
2033
2045
  msgid "Asset table"
2034
2046
  msgstr ""
2035
2047
 
2048
+ msgid "Asset table v2"
2049
+ msgstr ""
2050
+
2036
2051
  msgid "Asset type node cannot become root node."
2037
2052
  msgstr ""
2038
2053
 
@@ -2323,6 +2338,9 @@ msgstr ""
2323
2338
  msgid "Available supported configurations"
2324
2339
  msgstr ""
2325
2340
 
2341
+ msgid "Average"
2342
+ msgstr ""
2343
+
2326
2344
  msgid "Awake time registration parameter"
2327
2345
  msgstr ""
2328
2346
 
@@ -2404,6 +2422,9 @@ msgstr ""
2404
2422
  msgid "Be careful not to lock yourself out of the platform."
2405
2423
  msgstr ""
2406
2424
 
2425
+ msgid "Before `date`"
2426
+ msgstr ""
2427
+
2407
2428
  msgid "Before activating the custom domain name, make sure that:"
2408
2429
  msgstr ""
2409
2430
 
@@ -2479,6 +2500,9 @@ msgstr ""
2479
2500
  msgid "Boolean"
2480
2501
  msgstr ""
2481
2502
 
2503
+ msgid "Boolean select"
2504
+ msgstr ""
2505
+
2482
2506
  msgid "Bootstrap"
2483
2507
  msgstr ""
2484
2508
 
@@ -2802,9 +2826,6 @@ msgstr ""
2802
2826
  msgid "Can read all data from all devices."
2803
2827
  msgstr ""
2804
2828
 
2805
- msgid "Can read all data of the asset and manage all inventory data, but cannot perform operations. Can also acknowledge and clear alarms. Can create and updates dashboards."
2806
- msgstr ""
2807
-
2808
2829
  msgid "Can read all data of the asset."
2809
2830
  msgstr ""
2810
2831
 
@@ -2889,9 +2910,15 @@ msgstr ""
2889
2910
  msgid "Category"
2890
2911
  msgstr ""
2891
2912
 
2913
+ msgid "Cell"
2914
+ msgstr ""
2915
+
2892
2916
  msgid "Cell ID"
2893
2917
  msgstr ""
2894
2918
 
2919
+ msgid "Cell borders"
2920
+ msgstr ""
2921
+
2895
2922
  msgid "Cellular WAN"
2896
2923
  msgstr ""
2897
2924
 
@@ -3031,6 +3058,9 @@ msgstr ""
3031
3058
  msgid "Change relay status to {{status | translate}}."
3032
3059
  msgstr ""
3033
3060
 
3061
+ msgid "Change row background color on hover"
3062
+ msgstr ""
3063
+
3034
3064
  msgid "Change status of \"{{name}}\" to \"{{label}}\"."
3035
3065
  msgstr ""
3036
3066
 
@@ -3458,6 +3488,9 @@ msgstr ""
3458
3488
  msgid "Column"
3459
3489
  msgstr ""
3460
3490
 
3491
+ msgid "Column header"
3492
+ msgstr ""
3493
+
3461
3494
  msgid "Column visibility"
3462
3495
  msgstr ""
3463
3496
 
@@ -3509,6 +3542,9 @@ msgstr ""
3509
3542
  msgid "Comparison"
3510
3543
  msgstr ""
3511
3544
 
3545
+ msgid "Comparison select"
3546
+ msgstr ""
3547
+
3512
3548
  msgid "Complete"
3513
3549
  msgstr ""
3514
3550
 
@@ -3542,6 +3578,9 @@ msgstr ""
3542
3578
  msgid "Compressed files must have an index.html at root. URLs in the web application can be relative."
3543
3579
  msgstr ""
3544
3580
 
3581
+ msgid "Computed"
3582
+ msgstr ""
3583
+
3545
3584
  msgid "Computed asset properties"
3546
3585
  msgstr ""
3547
3586
 
@@ -3683,6 +3722,9 @@ msgstr ""
3683
3722
  msgid "Configure hardware"
3684
3723
  msgstr ""
3685
3724
 
3725
+ msgid "Configure icon conditions"
3726
+ msgstr ""
3727
+
3686
3728
  msgid "Configure interval for status report in SMS mode (in seconds)"
3687
3729
  msgstr ""
3688
3730
 
@@ -4283,6 +4325,9 @@ msgstr ""
4283
4325
  msgid "Could not use a reserved SQL keyword \"{{tenantId}}\" as a domain name."
4284
4326
  msgstr ""
4285
4327
 
4328
+ msgid "Count"
4329
+ msgstr ""
4330
+
4286
4331
  msgid "Country"
4287
4332
  msgstr ""
4288
4333
 
@@ -4858,6 +4903,9 @@ msgid ""
4858
4903
  " filter."
4859
4904
  msgstr ""
4860
4905
 
4906
+ msgid "Data graph"
4907
+ msgstr ""
4908
+
4861
4909
  msgid "Data logging"
4862
4910
  msgstr ""
4863
4911
 
@@ -4933,6 +4981,9 @@ msgstr ""
4933
4981
  msgid "Data type"
4934
4982
  msgstr ""
4935
4983
 
4984
+ msgid "Data type select"
4985
+ msgstr ""
4986
+
4936
4987
  msgid "Data usage (MB)"
4937
4988
  msgstr ""
4938
4989
 
@@ -4969,6 +5020,9 @@ msgstr ""
4969
5020
  msgid "Date & time range"
4970
5021
  msgstr ""
4971
5022
 
5023
+ msgid "Date and time picker"
5024
+ msgstr ""
5025
+
4972
5026
  msgid "Date and time:"
4973
5027
  msgstr ""
4974
5028
 
@@ -5847,12 +5901,18 @@ msgstr ""
5847
5901
  msgid "Display all critical alarms from all devices"
5848
5902
  msgstr ""
5849
5903
 
5904
+ msgid "Display applied filters in the header"
5905
+ msgstr ""
5906
+
5850
5907
  msgid "Display as"
5851
5908
  msgstr ""
5852
5909
 
5853
5910
  msgid "Display category"
5854
5911
  msgstr ""
5855
5912
 
5913
+ msgid "Display columns configuration button"
5914
+ msgstr ""
5915
+
5856
5916
  msgid "Display content provided as Markdown. You can write Markdown text directly, upload a file, or provide a file path."
5857
5917
  msgstr ""
5858
5918
 
@@ -5880,6 +5940,9 @@ msgstr ""
5880
5940
  msgid "Display the data explorer in the navigator menu and on the group tabs."
5881
5941
  msgstr ""
5882
5942
 
5943
+ msgid "Display the data grid header"
5944
+ msgstr ""
5945
+
5883
5946
  msgid "Display the global search in the main header."
5884
5947
  msgstr ""
5885
5948
 
@@ -5898,6 +5961,9 @@ msgstr ""
5898
5961
  msgid "Displays a list of alarms filtered by object, severity, status and date"
5899
5962
  msgstr ""
5900
5963
 
5964
+ msgid "Displays a table of assets with configurable columns and filters."
5965
+ msgstr ""
5966
+
5901
5967
  msgid "Displays a welcome message for Cockpit"
5902
5968
  msgstr ""
5903
5969
 
@@ -6098,6 +6164,9 @@ msgstr ""
6098
6164
  msgid "Drag to reorder"
6099
6165
  msgstr ""
6100
6166
 
6167
+ msgid "Draw borders around table cells"
6168
+ msgstr ""
6169
+
6101
6170
  msgid "Drop"
6102
6171
  msgstr ""
6103
6172
 
@@ -6272,6 +6341,9 @@ msgstr ""
6272
6341
  msgid "Edit number of simulator instances"
6273
6342
  msgstr ""
6274
6343
 
6344
+ msgid "Edit operation"
6345
+ msgstr ""
6346
+
6275
6347
  msgid "Edit register: \"{{name}}\""
6276
6348
  msgstr ""
6277
6349
 
@@ -6903,6 +6975,9 @@ msgstr ""
6903
6975
  msgid "Failed to enable feature."
6904
6976
  msgstr ""
6905
6977
 
6978
+ msgid "Failed to execute operation: \"{{ errorMessage }}\""
6979
+ msgstr ""
6980
+
6906
6981
  msgid "Failed to extract certificate from PKCS12."
6907
6982
  msgstr ""
6908
6983
 
@@ -6984,6 +7059,9 @@ msgstr ""
6984
7059
  msgid "Failure reason"
6985
7060
  msgstr ""
6986
7061
 
7062
+ msgid "False"
7063
+ msgstr ""
7064
+
6987
7065
  msgid "Favicon"
6988
7066
  msgstr ""
6989
7067
 
@@ -7498,6 +7576,9 @@ msgstr ""
7498
7576
  msgid "Firmware update supported device protocol"
7499
7577
  msgstr ""
7500
7578
 
7579
+ msgid "First column link"
7580
+ msgstr ""
7581
+
7501
7582
  msgid "First name"
7502
7583
  msgstr ""
7503
7584
 
@@ -7644,6 +7725,9 @@ msgstr ""
7644
7725
  msgid "Frequency (in seconds)"
7645
7726
  msgstr ""
7646
7727
 
7728
+ msgid "From date"
7729
+ msgstr ""
7730
+
7647
7731
  msgid "From/To date filter"
7648
7732
  msgstr ""
7649
7733
 
@@ -8474,6 +8558,9 @@ msgstr ""
8474
8558
  msgid "Hourly: {{ minutes }} minute(s) past the hour."
8475
8559
  msgstr ""
8476
8560
 
8561
+ msgid "Hover highlight"
8562
+ msgstr ""
8563
+
8477
8564
  msgid "How to use properties in the widget"
8478
8565
  msgstr ""
8479
8566
 
@@ -8543,12 +8630,18 @@ msgstr ""
8543
8630
  msgid "Icon map"
8544
8631
  msgstr ""
8545
8632
 
8633
+ msgid "Icon with value"
8634
+ msgstr ""
8635
+
8546
8636
  msgid "Identification"
8547
8637
  msgstr ""
8548
8638
 
8549
8639
  msgid "Identity"
8550
8640
  msgstr ""
8551
8641
 
8642
+ msgid "If condition"
8643
+ msgstr ""
8644
+
8552
8645
  msgid "If enabled, the CSS will be encapsulated and no platform styling will be applied."
8553
8646
  msgstr ""
8554
8647
 
@@ -8685,6 +8778,9 @@ msgstr ""
8685
8778
  msgid "Inactive`switch`"
8686
8779
  msgstr ""
8687
8780
 
8781
+ msgid "Include descendants"
8782
+ msgstr ""
8783
+
8688
8784
  msgid "Include lowercase characters (for example, abcdef)"
8689
8785
  msgstr ""
8690
8786
 
@@ -8975,6 +9071,12 @@ msgstr ""
8975
9071
  msgid "Invitation email template"
8976
9072
  msgstr ""
8977
9073
 
9074
+ msgid "Is false"
9075
+ msgstr ""
9076
+
9077
+ msgid "Is true"
9078
+ msgstr ""
9079
+
8978
9080
  msgid "Isolation"
8979
9081
  msgstr ""
8980
9082
 
@@ -9491,6 +9593,9 @@ msgstr ""
9491
9593
  msgid "Loading files…"
9492
9594
  msgstr ""
9493
9595
 
9596
+ msgid "Loading indicator"
9597
+ msgstr ""
9598
+
9494
9599
  msgid "Loading items…"
9495
9600
  msgstr ""
9496
9601
 
@@ -9707,6 +9812,12 @@ msgstr ""
9707
9812
  msgid "Maintenance"
9708
9813
  msgstr ""
9709
9814
 
9815
+ msgid "Maintenance mode"
9816
+ msgstr ""
9817
+
9818
+ msgid "Maintenance mode toggled."
9819
+ msgstr ""
9820
+
9710
9821
  msgid "Maintenance status"
9711
9822
  msgstr ""
9712
9823
 
@@ -10583,6 +10694,9 @@ msgstr ""
10583
10694
  msgid "No asset selected"
10584
10695
  msgstr ""
10585
10696
 
10697
+ msgid "No asset table"
10698
+ msgstr ""
10699
+
10586
10700
  msgid "No assets or devices found for \"{{ searchData.lastText }}\"."
10587
10701
  msgstr ""
10588
10702
 
@@ -11049,6 +11163,9 @@ msgstr ""
11049
11163
  msgid "No preview available."
11050
11164
  msgstr ""
11051
11165
 
11166
+ msgid "No properties selected."
11167
+ msgstr ""
11168
+
11052
11169
  msgid "No properties to display"
11053
11170
  msgstr ""
11054
11171
 
@@ -11342,6 +11459,9 @@ msgstr ""
11342
11459
  msgid "Notified global role"
11343
11460
  msgstr ""
11344
11461
 
11462
+ msgid "Now"
11463
+ msgstr ""
11464
+
11345
11465
  msgid "Number"
11346
11466
  msgstr ""
11347
11467
 
@@ -11498,6 +11618,9 @@ msgstr ""
11498
11618
  msgid "Offset"
11499
11619
  msgstr ""
11500
11620
 
11621
+ msgid "On `date`"
11622
+ msgstr ""
11623
+
11501
11624
  msgid "On alarm"
11502
11625
  msgstr ""
11503
11626
 
@@ -12487,6 +12610,9 @@ msgstr ""
12487
12610
  msgid "Properties"
12488
12611
  msgstr ""
12489
12612
 
12613
+ msgid "Properties column settings (drag to reorder)"
12614
+ msgstr ""
12615
+
12490
12616
  msgid "Properties library"
12491
12617
  msgstr ""
12492
12618
 
@@ -12961,6 +13087,12 @@ msgstr ""
12961
13087
  msgid "Refresh token"
12962
13088
  msgstr ""
12963
13089
 
13090
+ msgid "Refreshing after the given interval"
13091
+ msgstr ""
13092
+
13093
+ msgid "Refreshing after the given interval, synchronized globally"
13094
+ msgstr ""
13095
+
12964
13096
  msgid "Regenerate this response"
12965
13097
  msgstr ""
12966
13098
 
@@ -13111,6 +13243,9 @@ msgstr ""
13111
13243
  msgid "Remove"
13112
13244
  msgstr ""
13113
13245
 
13246
+ msgid "Remove condition"
13247
+ msgstr ""
13248
+
13114
13249
  msgid "Remove configuration"
13115
13250
  msgstr ""
13116
13251
 
@@ -13168,6 +13303,9 @@ msgstr ""
13168
13303
  msgid "Removed widgets: {{ widgetList }}."
13169
13304
  msgstr ""
13170
13305
 
13306
+ msgid "Render the first column (excluding computed and alarm types) as a link to the asset details."
13307
+ msgstr ""
13308
+
13171
13309
  msgid "Render type"
13172
13310
  msgstr ""
13173
13311
 
@@ -13513,6 +13651,9 @@ msgstr ""
13513
13651
  msgid "Rotation widget"
13514
13652
  msgstr ""
13515
13653
 
13654
+ msgid "Row"
13655
+ msgstr ""
13656
+
13516
13657
  msgid "Rule"
13517
13658
  msgstr ""
13518
13659
 
@@ -13990,6 +14131,9 @@ msgstr ""
13990
14131
  msgid "Select code sanitization option"
13991
14132
  msgstr ""
13992
14133
 
14134
+ msgid "Select comparison type…"
14135
+ msgstr ""
14136
+
13993
14137
  msgid "Select configuration"
13994
14138
  msgstr ""
13995
14139
 
@@ -14014,6 +14158,9 @@ msgstr ""
14014
14158
  msgid "Select data points"
14015
14159
  msgstr ""
14016
14160
 
14161
+ msgid "Select data type…"
14162
+ msgstr ""
14163
+
14017
14164
  msgid "Select datapoints, alarms or events"
14018
14165
  msgstr ""
14019
14166
 
@@ -14023,6 +14170,9 @@ msgstr ""
14023
14170
  msgid "Select date range"
14024
14171
  msgstr ""
14025
14172
 
14173
+ msgid "Select date…"
14174
+ msgstr ""
14175
+
14026
14176
  msgid "Select device"
14027
14177
  msgstr ""
14028
14178
 
@@ -14074,6 +14224,9 @@ msgstr ""
14074
14224
  msgid "Select from the list of items matching the device type"
14075
14225
  msgstr ""
14076
14226
 
14227
+ msgid "Select from the list which columns to display."
14228
+ msgstr ""
14229
+
14077
14230
  msgid "Select from where this value should be taken."
14078
14231
  msgstr ""
14079
14232
 
@@ -14196,12 +14349,18 @@ msgstr ""
14196
14349
  msgid "Select owner"
14197
14350
  msgstr ""
14198
14351
 
14352
+ msgid "Select properties"
14353
+ msgstr ""
14354
+
14199
14355
  msgid "Select property"
14200
14356
  msgstr ""
14201
14357
 
14202
14358
  msgid "Select reference device"
14203
14359
  msgstr ""
14204
14360
 
14361
+ msgid "Select render type"
14362
+ msgstr ""
14363
+
14205
14364
  msgid "Select replacement device"
14206
14365
  msgstr ""
14207
14366
 
@@ -14250,6 +14409,9 @@ msgstr ""
14250
14409
  msgid "Select unit conversion"
14251
14410
  msgstr ""
14252
14411
 
14412
+ msgid "Select value…"
14413
+ msgstr ""
14414
+
14253
14415
  msgid "Select version or patch"
14254
14416
  msgstr ""
14255
14417
 
@@ -14393,6 +14555,9 @@ msgstr ""
14393
14555
  msgid "Send as widget to reports"
14394
14556
  msgstr ""
14395
14557
 
14558
+ msgid "Send command"
14559
+ msgstr ""
14560
+
14396
14561
  msgid "Send configuration SMS"
14397
14562
  msgstr ""
14398
14563
 
@@ -14966,6 +15131,9 @@ msgstr ""
14966
15131
  msgid "Set to \"{{ packageAvailability }}\""
14967
15132
  msgstr ""
14968
15133
 
15134
+ msgid "Set to current time"
15135
+ msgstr ""
15136
+
14969
15137
  msgid "Set up two-factor authentication"
14970
15138
  msgstr ""
14971
15139
 
@@ -15083,6 +15251,9 @@ msgstr ""
15083
15251
  msgid "Show Tooltips"
15084
15252
  msgstr ""
15085
15253
 
15254
+ msgid "Show a spinner while data loads"
15255
+ msgstr ""
15256
+
15086
15257
  msgid "Show advanced options"
15087
15258
  msgstr ""
15088
15259
 
@@ -15101,6 +15272,9 @@ msgstr ""
15101
15272
  msgid "Show archived packages"
15102
15273
  msgstr ""
15103
15274
 
15275
+ msgid "Show assets and all descendants"
15276
+ msgstr ""
15277
+
15104
15278
  msgid "Show checkboxes that are"
15105
15279
  msgstr ""
15106
15280
 
@@ -15215,6 +15389,9 @@ msgstr ""
15215
15389
  msgid "Show status (read-only)"
15216
15390
  msgstr ""
15217
15391
 
15392
+ msgid "Show status icon column"
15393
+ msgstr ""
15394
+
15218
15395
  msgid "Show summary"
15219
15396
  msgstr ""
15220
15397
 
@@ -15233,6 +15410,9 @@ msgstr ""
15233
15410
  msgid "Show vertical line when alarm occurs"
15234
15411
  msgstr ""
15235
15412
 
15413
+ msgid "Show/hide column"
15414
+ msgstr ""
15415
+
15236
15416
  msgid "Showing 1 item"
15237
15417
  msgid_plural "Showing {{$count}} items"
15238
15418
  msgstr[0] ""
@@ -15557,6 +15737,9 @@ msgstr ""
15557
15737
  msgid "Sort descending"
15558
15738
  msgstr ""
15559
15739
 
15740
+ msgid "Sort order"
15741
+ msgstr ""
15742
+
15560
15743
  msgid "Sound detector"
15561
15744
  msgstr ""
15562
15745
 
@@ -15581,6 +15764,9 @@ msgstr ""
15581
15764
  msgid "Source tenant status"
15582
15765
  msgstr ""
15583
15766
 
15767
+ msgid "Specify at least one date."
15768
+ msgstr ""
15769
+
15584
15770
  msgid "Specify the exact start and end date/time of the time period to analyse. This provides a static view of historical data within the selected timeframe."
15585
15771
  msgstr ""
15586
15772
 
@@ -15739,6 +15925,9 @@ msgstr ""
15739
15925
  msgid "String is too short ({{ viewValue.length }} chars), minimum {{ schema.minLength }}."
15740
15926
  msgstr ""
15741
15927
 
15928
+ msgid "Striped rows"
15929
+ msgstr ""
15930
+
15742
15931
  msgid "Sub-index"
15743
15932
  msgstr ""
15744
15933
 
@@ -15874,6 +16063,9 @@ msgstr ""
15874
16063
  msgid "Suggested"
15875
16064
  msgstr ""
15876
16065
 
16066
+ msgid "Sum"
16067
+ msgstr ""
16068
+
15877
16069
  msgid "Sum of CPU daily usage in CPU millicores"
15878
16070
  msgstr ""
15879
16071
 
@@ -16036,6 +16228,9 @@ msgstr ""
16036
16228
  msgid "TRIAL"
16037
16229
  msgstr ""
16038
16230
 
16231
+ msgid "Table header"
16232
+ msgstr ""
16233
+
16039
16234
  msgid "Table of device properties, for example, name, type or notes."
16040
16235
  msgstr ""
16041
16236
 
@@ -17090,6 +17285,9 @@ msgstr ""
17090
17285
  msgid "To copy this dashboard, contact your administrator to request the necessary permissions."
17091
17286
  msgstr ""
17092
17287
 
17288
+ msgid "To date"
17289
+ msgstr ""
17290
+
17093
17291
  msgid "To see the result click <a href=\"#/device/{{deviceId}}/control\">here</a>"
17094
17292
  msgstr ""
17095
17293
 
@@ -17306,6 +17504,9 @@ msgstr ""
17306
17504
  msgid "Trigger on"
17307
17505
  msgstr ""
17308
17506
 
17507
+ msgid "True"
17508
+ msgstr ""
17509
+
17309
17510
  msgid "Truncated data."
17310
17511
  msgstr ""
17311
17512
 
@@ -17885,12 +18086,18 @@ msgstr ""
17885
18086
  msgid "Use extension package version"
17886
18087
  msgstr ""
17887
18088
 
18089
+ msgid "Use global refresh interval"
18090
+ msgstr ""
18091
+
17888
18092
  msgid "Use placeholders carefully."
17889
18093
  msgstr ""
17890
18094
 
17891
18095
  msgid "Use plugin version"
17892
18096
  msgstr ""
17893
18097
 
18098
+ msgid "Use refresh interval"
18099
+ msgstr ""
18100
+
17894
18101
  msgid "Use selected asset location"
17895
18102
  msgstr ""
17896
18103
 
@@ -18486,6 +18693,9 @@ msgstr ""
18486
18693
  msgid "When alarm is received then email is sent"
18487
18694
  msgstr ""
18488
18695
 
18696
+ msgid "When cell rendering is set to icon, show both icon and value"
18697
+ msgstr ""
18698
+
18489
18699
  msgid "When checked, saves these settings as the default configuration for this dashboard. If unchecked, changes will only apply for the current session and will reset when you reload the page."
18490
18700
  msgstr ""
18491
18701
 
@@ -18570,6 +18780,9 @@ msgstr ""
18570
18780
  msgid "Widgets: Asset notes"
18571
18781
  msgstr ""
18572
18782
 
18783
+ msgid "Widgets: Asset table"
18784
+ msgstr ""
18785
+
18573
18786
  msgid "Widgets: Data Points Table"
18574
18787
  msgstr ""
18575
18788
 
@@ -19511,6 +19724,9 @@ msgstr ""
19511
19724
  msgid "e.g. Elements"
19512
19725
  msgstr ""
19513
19726
 
19727
+ msgid "e.g. Execute operation"
19728
+ msgstr ""
19729
+
19514
19730
  msgid "e.g. Firmware for hardware revision B"
19515
19731
  msgstr ""
19516
19732