@c8y/ngx-components 1024.1.6 → 1024.2.4

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 (53) hide show
  1. package/fesm2022/c8y-ngx-components-auth-configuration.mjs +18 -16
  2. package/fesm2022/c8y-ngx-components-auth-configuration.mjs.map +1 -1
  3. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +64 -25
  4. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  5. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +363 -38
  6. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  7. package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -1
  8. package/fesm2022/c8y-ngx-components-echart.mjs +796 -123
  9. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  10. package/fesm2022/c8y-ngx-components-global-context.mjs +391 -54
  11. package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
  12. package/fesm2022/c8y-ngx-components-time-context.mjs +146 -20
  13. package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
  14. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +198 -24
  15. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
  16. package/fesm2022/c8y-ngx-components.mjs +100 -32
  17. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  18. package/locales/de.po +80 -8
  19. package/locales/es.po +80 -8
  20. package/locales/fr.po +80 -8
  21. package/locales/ja_JP.po +80 -8
  22. package/locales/ko.po +80 -8
  23. package/locales/locales.pot +79 -7
  24. package/locales/nl.po +80 -8
  25. package/locales/pl.po +80 -8
  26. package/locales/pt_BR.po +80 -8
  27. package/locales/zh_CN.po +80 -8
  28. package/locales/zh_TW.po +80 -8
  29. package/package.json +1 -1
  30. package/types/c8y-ngx-components-auth-configuration.d.ts +3 -3
  31. package/types/c8y-ngx-components-auth-configuration.d.ts.map +1 -1
  32. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +4 -1
  33. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
  34. package/types/c8y-ngx-components-datapoint-selector.d.ts +93 -5
  35. package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
  36. package/types/c8y-ngx-components-echart-models.d.ts +25 -3
  37. package/types/c8y-ngx-components-echart-models.d.ts.map +1 -1
  38. package/types/c8y-ngx-components-echart.d.ts +65 -5
  39. package/types/c8y-ngx-components-echart.d.ts.map +1 -1
  40. package/types/c8y-ngx-components-global-context.d.ts +187 -7
  41. package/types/c8y-ngx-components-global-context.d.ts.map +1 -1
  42. package/types/c8y-ngx-components-time-context.d.ts +50 -8
  43. package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
  44. package/types/c8y-ngx-components-widgets-implementations-alarms.d.ts +1 -0
  45. package/types/c8y-ngx-components-widgets-implementations-alarms.d.ts.map +1 -1
  46. package/types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts +25 -0
  47. package/types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts.map +1 -1
  48. package/types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts +1 -0
  49. package/types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts.map +1 -1
  50. package/types/c8y-ngx-components-widgets-implementations-scada.d.ts +2 -0
  51. package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
  52. package/types/c8y-ngx-components.d.ts +50 -11
  53. package/types/c8y-ngx-components.d.ts.map +1 -1
package/locales/ko.po CHANGED
@@ -1570,6 +1570,9 @@ msgstr "에이전트 구성"
1570
1570
  msgid "Aggregation"
1571
1571
  msgstr "집계"
1572
1572
 
1573
+ msgid "Aggregation display"
1574
+ msgstr "집계 표시"
1575
+
1573
1576
  msgid "Aggregation options"
1574
1577
  msgstr "집계 옵션"
1575
1578
 
@@ -2456,6 +2459,9 @@ msgstr "제약 자동 적용"
2456
2459
  msgid "Auto observe"
2457
2460
  msgstr "자동 관측"
2458
2461
 
2462
+ msgid "Auto picks an aggregation interval from the time range and the aggregation points per chart you set. Available only for the Data graph widget."
2463
+ msgstr "설정한 시간 범위와 차트별 집계 지점을 바탕으로 집계 간격을 자동으로 선택합니다. 데이터 그래프 위젯에서만 사용할 수 있습니다."
2464
+
2459
2465
  msgid "Auto refresh"
2460
2466
  msgstr "자동 새로 고침"
2461
2467
 
@@ -2474,6 +2480,15 @@ msgstr "자동 저장"
2474
2480
  msgid "Auto scan address space"
2475
2481
  msgstr "주소 공간 자동 스캔"
2476
2482
 
2483
+ msgid "Auto — {{ points }} points per chart"
2484
+ msgstr "자동 — {{ points }} 차트당 포인트"
2485
+
2486
+ msgid "Auto — {{ points }} points per chart, kept on zoom"
2487
+ msgstr "자동 — {{ points }} 차트당 포인트, 확대/축소 시 유지"
2488
+
2489
+ msgid "Auto`automatic aggregation mode`"
2490
+ msgstr "자동"
2491
+
2477
2492
  msgid "Autodiscovery completed."
2478
2493
  msgstr "자동 검색이 완료되었습니다."
2479
2494
 
@@ -2489,6 +2504,9 @@ msgstr "자동 검색 진행 중."
2489
2504
  msgid "Autodiscovery request"
2490
2505
  msgstr "자동 검색 요청"
2491
2506
 
2507
+ msgid "Automatic aggregation"
2508
+ msgstr "자동 집계"
2509
+
2492
2510
  msgid "Availability"
2493
2511
  msgstr "가용성"
2494
2512
 
@@ -2591,6 +2609,9 @@ msgstr "백로그 라이브 시간(TTL)"
2591
2609
  msgid "Backlog usage"
2592
2610
  msgstr "백로그 사용량"
2593
2611
 
2612
+ msgid "Band color"
2613
+ msgstr "밴드 색상"
2614
+
2594
2615
  msgid "Bars"
2595
2616
  msgstr "바"
2596
2617
 
@@ -2720,6 +2741,9 @@ msgstr "부트스트랩 사전 공유 키"
2720
2741
  msgid "Border`style`"
2721
2742
  msgstr "경계"
2722
2743
 
2744
+ msgid "Both minimum and maximum must be enabled to use this option."
2745
+ msgstr "이 옵션을 사용하려면 최소값과 최대값을 모두 활성화해야 합니다."
2746
+
2723
2747
  msgid "Box model"
2724
2748
  msgstr "박스 모델"
2725
2749
 
@@ -5168,6 +5192,9 @@ msgstr "대시보드: 자산/그룹 대시보드 보기"
5168
5192
  msgid "Dashboards: View device dashboards"
5169
5193
  msgstr "대시보드: 디바이스 대시보드 보기"
5170
5194
 
5195
+ msgid "Dashed line"
5196
+ msgstr "점선"
5197
+
5171
5198
  msgid "Data"
5172
5199
  msgstr "데이터"
5173
5200
 
@@ -5281,6 +5308,12 @@ msgstr "데이터 포인트 상태"
5281
5308
  msgid "Data point template"
5282
5309
  msgstr "데이터 포인트 템플릿"
5283
5310
 
5311
+ msgid "Data point totals"
5312
+ msgstr "데이터 포인트 합계"
5313
+
5314
+ msgid "Data point values"
5315
+ msgstr "데이터 포인트 값"
5316
+
5284
5317
  msgid "Data points"
5285
5318
  msgstr "데이터 포인트"
5286
5319
 
@@ -6476,6 +6509,9 @@ msgstr "도어 알람"
6476
6509
  msgid "Dots not allowed."
6477
6510
  msgstr "점이 허용되지 않습니다."
6478
6511
 
6512
+ msgid "Dotted line"
6513
+ msgstr "점선"
6514
+
6479
6515
  msgid "Down`service status`"
6480
6516
  msgstr "아래"
6481
6517
 
@@ -6994,6 +7030,9 @@ msgstr "프레젠테이션 정보 문의"
6994
7030
  msgid "Enquire serial number"
6995
7031
  msgstr "일련 번호 문의"
6996
7032
 
7033
+ msgid "Enter a value between {{ min }} and {{ max }}."
7034
+ msgstr "{{ min }} 과 {{ max }} 사이의 값을 입력하세요."
7035
+
6997
7036
  msgid "Enter address"
6998
7037
  msgstr "주소 입력"
6999
7038
 
@@ -8943,8 +8982,8 @@ msgstr "그룹"
8943
8982
  msgid "Groups and assets"
8944
8983
  msgstr "그룹과 자산"
8945
8984
 
8946
- msgid "Groups data points into larger time intervals to simplify visualization and improve performance. 'None' shows raw data, while other options combine data points into minute, hour, or day groupings."
8947
- msgstr "데이터 포인트를 시간 간격으로 그룹화하여 시각화를 단순화하고 성능을 향상시킵니다. '없음'은 원시 데이터를 표시하며, 다른 옵션들은 데이터 포인트를 분, 시간 또는 일 단위로 그룹화합니다."
8985
+ msgid "Groups measurements into larger time intervals to improve readability and performance. 'None' shows raw data; other options group measurements into minute, hour, or day intervals."
8986
+ msgstr "가독성과 성능을 향상시키기 위해 측정값을 간격으로 묶습니다. ‘없음’을 선택하면 원시 데이터가 표시되며, 다른 옵션을 선택하면 측정값이 분, 시간 또는 일 간격으로 묶입니다."
8948
8987
 
8949
8988
  msgid "HH`HOURS`"
8950
8989
  msgstr "HH"
@@ -9694,6 +9733,9 @@ msgstr "KPI 위젯"
9694
9733
  msgid "KPI?"
9695
9734
  msgstr "KPI?"
9696
9735
 
9736
+ msgid "Keep point count on zoom"
9737
+ msgstr "확대/축소 시 포인트 수 유지"
9738
+
9697
9739
  msgid "Keep unchanged`version`"
9698
9740
  msgstr "변경하지 않고 유지"
9699
9741
 
@@ -10704,6 +10746,9 @@ msgstr "메서드"
10704
10746
  msgid "Metric"
10705
10747
  msgstr "메트릭"
10706
10748
 
10749
+ msgid "Metrics that quantify the time bucket itself — how many readings the bucket captured, or their totals. These typically use a different scale."
10750
+ msgstr "시간 버킷 자체를 정량화하는 지표 — 버킷이 포착한 측정값의 개수나 그 합계 등. 이러한 지표는 일반적으로 다른 척도를 사용합니다."
10751
+
10707
10752
  msgid "MiB"
10708
10753
  msgstr "미비"
10709
10754
 
@@ -11259,12 +11304,6 @@ msgstr "테넌트에 구독 설정된 추가 기능이 없습니다."
11259
11304
  msgid "No aggregation"
11260
11305
  msgstr "집계 없음"
11261
11306
 
11262
- msgid "No aggregation with real-time or auto-refresh enabled"
11263
- msgstr "실시간 또는 자동 새로 고침이 활성화된 상태에서는 집계되지 않습니다."
11264
-
11265
- msgid "No aggregation with realtime enabled"
11266
- msgstr "실시간 활성화 시 집계 불가"
11267
-
11268
11307
  msgid "No alarm found"
11269
11308
  msgstr "알람을 찾을 수 없음"
11270
11309
 
@@ -13104,6 +13143,9 @@ msgstr "포인터"
13104
13143
  msgid "Points"
13105
13144
  msgstr "포인트"
13106
13145
 
13146
+ msgid "Points per chart"
13147
+ msgstr "차트당 점수"
13148
+
13107
13149
  msgid "Policy"
13108
13150
  msgstr "정책"
13109
13151
 
@@ -13584,6 +13626,12 @@ msgstr "알람 발령"
13584
13626
  msgid "Range"
13585
13627
  msgstr "범위"
13586
13628
 
13629
+ msgid "Range max"
13630
+ msgstr "범위 최대값"
13631
+
13632
+ msgid "Range min"
13633
+ msgstr "범위 최소값"
13634
+
13587
13635
  msgid "Raw error code"
13588
13636
  msgstr "원시 오류 코드"
13589
13637
 
@@ -14043,6 +14091,9 @@ msgstr "자산 속성의 이름을 변경하고 HTML 코드 내의 참조를 업
14043
14091
  msgid "Renamed placeholder and updated references in code."
14044
14092
  msgstr "자리 표시자 이름을 변경하고 코드 내 참조를 업데이트했습니다."
14045
14093
 
14094
+ msgid "Render as band"
14095
+ msgstr "띠 모양으로 렌더링"
14096
+
14046
14097
  msgid "Render the first column (excluding computed and alarm types) as a link to the asset details."
14047
14098
  msgstr "첫 번째 열(계산된 유형 및 알람 유형 제외)을 자산 상세 정보로 연결되는 링크로 표시하십시오."
14048
14099
 
@@ -15203,6 +15254,9 @@ msgstr "값 선택…"
15203
15254
  msgid "Select version or patch"
15204
15255
  msgstr "버전 또는 패치 선택"
15205
15256
 
15257
+ msgid "Select which aggregations to display for all data points. These options apply to every data point in the list."
15258
+ msgstr "모든 데이터 포인트에 대해 표시할 집계 항목을 선택하세요. 이 옵션들은 목록에 있는 모든 데이터 포인트에 적용됩니다."
15259
+
15206
15260
  msgid "Select which nodes to display in the top level of the navigator menu. By default, only\n"
15207
15261
  " Groups is shown."
15208
15262
  msgstr "내비게이터 메뉴의 최상위 수준에 표시할 노드를 선택하십시오. 기본적으로는\n"
@@ -16657,6 +16711,9 @@ msgstr "정적 머리글"
16657
16711
  msgid "Static headers that should be added to requests towards the provider"
16658
16712
  msgstr "제공업체에 요청하려면 반드시 추가해야 하는 정적 머리글"
16659
16713
 
16714
+ msgid "Statistics that describe the spread of values within each time bucket. These share the same unit and scale as the original measurement"
16715
+ msgstr "각 시간 구간 내 값의 분포를 나타내는 통계량입니다. 이 통계량들은 원본 측정값과 동일한 단위와 척도를 사용합니다."
16716
+
16660
16717
  msgid "Status"
16661
16718
  msgstr "상태"
16662
16719
 
@@ -17679,6 +17736,12 @@ msgstr "이 애플리케이션에서 단일 어시스턴트 응답에 대해 설
17679
17736
  msgid "The security policy is set to {{param}}."
17680
17737
  msgstr "보안 정책은 {{param}}(으)로 설정됩니다."
17681
17738
 
17739
+ msgid "The selected aggregation functions for {{dp}} return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
17740
+ msgstr "{{dp}} 에 대해 선택된 집계 함수는 각 간격마다 단일 측정값만 포함되어 있기 때문에 동일한 값을 반환합니다. 집계 간격을 더 굵게 설정하십시오."
17741
+
17742
+ msgid "The selected aggregation functions return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
17743
+ msgstr "선택한 집계 함수들은 각 간격마다 측정값이 하나씩만 포함되어 있기 때문에 동일한 값을 반환합니다. 집계 간격을 더 굵게 설정하십시오."
17744
+
17682
17745
  msgid "The selected alarm is not currently in the list, change your filter."
17683
17746
  msgstr "선택한 알람이 현재 목록에 없습니다. 필터를 변경하십시오."
17684
17747
 
@@ -18622,6 +18685,9 @@ msgstr "항목 할당 취소"
18622
18685
  msgid "Unassigned devices"
18623
18686
  msgstr "할당되지 않은 디바이스"
18624
18687
 
18688
+ msgid "Unavailable while real-time or auto-refresh is on."
18689
+ msgstr "실시간 또는 자동 새로 고침이 켜져 있는 동안에는 사용할 수 없습니다."
18690
+
18625
18691
  msgid "Uncategorized"
18626
18692
  msgstr "분류되지 않음"
18627
18693
 
@@ -19643,6 +19709,9 @@ msgstr "활성화되면 SMS로 전송된 인증 코드가 있어야 인증을
19643
19709
  msgid "When enabled, all assets in the hierarchy under the selected asset will be included. When disabled, only the direct child assets will be included."
19644
19710
  msgstr "이 옵션을 활성화하면 선택한 자산 아래 계층 구조에 있는 모든 자산이 포함됩니다. 비활성화하면 직접 하위 자산만 포함됩니다."
19645
19711
 
19712
+ msgid "When enabled, the chart reloads data at a finer or coarser interval as you zoom in or out, so it always shows the number of points you set. When disabled, it reuses the already loaded data."
19713
+ msgstr "이 기능이 활성화되면, 확대 또는 축소할 때 차트가 더 세분화되거나 더 뭉툭한 간격으로 데이터를 다시 불러오므로, 항상 사용자가 설정한 데이터 포인트 수를 표시합니다. 이 기능이 비활성화되면 이미 불러온 데이터를 재사용합니다."
19714
+
19646
19715
  msgid "Who"
19647
19716
  msgstr "누가"
19648
19717
 
@@ -21291,6 +21360,9 @@ msgstr "빨강"
21291
21360
  msgid "refresh"
21292
21361
  msgstr "새로 고침"
21293
21362
 
21363
+ msgid "replaces min/max lines with a shaded area"
21364
+ msgstr "최소/최대 선을 음영 처리된 영역으로 바꿉니다"
21365
+
21294
21366
  msgid "required"
21295
21367
  msgstr "필수"
21296
21368
 
@@ -1486,6 +1486,9 @@ msgstr ""
1486
1486
  msgid "Aggregation"
1487
1487
  msgstr ""
1488
1488
 
1489
+ msgid "Aggregation display"
1490
+ msgstr ""
1491
+
1489
1492
  msgid "Aggregation options"
1490
1493
  msgstr ""
1491
1494
 
@@ -2370,6 +2373,9 @@ msgstr ""
2370
2373
  msgid "Auto observe"
2371
2374
  msgstr ""
2372
2375
 
2376
+ msgid "Auto picks an aggregation interval from the time range and the aggregation points per chart you set. Available only for the Data graph widget."
2377
+ msgstr ""
2378
+
2373
2379
  msgid "Auto refresh"
2374
2380
  msgstr ""
2375
2381
 
@@ -2388,6 +2394,15 @@ msgstr ""
2388
2394
  msgid "Auto scan address space"
2389
2395
  msgstr ""
2390
2396
 
2397
+ msgid "Auto — {{ points }} points per chart"
2398
+ msgstr ""
2399
+
2400
+ msgid "Auto — {{ points }} points per chart, kept on zoom"
2401
+ msgstr ""
2402
+
2403
+ msgid "Auto`automatic aggregation mode`"
2404
+ msgstr ""
2405
+
2391
2406
  msgid "Autodiscovery completed."
2392
2407
  msgstr ""
2393
2408
 
@@ -2403,6 +2418,9 @@ msgstr ""
2403
2418
  msgid "Autodiscovery request"
2404
2419
  msgstr ""
2405
2420
 
2421
+ msgid "Automatic aggregation"
2422
+ msgstr ""
2423
+
2406
2424
  msgid "Availability"
2407
2425
  msgstr ""
2408
2426
 
@@ -2505,6 +2523,9 @@ msgstr ""
2505
2523
  msgid "Backlog usage"
2506
2524
  msgstr ""
2507
2525
 
2526
+ msgid "Band color"
2527
+ msgstr ""
2528
+
2508
2529
  msgid "Bars"
2509
2530
  msgstr ""
2510
2531
 
@@ -2634,6 +2655,9 @@ msgstr ""
2634
2655
  msgid "Border`style`"
2635
2656
  msgstr ""
2636
2657
 
2658
+ msgid "Both minimum and maximum must be enabled to use this option."
2659
+ msgstr ""
2660
+
2637
2661
  msgid "Box model"
2638
2662
  msgstr ""
2639
2663
 
@@ -5073,6 +5097,9 @@ msgstr ""
5073
5097
  msgid "Dashboards: View device dashboards"
5074
5098
  msgstr ""
5075
5099
 
5100
+ msgid "Dashed line"
5101
+ msgstr ""
5102
+
5076
5103
  msgid "Data"
5077
5104
  msgstr ""
5078
5105
 
@@ -5186,6 +5213,12 @@ msgstr ""
5186
5213
  msgid "Data point template"
5187
5214
  msgstr ""
5188
5215
 
5216
+ msgid "Data point totals"
5217
+ msgstr ""
5218
+
5219
+ msgid "Data point values"
5220
+ msgstr ""
5221
+
5189
5222
  msgid "Data points"
5190
5223
  msgstr ""
5191
5224
 
@@ -6381,6 +6414,9 @@ msgstr ""
6381
6414
  msgid "Dots not allowed."
6382
6415
  msgstr ""
6383
6416
 
6417
+ msgid "Dotted line"
6418
+ msgstr ""
6419
+
6384
6420
  msgid "Down`service status`"
6385
6421
  msgstr ""
6386
6422
 
@@ -6899,6 +6935,9 @@ msgstr ""
6899
6935
  msgid "Enquire serial number"
6900
6936
  msgstr ""
6901
6937
 
6938
+ msgid "Enter a value between {{ min }} and {{ max }}."
6939
+ msgstr ""
6940
+
6902
6941
  msgid "Enter address"
6903
6942
  msgstr ""
6904
6943
 
@@ -8816,7 +8855,7 @@ msgstr ""
8816
8855
  msgid "Groups and assets"
8817
8856
  msgstr ""
8818
8857
 
8819
- msgid "Groups data points into larger time intervals to simplify visualization and improve performance. 'None' shows raw data, while other options combine data points into minute, hour, or day groupings."
8858
+ msgid "Groups measurements into larger time intervals to improve readability and performance. 'None' shows raw data; other options group measurements into minute, hour, or day intervals."
8820
8859
  msgstr ""
8821
8860
 
8822
8861
  msgid "HH`HOURS`"
@@ -9569,6 +9608,9 @@ msgstr ""
9569
9608
  msgid "KPI?"
9570
9609
  msgstr ""
9571
9610
 
9611
+ msgid "Keep point count on zoom"
9612
+ msgstr ""
9613
+
9572
9614
  msgid "Keep unchanged`version`"
9573
9615
  msgstr ""
9574
9616
 
@@ -10577,6 +10619,9 @@ msgstr ""
10577
10619
  msgid "Metric"
10578
10620
  msgstr ""
10579
10621
 
10622
+ msgid "Metrics that quantify the time bucket itself — how many readings the bucket captured, or their totals. These typically use a different scale."
10623
+ msgstr ""
10624
+
10580
10625
  msgid "MiB"
10581
10626
  msgstr ""
10582
10627
 
@@ -11133,12 +11178,6 @@ msgstr ""
11133
11178
  msgid "No aggregation"
11134
11179
  msgstr ""
11135
11180
 
11136
- msgid "No aggregation with real-time or auto-refresh enabled"
11137
- msgstr ""
11138
-
11139
- msgid "No aggregation with realtime enabled"
11140
- msgstr ""
11141
-
11142
11181
  msgid "No alarm found"
11143
11182
  msgstr ""
11144
11183
 
@@ -12968,6 +13007,9 @@ msgstr ""
12968
13007
  msgid "Points"
12969
13008
  msgstr ""
12970
13009
 
13010
+ msgid "Points per chart"
13011
+ msgstr ""
13012
+
12971
13013
  msgid "Policy"
12972
13014
  msgstr ""
12973
13015
 
@@ -13445,6 +13487,12 @@ msgstr ""
13445
13487
  msgid "Range"
13446
13488
  msgstr ""
13447
13489
 
13490
+ msgid "Range max"
13491
+ msgstr ""
13492
+
13493
+ msgid "Range min"
13494
+ msgstr ""
13495
+
13448
13496
  msgid "Raw error code"
13449
13497
  msgstr ""
13450
13498
 
@@ -13904,6 +13952,9 @@ msgstr ""
13904
13952
  msgid "Renamed placeholder and updated references in code."
13905
13953
  msgstr ""
13906
13954
 
13955
+ msgid "Render as band"
13956
+ msgstr ""
13957
+
13907
13958
  msgid "Render the first column (excluding computed and alarm types) as a link to the asset details."
13908
13959
  msgstr ""
13909
13960
 
@@ -15064,6 +15115,9 @@ msgstr ""
15064
15115
  msgid "Select version or patch"
15065
15116
  msgstr ""
15066
15117
 
15118
+ msgid "Select which aggregations to display for all data points. These options apply to every data point in the list."
15119
+ msgstr ""
15120
+
15067
15121
  msgid ""
15068
15122
  "Select which nodes to display in the top level of the navigator menu. By default, only\n"
15069
15123
  " Groups is shown."
@@ -16518,6 +16572,9 @@ msgstr ""
16518
16572
  msgid "Static headers that should be added to requests towards the provider"
16519
16573
  msgstr ""
16520
16574
 
16575
+ msgid "Statistics that describe the spread of values within each time bucket. These share the same unit and scale as the original measurement"
16576
+ msgstr ""
16577
+
16521
16578
  msgid "Status"
16522
16579
  msgstr ""
16523
16580
 
@@ -17534,6 +17591,12 @@ msgstr ""
17534
17591
  msgid "The security policy is set to {{param}}."
17535
17592
  msgstr ""
17536
17593
 
17594
+ msgid "The selected aggregation functions for {{dp}} return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
17595
+ msgstr ""
17596
+
17597
+ msgid "The selected aggregation functions return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
17598
+ msgstr ""
17599
+
17537
17600
  msgid "The selected alarm is not currently in the list, change your filter."
17538
17601
  msgstr ""
17539
17602
 
@@ -18476,6 +18539,9 @@ msgstr ""
18476
18539
  msgid "Unassigned devices"
18477
18540
  msgstr ""
18478
18541
 
18542
+ msgid "Unavailable while real-time or auto-refresh is on."
18543
+ msgstr ""
18544
+
18479
18545
  msgid "Uncategorized"
18480
18546
  msgstr ""
18481
18547
 
@@ -19498,6 +19564,9 @@ msgstr ""
19498
19564
  msgid "When enabled, all assets in the hierarchy under the selected asset will be included. When disabled, only the direct child assets will be included."
19499
19565
  msgstr ""
19500
19566
 
19567
+ msgid "When enabled, the chart reloads data at a finer or coarser interval as you zoom in or out, so it always shows the number of points you set. When disabled, it reuses the already loaded data."
19568
+ msgstr ""
19569
+
19501
19570
  msgid "Who"
19502
19571
  msgstr ""
19503
19572
 
@@ -21145,6 +21214,9 @@ msgstr ""
21145
21214
  msgid "refresh"
21146
21215
  msgstr ""
21147
21216
 
21217
+ msgid "replaces min/max lines with a shaded area"
21218
+ msgstr ""
21219
+
21148
21220
  msgid "required"
21149
21221
  msgstr ""
21150
21222