@c8y/ngx-components 1019.2.4 → 1019.2.8

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 (167) hide show
  1. package/core/common/forOf.directive.d.ts +10 -1
  2. package/core/common/forOf.directive.d.ts.map +1 -1
  3. package/core/common/geo.service.d.ts +9 -0
  4. package/core/common/geo.service.d.ts.map +1 -0
  5. package/core/common/index.d.ts +1 -0
  6. package/core/common/index.d.ts.map +1 -1
  7. package/core/common/load-more.component.d.ts +1 -0
  8. package/core/common/load-more.component.d.ts.map +1 -1
  9. package/core/core.module.d.ts +50 -49
  10. package/core/core.module.d.ts.map +1 -1
  11. package/core/index.d.ts +1 -0
  12. package/core/index.d.ts.map +1 -1
  13. package/core/realtime/realtime-button.component.d.ts +5 -2
  14. package/core/realtime/realtime-button.component.d.ts.map +1 -1
  15. package/core/router/context-route.service.d.ts +6 -5
  16. package/core/router/context-route.service.d.ts.map +1 -1
  17. package/core/time-interval/index.d.ts +3 -0
  18. package/core/time-interval/index.d.ts.map +1 -0
  19. package/core/time-interval/time-interval.component.d.ts +26 -0
  20. package/core/time-interval/time-interval.component.d.ts.map +1 -0
  21. package/core/time-interval/time-interval.model.d.ts +33 -0
  22. package/core/time-interval/time-interval.model.d.ts.map +1 -0
  23. package/esm2022/context-dashboard/report-dashboard/report-dashboard-list.component.mjs +1 -1
  24. package/esm2022/core/audit-log/audit-log.component.mjs +1 -1
  25. package/esm2022/core/bootstrap/bootstrap.component.mjs +3 -3
  26. package/esm2022/core/common/forOf.directive.mjs +18 -2
  27. package/esm2022/core/common/geo.service.mjs +30 -0
  28. package/esm2022/core/common/index.mjs +2 -1
  29. package/esm2022/core/common/load-more.component.mjs +5 -2
  30. package/esm2022/core/core.module.mjs +11 -7
  31. package/esm2022/core/dynamic-forms/typeahead/typeahead.type.component.mjs +1 -1
  32. package/esm2022/core/index.mjs +2 -1
  33. package/esm2022/core/realtime/realtime-button.component.mjs +10 -4
  34. package/esm2022/core/router/context-route.service.mjs +10 -4
  35. package/esm2022/core/search/search-input.component.mjs +1 -1
  36. package/esm2022/core/time-interval/index.mjs +3 -0
  37. package/esm2022/core/time-interval/time-interval.component.mjs +85 -0
  38. package/esm2022/core/time-interval/time-interval.model.mjs +54 -0
  39. package/esm2022/datapoint-library/list/datapoint-library-list.component.mjs +2 -2
  40. package/esm2022/datapoint-selector/datapoint-selector-list-item/datapoint-selector-list-item.component.mjs +1 -1
  41. package/esm2022/device-profile/device-profile-list.component.mjs +1 -1
  42. package/esm2022/device-profile/device-tab-profile/device-tab-profile.component.mjs +1 -1
  43. package/esm2022/device-shell/shell/shell.component.mjs +1 -1
  44. package/esm2022/diagnostics/diagnostics.component.mjs +1 -1
  45. package/esm2022/ecosystem/applications/install-from-package/install-from-package.component.mjs +1 -1
  46. package/esm2022/ecosystem/shared/package-version-select/package-version-select.component.mjs +1 -1
  47. package/esm2022/location/location.component.mjs +1 -1
  48. package/esm2022/map/cluster-map.component.mjs +7 -7
  49. package/esm2022/map/map.component.mjs +92 -36
  50. package/esm2022/map/map.model.mjs +3 -2
  51. package/esm2022/operations/bulk-operations-list/bulk-operations-list.component.mjs +1 -1
  52. package/esm2022/operations/bulk-single-operations-list/single-operations-list.component.mjs +1 -1
  53. package/esm2022/operations/operations-list/operations-list.component.mjs +1 -1
  54. package/esm2022/operations/operations-timeline/operations-timeline.component.mjs +1 -1
  55. package/esm2022/operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.component.mjs +1 -1
  56. package/esm2022/operations/stepper-bulk-type-device-profile/select-device-profile-step.component.mjs +1 -1
  57. package/esm2022/operations/stepper-bulk-type-firmware/select-firmware.component.mjs +1 -1
  58. package/esm2022/operations/stepper-bulk-type-firmware/version-or-patch.component.mjs +1 -1
  59. package/esm2022/operations/stepper-bulk-type-software/select-software-step.component.mjs +1 -1
  60. package/esm2022/protocol-lpwan/lpwan-set-connections.component.mjs +1 -1
  61. package/esm2022/protocol-lpwan/lpwan-set-device-protocol.component.mjs +1 -1
  62. package/esm2022/repository/configuration/list/configuration-detail.component.mjs +1 -1
  63. package/esm2022/repository/configuration/list/configuration-list.component.mjs +1 -1
  64. package/esm2022/repository/firmware/list/add-firmware-modal.component.mjs +1 -1
  65. package/esm2022/repository/firmware/list/add-firmware-patch-modal.component.mjs +1 -1
  66. package/esm2022/repository/firmware/list/firmware-details.component.mjs +1 -1
  67. package/esm2022/repository/firmware/list/firmware-list.component.mjs +1 -1
  68. package/esm2022/repository/shared/software-type/software-type.component.mjs +1 -1
  69. package/esm2022/repository/software/device-tab/device-software-list.component.mjs +1 -1
  70. package/esm2022/repository/software/list/add-software-modal.component.mjs +1 -1
  71. package/esm2022/repository/software/list/columns/software-type.filtering-form-renderer.component.mjs +1 -1
  72. package/esm2022/repository/software/list/software-details.component.mjs +1 -1
  73. package/esm2022/sub-assets/location/asset-location.component.mjs +1 -1
  74. package/esm2022/tracking/c8y-ngx-components-tracking.mjs +5 -0
  75. package/esm2022/tracking/index.mjs +6 -0
  76. package/esm2022/tracking/tracking-marker-popup.component.mjs +34 -0
  77. package/esm2022/tracking/tracking-tab.guard.mjs +25 -0
  78. package/esm2022/tracking/tracking.component.mjs +92 -0
  79. package/esm2022/tracking/tracking.feature.mjs +16 -0
  80. package/esm2022/tracking/tracking.service.mjs +124 -0
  81. package/esm2022/trusted-certificates/crl/crl-settings.component.mjs +5 -5
  82. package/esm2022/trusted-certificates/list/trusted-certificate-list.component.mjs +1 -1
  83. package/esm2022/widgets/implementations/map/map-widget-config.component.mjs +2 -2
  84. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +1 -1
  85. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  86. package/fesm2022/c8y-ngx-components-datapoint-library-list.mjs +1 -1
  87. package/fesm2022/c8y-ngx-components-datapoint-library-list.mjs.map +1 -1
  88. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +1 -1
  89. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  90. package/fesm2022/c8y-ngx-components-device-profile.mjs +2 -2
  91. package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
  92. package/fesm2022/c8y-ngx-components-device-shell.mjs +1 -1
  93. package/fesm2022/c8y-ngx-components-device-shell.mjs.map +1 -1
  94. package/fesm2022/c8y-ngx-components-diagnostics.mjs +1 -1
  95. package/fesm2022/c8y-ngx-components-diagnostics.mjs.map +1 -1
  96. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +1 -1
  97. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
  98. package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
  99. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  100. package/fesm2022/c8y-ngx-components-location.mjs +1 -1
  101. package/fesm2022/c8y-ngx-components-location.mjs.map +1 -1
  102. package/fesm2022/c8y-ngx-components-map.mjs +95 -38
  103. package/fesm2022/c8y-ngx-components-map.mjs.map +1 -1
  104. package/fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs +1 -1
  105. package/fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs.map +1 -1
  106. package/fesm2022/c8y-ngx-components-operations-bulk-single-operations-list.mjs +1 -1
  107. package/fesm2022/c8y-ngx-components-operations-bulk-single-operations-list.mjs.map +1 -1
  108. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs +1 -1
  109. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs.map +1 -1
  110. package/fesm2022/c8y-ngx-components-operations-operations-timeline.mjs +1 -1
  111. package/fesm2022/c8y-ngx-components-operations-operations-timeline.mjs.map +1 -1
  112. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs +1 -1
  113. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs.map +1 -1
  114. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs +1 -1
  115. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs.map +1 -1
  116. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs +2 -2
  117. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs.map +1 -1
  118. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs +1 -1
  119. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs.map +1 -1
  120. package/fesm2022/c8y-ngx-components-protocol-lpwan.mjs +2 -2
  121. package/fesm2022/c8y-ngx-components-protocol-lpwan.mjs.map +1 -1
  122. package/fesm2022/c8y-ngx-components-repository-configuration.mjs +2 -2
  123. package/fesm2022/c8y-ngx-components-repository-configuration.mjs.map +1 -1
  124. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +4 -4
  125. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  126. package/fesm2022/c8y-ngx-components-repository-shared.mjs +1 -1
  127. package/fesm2022/c8y-ngx-components-repository-shared.mjs.map +1 -1
  128. package/fesm2022/c8y-ngx-components-repository-software.mjs +4 -4
  129. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  130. package/fesm2022/c8y-ngx-components-sub-assets.mjs +1 -1
  131. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  132. package/fesm2022/c8y-ngx-components-tracking.mjs +271 -0
  133. package/fesm2022/c8y-ngx-components-tracking.mjs.map +1 -0
  134. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +5 -5
  135. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  136. package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs +1 -1
  137. package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs.map +1 -1
  138. package/fesm2022/c8y-ngx-components.mjs +204 -16
  139. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  140. package/locales/de.po +158 -83
  141. package/locales/en.po +6 -0
  142. package/locales/fr.po +342 -186
  143. package/locales/locales.pot +34 -28
  144. package/locales/nl.po +326 -170
  145. package/locales/pt_BR.po +342 -186
  146. package/map/cluster-map.component.d.ts +3 -3
  147. package/map/cluster-map.component.d.ts.map +1 -1
  148. package/map/map.component.d.ts +17 -7
  149. package/map/map.component.d.ts.map +1 -1
  150. package/map/map.model.d.ts +14 -6
  151. package/map/map.model.d.ts.map +1 -1
  152. package/package.json +1 -1
  153. package/tracking/c8y-ngx-components-tracking.d.ts.map +1 -0
  154. package/tracking/index.d.ts +6 -0
  155. package/tracking/index.d.ts.map +1 -0
  156. package/tracking/tracking-marker-popup.component.d.ts +17 -0
  157. package/tracking/tracking-marker-popup.component.d.ts.map +1 -0
  158. package/tracking/tracking-tab.guard.d.ts +12 -0
  159. package/tracking/tracking-tab.guard.d.ts.map +1 -0
  160. package/tracking/tracking.component.d.ts +33 -0
  161. package/tracking/tracking.component.d.ts.map +1 -0
  162. package/tracking/tracking.feature.d.ts +3 -0
  163. package/tracking/tracking.feature.d.ts.map +1 -0
  164. package/tracking/tracking.service.d.ts +38 -0
  165. package/tracking/tracking.service.d.ts.map +1 -0
  166. package/trusted-certificates/crl/crl-settings.component.d.ts +1 -1
  167. package/trusted-certificates/crl/crl-settings.component.d.ts.map +1 -1
package/locales/fr.po CHANGED
@@ -301,9 +301,6 @@ msgstr "Silo affichant les valeurs actuelles pour les mesures sélectionnées"
301
301
  msgid "A table display of a collection of data points"
302
302
  msgstr "Table d'affichage d'un ensemble de points de données"
303
303
 
304
- msgid "A user managed via your authorization server cannot change the email of the user."
305
- msgstr "Un utilisateur géré via votre serveur d'autorisation ne peut pas modifier l'adresse e-mail de l'utilisateur."
306
-
307
304
  msgid "A user managed via your authorization server cannot change the password of the user."
308
305
  msgstr "Un utilisateur qui est géré via votre serveur d'autorisation ne peut pas modifier le mot de passe de l'utilisateur."
309
306
 
@@ -546,12 +543,6 @@ msgstr "Activer pour cet objet"
546
543
  msgid "Activate for this object."
547
544
  msgstr "Activer pour cet objet."
548
545
 
549
- msgid "Activate geofence"
550
- msgstr "Activer limite géographique"
551
-
552
- msgid "Activate motion tracking"
553
- msgstr "Activer le suivi des mouvements"
554
-
555
546
  msgid "Activate notification"
556
547
  msgstr "Activer notification"
557
548
 
@@ -1280,9 +1271,6 @@ msgstr "Tous les appareils"
1280
1271
  msgid "All devices selected"
1281
1272
  msgstr "Tous les appareils sélectionnés"
1282
1273
 
1283
- msgid "All devices with credentials signed by this certificate will be able to communicate with the platform without a prior registration."
1284
- msgstr "Tous les appareils dont les informations d'identification portent la signature de ce certificat sont en mesure de se connecter sans inscription préalable à la plate-forme."
1285
-
1286
1274
  msgid "All direct and indirect sub-users of the deleted user will be deleted."
1287
1275
  msgstr "Tous les sous-utilisateurs directs et indirects de l'utilisateur supprimé seront supprimés également."
1288
1276
 
@@ -1477,6 +1465,9 @@ msgstr "Application supprimée"
1477
1465
  msgid "Application deleted."
1478
1466
  msgstr "Application supprimée."
1479
1467
 
1468
+ msgid "Application enablement`KEEP_ORIGINAL`"
1469
+ msgstr "Application enablement"
1470
+
1480
1471
  msgid "Application for tenant \"{{tenant}}\" with the following values ({{valuesList}}) already exists."
1481
1472
  msgstr "L'application du gérant \"{{tenant}}\" avec les valeurs suivantes ({{valuesList}}) existe déjà."
1482
1473
 
@@ -2095,8 +2086,8 @@ msgstr "Parcourir"
2095
2086
  msgid "Browse path"
2096
2087
  msgstr "Parcourir chemin"
2097
2088
 
2098
- msgid "Browse the manual"
2099
- msgstr "Rechercher dans le manuel"
2089
+ msgid "Browse the documentation"
2090
+ msgstr "Consulter la documentation"
2100
2091
 
2101
2092
  msgid "Built-in"
2102
2093
  msgstr "Intégré"
@@ -2239,6 +2230,21 @@ msgstr "CPU (m)"
2239
2230
  msgid "CRITICAL"
2240
2231
  msgstr "CRITIQUE"
2241
2232
 
2233
+ msgid "CRL check"
2234
+ msgstr "Vérifier la CRL"
2235
+
2236
+ msgid "CRL check configuration saved."
2237
+ msgstr "La configuration du contrôle de la CRL est enregistrée."
2238
+
2239
+ msgid "CRL file content will override manual entries."
2240
+ msgstr "Le contenu du fichier CRL a la priorité sur les entrées manuelles."
2241
+
2242
+ msgid "CRL offline setup"
2243
+ msgstr "Configuration hors ligne de la CRL"
2244
+
2245
+ msgid "CRL saved."
2246
+ msgstr "CRL enregistrée."
2247
+
2242
2248
  msgid "CSV file upload"
2243
2249
  msgstr "Charger fichier CSV"
2244
2250
 
@@ -2591,23 +2597,23 @@ msgstr "Vérifiez la connexion Internet ou rechargez la page."
2591
2597
 
2592
2598
  msgid ""
2593
2599
  "Check the\n"
2594
- " <a c8y-guide-href=\"users-guide/device-management/#bulk-operation-wizard\">\n"
2595
- " User guide`KEEP_ORIGINAL`\n"
2600
+ " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-add-a-bulk-operation-using-the-wizard\">\n"
2601
+ " user documentation\n"
2596
2602
  " </a>\n"
2597
2603
  " for more details."
2598
2604
  msgstr ""
2599
- "Consultez le manuel\n"
2600
- " <a c8y-guide-href=\"users-guide/device-management/#bulk-operation-wizard\">\n"
2601
- " User guide\n"
2602
- " </a>\n"
2605
+ "Vérifier la\n"
2606
+ " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-add-a-bulk-operation-using-the-wizard\">\n"
2607
+ " documentation utilisateur\n"
2608
+ " </a>\n"
2603
2609
  " pour plus de détails."
2604
2610
 
2605
2611
  msgid ""
2606
2612
  "Check the\n"
2607
- " <span>User guide`KEEP_ORIGINAL`</span>"
2613
+ " <span>user documentation</span>"
2608
2614
  msgstr ""
2609
- "Consultez le manuel\n"
2610
- " <span>User guide</span>"
2615
+ "Vérifier la\n"
2616
+ " <span>documentation utilisateur</span>"
2611
2617
 
2612
2618
  msgid "Check user permissions"
2613
2619
  msgstr "Vérifier les autorisations des utilisateurs"
@@ -3009,8 +3015,8 @@ msgstr "Configuration de la propriété calculée"
3009
3015
  msgid "Computed property.`tooltip`"
3010
3016
  msgstr "Propriété calculée."
3011
3017
 
3012
- msgid "Concepts guide`KEEP_ORIGINAL`"
3013
- msgstr "Concepts guide"
3018
+ msgid "Concepts`KEEP_ORIGINAL`"
3019
+ msgstr "Concepts"
3014
3020
 
3015
3021
  msgid "Condition"
3016
3022
  msgstr "Condition"
@@ -3411,6 +3417,9 @@ msgstr "Cookie banner"
3411
3417
  msgid "Cookie preferences"
3412
3418
  msgstr "Préférences de cookies"
3413
3419
 
3420
+ msgid "Copied to clipboard"
3421
+ msgstr "Copié dans le presse-papiers"
3422
+
3414
3423
  msgid "Copied to clipboard."
3415
3424
  msgstr "Copié dans le presse-papiers."
3416
3425
 
@@ -3528,6 +3537,9 @@ msgstr "Impossible de déployer le module \"{{moduleName}}\". Échec de la compi
3528
3537
  msgid "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": incorrect syntax near \"{{incorrectExpression}}\" at line {{line}} column {{column}}."
3529
3538
  msgstr "Impossible de déployer le module \"{{moduleName}}\". Échec de compilation dans l'expression \"{{expression}}\" : syntaxe incorrecte près de \"{{incorrectExpression}}\" ligne {{line}} colonne {{column}}."
3530
3539
 
3540
+ msgid "Could not deploy the application, as an application with the same name`KEEP_ORIGINAL`, context-path`KEEP_ORIGINAL` or key`KEEP_ORIGINAL` exists already."
3541
+ msgstr "Impossible de déployer l'application, car il existe déjà une application avec le même name, context-path ou key."
3542
+
3531
3543
  msgid "Could not download the file: object with ID \"{{ id }}\" is not a valid binary."
3532
3544
  msgstr "Chargement du fichier impossible : l'objet avec l'ID \"{{ id }}\" n'est pas un binaire valide."
3533
3545
 
@@ -4229,6 +4241,9 @@ msgstr "Date"
4229
4241
  msgid "Date and time"
4230
4242
  msgstr "Date et heure"
4231
4243
 
4244
+ msgid "Date and time:"
4245
+ msgstr "Date et heure :"
4246
+
4232
4247
  msgid "Date and time`icons-category`"
4233
4248
  msgstr "Date et heure"
4234
4249
 
@@ -4292,12 +4307,6 @@ msgstr "Désactiver pour cet objet"
4292
4307
  msgid "Deactivate for this object."
4293
4308
  msgstr "Désactiver pour cet objet."
4294
4309
 
4295
- msgid "Deactivate geofence"
4296
- msgstr "Désactiver limite géographique"
4297
-
4298
- msgid "Deactivate motion tracking"
4299
- msgstr "Désactiver le suivi de mouvement"
4300
-
4301
4310
  msgid "Deactivate support"
4302
4311
  msgstr "Désactiver le support"
4303
4312
 
@@ -4343,6 +4352,9 @@ msgstr "Application par défaut"
4343
4352
  msgid "Default applications"
4344
4353
  msgstr "Applications par défaut"
4345
4354
 
4355
+ msgid "Default device value"
4356
+ msgstr "Valeur de l'appareil par défaut"
4357
+
4346
4358
  msgid "Default global roles"
4347
4359
  msgstr "Rôles globaux par défaut"
4348
4360
 
@@ -4715,9 +4727,6 @@ msgstr "Identifiants de l'appareil"
4715
4727
  msgid "Device credentials not received"
4716
4728
  msgstr "Identifiants de l'appareil non reçus"
4717
4729
 
4718
- msgid "Device current position not defined"
4719
- msgstr "Position actuelle de l'appareil non définie"
4720
-
4721
4730
  msgid "Device dashboards can only be copied into a device."
4722
4731
  msgstr "Les tableaux de bord de l'appareil ne peuvent être copiés que vers un appareil."
4723
4732
 
@@ -4739,9 +4748,6 @@ msgstr "Appareil trouvé pour l'identité {{type}} : {{externalId}}"
4739
4748
  msgid "Device info"
4740
4749
  msgstr "Informations sur l'appareil"
4741
4750
 
4742
- msgid "Device integration guide`KEEP_ORIGINAL`"
4743
- msgstr "Device integration guide"
4744
-
4745
4751
  msgid "Device is under maintenance"
4746
4752
  msgstr "L'appareil est en cours de maintenance"
4747
4753
 
@@ -4758,6 +4764,9 @@ msgstr "Emplacement de l'appareil"
4758
4764
  msgid "Device management"
4759
4765
  msgstr "Gestion des appareils"
4760
4766
 
4767
+ msgid "Device management`KEEP_ORIGINAL`"
4768
+ msgstr "Device management"
4769
+
4761
4770
  msgid "Device map"
4762
4771
  msgstr "Carte de l'appareil"
4763
4772
 
@@ -4932,6 +4941,9 @@ msgstr "Appareils affectés."
4932
4941
  msgid "Devices availability monitoring"
4933
4942
  msgstr "Surveillance de la disponibilité des appareils"
4934
4943
 
4944
+ msgid "Devices using the MQTT protocol with credentials signed by this certificate will be able to communicate with the platform without prior registration. The option does not support devices using the LWM2M protocol."
4945
+ msgstr "Les appareils utilisant le protocole MQTT avec des informations d'identification signées par ce certificat pourront communiquer avec la plateforme sans enregistrement préalable. Cette option ne prend pas en charge les appareils utilisant le protocole LWM2M."
4946
+
4935
4947
  msgid "Diagnostic file deleted."
4936
4948
  msgstr "Fichier de diagnostic supprimé."
4937
4949
 
@@ -4968,9 +4980,15 @@ msgstr "Chemin du répertoire"
4968
4980
  msgid "Disable"
4969
4981
  msgstr "Désactiver"
4970
4982
 
4983
+ msgid "Disable automated firmware update support"
4984
+ msgstr "Désactiver la prise en charge de la mise à jour automatique du micrologiciel"
4985
+
4971
4986
  msgid "Disable cookie banner"
4972
4987
  msgstr "Désactiver la barre des cookies"
4973
4988
 
4989
+ msgid "Disable default behavior for object instances"
4990
+ msgstr "Désactiver le comportement par défaut des instances d'objets"
4991
+
4974
4992
  msgid "Disable owner"
4975
4993
  msgstr "Désactiver le propriétaire"
4976
4994
 
@@ -5247,6 +5265,9 @@ msgstr "Passer à une version antérieure du plugin"
5247
5265
  msgid "Download"
5248
5266
  msgstr "Télécharger"
5249
5267
 
5268
+ msgid "Download CRL file"
5269
+ msgstr "Télécharger le fichier CRL"
5270
+
5250
5271
  msgid "Download as CSV"
5251
5272
  msgstr "Télécharger au format CSV"
5252
5273
 
@@ -5538,6 +5559,9 @@ msgstr "Activer informations & communication dans le produit"
5538
5559
  msgid "Enable owner"
5539
5560
  msgstr "Activer le propriétaire"
5540
5561
 
5562
+ msgid "Enable personalized product experience tracking"
5563
+ msgstr "Activer le suivi personnalisé de l'expérience produit"
5564
+
5541
5565
  msgid "Enable realtime"
5542
5566
  msgstr "Activer temps réel"
5543
5567
 
@@ -5974,6 +5998,9 @@ msgstr "Échec de fermeture du relais en raison de : \"{{failureReason | transl
5974
5998
  msgid "Failed to close the relay."
5975
5999
  msgstr "Échec de fermeture du relais."
5976
6000
 
6001
+ msgid "Failed to copy to clipboard"
6002
+ msgstr "Échec de la copie dans le presse-papiers"
6003
+
5977
6004
  msgid "Failed to delete the connection"
5978
6005
  msgstr "Échec de la suppression de la connexion"
5979
6006
 
@@ -6100,6 +6127,9 @@ msgstr "Fichier chargé avec succès."
6100
6127
  msgid "File type"
6101
6128
  msgstr "Type de fichier"
6102
6129
 
6130
+ msgid "File upload"
6131
+ msgstr "Téléchargement de fichiers"
6132
+
6103
6133
  msgid "File with exported data can be downloaded from {tenant-domain}/apps/cockpit/index.html#?download={binaryId}."
6104
6134
  msgstr "Le fichier avec les données exportées peuvent être téléchargées depuis {tenant-domain}/apps/cockpit/index.html#?download={binaryId}."
6105
6135
 
@@ -6133,12 +6163,12 @@ msgstr "Filtrer"
6133
6163
  msgid "Filter by creation time"
6134
6164
  msgstr "Filtrer par date de création"
6135
6165
 
6136
- msgid "Filter by date"
6137
- msgstr "Filtrer par date"
6138
-
6139
6166
  msgid "Filter by date range"
6140
6167
  msgstr "Filtrer par plage de dates"
6141
6168
 
6169
+ msgid "Filter by date…"
6170
+ msgstr "Filtrer par date.."
6171
+
6142
6172
  msgid "Filter by global roles"
6143
6173
  msgstr "Filtrer par rôles globaux"
6144
6174
 
@@ -6264,222 +6294,251 @@ msgstr "Trouver lat / long par adresse"
6264
6294
 
6265
6295
  msgid ""
6266
6296
  "Find out more about available applications in the\n"
6267
- " <a c8y-guide-href=\"users-guide/administration/#managing-applications\"></a>\n"
6268
- " User guide`KEEP_ORIGINAL`\n"
6269
- " \n"
6297
+ " <a c8y-guide-href=\"/docs/standard-tenant/ecosystem/#managing-applications\">user documentation</a>\n"
6270
6298
  " ."
6271
6299
  msgstr ""
6272
- "Pour en savoir plus sur les applications disponibles, veuillez consulter le \n"
6273
- " <a c8y-guide-href=\"users-guide/administration/#managing-applications\"></a>\n"
6274
- " User guide\n"
6275
- " \n"
6300
+ "Pour en savoir plus sur les applications disponibles, veuillez consulter la\n"
6301
+ " <a c8y-guide-href=\"/docs/standard-tenant/ecosystem/#managing-applications\">documentation utilisateur</a>\n"
6276
6302
  " ."
6277
6303
 
6304
+ msgid ""
6305
+ "Find out more about each option in the\n"
6306
+ " <a ng-href=\"{{ ::helpLink }}\" target=\"_blank\" rel=\"noopener noreferrer\">user documentation</a>."
6307
+ msgstr ""
6308
+ "Pour en savoir plus, veuillez consulter la\n"
6309
+ " <a ng-href=\"{{ ::helpLink }}\" target=\"_blank\" rel=\"noopener noreferrer\">documentation utilisateur</a>."
6310
+
6278
6311
  msgid ""
6279
6312
  "Find out more in the\n"
6280
- " <a c8y-guide-href=\"users-guide/enterprise-tenant/#managing-tenants\">\n"
6281
- " User guide`KEEP_ORIGINAL`\n"
6282
- " </a>\n"
6313
+ " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">user documentation</a>\n"
6283
6314
  " ."
6284
6315
  msgstr ""
6285
- "Pour en savoir plus, veuillez consulter le\n"
6286
- " <a c8y-guide-href=\"users-guide/enterprise-tenant/#managing-tenants\">\n"
6287
- " User guide\n"
6288
- " </a>\n"
6316
+ "Pour en savoir plus, veuillez consulter la\n"
6317
+ " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">documentation utilisateur</a>\n"
6289
6318
  " ."
6290
6319
 
6291
6320
  msgid ""
6292
6321
  "Find out more in the\n"
6293
- " <a c8y-guide-href=\"users-guide/cockpit/#dashboards\">User guide`KEEP_ORIGINAL`</a>\n"
6322
+ " <a c8y-guide-href=\"/docs/cockpit/smart-rules\">user documentation</a>\n"
6294
6323
  " ."
6295
6324
  msgstr ""
6296
- "Pour en savoir plus, veuillez consulter le\n"
6297
- " <a c8y-guide-href=\"users-guide/cockpit/#dashboards\">User guide</a>\n"
6325
+ "Pour en savoir plus, veuillez consulter la\n"
6326
+ " <a c8y-guide-href=\"/docs/cockpit/smart-rules\">documentation utilisateur</a>\n"
6298
6327
  " ."
6299
6328
 
6300
6329
  msgid ""
6301
6330
  "Find out more in the\n"
6302
- " <a c8y-guide-href=\"users-guide/cockpit/#smart-rules\">User guide`KEEP_ORIGINAL`</a>\n"
6331
+ " <a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\">user documentation</a>\n"
6303
6332
  " ."
6304
6333
  msgstr ""
6305
- "Pour en savoir plus, veuillez consulter le\n"
6306
- " <a c8y-guide-href=\"users-guide/cockpit/#smart-rules\">User guide</a>\n"
6334
+ "Pour en savoir plus, veuillez consulter la\n"
6335
+ " <a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\">documentation utilisateur</a>\n"
6307
6336
  " ."
6308
6337
 
6309
6338
  msgid ""
6310
6339
  "Find out more in the\n"
6311
- " <a c8y-guide-href=\"concepts/applications/\">Concepts guide`KEEP_ORIGINAL`</a>\n"
6340
+ " <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
6312
6341
  " ."
6313
6342
  msgstr ""
6314
- "Pour en savoir plus, veuillez consulter le\n"
6315
- " <a c8y-guide-href=\"concepts/applications/\">Concepts guide</a>\n"
6343
+ "Pour en savoir plus, veuillez consulter la\n"
6344
+ " <a c8y-guide-href=\"/docs/concepts/applications\">documentation utilisateur</a>\n"
6316
6345
  " ."
6317
6346
 
6318
6347
  msgid ""
6319
6348
  "Find out more in the\n"
6320
- " <a c8y-guide-href=\"users-guide/administration/#reprio-alarms\">\n"
6321
- " User guide`KEEP_ORIGINAL`\n"
6349
+ " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
6350
+ " user documentation\n"
6322
6351
  " </a>\n"
6323
6352
  " ."
6324
6353
  msgstr ""
6325
- "Pour en savoir plus, veuillez consulter le\n"
6326
- " <a c8y-guide-href=\"users-guide/administration/#reprio-alarms\">\n"
6327
- " User guide\n"
6354
+ "Pour en savoir plus, veuillez consulter la\n"
6355
+ " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
6356
+ " documentation utilisateur\n"
6357
+ " </a>\n"
6358
+ " ."
6359
+
6360
+ msgid ""
6361
+ "Find out more in the\n"
6362
+ " <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">\n"
6363
+ " user documentation\n"
6328
6364
  " </a>\n"
6329
6365
  " ."
6366
+ msgstr ""
6367
+ "Pour en savoir plus, veuillez consulter la\n"
6368
+ " <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">\n"
6369
+ " documentation utilisateur\n"
6370
+ " </a>\n"
6371
+ " ."
6330
6372
 
6331
6373
  msgid ""
6332
6374
  "Find out more in the\n"
6333
- " <a c8y-guide-href=\"reference/retention-rules/\">Reference guide`KEEP_ORIGINAL`</a>\n"
6375
+ " <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n"
6376
+ " user documentation\n"
6377
+ " </a>\n"
6334
6378
  " ."
6335
6379
  msgstr ""
6336
- "Pour en savoir plus, veuillez consulter le\n"
6337
- " <a c8y-guide-href=\"reference/retention-rules/\">Reference guide</a>\n"
6380
+ "Pour en savoir plus, veuillez consulter la\n"
6381
+ " <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n"
6382
+ " documentation utilisateur\n"
6383
+ " </a>\n"
6338
6384
  " ."
6339
6385
 
6340
6386
  msgid ""
6341
6387
  "Find out more in the\n"
6342
- " <a c8y-guide-href=\"reference/smartrest-two/\">Reference guide`KEEP_ORIGINAL`</a>\n"
6388
+ " <a c8y-guide-href=\"/docs/cockpit/managing-exports\">user documentation</a>\n"
6343
6389
  " ."
6344
6390
  msgstr ""
6345
- "Pour en savoir plus, veuillez consulter le\n"
6346
- " <a c8y-guide-href=\"reference/smartrest-two/\">Reference guide</a>\n"
6391
+ "Pour en savoir plus, veuillez consulter la\n"
6392
+ " <a c8y-guide-href=\"/docs/cockpit/managing-exports\">documentation utilisateur</a>\n"
6347
6393
  " ."
6348
6394
 
6349
6395
  msgid ""
6350
6396
  "Find out more in the\n"
6351
- " <a c8y-guide-href=\"users-guide/administration/#reprio-alarms\">User guide`KEEP_ORIGINAL`</a>\n"
6397
+ " <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n"
6398
+ " user documentation\n"
6399
+ " </a>\n"
6352
6400
  " ."
6353
6401
  msgstr ""
6354
- "Pour en savoir plus, veuillez consulter le\n"
6355
- " <a c8y-guide-href=\"users-guide/administration/#reprio-alarms\">User guide</a>\n"
6402
+ "Pour en savoir plus, veuillez consulter la\n"
6403
+ " <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n"
6404
+ " documentation utilisateur\n"
6405
+ " </a>\n"
6356
6406
  " ."
6357
6407
 
6358
6408
  msgid ""
6359
6409
  "Find out more in the\n"
6360
- " <a c8y-guide-href=\"users-guide/cockpit/#adding-alarms-or-events\">\n"
6361
- " User guide`KEEP_ORIGINAL`\n"
6410
+ " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n"
6411
+ " user documentation\n"
6362
6412
  " </a>\n"
6363
6413
  " ."
6364
6414
  msgstr ""
6365
- "Pour en savoir plus, veuillez consulter le\n"
6366
- " <a c8y-guide-href=\"users-guide/cockpit/#adding-alarms-or-events\">\n"
6367
- " User guide\n"
6368
- " </a>\n"
6415
+ "Pour en savoir plus, veuillez consulter la\n"
6416
+ " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n"
6417
+ " documentation utilisateur\n"
6418
+ " </a>\n"
6369
6419
  " ."
6370
6420
 
6371
6421
  msgid ""
6372
6422
  "Find out more in the\n"
6373
- " <a c8y-guide-href=\"users-guide/cockpit/#exports\">User guide`KEEP_ORIGINAL`</a>\n"
6423
+ " <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n"
6424
+ " user documentation\n"
6425
+ " </a>\n"
6374
6426
  " ."
6375
6427
  msgstr ""
6376
- "Pour en savoir plus, veuillez consulter le\n"
6377
- " <a c8y-guide-href=\"users-guide/cockpit/#exports\">User guide</a>\n"
6428
+ "Pour en savoir plus, veuillez consulter la\n"
6429
+ " <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n"
6430
+ " documentation utilisateur\n"
6431
+ " </a>\n"
6378
6432
  " ."
6379
6433
 
6380
6434
  msgid ""
6381
6435
  "Find out more in the\n"
6382
- " <a c8y-guide-href=\"users-guide/device-management/#configuration-repository\">\n"
6383
- " User guide`KEEP_ORIGINAL`\n"
6436
+ " <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n"
6437
+ " user documentation\n"
6384
6438
  " </a>\n"
6385
6439
  " ."
6386
6440
  msgstr ""
6387
- "Pour en savoir plus, veuillez consulter le\n"
6388
- " <a c8y-guide-href=\"users-guide/device-management/#configuration-repository\">\n"
6389
- " User guide\n"
6390
- " </a>\n"
6441
+ "Pour en savoir plus, veuillez consulter la\n"
6442
+ " <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n"
6443
+ " documentation utilisateur\n"
6444
+ " </a>\n"
6391
6445
  " ."
6392
6446
 
6393
6447
  msgid ""
6394
6448
  "Find out more in the\n"
6395
- " <a c8y-guide-href=\"users-guide/device-management/#measurements\">\n"
6396
- " User guide`KEEP_ORIGINAL`\n"
6397
- " </a>\n"
6449
+ " <a c8y-guide-href=\"/docs/standard-tenant/alarm-mapping\">user documentation</a>\n"
6398
6450
  " ."
6399
6451
  msgstr ""
6400
- "Pour en savoir plus, veuillez consulter le\n"
6401
- " <a c8y-guide-href=\"users-guide/device-management/#measurements\">\n"
6402
- " User guide\n"
6403
- " </a>\n"
6452
+ "Pour en savoir plus, veuillez consulter la\n"
6453
+ " <a c8y-guide-href=\"/docs/standard-tenant/alarm-mapping\">documentation utilisateur</a>\n"
6404
6454
  " ."
6405
6455
 
6406
6456
  msgid ""
6407
6457
  "Find out more in the\n"
6408
- " <a c8y-guide-href=\"users-guide/getting-started/\">User guide`KEEP_ORIGINAL`</a>\n"
6458
+ " <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\">\n"
6459
+ " user documentation\n"
6460
+ " </a>\n"
6409
6461
  " ."
6410
6462
  msgstr ""
6411
- "Pour en savoir plus, veuillez consulter le\n"
6412
- " <a c8y-guide-href=\"users-guide/getting-started/\">User guide</a>\n"
6463
+ "Pour en savoir plus, veuillez consulter la\n"
6464
+ " <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\">\n"
6465
+ " documentation utilisateur\n"
6466
+ " </a>\n"
6413
6467
  " ."
6414
6468
 
6415
6469
  msgid ""
6416
6470
  "Find out more in the\n"
6417
- " <a c8y-guide-href=\"users-guide/administration/#managing-permissions\">\n"
6418
- " User guide`KEEP_ORIGINAL`\n"
6419
- " </a>\n"
6471
+ " <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">user documentation</a>\n"
6420
6472
  " ."
6421
6473
  msgstr ""
6422
- "Pour en savoir plus, veuillez consulter le\n"
6423
- " <a c8y-guide-href=\"users-guide/administration/#managing-permissions\">\n"
6424
- " User guide\n"
6425
- " </a>\n"
6474
+ "Pour en savoir plus, veuillez consulter la\n"
6475
+ " <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">documentation utilisateur</a>\n"
6426
6476
  " ."
6427
6477
 
6428
6478
  msgid ""
6429
6479
  "Find out more in the\n"
6430
- " <a c8y-guide-href=\"users-guide/cockpit/#reports\">User guide`KEEP_ORIGINAL`</a>\n"
6480
+ " <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">user documentation</a>\n"
6431
6481
  " ."
6432
6482
  msgstr ""
6433
- "Pour en savoir plus, veuillez consulter le\n"
6434
- " <a c8y-guide-href=\"users-guide/cockpit/#reports\">User guide</a>\n"
6483
+ "Pour en savoir plus, veuillez consulter la\n"
6484
+ " <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">documentation utilisateur</a>\n"
6435
6485
  " ."
6436
6486
 
6437
6487
  msgid ""
6438
6488
  "Find out more in the\n"
6439
- " <a c8y-guide-href=\"users-guide/device-management/#configuration-repository\">\n"
6440
- " User guide`KEEP_ORIGINAL`\n"
6489
+ " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n"
6490
+ " user documentation\n"
6441
6491
  " </a>\n"
6442
6492
  " ."
6443
6493
  msgstr ""
6444
- "Pour en savoir plus, veuillez consulter le\n"
6445
- " <a c8y-guide-href=\"users-guide/device-management/#configuration-repository\">\n"
6446
- " User guide\n"
6447
- " </a>\n"
6494
+ "Pour en savoir plus, veuillez consulter la\n"
6495
+ " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n"
6496
+ " documentation utilisateur\n"
6497
+ " </a>\n"
6448
6498
  " ."
6449
6499
 
6450
6500
  msgid ""
6451
6501
  "Find out more in the\n"
6452
- " <a c8y-guide-href=\"users-guide/device-management/#simulator\">User guide`KEEP_ORIGINAL`</a>\n"
6502
+ " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">\n"
6503
+ " user documentation\n"
6504
+ " </a>\n"
6453
6505
  " ."
6454
6506
  msgstr ""
6455
- "Pour en savoir plus, veuillez consulter le\n"
6456
- " <a c8y-guide-href=\"users-guide/device-management/#simulator\">User guide</a>\n"
6507
+ "Pour en savoir plus, veuillez consulter la\n"
6508
+ " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">\n"
6509
+ " documentation utilisateur\n"
6510
+ " </a>\n"
6457
6511
  " ."
6458
6512
 
6459
6513
  msgid ""
6460
6514
  "Find out more in the\n"
6461
- " <a c8y-guide-href=\"users-guide/device-management/#to-view-events\">\n"
6462
- " User guide`KEEP_ORIGINAL`\n"
6515
+ " <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">\n"
6516
+ " user documentation\n"
6463
6517
  " </a>\n"
6464
6518
  " ."
6465
6519
  msgstr ""
6466
- "Pour en savoir plus, veuillez consulter le\n"
6467
- " <a c8y-guide-href=\"users-guide/device-management/#to-view-events\">\n"
6468
- " User guide\n"
6469
- " </a>\n"
6520
+ "Pour en savoir plus, veuillez consulter la\n"
6521
+ " <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">\n"
6522
+ " documentation utilisateur\n"
6523
+ " </a>\n"
6524
+ " ."
6525
+
6526
+ msgid ""
6527
+ "Find out more in the\n"
6528
+ " <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">user documentation</a>\n"
6529
+ " ."
6530
+ msgstr ""
6531
+ "Pour en savoir plus, veuillez consulter la\n"
6532
+ " <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">documentation utilisateur</a>\n"
6470
6533
  " ."
6471
6534
 
6472
6535
  msgid ""
6473
6536
  "Find your protocol in the\n"
6474
- " <a c8y-guide-href=\"protocol-integration/overview/\">\n"
6475
- " Protocol integration guide`KEEP_ORIGINAL`\n"
6476
- " </a>\n"
6537
+ " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">user documentation</a>\n"
6477
6538
  " to get more information."
6478
6539
  msgstr ""
6479
- "Retrouvez votre protocole dans le\n"
6480
- " <a c8y-guide-href=\"protocol-integration/overview/\">\n"
6481
- " Protocol integration guide\n"
6482
- " </a>\n"
6540
+ "Trouvez votre protocole dans la\n"
6541
+ " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">documentation utilisateur</a>\n"
6483
6542
  " pour obtenir plus d'informations."
6484
6543
 
6485
6544
  msgid "Fingerprint of the private key"
@@ -6566,6 +6625,19 @@ msgstr ""
6566
6625
  " defaultRedirectUrl\n"
6567
6626
  " }}\", il est conseillé d'utiliser la première méthode."
6568
6627
 
6628
+ msgid ""
6629
+ "For details refer to the\n"
6630
+ " <a c8y-guide-href=\"/docs/standard-tenant/standard-tenant-introduction\">\n"
6631
+ " user documentation\n"
6632
+ " </a>\n"
6633
+ " ."
6634
+ msgstr ""
6635
+ "Pour plus de détails, veuillez consulter la\n"
6636
+ " <a c8y-guide-href=\"/docs/standard-tenant/standard-tenant-introduction\">\n"
6637
+ " documentation utilisateur\n"
6638
+ " </a>\n"
6639
+ " ."
6640
+
6569
6641
  msgid "For example, if message type is indicated by the first byte of payload, then enter 0"
6570
6642
  msgstr "Par exemple, si le type de message est indiqué par le premier octet de charge utile, entrez 0"
6571
6643
 
@@ -6685,6 +6757,9 @@ msgstr "Broche GPIO"
6685
6757
  msgid "GPS"
6686
6758
  msgstr "GPS"
6687
6759
 
6760
+ msgid "GPS data"
6761
+ msgstr "Données GPS"
6762
+
6688
6763
  msgid "GPS tracks hidden"
6689
6764
  msgstr "Chemins GPS masqués"
6690
6765
 
@@ -6694,6 +6769,9 @@ msgstr "Chemins GPS visibles"
6694
6769
  msgid "GROUP"
6695
6770
  msgstr "GROUPE"
6696
6771
 
6772
+ msgid "GSM data"
6773
+ msgstr "Données GSM"
6774
+
6697
6775
  msgid "GSM tracks hidden"
6698
6776
  msgstr "Traces GSM cachés"
6699
6777
 
@@ -6703,6 +6781,9 @@ msgstr "Traces GSM visible"
6703
6781
  msgid "Gather required data"
6704
6782
  msgstr "Collecter les données requises"
6705
6783
 
6784
+ msgid "Gauge`display`"
6785
+ msgstr "Jauge"
6786
+
6706
6787
  msgid "General"
6707
6788
  msgstr "Général"
6708
6789
 
@@ -7159,6 +7240,9 @@ msgstr "Obtention des mesures de l'appareil…"
7159
7240
  msgid "Getting single location"
7160
7241
  msgstr "Obtenir l'emplacement unique"
7161
7242
 
7243
+ msgid "Getting started`KEEP_ORIGINAL`"
7244
+ msgstr "Getting started"
7245
+
7162
7246
  msgid "Getting things ready…"
7163
7247
  msgstr "Préparation en cours…"
7164
7248
 
@@ -7503,6 +7587,9 @@ msgstr "Si aucune clé du certificat du produit n'est indiquée, l'appareil est
7503
7587
  msgid "If not specified, LWM2M Agent generates the URL"
7504
7588
  msgstr "Si rien n'est indiqué, l'agent LWM2M génère l'URL"
7505
7589
 
7590
+ msgid "If selected, it ignores empty values on all resources below."
7591
+ msgstr "Si cette option est sélectionnée, elle ignore les valeurs vides dans toutes les ressources ci-dessous."
7592
+
7506
7593
  msgid "If selected, it will process the result of the request using response templates."
7507
7594
  msgstr "Si cette option est sélectionnée, le résultat de la requête sera traité avec des modèles de réponse."
7508
7595
 
@@ -7515,6 +7602,9 @@ msgstr "Si le filtre est activé, le microprogramme s'affiche uniquement lors de
7515
7602
  msgid "If the filter is set, the software will show up for installation only for devices of that type. If no filter is set, it will be available for all devices."
7516
7603
  msgstr "Si le filtre est activé, le logiciel s'affiche uniquement lors de l'installation des appareils de même type. Si aucun filtre n'est activé, le logiciel est disponible pour tous les appareils."
7517
7604
 
7605
+ msgid "Ignore empty values"
7606
+ msgstr "Ignorer les valeurs vides"
7607
+
7518
7608
  msgid "Image"
7519
7609
  msgstr "Image"
7520
7610
 
@@ -7563,6 +7653,12 @@ msgstr "En session"
7563
7653
  msgid "In this location since"
7564
7654
  msgstr "À cet emplacement depuis"
7565
7655
 
7656
+ msgid "In this section, you can override or add individual entries to the Certificate Revocation List. Providing the serial number is mandatory. In case the revocation date is not set, it will be configured to the current date."
7657
+ msgstr "Dans cette section, vous pouvez remplacer ou ajouter des entrées individuelles à la liste de révocation des certificats. Il est obligatoire de fournir le numéro de série. Si la date de révocation n'est pas définie, elle sera configurée à la date actuelle."
7658
+
7659
+ msgid "In this section, you can upload a file with the list of certificates to be revoked. The file must be in CSV format, and it should include the serial number and revocation date. If the revocation date is empty, it will be set to the current date."
7660
+ msgstr "Dans cette section, vous pouvez télécharger un fichier contenant la liste des certificats à révoquer. Le fichier doit être au format CSV et inclure le numéro de série et la date de révocation. Si la date de révocation est vide, elle sera fixée à la date actuelle."
7661
+
7566
7662
  msgid "Inactive"
7567
7663
  msgstr "Inactif"
7568
7664
 
@@ -7991,6 +8087,9 @@ msgstr "Enregistrement de l'appareil LWM2M"
7991
8087
  msgid "LWM2M device type"
7992
8088
  msgstr "Type d'appareil LWMM"
7993
8089
 
8090
+ msgid "LWM2M offers various methods for associating timestamp information with data points, including resources 5518 and 6050, SenML, or resource 5 for the location object (6). When activated, the LWM2M agent utilizes this timestamp data source to generate measurements, events, or alarms. If deactivated, the LWM2M agent resorts to using its local time."
8091
+ msgstr "LWM2M propose diverses méthodes pour associer des informations d'horodatage à des points de données, notamment les ressources 5518 et 6050, SenML ou la ressource 5 pour l'objet de localisation (6). Lorsqu'il est activé, l'agent LWM2M utilise cette source de données d'horodatage pour générer des mesures, des événements ou des alarmes. S'il est désactivé, l'agent LWM2M utilise l'heure locale."
8092
+
7994
8093
  msgid "LWM2M post-operations"
7995
8094
  msgstr "Post-opérations LWM2M"
7996
8095
 
@@ -8018,15 +8117,24 @@ msgstr "Étiquette pour inactif"
8018
8117
  msgid "Language"
8019
8118
  msgstr "Langue"
8020
8119
 
8120
+ msgid "Last 24 hours"
8121
+ msgstr "Les dernières 24 heures"
8122
+
8021
8123
  msgid "Last 24 hours availability"
8022
8124
  msgstr "Disponibilité des dernières 24 heures"
8023
8125
 
8126
+ msgid "Last 30 days"
8127
+ msgstr "Les 30 derniers jours"
8128
+
8024
8129
  msgid "Last 30 days availability"
8025
8130
  msgstr "Disponibilité des 30 derniers jours"
8026
8131
 
8027
8132
  msgid "Last 30 days operability"
8028
8133
  msgstr "Opérabilité des 30 derniers jours"
8029
8134
 
8135
+ msgid "Last 7 days"
8136
+ msgstr "Les 7 derniers jours"
8137
+
8030
8138
  msgid "Last 7 days availability"
8031
8139
  msgstr "Disponibilité des 7 derniers jours"
8032
8140
 
@@ -8096,6 +8204,9 @@ msgstr "L'année dernière"
8096
8204
  msgid "Last`page`"
8097
8205
  msgstr "Dernière"
8098
8206
 
8207
+ msgid "Latest version"
8208
+ msgstr "Dernière version"
8209
+
8099
8210
  msgid "Latitude"
8100
8211
  msgstr "Latitude"
8101
8212
 
@@ -8330,6 +8441,9 @@ msgstr "Localiser"
8330
8441
  msgid "Location"
8331
8442
  msgstr "Emplacement"
8332
8443
 
8444
+ msgid "Location saved."
8445
+ msgstr "Emplacement enregistré."
8446
+
8333
8447
  msgid "Location`icons-category`"
8334
8448
  msgstr "Emplacement"
8335
8449
 
@@ -8725,9 +8839,6 @@ msgstr "Métrique"
8725
8839
  msgid "Microservice"
8726
8840
  msgstr "Microservice"
8727
8841
 
8728
- msgid "Microservice SDK guide`KEEP_ORIGINAL`"
8729
- msgstr "Microservice SDK guide"
8730
-
8731
8842
  msgid "Microservice application \"{{appName}}\" activated: version \"{{version}}\" added, activeVersionId \"{{activeVersionId}}\" added"
8732
8843
  msgstr "Application du micro-service \"{{appName}}\" activée : version \"{{version}}\" ajoutée, activeVersionId \"{{activeVersionId}}\" ajouté"
8733
8844
 
@@ -8892,6 +9003,9 @@ msgstr "Multimédia"
8892
9003
  msgid "Multiple"
8893
9004
  msgstr "Multiple"
8894
9005
 
9006
+ msgid "Multiple label and value pairs"
9007
+ msgstr "Paires d'étiquettes et de valeurs multiples"
9008
+
8895
9009
  msgid "Multiplier"
8896
9010
  msgstr "Multiplicateur"
8897
9011
 
@@ -8934,6 +9048,12 @@ msgstr "Doit être une adresse e-mail valide."
8934
9048
  msgid "Must be a valid hexadecimal number."
8935
9049
  msgstr "Un nombre hexadécimal valide doit être utilisé."
8936
9050
 
9051
+ msgid "Must be a valid hexadecimal number. Must contain only the following characters: 0-9, a-f, A-F, :."
9052
+ msgstr "Doit être un nombre hexadécimal valide. Doit contenir uniquement les caractères suivants : 0-9, a-f, A-F, :."
9053
+
9054
+ msgid "Must be a valid number."
9055
+ msgstr "Doit être un numéro valide."
9056
+
8937
9057
  msgid ""
8938
9058
  "Must be a valid phone number (only digits, spaces, slashes (\"/\"), dashes (\"-\"), and plus (\"+\")\n"
8939
9059
  " allowed, for example: +49 9 876 543 210)."
@@ -8956,6 +9076,9 @@ msgstr "Doit être une expression JSONPath valide."
8956
9076
  msgid "Must have at least {{length}} characters"
8957
9077
  msgstr "Doit avoir au moins {{length}} caractères"
8958
9078
 
9079
+ msgid "Must not contain whitespaces nor the following special characters {{ specialCharactersList }}"
9080
+ msgstr "Ne doit pas contenir d'espaces ni les caractères spéciaux suivants {{ specialCharactersList }}"
9081
+
8959
9082
  msgid "My device`DEVICE_NAME`"
8960
9083
  msgstr "Mon appareil"
8961
9084
 
@@ -9823,8 +9946,8 @@ msgstr ""
9823
9946
  "Aucun modèle de traqueur indiqué pour cet appareil. Sélectionnez-en un dans la liste des modèles pris en charge\n"
9824
9947
  " ci-dessous."
9825
9948
 
9826
- msgid "No tracking events found"
9827
- msgstr "Aucun événement de suivi trouvé"
9949
+ msgid "No tracking events found."
9950
+ msgstr "Aucun événement de suivi n'a été trouvé."
9828
9951
 
9829
9952
  msgid "No trusted certificates to display."
9830
9953
  msgstr "Pas de certificats approuvés disponibles."
@@ -10087,6 +10210,9 @@ msgstr "Bureau"
10087
10210
  msgid "Offline"
10088
10211
  msgstr "Hors ligne"
10089
10212
 
10213
+ msgid "Offline`type of checking`"
10214
+ msgstr "Hors ligne"
10215
+
10090
10216
  msgid "Offset"
10091
10217
  msgstr "Décalage"
10092
10218
 
@@ -10177,6 +10303,9 @@ msgstr "Un fichier .pem peut être chargé"
10177
10303
  msgid "Online"
10178
10304
  msgstr "En ligne"
10179
10305
 
10306
+ msgid "Online`type of checking`"
10307
+ msgstr "En ligne"
10308
+
10180
10309
  msgid "Only active contracts with free slots are displayed."
10181
10310
  msgstr "Seuls les contrats actifs avec des emplacements libres sont affichés."
10182
10311
 
@@ -10285,10 +10414,16 @@ msgstr "Ouvrez le relais."
10285
10414
 
10286
10415
  msgid ""
10287
10416
  "Open the\n"
10288
- " <span>User guide`KEEP_ORIGINAL`</span>"
10417
+ " <span>user documentation</span>"
10289
10418
  msgstr ""
10290
- "Ouvrez le manuel\n"
10291
- " <span>User guide</span>"
10419
+ "Ouvrir la\n"
10420
+ " <span>documentation utilisateur</span>"
10421
+
10422
+ msgid "Open the application details"
10423
+ msgstr "Ouvrir les détails de l'application"
10424
+
10425
+ msgid "OpenAPI specification`KEEP_ORIGINAL`"
10426
+ msgstr "OpenAPI specification"
10292
10427
 
10293
10428
  msgid "OpenCellId"
10294
10429
  msgstr "OpenCellId"
@@ -10296,6 +10431,9 @@ msgstr "OpenCellId"
10296
10431
  msgid "Opening relay {{number}}."
10297
10432
  msgstr "Ouverture du relais {{number}}."
10298
10433
 
10434
+ msgid "Operability chart displays how many devices had their average availability on particular level in the last 30 days."
10435
+ msgstr "Le graphique d'opérabilité affiche le nombre d'appareils dont la disponibilité moyenne a atteint un niveau particulier au cours des 30 derniers jours."
10436
+
10299
10437
  msgid "Operate as MDB Communications Gateway"
10300
10438
  msgstr "Exécuter en tant que passerelle de communication MDB"
10301
10439
 
@@ -10362,9 +10500,6 @@ msgstr "Opération mise à jour : {{updatesList}}"
10362
10500
  msgid "Operations"
10363
10501
  msgstr "Opérations"
10364
10502
 
10365
- msgid "Operations created"
10366
- msgstr "Opérations créées"
10367
-
10368
10503
  msgid "Operations will be displayed here."
10369
10504
  msgstr "Les opérations seront affichées ici."
10370
10505
 
@@ -10784,6 +10919,9 @@ msgstr "Espaces réservés : {tenant-domain}, {host}, {token}, {username}, {ema
10784
10919
  msgid "Placeholders: {user}, {exportApi}"
10785
10920
  msgstr "Espaces réservés : {user}, {exportApi}"
10786
10921
 
10922
+ msgid "Platform administration`KEEP_ORIGINAL`"
10923
+ msgstr "Platform administration"
10924
+
10787
10925
  msgid "Platform application cannot be added to, nor removed from any tenant."
10788
10926
  msgstr "L'application de plate-forme ne peut être ni ajoutée ni retirée d'un gérant."
10789
10927
 
@@ -10874,11 +11012,14 @@ msgstr "Intervalle du rapport de position si aucun mouvement n'est détecté"
10874
11012
  msgid "Position update event"
10875
11013
  msgstr "Placer l'événement de mise à jour"
10876
11014
 
11015
+ msgid "Position:"
11016
+ msgstr "Poste :"
11017
+
10877
11018
  msgid "Possible values: \"true`KEEP_ORIGINAL`\", \"false`KEEP_ORIGINAL`\", or a specific date until the user should remain active, for example, \"{{ exampleDate }}\". Leaving it blank, will set the value to \"true`KEEP_ORIGINAL`\"."
10878
11019
  msgstr "Valeurs possibles : \"true\", \"false\" ou une date spécifique jusqu'à laquelle l'utilisateur doit rester actif, par exemple, \"{{ exampleDate }}\". Si ce champ reste vide, la valeur est définie sur \"true\"."
10879
11020
 
10880
- msgid "Possible values: URL string, \"false`KEEP_ORIGINAL`\" (hides the link), leave empty (uses the default)"
10881
- msgstr "Valeurs possibles : string de l'URL, \"false\" (masque le lien), laisser vide (utilise les valeurs par défaut)"
11021
+ msgid "Possible values: URL string, \"false`KEEP_ORIGINAL`\" (hides the link) or leave empty (uses the default). Applications can override this setting by defining \"supportUrl`KEEP_ORIGINAL`\" application option."
11022
+ msgstr "Valeurs possibles : Chaîne d'URL, \"false\" (cache le lien) ou laisser vide (utilise la valeur par défaut). Les applications peuvent remplacer ce paramètre en définissant l'option d'application \"supportUrl\"."
10882
11023
 
10883
11024
  msgid "Post-operations saved"
10884
11025
  msgstr "Post-opérations enregistrées"
@@ -11429,9 +11570,6 @@ msgstr "Faites référence à une ressource en utilisant le format suivant : /Ob
11429
11570
  msgid "Reference device"
11430
11571
  msgstr "Appareil de référence"
11431
11572
 
11432
- msgid "Reference guide`KEEP_ORIGINAL`"
11433
- msgstr "Reference guide"
11434
-
11435
11573
  msgid "Reference server"
11436
11574
  msgstr "Serveur de référence"
11437
11575
 
@@ -11804,6 +11942,9 @@ msgstr "Réinitialiser la recherche"
11804
11942
  msgid "Reset`dashboard`"
11805
11943
  msgstr "Réinitialiser"
11806
11944
 
11945
+ msgid "Resource update complete."
11946
+ msgstr "Mise à jour des ressources terminée."
11947
+
11807
11948
  msgid "Resources"
11808
11949
  msgstr "Ressources"
11809
11950
 
@@ -12326,9 +12467,6 @@ msgstr "Sélectionnez un package de la liste pour afficher le contenu du package
12326
12467
  msgid "Select a predefined command"
12327
12468
  msgstr "Sélectionner une commande prédéfinie"
12328
12469
 
12329
- msgid "Select action"
12330
- msgstr "Sélectionner action"
12331
-
12332
12470
  msgid "Select all"
12333
12471
  msgstr "Sélectionner tous"
12334
12472
 
@@ -12344,6 +12482,9 @@ msgstr "Sélectionnez un actif avec des points de données dans la liste."
12344
12482
  msgid "Select an instruction."
12345
12483
  msgstr "Sélectionner une instruction."
12346
12484
 
12485
+ msgid "Select another time range."
12486
+ msgstr "Sélectionnez une autre plage horaire."
12487
+
12347
12488
  msgid "Select another version, as {{ version }} is currently used."
12348
12489
  msgstr "Sélectionnez une autre version comme {{ version }} est actuellement utilisée."
12349
12490
 
@@ -12392,6 +12533,9 @@ msgstr "Sélectionner des points de données"
12392
12533
  msgid "Select date"
12393
12534
  msgstr "Sélectionner la date"
12394
12535
 
12536
+ msgid "Select date range"
12537
+ msgstr "Sélectionner une plage de dates"
12538
+
12395
12539
  msgid "Select device"
12396
12540
  msgstr "Sélectionner l'appareil"
12397
12541
 
@@ -13392,11 +13536,11 @@ msgstr "Afficher \"Modifications du logiciel\""
13392
13536
  msgid "Show &quot;Software changes&quot;"
13393
13537
  msgstr "Afficher &quot;Modifications du logiciel&quot;"
13394
13538
 
13395
- msgid "Show GPS data only"
13396
- msgstr "Afficher uniquement les données GPS"
13539
+ msgid "Show GPS data"
13540
+ msgstr "Afficher les données GPS"
13397
13541
 
13398
- msgid "Show GSM data only"
13399
- msgstr "Afficher uniquement les données GSM"
13542
+ msgid "Show GSM data"
13543
+ msgstr "Afficher les données GSM"
13400
13544
 
13401
13545
  msgid "Show all"
13402
13546
  msgstr "Afficher tout"
@@ -13533,6 +13677,9 @@ msgstr "Afficher l'horodatage"
13533
13677
  msgid "Show tooltips"
13534
13678
  msgstr "Afficher les info-bulles"
13535
13679
 
13680
+ msgid "Show track"
13681
+ msgstr "Afficher la piste"
13682
+
13536
13683
  msgid "Show trend icon"
13537
13684
  msgstr "Afficher l'icône de tendance"
13538
13685
 
@@ -13717,6 +13864,9 @@ msgstr "Groupe Smart \"{{name}}\" créé."
13717
13864
  msgid "Smart group filter"
13718
13865
  msgstr "Filtre de groupe Smart"
13719
13866
 
13867
+ msgid "Smart group filters"
13868
+ msgstr "Filtres de groupe intelligents"
13869
+
13720
13870
  msgid "Smart group {{ name }} added."
13721
13871
  msgstr "Groupe Smart {{ name }} ajouté."
13722
13872
 
@@ -13998,8 +14148,8 @@ msgstr "Stocker les notifications"
13998
14148
  msgid "Streaming Analytics"
13999
14149
  msgstr "Analyse des flux"
14000
14150
 
14001
- msgid "Streaming analytics guide`KEEP_ORIGINAL`"
14002
- msgstr "Streaming analytics guide"
14151
+ msgid "Streaming analytics`KEEP_ORIGINAL`"
14152
+ msgstr "Streaming analytics"
14003
14153
 
14004
14154
  msgid "Street"
14005
14155
  msgstr "Rue"
@@ -14439,9 +14589,6 @@ msgstr "Couleur du texte"
14439
14589
  msgid "Text color of current item in navigator"
14440
14590
  msgstr "Couleur du texte de l'élément actuel dans le navigateur"
14441
14591
 
14442
- msgid "Text input"
14443
- msgstr "Saisie de texte"
14444
-
14445
14592
  msgid "Text to show if value is one"
14446
14593
  msgstr "Envoyer un message pour afficher si la valeur est un"
14447
14594
 
@@ -14755,6 +14902,9 @@ msgstr "Le nom sélectionné est trop long. Veuillez essayer un nom plus court."
14755
14902
  msgid "The selected replacement device does not have external IDs assigned. Go back to &quot;Replacement device&quot; and select a different device."
14756
14903
  msgstr "L'appareil de remplacement sélectionné n'a pas d'ID externe affecté. Retournez à l'option &quot;Appareil de remplacement&quot; et sélectionnez un autre appareil."
14757
14904
 
14905
+ msgid "The selected version was not found on the server."
14906
+ msgstr "La version sélectionnée n'a pas été trouvée sur le serveur."
14907
+
14758
14908
  msgid "The setting is enabled on the platform level because it is enforced for particular roles."
14759
14909
  msgstr "Les paramètres sont configurés au niveau de la plateforme car ils sont appliqués pour des rôles spécifiques."
14760
14910
 
@@ -15069,6 +15219,9 @@ msgstr ""
15069
15219
  msgid "This widget cannot be rendered because the current application does not support the following component:"
15070
15220
  msgstr "Ce widget ne peut pas être rendu car l'application actuelle ne prend le composant suivant en charge:"
15071
15221
 
15222
+ msgid "This widget is in sync with the dashboard realtime context."
15223
+ msgstr "Ce widget est synchronisé avec le contexte en temps réel du tableau de bord."
15224
+
15072
15225
  msgid "This widget is in sync with the dashboard time range."
15073
15226
  msgstr "Ce widget est synchronisé avec l'intervalle des tableaux de bord."
15074
15227
 
@@ -15343,6 +15496,12 @@ msgstr ""
15343
15496
  " appareil est connecté, son état passe à \"En attente d'acceptation\". Vous devrez\n"
15344
15497
  " l'accepter en cliquant sur le bouton \"Accepter\"."
15345
15498
 
15499
+ msgid "Turns off the internal default handling of objects 3, 4 and 6"
15500
+ msgstr "Désactive la gestion interne par défaut des objets 3, 4 et 6"
15501
+
15502
+ msgid "Turns off the internal firmware update state machine"
15503
+ msgstr "Désactive la machine d'état interne de mise à jour du micrologiciel"
15504
+
15346
15505
  msgid "Two-factor authentication"
15347
15506
  msgstr "Authentification à deux facteurs"
15348
15507
 
@@ -15669,6 +15828,9 @@ msgstr "Mettre à jour l'état (accès en lecture/écriture)"
15669
15828
  msgid "Update status (write)"
15670
15829
  msgstr "Actualisez le statut (écrire)"
15671
15830
 
15831
+ msgid "Update the Certificate Revocation List"
15832
+ msgstr "Mettre à jour la Certificate Revocation List"
15833
+
15672
15834
  msgid "Update tracker connection settings"
15673
15835
  msgstr "Actualiser les paramètres de connexion du tracker"
15674
15836
 
@@ -15720,6 +15882,9 @@ msgstr "Mise à jour en cours…"
15720
15882
  msgid "Upload"
15721
15883
  msgstr "Charger"
15722
15884
 
15885
+ msgid "Upload CRL file (.csv format)"
15886
+ msgstr "Télécharger le fichier CRL (format .csv)"
15887
+
15723
15888
  msgid "Upload a *.zip file"
15724
15889
  msgstr "Chargez un fichier *.zip"
15725
15890
 
@@ -15810,15 +15975,15 @@ msgstr "Utiliser la liste DDCMP 2 sur RS232 #1"
15810
15975
  msgid "Use FTL File Id 2 (default 1)"
15811
15976
  msgstr "Utiliser le fichier FTL Id 2 (valeur par défaut 1)"
15812
15977
 
15978
+ msgid "Use [Enter] or <br> tag to add a new line"
15979
+ msgstr "Utilisez [Enter] ou la balise <br> pour ajouter une nouvelle ligne"
15980
+
15813
15981
  msgid "Use alarms to create smart rules for microservice availability."
15814
15982
  msgstr "Utilisez des alarmes pour créer des Smart Rules pour la disponibilité du micro-service."
15815
15983
 
15816
15984
  msgid "Use common timestamp resources 5518 and 6050 or object specific timestamp for object 6 reported by the device if available"
15817
15985
  msgstr "Utilisez les ressources d'horodatage communes 5518 et 6050 ou l'horodatage spécifique pour l'objet 6 rapporté par l'appareil si disponible"
15818
15986
 
15819
- msgid "Use common timestamp resources 5518 and 6050 or object specific timestamp for object 6 reported by the device if available."
15820
- msgstr "Utilisez les ressources d'horodatage communes 5518 et 6050 ou l'horodatage spécifique pour l'objet 6 rapporté par l'appareil si disponible"
15821
-
15822
15987
  msgid "Use constant value"
15823
15988
  msgstr "Utiliser la valeur de la constante"
15824
15989
 
@@ -15937,15 +16102,12 @@ msgstr "Utilisateur supprimé."
15937
16102
  msgid "User disabled."
15938
16103
  msgstr "Utilisateur désactivé."
15939
16104
 
16105
+ msgid "User documentation"
16106
+ msgstr "Documentation pour l'utilisateur"
16107
+
15940
16108
  msgid "User enabled."
15941
16109
  msgstr "Utilisateur activé."
15942
16110
 
15943
- msgid "User guide"
15944
- msgstr "Guide de l'utilisateur"
15945
-
15946
- msgid "User guide`KEEP_ORIGINAL`"
15947
- msgstr "User guide"
15948
-
15949
16111
  msgid "User home dashboard"
15950
16112
  msgstr "Tableau de bord d'accueil de l'utilisateur"
15951
16113
 
@@ -16368,9 +16530,6 @@ msgstr[1] "Nous allons maintenant vous déconnecter et vous rediriger vers votre
16368
16530
  msgid "Weather`icons-category`"
16369
16531
  msgstr "Temps"
16370
16532
 
16371
- msgid "Web SDK guide`KEEP_ORIGINAL`"
16372
- msgstr "Web SDK guide"
16373
-
16374
16533
  msgid "Week"
16375
16534
  msgstr "Semaine"
16376
16535
 
@@ -16807,6 +16966,12 @@ msgstr "Vous allez désaffecter \"{{name}}\". Souhaitez-vous continuer cette act
16807
16966
  msgid "You are about to unassign device \"{{name}}\". Do you want to proceed?"
16808
16967
  msgstr "Vous allez désaffecter l'appareil \"{{name}}\". Souhaitez-vous continuer cette action ?"
16809
16968
 
16969
+ msgid "You are about to update the Certificate Revocation List. Do you want to proceed?"
16970
+ msgstr "Vous êtes sur le point de mettre à jour la Certificate Revocation List. Souhaitez-vous continuer cette action ?"
16971
+
16972
+ msgid "You are about to update the Certificate Revocation List. The CRL file content will override manual entries. Do you want to proceed?"
16973
+ msgstr "Vous êtes sur le point de mettre à jour la Certificate Revocation List. Le contenu du fichier CRL remplacera les entrées manuelles. Souhaitez-vous continuer cette action ?"
16974
+
16810
16975
  msgid "You are using a wildcard certificate to enable creation of subtenants"
16811
16976
  msgstr "Vous utilisez un certificat avec caractères génériques pour permettre la création de sous-gérants"
16812
16977
 
@@ -16833,9 +16998,6 @@ msgstr ""
16833
16998
  msgid "You can enter a set of LWM2M shell commands. Each command will be sent to every newly registered LWM2M device. Each command must be entered in a new line. Use the following syntax for specifying post-registration actions:"
16834
16999
  msgstr "Vous pouvez entrer un ensemble de commandes d'environnement LWM2M. Chaque commande sera envoyée à chaque nouvel appareil LWM2M enregistré. Chaque commande doit être entrée dans une nouvelle ligne. Utilisez la syntaxe suivante pour des actions post-enregistrement :"
16835
17000
 
16836
- msgid "You can provide some examples displayed as placeholder…"
16837
- msgstr "Vous pouvez indiquer quelques exemples qui seront affichés comme espaces réservés…"
16838
-
16839
17001
  msgid "You can skip the setup now. It will be shown again as soon as you restart the application."
16840
17002
  msgstr "Vous pouvez désormais ignorer la configuration. Elle sera à nouveau affichée dès que vous relancerez l'application."
16841
17003
 
@@ -16848,6 +17010,9 @@ msgstr "Vous pouvez utiliser les variables suivantes dans votre code HTML :"
16848
17010
  msgid "You can't delete this device. The service \"{{ name }}\" is not subscribed."
16849
17011
  msgstr "Vous ne pouvez pas supprimer cet appareil. Vous n'êtes pas abonné au service \"{{ name }}\"."
16850
17012
 
17013
+ msgid "You cannot change the stored email addresses of other users, as well as your own (if it's managed through your authorization server)."
17014
+ msgstr "Vous ne pouvez pas modifier les adresses électroniques stockées des autres utilisateurs, ni les vôtres (si elles sont gérées par votre serveur d'autorisation)."
17015
+
16851
17016
  msgid "You cannot edit global roles for user with external origin, since it is managed via your authorization server."
16852
17017
  msgstr "Vous ne pouvez pas modifier les rôles globaux pour un utilisateur avec une origine externe dans la mesure où il est géré par votre serveur d'autorisation."
16853
17018
 
@@ -17876,9 +18041,6 @@ msgstr "gravité"
17876
18041
  msgid "snapshots"
17877
18042
  msgstr "captures instantanées"
17878
18043
 
17879
- msgid "some description…"
17880
- msgstr "une description…"
17881
-
17882
18044
  msgid "source"
17883
18045
  msgstr "source"
17884
18046
 
@@ -17999,9 +18161,6 @@ msgstr "Échec de l'enregistrement de {{ failedDevicesCount }} appareils"
17999
18161
  msgid "{{ filteredItemsCount }} of {{ allItemsCount }} items"
18000
18162
  msgstr "{{ filteredItemsCount }} des {{ allItemsCount }} éléments"
18001
18163
 
18002
- msgid "{{ filteredItemsCount }} of {{ allItemsCount }} items."
18003
- msgstr "{{ filteredItemsCount }} éléments sur {{ allItemsCount }}"
18004
-
18005
18164
  msgid "{{ instruction.seconds }} seconds"
18006
18165
  msgstr "{{ instruction.seconds }} secondes"
18007
18166
 
@@ -18094,6 +18253,3 @@ msgstr "stockage {{storageSize}}"
18094
18253
 
18095
18254
  msgid "{{vm.getFeatures().label}} device type"
18096
18255
  msgstr "Type d'appareil {{vm.getFeatures().label}}"
18097
-
18098
- msgid "…and some short description."
18099
- msgstr "…et un résumé."