@c8y/ngx-components 1020.33.1 → 1020.39.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 (140) hide show
  1. package/auth-configuration/sso-configuration/sso-configuration.model.d.ts +2 -0
  2. package/auth-configuration/sso-configuration/sso-configuration.model.d.ts.map +1 -1
  3. package/auth-configuration/sso-configuration/sso-configuration.service.d.ts.map +1 -1
  4. package/auth-configuration/sso-configuration/template-parts/access-mapping/access-mapping.component.d.ts +5 -0
  5. package/auth-configuration/sso-configuration/template-parts/access-mapping/access-mapping.component.d.ts.map +1 -1
  6. package/auth-configuration/sso-configuration/template-parts/user-data-mapping.component.d.ts +7 -0
  7. package/auth-configuration/sso-configuration/template-parts/user-data-mapping.component.d.ts.map +1 -1
  8. package/auth-configuration/sso-configuration/templates/aad-configuration-mapper.d.ts.map +1 -1
  9. package/auth-configuration/sso-configuration/templates/aad.model.d.ts +1 -0
  10. package/auth-configuration/sso-configuration/templates/aad.model.d.ts.map +1 -1
  11. package/auth-configuration/sso-configuration/templates/custom-configuration-mapper.d.ts.map +1 -1
  12. package/auth-configuration/sso-configuration/templates/custom.model.d.ts +1 -0
  13. package/auth-configuration/sso-configuration/templates/custom.model.d.ts.map +1 -1
  14. package/auth-configuration/sso-configuration/templates/key-cloak-configuration-mapper.d.ts.map +1 -1
  15. package/auth-configuration/sso-configuration/templates/key-cloak.model.d.ts +1 -0
  16. package/auth-configuration/sso-configuration/templates/key-cloak.model.d.ts.map +1 -1
  17. package/context-dashboard/context-dashboard.component.d.ts +4 -0
  18. package/context-dashboard/context-dashboard.component.d.ts.map +1 -1
  19. package/context-dashboard/context-dashboard.model.d.ts +2 -32
  20. package/context-dashboard/context-dashboard.model.d.ts.map +1 -1
  21. package/context-dashboard/dashboard-detail.component.d.ts +2 -0
  22. package/context-dashboard/dashboard-detail.component.d.ts.map +1 -1
  23. package/core/dynamic-component/dynamic-component.model.d.ts +135 -1
  24. package/core/dynamic-component/dynamic-component.model.d.ts.map +1 -1
  25. package/core/dynamic-forms/typeahead/typeahead.type.component.d.ts.map +1 -1
  26. package/core/product-experience/gainsight.service.d.ts +1 -0
  27. package/core/product-experience/gainsight.service.d.ts.map +1 -1
  28. package/core/select/typeahead.component.d.ts.map +1 -1
  29. package/esm2022/auth-configuration/sso-configuration/sso-configuration.model.mjs +1 -1
  30. package/esm2022/auth-configuration/sso-configuration/sso-configuration.service.mjs +5 -3
  31. package/esm2022/auth-configuration/sso-configuration/template-parts/access-mapping/access-mapping.component.mjs +25 -11
  32. package/esm2022/auth-configuration/sso-configuration/template-parts/user-data-mapping.component.mjs +18 -8
  33. package/esm2022/auth-configuration/sso-configuration/templates/aad-configuration-mapper.mjs +5 -3
  34. package/esm2022/auth-configuration/sso-configuration/templates/aad-template.component.mjs +3 -3
  35. package/esm2022/auth-configuration/sso-configuration/templates/aad.model.mjs +1 -1
  36. package/esm2022/auth-configuration/sso-configuration/templates/custom-configuration-mapper.mjs +5 -3
  37. package/esm2022/auth-configuration/sso-configuration/templates/custom-template.component.mjs +3 -3
  38. package/esm2022/auth-configuration/sso-configuration/templates/custom.model.mjs +1 -1
  39. package/esm2022/auth-configuration/sso-configuration/templates/key-cloak-configuration-mapper.mjs +5 -3
  40. package/esm2022/auth-configuration/sso-configuration/templates/key-cloak-template.component.mjs +3 -3
  41. package/esm2022/auth-configuration/sso-configuration/templates/key-cloak.model.mjs +1 -1
  42. package/esm2022/context-dashboard/context-dashboard.component.mjs +85 -23
  43. package/esm2022/context-dashboard/context-dashboard.model.mjs +1 -1
  44. package/esm2022/context-dashboard/dashboard-detail.component.mjs +42 -11
  45. package/esm2022/core/dynamic-component/dynamic-component.model.mjs +28 -1
  46. package/esm2022/core/dynamic-forms/typeahead/typeahead.type.component.mjs +2 -3
  47. package/esm2022/core/product-experience/gainsight.service.mjs +15 -1
  48. package/esm2022/core/select/typeahead.component.mjs +9 -4
  49. package/esm2022/repository/firmware/list/add-firmware-patch-modal.component.mjs +3 -3
  50. package/esm2022/trusted-certificates/list/trusted-certificate-list.component.mjs +2 -2
  51. package/esm2022/widgets/cockpit/index.mjs +1 -1
  52. package/esm2022/widgets/definitions/alarms/alarm-list/index.mjs +3 -3
  53. package/esm2022/widgets/definitions/alarms/all-critical-alarms/index.mjs +3 -3
  54. package/esm2022/widgets/definitions/alarms/recent-alarms/index.mjs +3 -3
  55. package/esm2022/widgets/definitions/applications/index.mjs +3 -3
  56. package/esm2022/widgets/definitions/cockpit-legacy-welcome/index.mjs +3 -3
  57. package/esm2022/widgets/definitions/cockpit-welcome/index.mjs +3 -3
  58. package/esm2022/widgets/definitions/device-control-message/index.mjs +3 -3
  59. package/esm2022/widgets/definitions/device-management-welcome/index.mjs +1 -1
  60. package/esm2022/widgets/definitions/help-and-service/index.mjs +3 -3
  61. package/esm2022/widgets/definitions/image/index.mjs +3 -3
  62. package/esm2022/widgets/definitions/info-gauge/index.mjs +3 -3
  63. package/esm2022/widgets/definitions/kpi/index.mjs +3 -3
  64. package/esm2022/widgets/definitions/map/index.mjs +3 -3
  65. package/esm2022/widgets/definitions/markdown/index.mjs +3 -3
  66. package/esm2022/widgets/definitions/three-d-rotation/index.mjs +3 -3
  67. package/esm2022/widgets/device-management/index.mjs +1 -1
  68. package/esm2022/widgets/widgets.module.mjs +3 -3
  69. package/fesm2022/c8y-ngx-components-auth-configuration.mjs +118 -86
  70. package/fesm2022/c8y-ngx-components-auth-configuration.mjs.map +1 -1
  71. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +123 -31
  72. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  73. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +2 -2
  74. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  75. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +1 -1
  76. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  77. package/fesm2022/c8y-ngx-components-widgets-cockpit.mjs.map +1 -1
  78. package/fesm2022/c8y-ngx-components-widgets-definitions-alarms-alarm-list.mjs +2 -2
  79. package/fesm2022/c8y-ngx-components-widgets-definitions-alarms-alarm-list.mjs.map +1 -1
  80. package/fesm2022/c8y-ngx-components-widgets-definitions-alarms-all-critical-alarms.mjs +2 -2
  81. package/fesm2022/c8y-ngx-components-widgets-definitions-alarms-all-critical-alarms.mjs.map +1 -1
  82. package/fesm2022/c8y-ngx-components-widgets-definitions-alarms-recent-alarms.mjs +2 -2
  83. package/fesm2022/c8y-ngx-components-widgets-definitions-alarms-recent-alarms.mjs.map +1 -1
  84. package/fesm2022/c8y-ngx-components-widgets-definitions-applications.mjs +2 -2
  85. package/fesm2022/c8y-ngx-components-widgets-definitions-applications.mjs.map +1 -1
  86. package/fesm2022/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.mjs +2 -2
  87. package/fesm2022/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.mjs.map +1 -1
  88. package/fesm2022/c8y-ngx-components-widgets-definitions-cockpit-welcome.mjs +2 -2
  89. package/fesm2022/c8y-ngx-components-widgets-definitions-cockpit-welcome.mjs.map +1 -1
  90. package/fesm2022/c8y-ngx-components-widgets-definitions-device-control-message.mjs +2 -2
  91. package/fesm2022/c8y-ngx-components-widgets-definitions-device-control-message.mjs.map +1 -1
  92. package/fesm2022/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs.map +1 -1
  93. package/fesm2022/c8y-ngx-components-widgets-definitions-help-and-service.mjs +2 -2
  94. package/fesm2022/c8y-ngx-components-widgets-definitions-help-and-service.mjs.map +1 -1
  95. package/fesm2022/c8y-ngx-components-widgets-definitions-image.mjs +2 -2
  96. package/fesm2022/c8y-ngx-components-widgets-definitions-image.mjs.map +1 -1
  97. package/fesm2022/c8y-ngx-components-widgets-definitions-info-gauge.mjs +2 -2
  98. package/fesm2022/c8y-ngx-components-widgets-definitions-info-gauge.mjs.map +1 -1
  99. package/fesm2022/c8y-ngx-components-widgets-definitions-kpi.mjs +2 -2
  100. package/fesm2022/c8y-ngx-components-widgets-definitions-kpi.mjs.map +1 -1
  101. package/fesm2022/c8y-ngx-components-widgets-definitions-map.mjs +2 -2
  102. package/fesm2022/c8y-ngx-components-widgets-definitions-map.mjs.map +1 -1
  103. package/fesm2022/c8y-ngx-components-widgets-definitions-markdown.mjs +2 -2
  104. package/fesm2022/c8y-ngx-components-widgets-definitions-markdown.mjs.map +1 -1
  105. package/fesm2022/c8y-ngx-components-widgets-definitions-three-d-rotation.mjs +2 -2
  106. package/fesm2022/c8y-ngx-components-widgets-definitions-three-d-rotation.mjs.map +1 -1
  107. package/fesm2022/c8y-ngx-components-widgets-device-management.mjs.map +1 -1
  108. package/fesm2022/c8y-ngx-components-widgets.mjs +2 -2
  109. package/fesm2022/c8y-ngx-components-widgets.mjs.map +1 -1
  110. package/fesm2022/c8y-ngx-components.mjs +49 -4
  111. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  112. package/locales/de.po +46 -12
  113. package/locales/en.po +7 -7
  114. package/locales/es.po +40 -12
  115. package/locales/fr.po +40 -12
  116. package/locales/ja_JP.po +43 -12
  117. package/locales/locales.pot +35 -14
  118. package/locales/nl.po +40 -12
  119. package/locales/pl.po +40 -12
  120. package/locales/pt_BR.po +40 -12
  121. package/package.json +1 -1
  122. package/widgets/cockpit/index.d.ts.map +1 -1
  123. package/widgets/definitions/alarms/alarm-list/index.d.ts.map +1 -1
  124. package/widgets/definitions/alarms/all-critical-alarms/index.d.ts.map +1 -1
  125. package/widgets/definitions/alarms/recent-alarms/index.d.ts.map +1 -1
  126. package/widgets/definitions/applications/index.d.ts.map +1 -1
  127. package/widgets/definitions/cockpit-legacy-welcome/index.d.ts.map +1 -1
  128. package/widgets/definitions/cockpit-welcome/index.d.ts.map +1 -1
  129. package/widgets/definitions/device-control-message/index.d.ts.map +1 -1
  130. package/widgets/definitions/device-management-welcome/index.d.ts.map +1 -1
  131. package/widgets/definitions/help-and-service/index.d.ts.map +1 -1
  132. package/widgets/definitions/image/index.d.ts.map +1 -1
  133. package/widgets/definitions/info-gauge/index.d.ts.map +1 -1
  134. package/widgets/definitions/kpi/index.d.ts.map +1 -1
  135. package/widgets/definitions/map/index.d.ts.map +1 -1
  136. package/widgets/definitions/markdown/index.d.ts.map +1 -1
  137. package/widgets/definitions/three-d-rotation/index.d.ts.map +1 -1
  138. package/widgets/device-management/index.d.ts.map +1 -1
  139. package/widgets/widgets.module.d.ts +2 -2
  140. package/widgets/widgets.module.d.ts.map +1 -1
@@ -2115,6 +2115,11 @@ msgstr ""
2115
2115
  msgid "Before applying new branding configuration, legacy branded applications must be deleted."
2116
2116
  msgstr ""
2117
2117
 
2118
+ msgid ""
2119
+ "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2120
+ " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2121
+ msgstr ""
2122
+
2118
2123
  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."
2119
2124
  msgstr ""
2120
2125
 
@@ -3370,6 +3375,9 @@ msgstr ""
3370
3375
  msgid "Confirm clearing alarms?"
3371
3376
  msgstr ""
3372
3377
 
3378
+ msgid "Confirm delete?"
3379
+ msgstr ""
3380
+
3373
3381
  msgid "Confirm deprovisioning?"
3374
3382
  msgstr ""
3375
3383
 
@@ -3391,7 +3399,7 @@ msgstr ""
3391
3399
  msgid "Confirm removal"
3392
3400
  msgstr ""
3393
3401
 
3394
- msgid "Confirm saving changes?"
3402
+ msgid "Confirm save?"
3395
3403
  msgstr ""
3396
3404
 
3397
3405
  msgid "Confirm selected device profile"
@@ -4668,6 +4676,9 @@ msgstr ""
4668
4676
  msgid "Delete and continue"
4669
4677
  msgstr ""
4670
4678
 
4679
+ msgid "Delete and log out users"
4680
+ msgstr ""
4681
+
4671
4682
  msgid "Delete application"
4672
4683
  msgstr ""
4673
4684
 
@@ -4803,9 +4814,6 @@ msgstr ""
4803
4814
  msgid "Delete retention rule"
4804
4815
  msgstr ""
4805
4816
 
4806
- msgid "Delete role"
4807
- msgstr ""
4808
-
4809
4817
  msgid "Delete schedule"
4810
4818
  msgstr ""
4811
4819
 
@@ -5654,6 +5662,9 @@ msgstr ""
5654
5662
  msgid "Dynamic access mapping"
5655
5663
  msgstr ""
5656
5664
 
5665
+ msgid "Dynamic access mapping principle"
5666
+ msgstr ""
5667
+
5657
5668
  msgid "E"
5658
5669
  msgstr ""
5659
5670
 
@@ -6017,11 +6028,6 @@ msgstr ""
6017
6028
  msgid "Escalation steps"
6018
6029
  msgstr ""
6019
6030
 
6020
- msgid ""
6021
- "Especially changing the global role \"Device User`role`\" can lead to a security hole, for example, if a\n"
6022
- " device is compromised, attackers might have extended access to the platform."
6023
- msgstr ""
6024
-
6025
6031
  msgid "Event"
6026
6032
  msgstr ""
6027
6033
 
@@ -12388,6 +12394,12 @@ msgstr ""
12388
12394
  msgid "Retrieve configuration snapshot from device {{deviceName}}"
12389
12395
  msgstr ""
12390
12396
 
12397
+ msgid "Retrieve from Access token"
12398
+ msgstr ""
12399
+
12400
+ msgid "Retrieve from ID token"
12401
+ msgstr ""
12402
+
12391
12403
  msgid "Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}"
12392
12404
  msgstr ""
12393
12405
 
@@ -12640,6 +12652,9 @@ msgstr ""
12640
12652
  msgid "Save and continue"
12641
12653
  msgstr ""
12642
12654
 
12655
+ msgid "Save and log out users"
12656
+ msgstr ""
12657
+
12643
12658
  msgid "Save and reload"
12644
12659
  msgstr ""
12645
12660
 
@@ -13920,7 +13935,7 @@ msgstr ""
13920
13935
  msgid "Shared User Manager"
13921
13936
  msgstr ""
13922
13937
 
13923
- msgid "Shared trusted certificates are enabled on this instance. Devices cannot be connected over MQTT/REST using certificates"
13938
+ msgid "Shared trusted certificates are enabled in this instance. Devices may not be able to connect if certificates from the same chain are distributed across different tenants: MQTT connections will not be possible and REST connections will require an explicit tenant ID."
13924
13939
  msgstr ""
13925
13940
 
13926
13941
  msgid "Shared`package availability`"
@@ -14450,6 +14465,12 @@ msgstr ""
14450
14465
  msgid "Source business unit ID"
14451
14466
  msgstr ""
14452
14467
 
14468
+ msgid "Source of dynamic access mapping"
14469
+ msgstr ""
14470
+
14471
+ msgid "Source of user data mapping"
14472
+ msgstr ""
14473
+
14453
14474
  msgid "Source package"
14454
14475
  msgstr ""
14455
14476
 
@@ -17278,9 +17299,6 @@ msgstr ""
17278
17299
  msgid "You are about to delete group \"{{name}}\". This operation is irreversible. Do you want to proceed?"
17279
17300
  msgstr ""
17280
17301
 
17281
- msgid "You are about to delete role \"{{name}}\". Do you want to proceed?"
17282
- msgstr ""
17283
-
17284
17302
  msgid "You are about to delete simulator \"{{name}}\". Do you want to proceed?"
17285
17303
  msgstr ""
17286
17304
 
@@ -17324,6 +17342,9 @@ msgstr ""
17324
17342
  msgid "You are about to delete the external ID \"{{externalId}}\" of the type \"{{type}}\". Do you want to proceed?"
17325
17343
  msgstr ""
17326
17344
 
17345
+ 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."
17346
+ msgstr ""
17347
+
17327
17348
  msgid "You are about to delete the report \"{{ reportName }}\". Be aware that the report has a locked dashboard assigned. Do you want to proceed?"
17328
17349
  msgstr ""
17329
17350
 
@@ -17402,7 +17423,7 @@ msgstr ""
17402
17423
  msgid "You are about to reset the widgets of this dashboard. All changes to the dashboard widgets will get lost and cannot be recovered. Do you want to proceed?"
17403
17424
  msgstr ""
17404
17425
 
17405
- msgid "You are about to save changes in the global role which might affect security."
17426
+ 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."
17406
17427
  msgstr ""
17407
17428
 
17408
17429
  msgid "You are about to schedule the bulk operation to be executed for all devices. Do you want to proceed?"
package/locales/nl.po CHANGED
@@ -2189,6 +2189,13 @@ msgstr "Voordat de aangepaste domeinnaam wordt geactiveerd, moet u ervoor zorgen
2189
2189
  msgid "Before applying new branding configuration, legacy branded applications must be deleted."
2190
2190
  msgstr "Voordat een nieuwe brandingconfiguratie wordt toegepast, moeten oudere merkgebonden applicaties worden verwijderd."
2191
2191
 
2192
+ msgid ""
2193
+ "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2194
+ " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2195
+ msgstr ""
2196
+ "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"
2197
+ " Wanneer u machtigingen definieert voor de \"Apparaatgebruiker\", moet u er rekening mee houden dat individuele apparaten gecompromitteerd kunnen worden."
2198
+
2192
2199
  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."
2193
2200
  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."
2194
2201
 
@@ -3475,6 +3482,9 @@ msgstr "Annuleren bevestigen?"
3475
3482
  msgid "Confirm clearing alarms?"
3476
3483
  msgstr "Het wissen van alarmen bevestigen?"
3477
3484
 
3485
+ msgid "Confirm delete?"
3486
+ msgstr "Verwijderen bevestigen?"
3487
+
3478
3488
  msgid "Confirm deprovisioning?"
3479
3489
  msgstr "Deprovisioning bevestigen?"
3480
3490
 
@@ -3496,8 +3506,8 @@ msgstr "Reset registratiegegevens bevestigen?"
3496
3506
  msgid "Confirm removal"
3497
3507
  msgstr "Verwijderen bevestigen"
3498
3508
 
3499
- msgid "Confirm saving changes?"
3500
- msgstr "Opslaan van wijzigingen bevestigen?"
3509
+ msgid "Confirm save?"
3510
+ msgstr "Bevestigen opslaan?"
3501
3511
 
3502
3512
  msgid "Confirm selected device profile"
3503
3513
  msgstr "Geselecteerd apparaatprofiel bevestigen"
@@ -4782,6 +4792,9 @@ msgstr "Samen met de eigenaar verwijderen"
4782
4792
  msgid "Delete and continue"
4783
4793
  msgstr "Verwijderen en doorgaan"
4784
4794
 
4795
+ msgid "Delete and log out users"
4796
+ msgstr "Gebruikers verwijderen en uitloggen"
4797
+
4785
4798
  msgid "Delete application"
4786
4799
  msgstr "Applicatie verwijderen"
4787
4800
 
@@ -4917,9 +4930,6 @@ msgstr "Rapport verwijderen"
4917
4930
  msgid "Delete retention rule"
4918
4931
  msgstr "Bewaarregel verwijderen"
4919
4932
 
4920
- msgid "Delete role"
4921
- msgstr "Rol verwijderen"
4922
-
4923
4933
  msgid "Delete schedule"
4924
4934
  msgstr "Schema verwijderen"
4925
4935
 
@@ -5773,6 +5783,9 @@ msgstr "Duur mag niet groter zijn dan 5"
5773
5783
  msgid "Dynamic access mapping"
5774
5784
  msgstr "Dynamische toegangstoewijzing"
5775
5785
 
5786
+ msgid "Dynamic access mapping principle"
5787
+ msgstr "Principe van dynamische toegangstoewijzing"
5788
+
5776
5789
  msgid "E"
5777
5790
  msgstr "E"
5778
5791
 
@@ -12619,6 +12632,12 @@ msgstr "RDB-snapshot ophalen"
12619
12632
  msgid "Retrieve configuration snapshot from device {{deviceName}}"
12620
12633
  msgstr "Configuratiesnapshot ophalen van apparaat {{deviceName}}"
12621
12634
 
12635
+ msgid "Retrieve from Access token"
12636
+ msgstr "Ophalen uit toegangstoken"
12637
+
12638
+ msgid "Retrieve from ID token"
12639
+ msgstr "Ophalen uit ID token"
12640
+
12622
12641
  msgid "Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}"
12623
12642
  msgstr "{{configurationType}} configuratiesnapshot ophalen van apparaat {{deviceName}}"
12624
12643
 
@@ -12868,6 +12887,9 @@ msgstr "Opslaan en sluiten"
12868
12887
  msgid "Save and continue"
12869
12888
  msgstr "Opslaan en doorgaan"
12870
12889
 
12890
+ msgid "Save and log out users"
12891
+ msgstr "Gebruikers Opslaan en Uitloggen"
12892
+
12871
12893
  msgid "Save and reload"
12872
12894
  msgstr "Opslaan en opnieuw laden"
12873
12895
 
@@ -14153,8 +14175,8 @@ msgstr "Tinten"
14153
14175
  msgid "Shared User Manager"
14154
14176
  msgstr "Gedeelde gebruikersbeheerder"
14155
14177
 
14156
- msgid "Shared trusted certificates are enabled on this instance. Devices cannot be connected over MQTT/REST using certificates"
14157
- msgstr "Gedeelde vertrouwde certificaten zijn ingeschakeld op deze instantie. Apparaten kunnen niet worden verbonden via MQTT/REST met behulp van certificaten"
14178
+ msgid "Shared trusted certificates are enabled in this instance. Devices may not be able to connect if certificates from the same chain are distributed across different tenants: MQTT connections will not be possible and REST connections will require an explicit tenant ID."
14179
+ msgstr "GEDEELD VERTROUWDE certificaten zijn in deze instantie ingeschakeld. Apparaten kunnen mogelijk geen verbinding maken als certificaten van dezelfde keten verdeeld zijn over verschillende tenants: MQTT-verbindingen zullen niet mogelijk zijn en voor REST-verbindingen is een expliciete tenant-ID vereist."
14158
14180
 
14159
14181
  msgid "Shared`package availability`"
14160
14182
  msgstr "Gedeeld"
@@ -14690,6 +14712,12 @@ msgstr "Bron"
14690
14712
  msgid "Source business unit ID"
14691
14713
  msgstr "Bronbedrijfseenheid-ID"
14692
14714
 
14715
+ msgid "Source of dynamic access mapping"
14716
+ msgstr "Bron van dynamische toegangstoewijzing"
14717
+
14718
+ msgid "Source of user data mapping"
14719
+ msgstr "Bron van Toewijzingen van gebruikersgegevens"
14720
+
14693
14721
  msgid "Source package"
14694
14722
  msgstr "Bronpakket"
14695
14723
 
@@ -17575,9 +17603,6 @@ msgstr "U staat op het punt groep \"{{name}}\" en de subgroepen ervan recursief
17575
17603
  msgid "You are about to delete group \"{{name}}\". This operation is irreversible. Do you want to proceed?"
17576
17604
  msgstr "U staat op het punt groep \"{{name}}\" te verwijderen. Deze bewerking is onomkeerbaar. Wilt u doorgaan?"
17577
17605
 
17578
- msgid "You are about to delete role \"{{name}}\". Do you want to proceed?"
17579
- msgstr "U staat op het punt rol \"{{name}}\" te verwijderen. Wilt u doorgaan??"
17580
-
17581
17606
  msgid "You are about to delete simulator \"{{name}}\". Do you want to proceed?"
17582
17607
  msgstr "U staat op het punt simulator \"{{name}}\" te verwijderen. Wilt u doorgaan?"
17583
17608
 
@@ -17625,6 +17650,9 @@ msgstr "U staat op het punt het dashboard \"{{ dashboardName }}\" te verwijderen
17625
17650
  msgid "You are about to delete the external ID \"{{externalId}}\" of the type \"{{type}}\". Do you want to proceed?"
17626
17651
  msgstr "U staat op het punt de externe ID \"{{externalId}}\" van het type \"{{type}}\" te verwijderen. Wilt u doorgaan?"
17627
17652
 
17653
+ 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."
17654
+ msgstr "Je staat op het punt de globale rol te verwijderen. Om deze wijzigingen onmiddellijk toe te passen, moet je de sessies van alle gebruikers met deze rol beëindigen."
17655
+
17628
17656
  msgid "You are about to delete the report \"{{ reportName }}\". Be aware that the report has a locked dashboard assigned. Do you want to proceed?"
17629
17657
  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?"
17630
17658
 
@@ -17712,8 +17740,8 @@ msgstr ""
17712
17740
  msgid "You are about to reset the widgets of this dashboard. All changes to the dashboard widgets will get lost and cannot be recovered. Do you want to proceed?"
17713
17741
  msgstr "U staat op het punt de widgets van dit dashboard te resetten. Alle wijzigingen aan de dashboardwidgets gaan verloren en kunnen niet worden hersteld. Wilt u doorgaan?"
17714
17742
 
17715
- msgid "You are about to save changes in the global role which might affect security."
17716
- msgstr "U staat op het punt save changes in the global role which might affect security."
17743
+ 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."
17744
+ msgstr "Je 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 je de sessies van alle gebruikers met deze rol beëindigen."
17717
17745
 
17718
17746
  msgid "You are about to schedule the bulk operation to be executed for all devices. Do you want to proceed?"
17719
17747
  msgstr "U staat op het punt de bulkbewerking te plannen die voor alle apparaten moet worden uitgevoerd. Wilt u doorgaan?"
package/locales/pl.po CHANGED
@@ -2209,6 +2209,13 @@ msgstr "Przed aktywowaniem niestandardowej nazwy domeny upewnij się, że:"
2209
2209
  msgid "Before applying new branding configuration, legacy branded applications must be deleted."
2210
2210
  msgstr "Przed zastosowaniem nowej konfiguracji należy usunąć aplikacje, które zostały oznakowane marką w niewspierany już sposób."
2211
2211
 
2212
+ msgid ""
2213
+ "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2214
+ " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2215
+ msgstr ""
2216
+ "Przed modyfikacją uprawnień dla roli \"Użytkownik urządzenia\" należy pamiętać, że takie zmiany mogą znacząco wpłynąć na bezpieczeństwo platformy.\n"
2217
+ " Kiedy definiujesz uprawnienia dla \"Użytkownik urządzenia\", weź pod uwagę, że poszczególne urządzenia mogą być zagrożone."
2218
+
2212
2219
  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."
2213
2220
  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."
2214
2221
 
@@ -3495,6 +3502,9 @@ msgstr "Potwierdzić anulowanie?"
3495
3502
  msgid "Confirm clearing alarms?"
3496
3503
  msgstr "Potwierdzić czyszczenie alarmów?"
3497
3504
 
3505
+ msgid "Confirm delete?"
3506
+ msgstr "Potwierdź usunięcie?"
3507
+
3498
3508
  msgid "Confirm deprovisioning?"
3499
3509
  msgstr "Potwierdzić cofnięcie udostępniania?"
3500
3510
 
@@ -3516,8 +3526,8 @@ msgstr "Potwierdzić resetowanie danych rejestracji?"
3516
3526
  msgid "Confirm removal"
3517
3527
  msgstr "Potwierdź usunięcie"
3518
3528
 
3519
- msgid "Confirm saving changes?"
3520
- msgstr "Potwierdzić zapisanie zmian?"
3529
+ msgid "Confirm save?"
3530
+ msgstr "Potwierdź zapisywanie?"
3521
3531
 
3522
3532
  msgid "Confirm selected device profile"
3523
3533
  msgstr "Potwierdź wybrany profil urządzenia"
@@ -4803,6 +4813,9 @@ msgstr "Usuń wraz z właścicielem"
4803
4813
  msgid "Delete and continue"
4804
4814
  msgstr "Usuń i kontynuuj"
4805
4815
 
4816
+ msgid "Delete and log out users"
4817
+ msgstr "Usunięto i wylogowano użytkowników"
4818
+
4806
4819
  msgid "Delete application"
4807
4820
  msgstr "Usuń aplikację"
4808
4821
 
@@ -4938,9 +4951,6 @@ msgstr "Usuń raport"
4938
4951
  msgid "Delete retention rule"
4939
4952
  msgstr "Usuń regułę przechowywania"
4940
4953
 
4941
- msgid "Delete role"
4942
- msgstr "Usuń rolę"
4943
-
4944
4954
  msgid "Delete schedule"
4945
4955
  msgstr "Usuń harmonogram"
4946
4956
 
@@ -5794,6 +5804,9 @@ msgstr "Czas trwania musi być większy niż 5"
5794
5804
  msgid "Dynamic access mapping"
5795
5805
  msgstr "Dynamiczne mapowanie dostępu"
5796
5806
 
5807
+ msgid "Dynamic access mapping principle"
5808
+ msgstr "Zasada dynamicznego mapowania dostępu"
5809
+
5797
5810
  msgid "E"
5798
5811
  msgstr "E"
5799
5812
 
@@ -12643,6 +12656,12 @@ msgstr "Pobierz migawkę RDB"
12643
12656
  msgid "Retrieve configuration snapshot from device {{deviceName}}"
12644
12657
  msgstr "Pobierz migawkę konfiguracji z urządzenia {{deviceName}}"
12645
12658
 
12659
+ msgid "Retrieve from Access token"
12660
+ msgstr "Pobieranie z tokena dostępu"
12661
+
12662
+ msgid "Retrieve from ID token"
12663
+ msgstr "Pobieranie z tokena Identyfikatora"
12664
+
12646
12665
  msgid "Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}"
12647
12666
  msgstr "Pobierz migawkę konfiguracji {{configurationType}} z urządzenia {{deviceName}}"
12648
12667
 
@@ -12892,6 +12911,9 @@ msgstr "Zapisz i zamknij"
12892
12911
  msgid "Save and continue"
12893
12912
  msgstr "Zapisz i kontynuuj"
12894
12913
 
12914
+ msgid "Save and log out users"
12915
+ msgstr "Zapisywanie i wylogowywanie użytkowników"
12916
+
12895
12917
  msgid "Save and reload"
12896
12918
  msgstr "Zapisz i załaduj ponownie"
12897
12919
 
@@ -14177,8 +14199,8 @@ msgstr "Odcienie"
14177
14199
  msgid "Shared User Manager"
14178
14200
  msgstr "Menedżer użytkowników podrzędnych"
14179
14201
 
14180
- msgid "Shared trusted certificates are enabled on this instance. Devices cannot be connected over MQTT/REST using certificates"
14181
- msgstr "Zaufane certyfikaty współdzielone są włączone w tej instancji. Urządzenia nie mogą być połączone przez MQTT/REST przy użyciu certyfikatów"
14202
+ msgid "Shared trusted certificates are enabled in this instance. Devices may not be able to connect if certificates from the same chain are distributed across different tenants: MQTT connections will not be possible and REST connections will require an explicit tenant ID."
14203
+ msgstr "Zaufane certyfikaty współdzielone są włączone w tej instancji. Urządzenia mogą nie być w stanie się połączyć, jeśli certyfikaty z tego samego łańcucha są rozproszone w różnych Tenantach: Połączenia MQTT nie będą możliwe i połączenia REST będą wymagały jawnego Identyfikatora tenanta."
14182
14204
 
14183
14205
  msgid "Shared`package availability`"
14184
14206
  msgstr "Współużytkowany"
@@ -14716,6 +14738,12 @@ msgstr "Źródło"
14716
14738
  msgid "Source business unit ID"
14717
14739
  msgstr "ID źródłowej jednostki biznesowej"
14718
14740
 
14741
+ msgid "Source of dynamic access mapping"
14742
+ msgstr "Źródło dynamicznego mapowania dostępu"
14743
+
14744
+ msgid "Source of user data mapping"
14745
+ msgstr "Źródło mapowania danych użytkownika"
14746
+
14719
14747
  msgid "Source package"
14720
14748
  msgstr "Pakiet źródłowy"
14721
14749
 
@@ -17602,9 +17630,6 @@ msgstr "Zamierzasz usunąć rekursywnie grupę „{{name}}” oraz jej podgrupy.
17602
17630
  msgid "You are about to delete group \"{{name}}\". This operation is irreversible. Do you want to proceed?"
17603
17631
  msgstr "Zamierzasz usunąć grupę „{{name}}”. Ta operacja jest nieodwracalna. Czy chcesz kontynuować?"
17604
17632
 
17605
- msgid "You are about to delete role \"{{name}}\". Do you want to proceed?"
17606
- msgstr "Zamierzasz usunąć rolę „{{name}}”. Czy chcesz kontynuować?"
17607
-
17608
17633
  msgid "You are about to delete simulator \"{{name}}\". Do you want to proceed?"
17609
17634
  msgstr "Zamierzasz usunąć symulator „{{name}}”. Czy chcesz kontynuować?"
17610
17635
 
@@ -17652,6 +17677,9 @@ msgstr "Zamierzasz usunąć pulpit „{{ dashboardName }}”. Czy chcesz kontynu
17652
17677
  msgid "You are about to delete the external ID \"{{externalId}}\" of the type \"{{type}}\". Do you want to proceed?"
17653
17678
  msgstr "Zamierzasz usunąć identyfikator zewnętrzny „{{externalId}}” typu „{{type}}”. Czy chcesz kontynuować?"
17654
17679
 
17680
+ 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."
17681
+ msgstr "Zamierzasz usunąć rolę globalną. Aby natychmiast zastosować te zmiany, musisz zakończyć sesje wszystkich Użytkowników z tą rolą."
17682
+
17655
17683
  msgid "You are about to delete the report \"{{ reportName }}\". Be aware that the report has a locked dashboard assigned. Do you want to proceed?"
17656
17684
  msgstr "Zamierzasz usunąć raport „{{ reportName }}”. Pamiętaj, że raport ma przypisany zablokowany pulpit. Czy chcesz kontynuować?"
17657
17685
 
@@ -17739,8 +17767,8 @@ msgstr ""
17739
17767
  msgid "You are about to reset the widgets of this dashboard. All changes to the dashboard widgets will get lost and cannot be recovered. Do you want to proceed?"
17740
17768
  msgstr "Zamierzasz zresetować widżety tego pulpitu. Wszystkie zmiany widżetów pulpitu zostaną utracone i nie będzie można ich przywrócić. Czy chcesz kontynuować?"
17741
17769
 
17742
- msgid "You are about to save changes in the global role which might affect security."
17743
- msgstr "Zamierzasz zapisać zmiany dotyczące roli globalnej, które mogą wpływać na bezpieczeństwo."
17770
+ 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."
17771
+ 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 tą rolą."
17744
17772
 
17745
17773
  msgid "You are about to schedule the bulk operation to be executed for all devices. Do you want to proceed?"
17746
17774
  msgstr "Zamierzasz zaplanować wykonanie operacji zbiorczej dla wszystkich urządzeń. Czy chcesz kontynuować?"
package/locales/pt_BR.po CHANGED
@@ -2189,6 +2189,13 @@ msgstr "Antes de ativar o nome de domínio personalizado, verifique se:"
2189
2189
  msgid "Before applying new branding configuration, legacy branded applications must be deleted."
2190
2190
  msgstr "Antes de aplicar a nova configuração de marca, as aplicações herdadas devem ser excluídas."
2191
2191
 
2192
+ msgid ""
2193
+ "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2194
+ " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2195
+ msgstr ""
2196
+ "Antes de alterar as permissões da função \"Usuário do dispositivo\", esteja ciente de que essas alterações podem afetar significativamente a segurança da plataforma.\n"
2197
+ " Quando definir as permissões para a função \"Usuário do dispositivo\", considere que os dispositivos individuais podem ser comprometidos."
2198
+
2192
2199
  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."
2193
2200
  msgstr "Abaixo, você pode configurar um ou mais servidores OPC UA. O agente OPC UA se conectará a esses servidores se eles estiverem ativados e o estado da conexão estiver definido como conectado."
2194
2201
 
@@ -3475,6 +3482,9 @@ msgstr "Confirmar cancelamento?"
3475
3482
  msgid "Confirm clearing alarms?"
3476
3483
  msgstr "Confirma apagar alarmes?"
3477
3484
 
3485
+ msgid "Confirm delete?"
3486
+ msgstr "Confirmar a exclusão?"
3487
+
3478
3488
  msgid "Confirm deprovisioning?"
3479
3489
  msgstr "Confirma desprovisionamento?"
3480
3490
 
@@ -3496,8 +3506,8 @@ msgstr "Confirmar a reinicialização dos dados de registro?"
3496
3506
  msgid "Confirm removal"
3497
3507
  msgstr "Confirmar remoção"
3498
3508
 
3499
- msgid "Confirm saving changes?"
3500
- msgstr "Confirmar gravação das alterações?"
3509
+ msgid "Confirm save?"
3510
+ msgstr "Confirmar o salvamento?"
3501
3511
 
3502
3512
  msgid "Confirm selected device profile"
3503
3513
  msgstr "Confirmar perfil de dispositivo selecionado"
@@ -4782,6 +4792,9 @@ msgstr "Excluir junto com o proprietário"
4782
4792
  msgid "Delete and continue"
4783
4793
  msgstr "Excluir e continuar"
4784
4794
 
4795
+ msgid "Delete and log out users"
4796
+ msgstr "Excluir e fazer logout de usuários"
4797
+
4785
4798
  msgid "Delete application"
4786
4799
  msgstr "Excluir aplicação"
4787
4800
 
@@ -4917,9 +4930,6 @@ msgstr "Excluir relatório"
4917
4930
  msgid "Delete retention rule"
4918
4931
  msgstr "Excluir regra de retenção"
4919
4932
 
4920
- msgid "Delete role"
4921
- msgstr "Excluir papel"
4922
-
4923
4933
  msgid "Delete schedule"
4924
4934
  msgstr "Excluir agendamento"
4925
4935
 
@@ -5773,6 +5783,9 @@ msgstr "A duração deve ser maior que 5"
5773
5783
  msgid "Dynamic access mapping"
5774
5784
  msgstr "Mapeamento de acesso dinâmico"
5775
5785
 
5786
+ msgid "Dynamic access mapping principle"
5787
+ msgstr "Princípio de Mapeamento de acesso dinâmico"
5788
+
5776
5789
  msgid "E"
5777
5790
  msgstr "E"
5778
5791
 
@@ -12619,6 +12632,12 @@ msgstr "Recuperar snapshot RDB"
12619
12632
  msgid "Retrieve configuration snapshot from device {{deviceName}}"
12620
12633
  msgstr "Recuperar snapshot de configuração do dispositivo {{deviceName}}"
12621
12634
 
12635
+ msgid "Retrieve from Access token"
12636
+ msgstr "Recuperar do token de acesso"
12637
+
12638
+ msgid "Retrieve from ID token"
12639
+ msgstr "Recuperar do token ID"
12640
+
12622
12641
  msgid "Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}"
12623
12642
  msgstr "Recuperar snapshot de configuração {{configurationType}} do dispositivo {{deviceName}}"
12624
12643
 
@@ -12868,6 +12887,9 @@ msgstr "Salvar e fechar"
12868
12887
  msgid "Save and continue"
12869
12888
  msgstr "Salvar e continuar"
12870
12889
 
12890
+ msgid "Save and log out users"
12891
+ msgstr "Salvar e fazer login de usuários"
12892
+
12871
12893
  msgid "Save and reload"
12872
12894
  msgstr "Salve e recarregue"
12873
12895
 
@@ -14153,8 +14175,8 @@ msgstr "Sombras"
14153
14175
  msgid "Shared User Manager"
14154
14176
  msgstr "Gerente de usuário compartilhado"
14155
14177
 
14156
- msgid "Shared trusted certificates are enabled on this instance. Devices cannot be connected over MQTT/REST using certificates"
14157
- msgstr "Os Certificados confiáveis compartilhados estão ativados nessa Instância. Dispositivos não podem ser conectados por MQTT/REST usando certificados"
14178
+ msgid "Shared trusted certificates are enabled in this instance. Devices may not be able to connect if certificates from the same chain are distributed across different tenants: MQTT connections will not be possible and REST connections will require an explicit tenant ID."
14179
+ msgstr "Os Certificados confiáveis compartilhados estão ativados nessa Instância. Os Dispositivos talvez não consigam se conectar se os certificados da mesma cadeia forem distribuídos entre diferentes Tenants: As conexões MQTT não serão possíveis e as conexões REST exigirão um ID do tenant explícito."
14158
14180
 
14159
14181
  msgid "Shared`package availability`"
14160
14182
  msgstr "Compartilhada"
@@ -14690,6 +14712,12 @@ msgstr "Origem"
14690
14712
  msgid "Source business unit ID"
14691
14713
  msgstr "ID da unidade de negócios de origem"
14692
14714
 
14715
+ msgid "Source of dynamic access mapping"
14716
+ msgstr "Origem do Mapeamento de acesso dinâmico"
14717
+
14718
+ msgid "Source of user data mapping"
14719
+ msgstr "Origem do mapeamento de dados de usuário"
14720
+
14693
14721
  msgid "Source package"
14694
14722
  msgstr "Pacote de origem"
14695
14723
 
@@ -17575,9 +17603,6 @@ msgstr "Você está prestes a excluir o grupo \"{{name}}\" e seus subgrupos de f
17575
17603
  msgid "You are about to delete group \"{{name}}\". This operation is irreversible. Do you want to proceed?"
17576
17604
  msgstr "Você está prestes a excluir o grupo \"{{name}}\". Esta operação é irreversível. Deseja continuar?"
17577
17605
 
17578
- msgid "You are about to delete role \"{{name}}\". Do you want to proceed?"
17579
- msgstr "Você está prestes a excluir o papel \"{{name}}\". Deseja continuar?"
17580
-
17581
17606
  msgid "You are about to delete simulator \"{{name}}\". Do you want to proceed?"
17582
17607
  msgstr "Você está prestes a excluir o simulador \"{{name}}\". Deseja continuar?"
17583
17608
 
@@ -17625,6 +17650,9 @@ msgstr "Você está prestes a excluir o painel \"{{ dashboardName }}\". Deseja c
17625
17650
  msgid "You are about to delete the external ID \"{{externalId}}\" of the type \"{{type}}\". Do you want to proceed?"
17626
17651
  msgstr "Você está prestes a excluir a ID externa \"{{externalId}}\" do tipo \"{{type}}\". Deseja continuar?"
17627
17652
 
17653
+ 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."
17654
+ msgstr "Você está prestes a excluir a função global. Para Aplicar alterações imediatamente, será necessário Terminar as sessões de todos os usuários com essa função."
17655
+
17628
17656
  msgid "You are about to delete the report \"{{ reportName }}\". Be aware that the report has a locked dashboard assigned. Do you want to proceed?"
17629
17657
  msgstr "Você está prestes a excluir o relatório \"{{ reportName }}\". Note que o relatório tem um painel bloqueado atribuído. Deseja continuar?"
17630
17658
 
@@ -17712,8 +17740,8 @@ msgstr ""
17712
17740
  msgid "You are about to reset the widgets of this dashboard. All changes to the dashboard widgets will get lost and cannot be recovered. Do you want to proceed?"
17713
17741
  msgstr "Você está prestes a redefinir os widgets deste painel. Todas as alterações nos widgets do painel serão perdidas e não poderão ser recuperadas. Deseja continuar?"
17714
17742
 
17715
- msgid "You are about to save changes in the global role which might affect security."
17716
- msgstr "Você está prestes a guardar as alterações no papel global, o que pode afetar a segurança."
17743
+ 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."
17744
+ msgstr "Você está prestes a salvar alterações na função global que podem afetar a segurança. Para Aplicar alterações imediatamente, será necessário Terminar as sessões de todos os usuários com essa função."
17717
17745
 
17718
17746
  msgid "You are about to schedule the bulk operation to be executed for all devices. Do you want to proceed?"
17719
17747
  msgstr "Você está prestes a agendar a operação em massa a ser executada para todos os dispositivos. Deseja continuar?"