@c8y/ngx-components 1023.28.5 → 1023.37.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 (127) hide show
  1. package/alarms/cockpit/index.d.ts.map +1 -1
  2. package/alarms/devicemanagement/index.d.ts.map +1 -1
  3. package/alarms/index.d.ts +25 -2
  4. package/alarms/index.d.ts.map +1 -1
  5. package/asset-properties/index.d.ts +20 -2
  6. package/asset-properties/index.d.ts.map +1 -1
  7. package/bookmarks/index.d.ts +15 -7
  8. package/bookmarks/index.d.ts.map +1 -1
  9. package/cockpit-config/index.d.ts.map +1 -1
  10. package/datapoint-explorer/view/index.d.ts +2 -0
  11. package/datapoint-explorer/view/index.d.ts.map +1 -1
  12. package/datapoint-selector/index.d.ts.map +1 -1
  13. package/device-grid/index.d.ts.map +1 -1
  14. package/echart/index.d.ts +19 -3
  15. package/echart/index.d.ts.map +1 -1
  16. package/feature-toggles/index.d.ts +6 -0
  17. package/feature-toggles/index.d.ts.map +1 -0
  18. package/feature-toggles/list/index.d.ts +63 -0
  19. package/feature-toggles/list/index.d.ts.map +1 -0
  20. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs +6 -11
  21. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs +37 -11
  23. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs.map +1 -1
  24. package/fesm2022/c8y-ngx-components-alarms.mjs +58 -10
  25. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  26. package/fesm2022/c8y-ngx-components-asset-properties.mjs +36 -12
  27. package/fesm2022/c8y-ngx-components-asset-properties.mjs.map +1 -1
  28. package/fesm2022/{c8y-ngx-components-asset-property-grid.component-B04ixTyA.mjs → c8y-ngx-components-asset-property-grid.component-BoVrIpap.mjs} +5 -12
  29. package/fesm2022/c8y-ngx-components-asset-property-grid.component-BoVrIpap.mjs.map +1 -0
  30. package/fesm2022/c8y-ngx-components-bookmarks.mjs +86 -39
  31. package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
  32. package/fesm2022/c8y-ngx-components-cockpit-config.mjs +9 -9
  33. package/fesm2022/c8y-ngx-components-cockpit-config.mjs.map +1 -1
  34. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +1 -1
  35. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  36. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +21 -36
  37. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  38. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +3 -11
  39. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  40. package/fesm2022/c8y-ngx-components-device-grid.mjs +5 -2
  41. package/fesm2022/c8y-ngx-components-device-grid.mjs.map +1 -1
  42. package/fesm2022/c8y-ngx-components-echart.mjs +101 -42
  43. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  44. package/fesm2022/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs +3 -3
  45. package/fesm2022/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs.map +1 -1
  46. package/fesm2022/c8y-ngx-components-feature-toggles-list.mjs +242 -0
  47. package/fesm2022/c8y-ngx-components-feature-toggles-list.mjs.map +1 -0
  48. package/fesm2022/c8y-ngx-components-feature-toggles.mjs +36 -0
  49. package/fesm2022/c8y-ngx-components-feature-toggles.mjs.map +1 -0
  50. package/fesm2022/c8y-ngx-components-global-context.mjs +21 -6
  51. package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
  52. package/fesm2022/c8y-ngx-components-map.mjs +127 -33
  53. package/fesm2022/c8y-ngx-components-map.mjs.map +1 -1
  54. package/fesm2022/c8y-ngx-components-tenants.mjs +2 -2
  55. package/fesm2022/c8y-ngx-components-tenants.mjs.map +1 -1
  56. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +5 -1
  57. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  58. package/fesm2022/c8y-ngx-components-upgrade-not-found.component-CuCuYAkK.mjs +19 -0
  59. package/fesm2022/c8y-ngx-components-upgrade-not-found.component-CuCuYAkK.mjs.map +1 -0
  60. package/fesm2022/c8y-ngx-components-upgrade.mjs +33 -3
  61. package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
  62. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget.mjs +3 -3
  63. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget.mjs.map +1 -1
  64. package/fesm2022/c8y-ngx-components-widgets-definitions-pie-chart.mjs +30 -0
  65. package/fesm2022/c8y-ngx-components-widgets-definitions-pie-chart.mjs.map +1 -0
  66. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +2 -1
  67. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
  68. package/fesm2022/c8y-ngx-components-widgets-exports.mjs +8 -1
  69. package/fesm2022/c8y-ngx-components-widgets-exports.mjs.map +1 -1
  70. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs +4 -4
  71. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs.map +1 -1
  72. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +3 -3
  73. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
  74. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs +2 -2
  75. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs.map +1 -1
  76. package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs +4 -3
  77. package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs.map +1 -1
  78. package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs +18 -11
  79. package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs.map +1 -1
  80. package/fesm2022/c8y-ngx-components-widgets-implementations-pie-chart.mjs +366 -0
  81. package/fesm2022/c8y-ngx-components-widgets-implementations-pie-chart.mjs.map +1 -0
  82. package/fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs +4 -0
  83. package/fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs.map +1 -1
  84. package/fesm2022/c8y-ngx-components-widgets-widget-providers.mjs +5 -2
  85. package/fesm2022/c8y-ngx-components-widgets-widget-providers.mjs.map +1 -1
  86. package/fesm2022/c8y-ngx-components.mjs +57 -18
  87. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  88. package/global-context/index.d.ts +12 -2
  89. package/global-context/index.d.ts.map +1 -1
  90. package/index.d.ts +9 -3
  91. package/index.d.ts.map +1 -1
  92. package/locales/de.po +88 -66
  93. package/locales/es.po +26 -20
  94. package/locales/fr.po +25 -20
  95. package/locales/ja_JP.po +18 -20
  96. package/locales/ko.po +24 -20
  97. package/locales/locales.pot +130 -32
  98. package/locales/nl.po +26 -20
  99. package/locales/pl.po +26 -20
  100. package/locales/pt_BR.po +24 -20
  101. package/locales/zh_CN.po +26 -20
  102. package/locales/zh_TW.po +26 -20
  103. package/map/index.d.ts +41 -10
  104. package/map/index.d.ts.map +1 -1
  105. package/package.json +1 -1
  106. package/trusted-certificates/index.d.ts +2 -0
  107. package/trusted-certificates/index.d.ts.map +1 -1
  108. package/upgrade/index.d.ts.map +1 -1
  109. package/widgets/cockpit-exports/index.d.ts +6 -0
  110. package/widgets/cockpit-exports/index.d.ts.map +1 -1
  111. package/widgets/definitions/index.d.ts +1 -0
  112. package/widgets/definitions/index.d.ts.map +1 -1
  113. package/widgets/definitions/pie-chart/index.d.ts +25 -0
  114. package/widgets/definitions/pie-chart/index.d.ts.map +1 -0
  115. package/widgets/device-management-exports/index.d.ts +6 -0
  116. package/widgets/device-management-exports/index.d.ts.map +1 -1
  117. package/widgets/exports/index.d.ts +8 -1
  118. package/widgets/exports/index.d.ts.map +1 -1
  119. package/widgets/implementations/html-widget/index.d.ts +2 -2
  120. package/widgets/implementations/html-widget/index.d.ts.map +1 -1
  121. package/widgets/implementations/map/index.d.ts +1 -0
  122. package/widgets/implementations/map/index.d.ts.map +1 -1
  123. package/widgets/implementations/pie-chart/index.d.ts +129 -0
  124. package/widgets/implementations/pie-chart/index.d.ts.map +1 -0
  125. package/widgets/implementations/three-d-rotation/index.d.ts.map +1 -1
  126. package/widgets/widget-providers/index.d.ts.map +1 -1
  127. package/fesm2022/c8y-ngx-components-asset-property-grid.component-B04ixTyA.mjs.map +0 -1
@@ -430,9 +430,6 @@ msgstr ""
430
430
  msgid "A list displaying current values for selected measurements"
431
431
  msgstr ""
432
432
 
433
- msgid "A pie chart displaying current values for selected measurements"
434
- msgstr ""
435
-
436
433
  msgid "A problem occurred with microservice subscription."
437
434
  msgstr ""
438
435
 
@@ -1671,6 +1668,9 @@ msgstr ""
1671
1668
  msgid "Allows to make basic changes to the tenants branding."
1672
1669
  msgstr ""
1673
1670
 
1671
+ msgid "Allows to manage feature toggles for the tenant."
1672
+ msgstr ""
1673
+
1674
1674
  msgid "Allows to monitor and manage the usage of messaging service."
1675
1675
  msgstr ""
1676
1676
 
@@ -2395,8 +2395,9 @@ msgid "Before activating the custom domain name, make sure that:"
2395
2395
  msgstr ""
2396
2396
 
2397
2397
  msgid ""
2398
- "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2399
- " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2398
+ "Before modifying permissions for the \"Device User`role`\" role, please be aware that such\n"
2399
+ " changes can significantly impact platform security. When defining permissions for the\n"
2400
+ " \"Device User`role`\", please consider that individual devices might get compromised."
2400
2401
  msgstr ""
2401
2402
 
2402
2403
  msgid "Below you can configure one or more OPC UA servers. The OPC UA agent will connect to these servers if they are enabled and the connection state is set to connected."
@@ -4605,6 +4606,9 @@ msgstr ""
4605
4606
  msgid "Custom`application`"
4606
4607
  msgstr ""
4607
4608
 
4609
+ msgid "Custom`strategy`"
4610
+ msgstr ""
4611
+
4608
4612
  msgid "Customer"
4609
4613
  msgstr ""
4610
4614
 
@@ -5072,6 +5076,9 @@ msgstr ""
5072
5076
  msgid "Default: 0 (unlimited validity)"
5073
5077
  msgstr ""
5074
5078
 
5079
+ msgid "Default`strategy`"
5080
+ msgstr ""
5081
+
5075
5082
  msgid "Define how the raw value should be transformed before storing in the platform."
5076
5083
  msgstr ""
5077
5084
 
@@ -5872,6 +5879,9 @@ msgstr ""
5872
5879
  msgid "Displays current device orientation"
5873
5880
  msgstr ""
5874
5881
 
5882
+ msgid "Displays data in a pie chart format."
5883
+ msgstr ""
5884
+
5875
5885
  msgid "Displays editable asset notes."
5876
5886
  msgstr ""
5877
5887
 
@@ -6856,9 +6866,15 @@ msgstr ""
6856
6866
  msgid "Failed to delete the connection"
6857
6867
  msgstr ""
6858
6868
 
6869
+ msgid "Failed to disable feature."
6870
+ msgstr ""
6871
+
6859
6872
  msgid "Failed to disconnect SIM card from the session."
6860
6873
  msgstr ""
6861
6874
 
6875
+ msgid "Failed to enable feature."
6876
+ msgstr ""
6877
+
6862
6878
  msgid "Failed to extract certificate from PKCS12."
6863
6879
  msgstr ""
6864
6880
 
@@ -6892,6 +6908,9 @@ msgstr ""
6892
6908
  msgid "Failed to request export."
6893
6909
  msgstr ""
6894
6910
 
6911
+ msgid "Failed to reset feature state."
6912
+ msgstr ""
6913
+
6895
6914
  msgid "Failed to retrieve RDB snapshot."
6896
6915
  msgstr ""
6897
6916
 
@@ -6943,9 +6962,27 @@ msgstr ""
6943
6962
  msgid "Feature"
6944
6963
  msgstr ""
6945
6964
 
6965
+ msgid "Feature disabled."
6966
+ msgstr ""
6967
+
6968
+ msgid "Feature enabled."
6969
+ msgstr ""
6970
+
6971
+ msgid "Feature phases"
6972
+ msgstr ""
6973
+
6946
6974
  msgid "Feature preview"
6947
6975
  msgstr ""
6948
6976
 
6977
+ msgid "Feature reset to default state."
6978
+ msgstr ""
6979
+
6980
+ msgid "Feature strategies"
6981
+ msgstr ""
6982
+
6983
+ msgid "Feature toggles"
6984
+ msgstr ""
6985
+
6949
6986
  msgid "Features"
6950
6987
  msgstr ""
6951
6988
 
@@ -7482,6 +7519,9 @@ msgstr ""
7482
7519
  msgid "Fit to assets bounds"
7483
7520
  msgstr ""
7484
7521
 
7522
+ msgid "Fit to bounds"
7523
+ msgstr ""
7524
+
7485
7525
  msgid "Fixed IP address"
7486
7526
  msgstr ""
7487
7527
 
@@ -7685,6 +7725,9 @@ msgstr ""
7685
7725
  msgid "General template"
7686
7726
  msgstr ""
7687
7727
 
7728
+ msgid "Generally available`feature phase`"
7729
+ msgstr ""
7730
+
7688
7731
  msgid "Generate bootstrap server config"
7689
7732
  msgstr ""
7690
7733
 
@@ -8213,12 +8256,18 @@ msgstr ""
8213
8256
  msgid "Globally available"
8214
8257
  msgstr ""
8215
8258
 
8259
+ msgid "Go back"
8260
+ msgstr ""
8261
+
8216
8262
  msgid "Go to location"
8217
8263
  msgstr ""
8218
8264
 
8219
8265
  msgid "Go to source"
8220
8266
  msgstr ""
8221
8267
 
8268
+ msgid "Go to start page"
8269
+ msgstr ""
8270
+
8222
8271
  msgid "Go to the asset data table"
8223
8272
  msgstr ""
8224
8273
 
@@ -8509,6 +8558,9 @@ msgstr ""
8509
8558
  msgid "If enabled, the CSS will be encapsulated and no platform styling will be applied."
8510
8559
  msgstr ""
8511
8560
 
8561
+ msgid "If enabled, the zoom level and center bound is always adjusted to fit all assets within the map view."
8562
+ msgstr ""
8563
+
8512
8564
  msgid ""
8513
8565
  "If no constraints are set, device protocols are applied at any fitting location on the OPC UA\n"
8514
8566
  " server."
@@ -9843,9 +9895,6 @@ msgstr ""
9843
9895
  msgid "Measurements received for this data point may be out of sync."
9844
9896
  msgstr ""
9845
9897
 
9846
- msgid "Measurements with different units are selected."
9847
- msgstr ""
9848
-
9849
9898
  msgid "Mechanism"
9850
9899
  msgstr ""
9851
9900
 
@@ -10216,9 +10265,6 @@ msgstr ""
10216
10265
  msgid "My trackers"
10217
10266
  msgstr ""
10218
10267
 
10219
- msgid "MyType`DEVICE_TYPE`"
10220
- msgstr ""
10221
-
10222
10268
  msgid "N/A"
10223
10269
  msgstr ""
10224
10270
 
@@ -10291,7 +10337,7 @@ msgstr ""
10291
10337
  msgid "Need more filter possibilities?"
10292
10338
  msgstr ""
10293
10339
 
10294
- msgid "Negative measurements received from data point(s): {{ list }}"
10340
+ msgid "Negative measurements received from data point(s): {{ datapoints }}"
10295
10341
  msgstr ""
10296
10342
 
10297
10343
  msgid "Netmask"
@@ -10761,6 +10807,9 @@ msgstr ""
10761
10807
  msgid "No external IDs added yet."
10762
10808
  msgstr ""
10763
10809
 
10810
+ msgid "No feature toggles available."
10811
+ msgstr ""
10812
+
10764
10813
  msgid "No features to display."
10765
10814
  msgstr ""
10766
10815
 
@@ -11915,6 +11964,9 @@ msgstr ""
11915
11964
  msgid "Packed decimal"
11916
11965
  msgstr ""
11917
11966
 
11967
+ msgid "Page not found"
11968
+ msgstr ""
11969
+
11918
11970
  msgid "Page size"
11919
11971
  msgstr ""
11920
11972
 
@@ -12132,6 +12184,9 @@ msgstr ""
12132
12184
  msgid "Pet tracking"
12133
12185
  msgstr ""
12134
12186
 
12187
+ msgid "Phase"
12188
+ msgstr ""
12189
+
12135
12190
  msgid "Phone Sensor Dashboard"
12136
12191
  msgstr ""
12137
12192
 
@@ -12150,10 +12205,7 @@ msgstr ""
12150
12205
  msgid "PiB"
12151
12206
  msgstr ""
12152
12207
 
12153
- msgid "Pie Chart"
12154
- msgstr ""
12155
-
12156
- msgid "Pie Chart Options"
12208
+ msgid "Pie chart"
12157
12209
  msgstr ""
12158
12210
 
12159
12211
  msgid "Placeholder"
@@ -12387,6 +12439,9 @@ msgstr ""
12387
12439
  msgid "Private key must be provided when \"Public/private keys\" option is selected."
12388
12440
  msgstr ""
12389
12441
 
12442
+ msgid "Private preview`feature phase`"
12443
+ msgstr ""
12444
+
12390
12445
  msgid "Private`package availability`"
12391
12446
  msgstr ""
12392
12447
 
@@ -12522,6 +12577,9 @@ msgstr ""
12522
12577
  msgid "Public key in PEM format"
12523
12578
  msgstr ""
12524
12579
 
12580
+ msgid "Public preview`feature phase`"
12581
+ msgstr ""
12582
+
12525
12583
  msgid "Public/private keys"
12526
12584
  msgstr ""
12527
12585
 
@@ -13278,6 +13336,9 @@ msgstr ""
13278
13336
  msgid "Reset shades"
13279
13337
  msgstr ""
13280
13338
 
13339
+ msgid "Reset the toggle to the default state depending on the phase"
13340
+ msgstr ""
13341
+
13281
13342
  msgid "Reset to default plugins"
13282
13343
  msgstr ""
13283
13344
 
@@ -14233,6 +14294,9 @@ msgstr ""
14233
14294
  msgid "Selected data points"
14234
14295
  msgstr ""
14235
14296
 
14297
+ msgid "Selected data points have different units."
14298
+ msgstr ""
14299
+
14236
14300
  msgid "Selected events"
14237
14301
  msgstr ""
14238
14302
 
@@ -15010,6 +15074,15 @@ msgstr ""
15010
15074
  msgid "Show \"Software changes\""
15011
15075
  msgstr ""
15012
15076
 
15077
+ msgid "Show Labels"
15078
+ msgstr ""
15079
+
15080
+ msgid "Show Legend"
15081
+ msgstr ""
15082
+
15083
+ msgid "Show Tooltips"
15084
+ msgstr ""
15085
+
15013
15086
  msgid "Show advanced options"
15014
15087
  msgstr ""
15015
15088
 
@@ -15109,9 +15182,6 @@ msgstr ""
15109
15182
  msgid "Show labels and units"
15110
15183
  msgstr ""
15111
15184
 
15112
- msgid "Show legend"
15113
- msgstr ""
15114
-
15115
15185
  msgid "Show more"
15116
15186
  msgstr ""
15117
15187
 
@@ -15127,9 +15197,6 @@ msgstr ""
15127
15197
  msgid "Show password"
15128
15198
  msgstr ""
15129
15199
 
15130
- msgid "Show percentages"
15131
- msgstr ""
15132
-
15133
15200
  msgid "Show readme"
15134
15201
  msgstr ""
15135
15202
 
@@ -15154,9 +15221,6 @@ msgstr ""
15154
15221
  msgid "Show timestamp"
15155
15222
  msgstr ""
15156
15223
 
15157
- msgid "Show tooltips"
15158
- msgstr ""
15159
-
15160
15224
  msgid "Show track"
15161
15225
  msgstr ""
15162
15226
 
@@ -15651,6 +15715,9 @@ msgstr ""
15651
15715
  msgid "Store up to {{ versionHistoryLimit }} dashboard versions. Any additional versions will replace/delete older ones"
15652
15716
  msgstr ""
15653
15717
 
15718
+ msgid "Strategy"
15719
+ msgstr ""
15720
+
15654
15721
  msgid "Streaming Analytics"
15655
15722
  msgstr ""
15656
15723
 
@@ -16292,7 +16359,7 @@ msgstr ""
16292
16359
 
16293
16360
  msgid ""
16294
16361
  "The current application is not owned by this tenant. Clone the application before\n"
16295
- " running the setup."
16362
+ " running the setup."
16296
16363
  msgstr ""
16297
16364
 
16298
16365
  msgid "The current version of the blueprint that you are trying to install does not satisfy the requirements for the following API version \"{{ apiVersion }}\" or SDK version \"{{ sdkVersion }}\". Do you want to proceed?"
@@ -16358,6 +16425,21 @@ msgstr ""
16358
16425
  msgid "The feature \"Ignore case when logging in\" is not available."
16359
16426
  msgstr ""
16360
16427
 
16428
+ msgid "The feature is available for public preview and can be used by all users. It is disabled by default."
16429
+ msgstr ""
16430
+
16431
+ msgid "The feature is generally available and can be used by all users. It is enabled by default."
16432
+ msgstr ""
16433
+
16434
+ msgid "The feature is in private preview and available to a selected set of users. It is disabled by default."
16435
+ msgstr ""
16436
+
16437
+ msgid "The feature toggle has been customized. When the phase of the feature changes, the custom state remains unchanged."
16438
+ msgstr ""
16439
+
16440
+ msgid "The feature toggle is using the default state based on its phase."
16441
+ msgstr ""
16442
+
16361
16443
  msgid "The file is empty."
16362
16444
  msgstr ""
16363
16445
 
@@ -16473,6 +16555,9 @@ msgstr ""
16473
16555
  msgid "The package was marked by the author as archived."
16474
16556
  msgstr ""
16475
16557
 
16558
+ msgid "The page you are looking for does not exist or you do not have permission to access it."
16559
+ msgstr ""
16560
+
16476
16561
  msgid "The password of the user that you are currently logged in with."
16477
16562
  msgstr ""
16478
16563
 
@@ -16716,9 +16801,9 @@ msgid "This address is already in use."
16716
16801
  msgstr ""
16717
16802
 
16718
16803
  msgid ""
16719
- "This application (or any plugin that you added recently) has pre-requirements that needs\n"
16720
- " to be configured first. This wizard will guide you through the steps that are necessary\n"
16721
- " to get your customized application up and running."
16804
+ "This application (or any plugin that you added recently) has pre-requirements that\n"
16805
+ " needs to be configured first. This wizard will guide you through the steps that are\n"
16806
+ " necessary to get your customized application up and running."
16722
16807
  msgstr ""
16723
16808
 
16724
16809
  msgid "This application doesn't have any plugin. Click below to install."
@@ -17024,6 +17109,9 @@ msgstr ""
17024
17109
  msgid "Toggle help text"
17025
17110
  msgstr ""
17026
17111
 
17112
+ msgid "Toggle key"
17113
+ msgstr ""
17114
+
17027
17115
  msgid "Toggle maintenance mode"
17028
17116
  msgstr ""
17029
17117
 
@@ -18754,7 +18842,9 @@ msgstr ""
18754
18842
  msgid "You are about to delete the external ID \"{{externalId}}\" of the type \"{{type}}\". Do you want to proceed?"
18755
18843
  msgstr ""
18756
18844
 
18757
- msgid "You are about to delete the global role. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
18845
+ msgid ""
18846
+ "You are about to delete the global role. To apply these changes immediately, you'll need to\n"
18847
+ " terminate the sessions of all users with this role."
18758
18848
  msgstr ""
18759
18849
 
18760
18850
  msgid "You are about to delete the report \"{{ reportName }}\". Be aware that the report has a locked dashboard assigned. Do you want to proceed?"
@@ -18830,7 +18920,9 @@ msgstr ""
18830
18920
  msgid "You are about to revoke the provisioned certificates with serial numbers: {{ serialNumbers }}. Do you want to proceed?"
18831
18921
  msgstr ""
18832
18922
 
18833
- msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
18923
+ msgid ""
18924
+ "You are about to save changes in the global role which might affect security. To apply these\n"
18925
+ " changes immediately, you'll need to terminate the sessions of all users with this role."
18834
18926
  msgstr ""
18835
18927
 
18836
18928
  msgid "You are about to save changes to the SSO configuration. For these changes to take effect immediately, it is recommended to log out all affected users. If you prefer, you may skip the logout by unchecking the box below."
@@ -18947,7 +19039,7 @@ msgstr ""
18947
19039
 
18948
19040
  msgid ""
18949
19041
  "You don't have sufficient rights to setup this application. Contact an application\n"
18950
- " administrator to setup the required steps."
19042
+ " administrator to setup the required steps."
18951
19043
  msgstr ""
18952
19044
 
18953
19045
  msgid "You don't have the permission required to manage application access for {{ user.userName }}."
@@ -19198,6 +19290,9 @@ msgstr ""
19198
19290
  msgid "c8y_GeofenceAlarm"
19199
19291
  msgstr ""
19200
19292
 
19293
+ msgid "c8y_MQTTDevice`DEVICE_TYPE`"
19294
+ msgstr ""
19295
+
19201
19296
  msgid "c8y_MissingMeasurementsAlarm"
19202
19297
  msgstr ""
19203
19298
 
@@ -20135,6 +20230,9 @@ msgstr ""
20135
20230
  msgid "yellow"
20136
20231
  msgstr ""
20137
20232
 
20233
+ msgid "{{ 'Feature toggles' | translate }}"
20234
+ msgstr ""
20235
+
20138
20236
  msgid "{{ appName | translate }} (public)"
20139
20237
  msgstr ""
20140
20238
 
package/locales/nl.po CHANGED
@@ -2495,10 +2495,12 @@ msgstr "Pas op dat u zichzelf niet buitensluit van het platform."
2495
2495
  msgid "Before activating the custom domain name, make sure that:"
2496
2496
  msgstr "Voordat de aangepaste domeinnaam wordt geactiveerd, moet u ervoor zorgen dat:"
2497
2497
 
2498
- msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2499
- " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2500
- msgstr "Voordat u machtigingen voor de rol \"Apparaatgebruiker\" wijzigt, dient u zich ervan bewust te zijn dat dergelijke wijzigingen de beveiliging van het platform aanzienlijk kunnen beïnvloeden.\n"
2501
- " Wanneer u machtigingen definieert voor de \"Apparaatgebruiker\", moet u er rekening mee houden dat individuele apparaten gecompromitteerd kunnen worden."
2498
+ msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such\n"
2499
+ " changes can significantly impact platform security. When defining permissions for the\n"
2500
+ " \"Device User`role`\", please consider that individual devices might get compromised."
2501
+ msgstr "Voordat u de machtigingen voor de rol \"Apparaatgebruiker`role`\" wijzigt, dient u zich ervan bewust te zijn dat dergelijke\n"
2502
+ " wijzigingen een aanzienlijke invloed kunnen hebben op de beveiliging van het platform. Houd er bij het definiëren van machtigingen voor de\n"
2503
+ " \"Apparaatgebruiker`role`\" rekening mee dat individuele apparaten gecompromitteerd kunnen raken."
2502
2504
 
2503
2505
  msgid "Below you can configure one or more OPC UA servers. The OPC UA agent will connect to these servers if they are enabled and the connection state is set to connected."
2504
2506
  msgstr "Hieronder kunt een of meer OPC UA-servers configureren. De OPC UA-agent zal verbinding maken met deze servers als ze zijn ingeschakeld en de verbindingsstatus is ingesteld op verbonden."
@@ -16482,9 +16484,9 @@ msgid "The counter for the total number of items might be inaccurate."
16482
16484
  msgstr "De teller voor het totale aantal items klopt mogelijk niet."
16483
16485
 
16484
16486
  msgid "The current application is not owned by this tenant. Clone the application before\n"
16485
- " running the setup."
16486
- msgstr "De huidige applicatie is niet in het bezit van deze tenant. Kloon de applicatie voordat\n"
16487
- " u de set-up uitvoert."
16487
+ " running the setup."
16488
+ msgstr "De actuele applicatie is geen eigendom van deze Tenant. Kloon de applicatie voordat u\n"
16489
+ " de installatie uitvoert."
16488
16490
 
16489
16491
  msgid "The current version of the blueprint that you are trying to install does not satisfy the requirements for the following API version \"{{ apiVersion }}\" or SDK version \"{{ sdkVersion }}\". Do you want to proceed?"
16490
16492
  msgstr "De huidige versie van de blauwdruk die u probeert te installeren voldoet niet aan de vereisten voor de volgende API-versie \"{{ apiVersion }}\" of SDK-versie \"{{ sdkVersion }}\". Wilt u doorgaan?"
@@ -16908,12 +16910,12 @@ msgstr "Met deze actie wordt het opgeslagen TOTP-geheim ingetrokken, waarna een
16908
16910
  msgid "This address is already in use."
16909
16911
  msgstr "Dit adres is al in gebruik."
16910
16912
 
16911
- msgid "This application (or any plugin that you added recently) has pre-requirements that needs\n"
16912
- " to be configured first. This wizard will guide you through the steps that are necessary\n"
16913
- " to get your customized application up and running."
16914
- msgstr "Deze applicatie (of een plug-in die u onlangs hebt geïnstalleerd) heeft vereisten die eerst\n"
16915
- " moeten worden geconfigureerd. Deze wizard leidt u door de stappen die nodig zijn\n"
16916
- " om uw aangepaste applicatie te laten werken."
16913
+ msgid "This application (or any plugin that you added recently) has pre-requirements that\n"
16914
+ " needs to be configured first. This wizard will guide you through the steps that are\n"
16915
+ " necessary to get your customized application up and running."
16916
+ msgstr "Deze applicatie (of een Plug-in die u onlangs hebt toegevoegd) heeft vereisten waaraan eerst moet worden voldaan\n"
16917
+ " . Deze wizard leidt u door de stappen die nodig zijn\n"
16918
+ " om uw aangepaste applicatie te kunnen gebruiken."
16917
16919
 
16918
16920
  msgid "This application doesn't have any plugin. Click below to install."
16919
16921
  msgstr "Deze applicatie heeft geen plug-ins. Klik hieronder om te installeren."
@@ -18953,8 +18955,10 @@ msgstr "U staat op het punt het dashboard \"{{ dashboardName }}\" te verwijderen
18953
18955
  msgid "You are about to delete the external ID \"{{externalId}}\" of the type \"{{type}}\". Do you want to proceed?"
18954
18956
  msgstr "U staat op het punt de externe ID \"{{externalId}}\" van het type \"{{type}}\" te verwijderen. Wilt u doorgaan?"
18955
18957
 
18956
- msgid "You are about to delete the global role. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
18957
- msgstr "U staat op het punt de globale rol te verwijderen. Om deze wijzigingen onmiddellijk toe te passen, moet u de sessies van alle gebruikers met deze rol beëindigen."
18958
+ msgid "You are about to delete the global role. To apply these changes immediately, you'll need to\n"
18959
+ " terminate the sessions of all users with this role."
18960
+ msgstr "U staat op het punt om de globale rol te verwijderen. Om deze wijzigingen onmiddellijk toe te passen, moet u\n"
18961
+ " de sessies van alle gebruikers met deze rol beëindigen."
18958
18962
 
18959
18963
  msgid "You are about to delete the report \"{{ reportName }}\". Be aware that the report has a locked dashboard assigned. Do you want to proceed?"
18960
18964
  msgstr "U staat op het punt het rapport \"{{ reportName }}\" te verwijderen. Houd er rekening mee dat er een vergrendeld dashboard aan het rapport is toegewezen. Wilt u doorgaan?"
@@ -19031,8 +19035,10 @@ msgstr "U staat op het punt om het verstrekte certificaat met serienummer: {{ se
19031
19035
  msgid "You are about to revoke the provisioned certificates with serial numbers: {{ serialNumbers }}. Do you want to proceed?"
19032
19036
  msgstr "U staat op het punt om de verstrekte certificaten met serienummers: {{ serialNumbers }}in te trekken. Wilt u doorgaan??"
19033
19037
 
19034
- msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
19035
- msgstr "U staat op het punt om wijzigingen in de globale rol op te slaan die de beveiliging kunnen beïnvloeden. Om deze wijzigingen onmiddellijk toe te passen, moet u de sessies van alle gebruikers met deze rol beëindigen."
19038
+ msgid "You are about to save changes in the global role which might affect security. To apply these\n"
19039
+ " changes immediately, you'll need to terminate the sessions of all users with this role."
19040
+ msgstr "U staat op het punt wijzigingen in de globale rol op te slaan die van invloed kunnen zijn op de beveiliging. Om deze\n"
19041
+ " wijzigingen onmiddellijk toe te passen, moet u de sessies van alle gebruikers met deze rol beëindigen."
19036
19042
 
19037
19043
  msgid "You are about to save changes to the SSO configuration. For these changes to take effect immediately, it is recommended to log out all affected users. If you prefer, you may skip the logout by unchecking the box below."
19038
19044
  msgstr "U staat op het punt om wijzigingen in de SSO-configuratie op te slaan. Om deze wijzigingen onmiddellijk van kracht te laten worden, wordt aanbevolen om alle betrokken gebruikers uit te loggen. Als u dat wilt, kunt u het uitloggen overslaan door het onderstaande vakje uit te vinken."
@@ -19147,9 +19153,9 @@ msgid "You don't have permissions to read the following series:"
19147
19153
  msgstr "Je hebt geen rechten om de volgende serie te lezen:"
19148
19154
 
19149
19155
  msgid "You don't have sufficient rights to setup this application. Contact an application\n"
19150
- " administrator to setup the required steps."
19151
- msgstr "U hebt onvoldoende rechten om deze applicatie in te stellen. Neem contact op\n"
19152
- " met een applicatiebeheerder om de vereiste stappen in te stellen."
19156
+ " administrator to setup the required steps."
19157
+ msgstr "U beschikt niet over voldoende rechten om deze applicatie te installeren. Neem contact op met een toepassings\n"
19158
+ " beheerder om de vereiste stappen te installeren."
19153
19159
 
19154
19160
  msgid "You don't have the permission required to manage application access for {{ user.userName }}."
19155
19161
  msgstr "U hebt niet de vereiste machtiging voor het beheren van applicatietoegang voor {{ user.userName }}."
package/locales/pl.po CHANGED
@@ -2534,10 +2534,12 @@ msgstr "Uważaj, by nie zablokować sobie dostępu do platformy."
2534
2534
  msgid "Before activating the custom domain name, make sure that:"
2535
2535
  msgstr "Przed aktywowaniem niestandardowej nazwy domeny upewnij się, że:"
2536
2536
 
2537
- msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2538
- " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2539
- msgstr "Przed modyfikacją uprawnień roli „Użytkownik urządzenia” należy pamiętać, że takie zmiany mogą znacząco wpłynąć na bezpieczeństwo platformy.\n"
2540
- " Kiedy definiujesz uprawnienia dla roli „Użytkownik urządzenia”, weź pod uwagę, że poszczególne urządzenia mogą być zagrożone."
2537
+ msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such\n"
2538
+ " changes can significantly impact platform security. When defining permissions for the\n"
2539
+ " \"Device User`role`\", please consider that individual devices might get compromised."
2540
+ msgstr "Przed modyfikacją uprawnień dla roli „Użytkownik urządzenia`role`” należy pamiętać, że takie\n"
2541
+ " zmiany mogą mieć znaczący wpływ na bezpieczeństwo platformy. Podczas definiowania uprawnień dla\n"
2542
+ " „Użytkownik urządzenia`role`” należy wziąć pod uwagę, że poszczególne urządzenia mogą zostać naruszone."
2541
2543
 
2542
2544
  msgid "Below you can configure one or more OPC UA servers. The OPC UA agent will connect to these servers if they are enabled and the connection state is set to connected."
2543
2545
  msgstr "Poniżej można skonfigurować jeden lub więcej serwerów OPC UA. Agent OPC UA będzie łączyć się z tymi serwerami, jeśli będą włączone, a stan połączenia będzie ustawiony na połączone."
@@ -16527,9 +16529,9 @@ msgid "The counter for the total number of items might be inaccurate."
16527
16529
  msgstr "Licznik łącznej liczby elementów może być niedokładny."
16528
16530
 
16529
16531
  msgid "The current application is not owned by this tenant. Clone the application before\n"
16530
- " running the setup."
16531
- msgstr "Bieżąca aplikacja nie należy do tego tenanta. Sklonuj aplikację przed \n"
16532
- " uruchomieniem konfiguracji."
16532
+ " running the setup."
16533
+ msgstr "Bieżąca aplikacja nie jest własnością tego Tenanta. Sklonuj aplikację przed\n"
16534
+ " uruchomieniem instalacji."
16533
16535
 
16534
16536
  msgid "The current version of the blueprint that you are trying to install does not satisfy the requirements for the following API version \"{{ apiVersion }}\" or SDK version \"{{ sdkVersion }}\". Do you want to proceed?"
16535
16537
  msgstr "Bieżąca wersja szablonu, którą próbujesz zainstalować, nie spełnia wymagań wersji interfejsu API „{{ apiVersion }}” lub wersji pakietu SDK „{{ sdkVersion }}”. Czy chcesz kontynuować?"
@@ -16953,12 +16955,12 @@ msgstr "To działanie unieważni zapisany klucz tajny TOTP użytkownika, co będ
16953
16955
  msgid "This address is already in use."
16954
16956
  msgstr "Ten adres jest już używany."
16955
16957
 
16956
- msgid "This application (or any plugin that you added recently) has pre-requirements that needs\n"
16957
- " to be configured first. This wizard will guide you through the steps that are necessary\n"
16958
- " to get your customized application up and running."
16959
- msgstr "Ta aplikacja (lub któraś dodana ostatnio wtyczka) ma wymagania wstępne, które należy\n"
16960
- " najpierw skonfigurować. Ten kreator przeprowadzi użytkownika przez czynności niezbędne\n"
16961
- " w celu uruchomienia niestandardowej aplikacji."
16958
+ msgid "This application (or any plugin that you added recently) has pre-requirements that\n"
16959
+ " needs to be configured first. This wizard will guide you through the steps that are\n"
16960
+ " necessary to get your customized application up and running."
16961
+ msgstr "Ta aplikacja (lub dowolna wtyczka dodana ostatnio) wymaga wstępnej konfiguracji\n"
16962
+ " . Ten kreator przeprowadzi Cię przez kroki wymagane\n"
16963
+ " do uruchomienia niestandardowej aplikacji."
16962
16964
 
16963
16965
  msgid "This application doesn't have any plugin. Click below to install."
16964
16966
  msgstr "Ta aplikacja nie ma żadnych wtyczek. Kliknij poniżej, aby zainstalować."
@@ -18999,8 +19001,10 @@ msgstr "Zamierzasz usunąć pulpit „{{ dashboardName }}”. Czy chcesz kontynu
18999
19001
  msgid "You are about to delete the external ID \"{{externalId}}\" of the type \"{{type}}\". Do you want to proceed?"
19000
19002
  msgstr "Zamierzasz usunąć identyfikator zewnętrzny „{{externalId}}” typu „{{type}}”. Czy chcesz kontynuować?"
19001
19003
 
19002
- msgid "You are about to delete the global role. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
19003
- msgstr "Zamierzasz usunąć rolę globalną. Aby natychmiast zastosować te zmiany, musisz zakończyć sesje wszystkich użytkowników z przypisaną tą rolą."
19004
+ msgid "You are about to delete the global role. To apply these changes immediately, you'll need to\n"
19005
+ " terminate the sessions of all users with this role."
19006
+ msgstr "Zamierzasz usunąć rolę globalną. Aby zmiany zostały zastosowane od razu, musisz\n"
19007
+ " zakończyć sesje wszystkich użytkowników z tą rolą."
19004
19008
 
19005
19009
  msgid "You are about to delete the report \"{{ reportName }}\". Be aware that the report has a locked dashboard assigned. Do you want to proceed?"
19006
19010
  msgstr "Zamierzasz usunąć raport „{{ reportName }}”. Pamiętaj, że raport ma przypisany zablokowany pulpit. Czy chcesz kontynuować?"
@@ -19077,8 +19081,10 @@ msgstr "Zamierzasz odbierać certyfikat o numerze seryjnym: {{ serialNumber }}.
19077
19081
  msgid "You are about to revoke the provisioned certificates with serial numbers: {{ serialNumbers }}. Do you want to proceed?"
19078
19082
  msgstr "Zamierzasz odbierać certyfikaty o numerach seryjnych: {{ serialNumbers }}. Czy chcesz kontynuować?"
19079
19083
 
19080
- msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
19081
- msgstr "Zamierzasz zapisać zmiany w roli globalnej, które mogą mieć wpływ na bezpieczeństwo. Aby natychmiast zastosować te zmiany, należy zakończyć sesje wszystkich użytkowników z przypisaną tą rolą."
19084
+ msgid "You are about to save changes in the global role which might affect security. To apply these\n"
19085
+ " changes immediately, you'll need to terminate the sessions of all users with this role."
19086
+ msgstr "Zamierzasz zapisać zmiany w roli globalnej, które mogą mieć wpływ na bezpieczeństwo. Aby natychmiast zastosować te\n"
19087
+ " zmiany, musisz zakończyć sesje wszystkich użytkowników posiadających tę rolę."
19082
19088
 
19083
19089
  msgid "You are about to save changes to the SSO configuration. For these changes to take effect immediately, it is recommended to log out all affected users. If you prefer, you may skip the logout by unchecking the box below."
19084
19090
  msgstr "Zamierzasz zapisać zmiany w konfiguracji SSO. Aby zmiany te zaczęły obowiązywać natychmiast, zaleca się wylogowanie wszystkich użytkowników, których dotyczą. Jeśli wolisz, możesz pominąć wylogowanie, odznaczając poniższe pole."
@@ -19193,9 +19199,9 @@ msgid "You don't have permissions to read the following series:"
19193
19199
  msgstr "Nie masz uprawnień do czytania poniższych serii:"
19194
19200
 
19195
19201
  msgid "You don't have sufficient rights to setup this application. Contact an application\n"
19196
- " administrator to setup the required steps."
19197
- msgstr "Nie masz wystarczających uprawnień, aby skonfigurować tę aplikację. Skontaktuj się\n"
19198
- " z administratorem aplikacji, aby skonfigurować wymagane kroki."
19202
+ " administrator to setup the required steps."
19203
+ msgstr "\n"
19204
+ " Nie masz wystarczających uprawnień, aby skonfigurować tę aplikację. Skontaktuj się z administratorem aplikacji, aby skonfigurować wymagane kroki."
19199
19205
 
19200
19206
  msgid "You don't have the permission required to manage application access for {{ user.userName }}."
19201
19207
  msgstr "Brak uprawnień wymaganych do zarządzania dostępem aplikacji dla użytkownika {{ user.userName }}."