@c8y/ngx-components 1021.67.0 → 1021.70.1
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.
- package/core/common/bytes.pipe.d.ts +26 -10
- package/core/common/bytes.pipe.d.ts.map +1 -1
- package/echart/charts.component.d.ts +14 -3
- package/echart/charts.component.d.ts.map +1 -1
- package/esm2022/core/common/bytes.pipe.mjs +47 -18
- package/esm2022/core/data-grid/data-grid.component.mjs +3 -3
- package/esm2022/echart/charts.component.mjs +50 -3
- package/esm2022/messaging-management/api/model/backlogQuota.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespace.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespaceDetails.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespaceList.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespacePolicies.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespacePublishers.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespaceSubscribers.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespaceTopics.mjs +2 -0
- package/esm2022/messaging-management/api/model/pageStatistics.mjs +2 -0
- package/esm2022/messaging-management/api/model/pageable.mjs +2 -0
- package/esm2022/messaging-management/api/model/sortable.mjs +2 -0
- package/esm2022/messaging-management/api/model/subscriber.mjs +2 -0
- package/esm2022/messaging-management/api/model/subscriberFilters.mjs +2 -0
- package/esm2022/messaging-management/api/model/subscriberList.mjs +2 -0
- package/esm2022/messaging-management/api/model/subscriberToDelete.mjs +2 -0
- package/esm2022/messaging-management/api/model/topic.mjs +2 -0
- package/esm2022/messaging-management/api/model/topicDetailFilters.mjs +2 -0
- package/esm2022/messaging-management/api/model/topicList.mjs +2 -0
- package/esm2022/messaging-management/api/model/topicListFilters.mjs +2 -0
- package/esm2022/messaging-management/api/model/topicType.mjs +9 -0
- package/esm2022/messaging-management/api/services/messaging-namespaces.service.mjs +83 -0
- package/esm2022/messaging-management/api/services/messaging-subscribers.service.mjs +55 -0
- package/esm2022/messaging-management/api/services/messaging-topics.service.mjs +48 -0
- package/esm2022/messaging-management/c8y-ngx-components-messaging-management.mjs +5 -0
- package/esm2022/messaging-management/constants.mjs +4 -0
- package/esm2022/messaging-management/index.mjs +2 -0
- package/esm2022/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.mjs +43 -0
- package/esm2022/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.mjs +36 -0
- package/esm2022/messaging-management/messaging/namespace-list/namespace-list.component.mjs +51 -0
- package/esm2022/messaging-management/messaging/shared/usage/usage.component.mjs +68 -0
- package/esm2022/messaging-management/messaging/topic/topic-list-view.component.mjs +81 -0
- package/esm2022/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.mjs +220 -0
- package/esm2022/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.mjs +137 -0
- package/esm2022/messaging-management/messaging/topic/topics-data-grid.service.mjs +113 -0
- package/esm2022/messaging-management/messaging-management.guard.mjs +40 -0
- package/esm2022/messaging-management/messaging-management.module.mjs +72 -0
- package/esm2022/messaging-management/navigator/messaging-navigator-factory.mjs +55 -0
- package/esm2022/messaging-management/navigator/topic-details-tab.factory.mjs +33 -0
- package/esm2022/messaging-management/utils/backlog-quota-limit.pipe.mjs +32 -0
- package/esm2022/messaging-management/utils/namespace-props.mjs +23 -0
- package/esm2022/messaging-management/utils/time-to-live.pipe.mjs +122 -0
- package/esm2022/operations/device-selector/device-selector.component.mjs +5 -1
- package/esm2022/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.mjs +18 -3
- package/fesm2022/c8y-ngx-components-echart.mjs +49 -2
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-messaging-management.mjs +1225 -0
- package/fesm2022/c8y-ngx-components-messaging-management.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components-operations-device-selector.mjs +4 -0
- package/fesm2022/c8y-ngx-components-operations-device-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +17 -2
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +49 -22
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +272 -5
- package/locales/es.po +271 -4
- package/locales/fr.po +272 -5
- package/locales/ja_JP.po +272 -5
- package/locales/ko.po +271 -4
- package/locales/locales.pot +240 -0
- package/locales/nl.po +271 -4
- package/locales/pl.po +271 -4
- package/locales/pt_BR.po +272 -5
- package/locales/zh_CN.po +271 -4
- package/locales/zh_TW.po +272 -5
- package/messaging-management/api/model/backlogQuota.d.ts +14 -0
- package/messaging-management/api/model/backlogQuota.d.ts.map +1 -0
- package/messaging-management/api/model/namespace.d.ts +13 -0
- package/messaging-management/api/model/namespace.d.ts.map +1 -0
- package/messaging-management/api/model/namespaceDetails.d.ts +8 -0
- package/messaging-management/api/model/namespaceDetails.d.ts.map +1 -0
- package/messaging-management/api/model/namespaceList.d.ts +5 -0
- package/messaging-management/api/model/namespaceList.d.ts.map +1 -0
- package/messaging-management/api/model/namespacePolicies.d.ts +10 -0
- package/messaging-management/api/model/namespacePolicies.d.ts.map +1 -0
- package/messaging-management/api/model/namespacePublishers.d.ts +4 -0
- package/messaging-management/api/model/namespacePublishers.d.ts.map +1 -0
- package/messaging-management/api/model/namespaceSubscribers.d.ts +4 -0
- package/messaging-management/api/model/namespaceSubscribers.d.ts.map +1 -0
- package/messaging-management/api/model/namespaceTopics.d.ts +5 -0
- package/messaging-management/api/model/namespaceTopics.d.ts.map +1 -0
- package/messaging-management/api/model/pageStatistics.d.ts +12 -0
- package/messaging-management/api/model/pageStatistics.d.ts.map +1 -0
- package/messaging-management/api/model/pageable.d.ts +8 -0
- package/messaging-management/api/model/pageable.d.ts.map +1 -0
- package/messaging-management/api/model/sortable.d.ts +6 -0
- package/messaging-management/api/model/sortable.d.ts.map +1 -0
- package/messaging-management/api/model/subscriber.d.ts +28 -0
- package/messaging-management/api/model/subscriber.d.ts.map +1 -0
- package/messaging-management/api/model/subscriberFilters.d.ts +13 -0
- package/messaging-management/api/model/subscriberFilters.d.ts.map +1 -0
- package/messaging-management/api/model/subscriberList.d.ts +7 -0
- package/messaging-management/api/model/subscriberList.d.ts.map +1 -0
- package/messaging-management/api/model/subscriberToDelete.d.ts +12 -0
- package/messaging-management/api/model/subscriberToDelete.d.ts.map +1 -0
- package/messaging-management/api/model/topic.d.ts +52 -0
- package/messaging-management/api/model/topic.d.ts.map +1 -0
- package/messaging-management/api/model/topicDetailFilters.d.ts +9 -0
- package/messaging-management/api/model/topicDetailFilters.d.ts.map +1 -0
- package/messaging-management/api/model/topicList.d.ts +7 -0
- package/messaging-management/api/model/topicList.d.ts.map +1 -0
- package/messaging-management/api/model/topicListFilters.d.ts +12 -0
- package/messaging-management/api/model/topicListFilters.d.ts.map +1 -0
- package/messaging-management/api/model/topicType.d.ts +8 -0
- package/messaging-management/api/model/topicType.d.ts.map +1 -0
- package/messaging-management/api/services/messaging-namespaces.service.d.ts +52 -0
- package/messaging-management/api/services/messaging-namespaces.service.d.ts.map +1 -0
- package/messaging-management/api/services/messaging-subscribers.service.d.ts +30 -0
- package/messaging-management/api/services/messaging-subscribers.service.d.ts.map +1 -0
- package/messaging-management/api/services/messaging-topics.service.d.ts +21 -0
- package/messaging-management/api/services/messaging-topics.service.d.ts.map +1 -0
- package/messaging-management/c8y-ngx-components-messaging-management.d.ts.map +1 -0
- package/messaging-management/constants.d.ts +4 -0
- package/messaging-management/constants.d.ts.map +1 -0
- package/messaging-management/index.d.ts +2 -0
- package/messaging-management/index.d.ts.map +1 -0
- package/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.d.ts +29 -0
- package/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.d.ts.map +1 -0
- package/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.d.ts +15 -0
- package/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.d.ts.map +1 -0
- package/messaging-management/messaging/namespace-list/namespace-list.component.d.ts +17 -0
- package/messaging-management/messaging/namespace-list/namespace-list.component.d.ts.map +1 -0
- package/messaging-management/messaging/shared/usage/usage.component.d.ts +40 -0
- package/messaging-management/messaging/shared/usage/usage.component.d.ts.map +1 -0
- package/messaging-management/messaging/topic/topic-list-view.component.d.ts +38 -0
- package/messaging-management/messaging/topic/topic-list-view.component.d.ts.map +1 -0
- package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.d.ts +21 -0
- package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.d.ts.map +1 -0
- package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.d.ts +52 -0
- package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.d.ts.map +1 -0
- package/messaging-management/messaging/topic/topics-data-grid.service.d.ts +13 -0
- package/messaging-management/messaging/topic/topics-data-grid.service.d.ts.map +1 -0
- package/messaging-management/messaging-management.guard.d.ts +12 -0
- package/messaging-management/messaging-management.guard.d.ts.map +1 -0
- package/messaging-management/messaging-management.module.d.ts +7 -0
- package/messaging-management/messaging-management.module.d.ts.map +1 -0
- package/messaging-management/navigator/messaging-navigator-factory.d.ts +18 -0
- package/messaging-management/navigator/messaging-navigator-factory.d.ts.map +1 -0
- package/messaging-management/navigator/topic-details-tab.factory.d.ts +15 -0
- package/messaging-management/navigator/topic-details-tab.factory.d.ts.map +1 -0
- package/messaging-management/utils/backlog-quota-limit.pipe.d.ts +13 -0
- package/messaging-management/utils/backlog-quota-limit.pipe.d.ts.map +1 -0
- package/messaging-management/utils/namespace-props.d.ts +10 -0
- package/messaging-management/utils/namespace-props.d.ts.map +1 -0
- package/messaging-management/utils/time-to-live.pipe.d.ts +16 -0
- package/messaging-management/utils/time-to-live.pipe.d.ts.map +1 -0
- package/operations/device-selector/device-selector.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts +2 -0
- package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts.map +1 -1
package/locales/fr.po
CHANGED
|
@@ -112,6 +112,12 @@ msgid_plural "{{ $count }} days"
|
|
|
112
112
|
msgstr[0] "1 jour"
|
|
113
113
|
msgstr[1] "{{ $count }} jours"
|
|
114
114
|
|
|
115
|
+
msgid "1 day 1 hour"
|
|
116
|
+
msgstr "1 jour 1 heure"
|
|
117
|
+
|
|
118
|
+
msgid "1 day {{hours}} hours"
|
|
119
|
+
msgstr "1 jour {{hours}} heures"
|
|
120
|
+
|
|
115
121
|
msgid "1 device"
|
|
116
122
|
msgid_plural "{{$count}} devices"
|
|
117
123
|
msgstr[0] "1 appareil"
|
|
@@ -127,6 +133,15 @@ msgid_plural "{{$count}} device credentials"
|
|
|
127
133
|
msgstr[0] "1 identifiant de l'appareil"
|
|
128
134
|
msgstr[1] "{{$count}} identifiants de l'appareil"
|
|
129
135
|
|
|
136
|
+
msgid "1 hour"
|
|
137
|
+
msgstr "1 heure"
|
|
138
|
+
|
|
139
|
+
msgid "1 hour 1 minute"
|
|
140
|
+
msgstr "1 heure 1 minute"
|
|
141
|
+
|
|
142
|
+
msgid "1 hour {{minutes}} minutes"
|
|
143
|
+
msgstr "1 heure {{minutes}} minutes"
|
|
144
|
+
|
|
130
145
|
msgid "1 inbound API request"
|
|
131
146
|
msgid_plural "{{$count}} inbound API requests"
|
|
132
147
|
msgstr[0] "1 demande API entrante"
|
|
@@ -137,6 +152,15 @@ msgid_plural "{{$count}} mappings"
|
|
|
137
152
|
msgstr[0] "1 mappage"
|
|
138
153
|
msgstr[1] "{{$count}} mappages"
|
|
139
154
|
|
|
155
|
+
msgid "1 minute"
|
|
156
|
+
msgstr "1 minute"
|
|
157
|
+
|
|
158
|
+
msgid "1 minute 1 second"
|
|
159
|
+
msgstr "1 minute 1 seconde"
|
|
160
|
+
|
|
161
|
+
msgid "1 minute {{seconds}} seconds"
|
|
162
|
+
msgstr "1 minute {{seconds}} secondes"
|
|
163
|
+
|
|
140
164
|
msgid "1 operation executing"
|
|
141
165
|
msgid_plural "{{$count}} operations executing"
|
|
142
166
|
msgstr[0] "1 opération en cours d'exécution"
|
|
@@ -165,6 +189,9 @@ msgid_plural "{{$count}} root devices"
|
|
|
165
189
|
msgstr[0] "1 appareil racine"
|
|
166
190
|
msgstr[1] "{{$count}} appareils racines"
|
|
167
191
|
|
|
192
|
+
msgid "1 second"
|
|
193
|
+
msgstr "1 seconde"
|
|
194
|
+
|
|
168
195
|
msgid "1 selected item."
|
|
169
196
|
msgstr "1 élément sélectionné."
|
|
170
197
|
|
|
@@ -468,9 +495,6 @@ msgstr "Un SMS de confirmation a été envoyé au numéro indiqué à l'étape p
|
|
|
468
495
|
msgid "A custom fragment can be added to the message. For example, for the measurement API, we could have c8y_Temperature.T.unit - STRING - °C"
|
|
469
496
|
msgstr "Un fragment personnalisé peut être ajouté au message. Par exemple, pour la mesure API, on peut avoir c8y_Temperature.T.unit - STRING - ° C"
|
|
470
497
|
|
|
471
|
-
msgid "A gauge graph displaying current values for selected measurements"
|
|
472
|
-
msgstr "Graphique de jauge affichant les valeurs actuelles pour les mesures sélectionnées"
|
|
473
|
-
|
|
474
498
|
msgid "A general bulk registration CSV template showing all possible fields"
|
|
475
499
|
msgstr "Modèle CSV général d'enregistrement en masse affichant tous les champs possibles"
|
|
476
500
|
|
|
@@ -684,6 +708,9 @@ msgstr "Reconnaitre"
|
|
|
684
708
|
msgid "Acknowledged`alarm`"
|
|
685
709
|
msgstr "Reconnu"
|
|
686
710
|
|
|
711
|
+
msgid "Acknowledgment rate (msg/s)"
|
|
712
|
+
msgstr "Taux d'acquittement (msg/s)"
|
|
713
|
+
|
|
687
714
|
msgid "Actility"
|
|
688
715
|
msgstr "Actility"
|
|
689
716
|
|
|
@@ -803,6 +830,9 @@ msgstr "Nœud actif"
|
|
|
803
830
|
msgid "Active requests count"
|
|
804
831
|
msgstr "Nombre de demandes actives"
|
|
805
832
|
|
|
833
|
+
msgid "Active subscribers"
|
|
834
|
+
msgstr "Abonnés actifs"
|
|
835
|
+
|
|
806
836
|
msgid "Active text color"
|
|
807
837
|
msgstr "Couleur du texte actif"
|
|
808
838
|
|
|
@@ -1656,6 +1686,9 @@ msgstr "Permet de modifier les traductions."
|
|
|
1656
1686
|
msgid "Allows to make basic changes to the tenants branding."
|
|
1657
1687
|
msgstr "Permet d'effectuer des modifications de base à la personnalisation des gérants."
|
|
1658
1688
|
|
|
1689
|
+
msgid "Allows to monitor and manage the usage of messaging service."
|
|
1690
|
+
msgstr "Permet de surveiller et de gérer l'utilisation du service de messagerie."
|
|
1691
|
+
|
|
1659
1692
|
msgid "Allows to passthrough a TCP connction."
|
|
1660
1693
|
msgstr "Permet de passer par l'intermédiaire d'une connexion TCP."
|
|
1661
1694
|
|
|
@@ -2289,6 +2322,18 @@ msgstr "Couleur d'arrière-plan"
|
|
|
2289
2322
|
msgid "Background color of current item in navigator"
|
|
2290
2323
|
msgstr "Couleur d'arrière-plan de l'élément actuel dans le navigateur"
|
|
2291
2324
|
|
|
2325
|
+
msgid "Backlog quota"
|
|
2326
|
+
msgstr "Quota d'arriérés"
|
|
2327
|
+
|
|
2328
|
+
msgid "Backlog quota (per topic)"
|
|
2329
|
+
msgstr "Quota d'arriérés (par thème)"
|
|
2330
|
+
|
|
2331
|
+
msgid "Backlog time to live (TTL)"
|
|
2332
|
+
msgstr "Durée de vie des arriérés (TTL)"
|
|
2333
|
+
|
|
2334
|
+
msgid "Backlog usage"
|
|
2335
|
+
msgstr "Utilisation des arriérés"
|
|
2336
|
+
|
|
2292
2337
|
msgid "Bars"
|
|
2293
2338
|
msgstr "Barres"
|
|
2294
2339
|
|
|
@@ -3717,6 +3762,9 @@ msgstr "Connectez votre smartphone à notre plate-forme IoT"
|
|
|
3717
3762
|
msgid "Connected"
|
|
3718
3763
|
msgstr "Connecté"
|
|
3719
3764
|
|
|
3765
|
+
msgid "Connected clients"
|
|
3766
|
+
msgstr "Clients connectés"
|
|
3767
|
+
|
|
3720
3768
|
msgid "Connected to: {{name}}"
|
|
3721
3769
|
msgstr "Connecté à : {{name}}"
|
|
3722
3770
|
|
|
@@ -4331,9 +4379,15 @@ msgstr "Créer nouveau groupe et affecter appareil"
|
|
|
4331
4379
|
msgid "Create new report with widget"
|
|
4332
4380
|
msgstr "Créer un nouveau rapport avec un Widget"
|
|
4333
4381
|
|
|
4382
|
+
msgid "Create new subscribers to monitor them here."
|
|
4383
|
+
msgstr "Créez de nouveaux abonnés pour les suivre ici."
|
|
4384
|
+
|
|
4334
4385
|
msgid "Create new subscription"
|
|
4335
4386
|
msgstr "Créer un nouvel abonnement"
|
|
4336
4387
|
|
|
4388
|
+
msgid "Create new topics to monitor them here."
|
|
4389
|
+
msgstr "Créez de nouveaux thèmes pour les suivre ici."
|
|
4390
|
+
|
|
4337
4391
|
msgid "Create operation"
|
|
4338
4392
|
msgstr "Créer une opération"
|
|
4339
4393
|
|
|
@@ -4509,6 +4563,9 @@ msgstr "Opération personnalisée"
|
|
|
4509
4563
|
msgid "Custom operation type"
|
|
4510
4564
|
msgstr "Type d'opération personnalisée"
|
|
4511
4565
|
|
|
4566
|
+
msgid "Custom preset"
|
|
4567
|
+
msgstr "Préréglé personnalisé"
|
|
4568
|
+
|
|
4512
4569
|
msgid "Custom properties"
|
|
4513
4570
|
msgstr "Propriétés personnalisées"
|
|
4514
4571
|
|
|
@@ -4647,6 +4704,9 @@ msgstr "Intervalle des tableaux de bord"
|
|
|
4647
4704
|
msgid "Dashboard updated: {{ values }}."
|
|
4648
4705
|
msgstr "Tableau de bord mis à jour : {{ values }}."
|
|
4649
4706
|
|
|
4707
|
+
msgid "Data Broker"
|
|
4708
|
+
msgstr "Courtier en données"
|
|
4709
|
+
|
|
4650
4710
|
msgid "Data Explorer \"new\""
|
|
4651
4711
|
msgstr "Explorateur de données \"nouveau\""
|
|
4652
4712
|
|
|
@@ -4734,7 +4794,7 @@ msgid "Data points graph"
|
|
|
4734
4794
|
msgstr "Graphique de points de données"
|
|
4735
4795
|
|
|
4736
4796
|
msgid "Data points graph \"new\""
|
|
4737
|
-
msgstr "
|
|
4797
|
+
msgstr "Graphique des points de données « nouveau »"
|
|
4738
4798
|
|
|
4739
4799
|
msgid "Data points graph 2"
|
|
4740
4800
|
msgstr "Points de données graphique 2"
|
|
@@ -4745,6 +4805,9 @@ msgstr "Liste de points de données"
|
|
|
4745
4805
|
msgid "Data points table"
|
|
4746
4806
|
msgstr "Tableau de points de données"
|
|
4747
4807
|
|
|
4808
|
+
msgid "Data points`display`"
|
|
4809
|
+
msgstr "Points de données"
|
|
4810
|
+
|
|
4748
4811
|
msgid "Data reporting"
|
|
4749
4812
|
msgstr "Rapport de données"
|
|
4750
4813
|
|
|
@@ -6725,6 +6788,9 @@ msgstr "Échec de recherche de l'adresse."
|
|
|
6725
6788
|
msgid "Failed to set package availability."
|
|
6726
6789
|
msgstr "Échec de définition de la disponibilité du package."
|
|
6727
6790
|
|
|
6791
|
+
msgid "Failed to unsubscribe {{ numberOfSubscribers }} subscribers."
|
|
6792
|
+
msgstr "Échoué pour se désabonner {{ numberOfSubscribers }} abonnés."
|
|
6793
|
+
|
|
6728
6794
|
msgid "Failed to update application."
|
|
6729
6795
|
msgstr "Échec de la mise à jour de l'application."
|
|
6730
6796
|
|
|
@@ -6959,6 +7025,9 @@ msgstr "Filtrer le logiciel par type d'appareil"
|
|
|
6959
7025
|
msgid "Filter software by name"
|
|
6960
7026
|
msgstr "Filtrer le logiciel par nom"
|
|
6961
7027
|
|
|
7028
|
+
msgid "Filter subscribers by partial name"
|
|
7029
|
+
msgstr "Filtrer les abonnés par nom partiel"
|
|
7030
|
+
|
|
6962
7031
|
msgid "Filter target devices"
|
|
6963
7032
|
msgstr "Filtrer les appareils cible"
|
|
6964
7033
|
|
|
@@ -6977,6 +7046,9 @@ msgstr "Filtrer le texte"
|
|
|
6977
7046
|
msgid "Filter this column…"
|
|
6978
7047
|
msgstr "Filtrez cette colonne…"
|
|
6979
7048
|
|
|
7049
|
+
msgid "Filter topics by partial name"
|
|
7050
|
+
msgstr "Filtrer les sujets par nom partiel"
|
|
7051
|
+
|
|
6980
7052
|
msgid "Filter users"
|
|
6981
7053
|
msgstr "Filtrer les utilisateurs"
|
|
6982
7054
|
|
|
@@ -8003,6 +8075,9 @@ msgstr "Aller à la table de données des actifs"
|
|
|
8003
8075
|
msgid "Got measurements from device."
|
|
8004
8076
|
msgstr "A obtenu des mesures de l'appareil."
|
|
8005
8077
|
|
|
8078
|
+
msgid "Grade rating"
|
|
8079
|
+
msgstr "Évaluation des notes"
|
|
8080
|
+
|
|
8006
8081
|
msgid "Grant permissions on a general level."
|
|
8007
8082
|
msgstr "Accorder des autorisations à un niveau général."
|
|
8008
8083
|
|
|
@@ -8131,6 +8206,9 @@ msgstr "Nombre hexadécimal"
|
|
|
8131
8206
|
msgid "Hidden`style`"
|
|
8132
8207
|
msgstr "Masqué"
|
|
8133
8208
|
|
|
8209
|
+
msgid "Hide advanced options"
|
|
8210
|
+
msgstr "Masquer les options avancées"
|
|
8211
|
+
|
|
8134
8212
|
msgid "Hide data point"
|
|
8135
8213
|
msgstr "Point de données caché"
|
|
8136
8214
|
|
|
@@ -8873,6 +8951,9 @@ msgstr "Disponibilité des 7 derniers jours"
|
|
|
8873
8951
|
msgid "Last N lines"
|
|
8874
8952
|
msgstr "Dernières N lignes"
|
|
8875
8953
|
|
|
8954
|
+
msgid "Last acknowledged"
|
|
8955
|
+
msgstr "Acquitté en dernier"
|
|
8956
|
+
|
|
8876
8957
|
msgid "Last communication"
|
|
8877
8958
|
msgstr "Dernière communication"
|
|
8878
8959
|
|
|
@@ -9056,6 +9137,9 @@ msgstr "Limiter les demandes de flux"
|
|
|
9056
9137
|
msgid "Limit values saved."
|
|
9057
9138
|
msgstr "Valeurs limites enregistrées."
|
|
9058
9139
|
|
|
9140
|
+
msgid "Limit: {{ backlogQuotaLimit }}"
|
|
9141
|
+
msgstr "Limite : {{ backlogQuotaLimit }}"
|
|
9142
|
+
|
|
9059
9143
|
msgid "Limits"
|
|
9060
9144
|
msgstr "Limites"
|
|
9061
9145
|
|
|
@@ -9137,9 +9221,15 @@ msgstr "Charger plus d'éléments"
|
|
|
9137
9221
|
msgid "Load more packages"
|
|
9138
9222
|
msgstr "Charger plus de packages"
|
|
9139
9223
|
|
|
9224
|
+
msgid "Load more subscribers"
|
|
9225
|
+
msgstr "Charger plus d'abonnés"
|
|
9226
|
+
|
|
9140
9227
|
msgid "Load more tenants"
|
|
9141
9228
|
msgstr "Charger plus de gérants"
|
|
9142
9229
|
|
|
9230
|
+
msgid "Load more topics"
|
|
9231
|
+
msgstr "Charger plus de cours"
|
|
9232
|
+
|
|
9143
9233
|
msgid "Load page {{ pageNo }}"
|
|
9144
9234
|
msgstr "Charger la page {{ pageNo }}"
|
|
9145
9235
|
|
|
@@ -9179,12 +9269,18 @@ msgstr "Chargement des packages…"
|
|
|
9179
9269
|
msgid "Loading results…"
|
|
9180
9270
|
msgstr "Chargement des résultats en cours…"
|
|
9181
9271
|
|
|
9272
|
+
msgid "Loading subscribers..."
|
|
9273
|
+
msgstr "Chargement en cours..."
|
|
9274
|
+
|
|
9182
9275
|
msgid "Loading tenants…"
|
|
9183
9276
|
msgstr "Chargement des gérants en cours…"
|
|
9184
9277
|
|
|
9185
9278
|
msgid "Loading the registration form definition…"
|
|
9186
9279
|
msgstr "Enregistrement de la définition du formulaire d'enregistrement en cours…"
|
|
9187
9280
|
|
|
9281
|
+
msgid "Loading topics..."
|
|
9282
|
+
msgstr "Charger les cours..."
|
|
9283
|
+
|
|
9188
9284
|
msgid "Loading users…"
|
|
9189
9285
|
msgstr "Chargement des utilisateurs en cours…"
|
|
9190
9286
|
|
|
@@ -9344,6 +9440,9 @@ msgstr "MN"
|
|
|
9344
9440
|
msgid "MNC"
|
|
9345
9441
|
msgstr "MNC"
|
|
9346
9442
|
|
|
9443
|
+
msgid "MQTT Service"
|
|
9444
|
+
msgstr "Service MQTT"
|
|
9445
|
+
|
|
9347
9446
|
msgid "MSISDN"
|
|
9348
9447
|
msgstr "MSISDN"
|
|
9349
9448
|
|
|
@@ -9580,12 +9679,27 @@ msgstr "ID du message"
|
|
|
9580
9679
|
msgid "Message ID must be unique among all message and response templates."
|
|
9581
9680
|
msgstr "L'ID du message doit être unique parmi tous les modèles de message et de réponse."
|
|
9582
9681
|
|
|
9682
|
+
msgid "Message backlog"
|
|
9683
|
+
msgstr "Retard dans l'envoi des messages"
|
|
9684
|
+
|
|
9583
9685
|
msgid "Message banner"
|
|
9584
9686
|
msgstr "Bannière de message"
|
|
9585
9687
|
|
|
9586
9688
|
msgid "Message content"
|
|
9587
9689
|
msgstr "Contenu du message"
|
|
9588
9690
|
|
|
9691
|
+
msgid "Message rate in"
|
|
9692
|
+
msgstr "Taux d'entrée des messages"
|
|
9693
|
+
|
|
9694
|
+
msgid "Message rate in (msg/s)"
|
|
9695
|
+
msgstr "Taux d'entrée des messages (msg/s)"
|
|
9696
|
+
|
|
9697
|
+
msgid "Message rate out"
|
|
9698
|
+
msgstr "Taux de sortie des messages"
|
|
9699
|
+
|
|
9700
|
+
msgid "Message rate out (msg/s)"
|
|
9701
|
+
msgstr "Taux de sortie des messages (msg/s)"
|
|
9702
|
+
|
|
9589
9703
|
msgid "Message sending"
|
|
9590
9704
|
msgstr "Envoi du message en cours"
|
|
9591
9705
|
|
|
@@ -9625,6 +9739,12 @@ msgstr "L'application de messagerie n'est pas souscrite."
|
|
|
9625
9739
|
msgid "Messaging provider must be configured to send WAN settings to device via SMS."
|
|
9626
9740
|
msgstr "Un fournisseur de messagerie doit être configuré afin d'envoyer les paramètres WAN à l'appareil par SMS."
|
|
9627
9741
|
|
|
9742
|
+
msgid "Messaging service"
|
|
9743
|
+
msgstr "Service de messagerie"
|
|
9744
|
+
|
|
9745
|
+
msgid "Messaging service - monitoring & management"
|
|
9746
|
+
msgstr "Service de messagerie - surveillance et gestion"
|
|
9747
|
+
|
|
9628
9748
|
msgid "Messaging`icons-category`"
|
|
9629
9749
|
msgstr "Messagerie"
|
|
9630
9750
|
|
|
@@ -9756,6 +9876,9 @@ msgstr "Configuration du module"
|
|
|
9756
9876
|
msgid "Module version"
|
|
9757
9877
|
msgstr "Version du module"
|
|
9758
9878
|
|
|
9879
|
+
msgid "Monitoring"
|
|
9880
|
+
msgstr "Surveillance"
|
|
9881
|
+
|
|
9759
9882
|
msgid "Month"
|
|
9760
9883
|
msgstr "Mois"
|
|
9761
9884
|
|
|
@@ -10566,6 +10689,12 @@ msgstr "Aucune Smart Rule correspondante disponible."
|
|
|
10566
10689
|
msgid "No matching software available."
|
|
10567
10690
|
msgstr "Aucun logiciel correspondant disponible."
|
|
10568
10691
|
|
|
10692
|
+
msgid "No matching subscribers found."
|
|
10693
|
+
msgstr "Aucun abonné n'a été trouvé."
|
|
10694
|
+
|
|
10695
|
+
msgid "No matching topics found."
|
|
10696
|
+
msgstr "Aucun sujet correspondant n'a été trouvé."
|
|
10697
|
+
|
|
10569
10698
|
msgid "No measurement to display."
|
|
10570
10699
|
msgstr "Aucune mesure à afficher."
|
|
10571
10700
|
|
|
@@ -10767,6 +10896,9 @@ msgstr "Aucune donnée source disponible pour analyser l'espace d'adresse."
|
|
|
10767
10896
|
msgid "No subgroups"
|
|
10768
10897
|
msgstr "Aucun sous-groupe"
|
|
10769
10898
|
|
|
10899
|
+
msgid "No subscribers to display."
|
|
10900
|
+
msgstr "Aucun abonné à afficher."
|
|
10901
|
+
|
|
10770
10902
|
msgid "No template"
|
|
10771
10903
|
msgstr "Aucun modèle"
|
|
10772
10904
|
|
|
@@ -10779,6 +10911,9 @@ msgstr "Aucun gérant à afficher."
|
|
|
10779
10911
|
msgid "No top level nodes set."
|
|
10780
10912
|
msgstr "Aucun ensemble de nœuds de niveau supérieur."
|
|
10781
10913
|
|
|
10914
|
+
msgid "No topics to display."
|
|
10915
|
+
msgstr "Aucun sujet à afficher."
|
|
10916
|
+
|
|
10782
10917
|
msgid "No tracker model specified for this device. Select one from the list of supported models\n"
|
|
10783
10918
|
" below."
|
|
10784
10919
|
msgstr "Aucun modèle de traqueur indiqué pour cet appareil. Sélectionnez-en un dans la liste des modèles pris en charge\n"
|
|
@@ -10901,6 +11036,9 @@ msgstr "Paramètres d'e-mail de notification mis à jour."
|
|
|
10901
11036
|
msgid "Notification storing when disabled or offline"
|
|
10902
11037
|
msgstr "Stockage de notifications si désactivé ou hors ligne"
|
|
10903
11038
|
|
|
11039
|
+
msgid "Notifications 2.0"
|
|
11040
|
+
msgstr "Notifications 2.0"
|
|
11041
|
+
|
|
10904
11042
|
msgid "Notified global role"
|
|
10905
11043
|
msgstr "Rôle global notifié"
|
|
10906
11044
|
|
|
@@ -11729,6 +11867,9 @@ msgstr "Plateforme"
|
|
|
11729
11867
|
msgid "Please contact your platform administrator."
|
|
11730
11868
|
msgstr "Veuillez contacter votre administrateur de plateforme."
|
|
11731
11869
|
|
|
11870
|
+
msgid "Please select a data point first."
|
|
11871
|
+
msgstr "Veuillez d'abord sélectionner un point de données."
|
|
11872
|
+
|
|
11732
11873
|
msgid "Plugin installation"
|
|
11733
11874
|
msgstr "Installation du plug-in"
|
|
11734
11875
|
|
|
@@ -11765,6 +11906,9 @@ msgstr "Échec de la création du pod sandbox."
|
|
|
11765
11906
|
msgid "Pod synchronization error."
|
|
11766
11907
|
msgstr "Erreur de synchronisation du pod."
|
|
11767
11908
|
|
|
11909
|
+
msgid "Pointer"
|
|
11910
|
+
msgstr "Pointeur"
|
|
11911
|
+
|
|
11768
11912
|
msgid "Points"
|
|
11769
11913
|
msgstr "Points"
|
|
11770
11914
|
|
|
@@ -11963,6 +12107,12 @@ msgstr "Programmation"
|
|
|
11963
12107
|
msgid "Progress"
|
|
11964
12108
|
msgstr "Progrès"
|
|
11965
12109
|
|
|
12110
|
+
msgid "Progress bar"
|
|
12111
|
+
msgstr "Barre de progression"
|
|
12112
|
+
|
|
12113
|
+
msgid "Progress indicator"
|
|
12114
|
+
msgstr "Indicateur de progression"
|
|
12115
|
+
|
|
11966
12116
|
msgid "Project data"
|
|
11967
12117
|
msgstr "Données du projet"
|
|
11968
12118
|
|
|
@@ -12053,6 +12203,9 @@ msgstr "Clé publique au format PEM"
|
|
|
12053
12203
|
msgid "Public/private keys"
|
|
12054
12204
|
msgstr "Clés publiques/privées"
|
|
12055
12205
|
|
|
12206
|
+
msgid "Publishers"
|
|
12207
|
+
msgstr "Éditeurs"
|
|
12208
|
+
|
|
12056
12209
|
msgid "Pulling image: \"{{imageName}}\"."
|
|
12057
12210
|
msgstr "Lecture de l'image : \"{{imageName}}\"."
|
|
12058
12211
|
|
|
@@ -12191,7 +12344,7 @@ msgstr "Valeur RSSI"
|
|
|
12191
12344
|
msgid "RUNNING"
|
|
12192
12345
|
msgstr "ACTIF"
|
|
12193
12346
|
|
|
12194
|
-
msgid "Radial
|
|
12347
|
+
msgid "Radial gauge"
|
|
12195
12348
|
msgstr "Jauge radiale"
|
|
12196
12349
|
|
|
12197
12350
|
msgid "Radial gauge and multiple label and value pairs for data points"
|
|
@@ -13946,6 +14099,15 @@ msgstr "Temps du serveur"
|
|
|
13946
14099
|
msgid "Servers written during bootstrap"
|
|
13947
14100
|
msgstr "Serveurs inscrits au cours du bootstrap"
|
|
13948
14101
|
|
|
14102
|
+
msgid "Service"
|
|
14103
|
+
msgstr "Service"
|
|
14104
|
+
|
|
14105
|
+
msgid "Service message backlog limits"
|
|
14106
|
+
msgstr "Limites de l'arriéré des messages de service"
|
|
14107
|
+
|
|
14108
|
+
msgid "Service usage/limits"
|
|
14109
|
+
msgstr "Utilisation du service/limites"
|
|
14110
|
+
|
|
13949
14111
|
msgid "Services"
|
|
13950
14112
|
msgstr "Services"
|
|
13951
14113
|
|
|
@@ -14456,6 +14618,9 @@ msgstr "Afficher"
|
|
|
14456
14618
|
msgid "Show \"Software changes\""
|
|
14457
14619
|
msgstr "Afficher \"Modifications du logiciel\""
|
|
14458
14620
|
|
|
14621
|
+
msgid "Show advanced options"
|
|
14622
|
+
msgstr "Afficher les options avancées"
|
|
14623
|
+
|
|
14459
14624
|
msgid "Show alarms"
|
|
14460
14625
|
msgstr "Afficher les alarmes"
|
|
14461
14626
|
|
|
@@ -14605,6 +14770,9 @@ msgstr "Affiche une valeur différente pour chaque valeur configurée."
|
|
|
14605
14770
|
msgid "Shows the active alarms for device"
|
|
14606
14771
|
msgstr "Affiche les alarmes actives pour l'appareil"
|
|
14607
14772
|
|
|
14773
|
+
msgid "Shows the device measurements in a radial gauge."
|
|
14774
|
+
msgstr "Affiche les mesures de l'appareil dans une jauge radiale."
|
|
14775
|
+
|
|
14608
14776
|
msgid "Shows the position of a device or all devices in a group."
|
|
14609
14777
|
msgstr "Affiche la position d'un appareil ou de tous les appareils dans un groupe."
|
|
14610
14778
|
|
|
@@ -15145,6 +15313,12 @@ msgstr "Les applications abonnées ou actuelles ne peuvent pas être supprimées
|
|
|
15145
15313
|
msgid "Subscribed`application`"
|
|
15146
15314
|
msgstr "Souscrite"
|
|
15147
15315
|
|
|
15316
|
+
msgid "Subscriber \"{{ subscriberName }}\" unsubscribed."
|
|
15317
|
+
msgstr "Abonné «{{ subscriberName }}» Se désabonner."
|
|
15318
|
+
|
|
15319
|
+
msgid "Subscribers"
|
|
15320
|
+
msgstr "Abonnés"
|
|
15321
|
+
|
|
15148
15322
|
msgid "Subscribing…"
|
|
15149
15323
|
msgstr "Abonnement en cours…"
|
|
15150
15324
|
|
|
@@ -15205,6 +15379,9 @@ msgstr "L'inscription à l'application a réussi."
|
|
|
15205
15379
|
msgid "Successfully unsubscribed from application."
|
|
15206
15380
|
msgstr "Le désabonnement à l'application a réussi."
|
|
15207
15381
|
|
|
15382
|
+
msgid "Successfully unsubscribed {{ count }} subscribers.<br/>Failed to unsubscribe: {{ nonUnsubscribedSubscribers }}."
|
|
15383
|
+
msgstr "Réussite de la désinscription {{ count }} abonnés.<br/>Échec de la désinscription : {{ nonUnsubscribedSubscribers }}."
|
|
15384
|
+
|
|
15208
15385
|
msgid "Sum of CPU daily usage in CPU millicores"
|
|
15209
15386
|
msgstr "Somme de l'utilisation quotidienne de CPU en millicores CPU"
|
|
15210
15387
|
|
|
@@ -16372,9 +16549,27 @@ msgstr "Barre supérieure"
|
|
|
16372
16549
|
msgid "Top level nodes"
|
|
16373
16550
|
msgstr "Nœuds de niveau supérieur"
|
|
16374
16551
|
|
|
16552
|
+
msgid "Topic"
|
|
16553
|
+
msgstr "Sujet"
|
|
16554
|
+
|
|
16555
|
+
msgid "Topic message backlog"
|
|
16556
|
+
msgstr "Retard d'envoi des messages par thème"
|
|
16557
|
+
|
|
16558
|
+
msgid "Topic usage"
|
|
16559
|
+
msgstr "Utilisation des thèmes"
|
|
16560
|
+
|
|
16561
|
+
msgid "Topics"
|
|
16562
|
+
msgstr "Thèmes"
|
|
16563
|
+
|
|
16375
16564
|
msgid "Total inbound transfer"
|
|
16376
16565
|
msgstr "Transfert entrant total"
|
|
16377
16566
|
|
|
16567
|
+
msgid "Total subscribers"
|
|
16568
|
+
msgstr "Nombre total d'abonnés"
|
|
16569
|
+
|
|
16570
|
+
msgid "Total unacknowledged messages"
|
|
16571
|
+
msgstr "Total des messages non acquittés"
|
|
16572
|
+
|
|
16378
16573
|
msgid "Track hidden"
|
|
16379
16574
|
msgstr "Piste cachée"
|
|
16380
16575
|
|
|
@@ -16639,6 +16834,9 @@ msgstr "Impossible de charger le fichier Markdown."
|
|
|
16639
16834
|
msgid "Unable to upload image."
|
|
16640
16835
|
msgstr "Impossible de charger l'image."
|
|
16641
16836
|
|
|
16837
|
+
msgid "Unacknowledged messages"
|
|
16838
|
+
msgstr "Messages non acquittés"
|
|
16839
|
+
|
|
16642
16840
|
msgid "Unassign"
|
|
16643
16841
|
msgstr "Désaffecter"
|
|
16644
16842
|
|
|
@@ -16720,6 +16918,12 @@ msgstr "Propriété inconnue (pas dans le schéma)."
|
|
|
16720
16918
|
msgid "Unknown`package-type`"
|
|
16721
16919
|
msgstr "Inconnu"
|
|
16722
16920
|
|
|
16921
|
+
msgid "Unlimited` backlog quota`"
|
|
16922
|
+
msgstr "Illimité"
|
|
16923
|
+
|
|
16924
|
+
msgid "Unlimited` time-to-live period`"
|
|
16925
|
+
msgstr "Illimité"
|
|
16926
|
+
|
|
16723
16927
|
msgid "Unlink data point template"
|
|
16724
16928
|
msgstr "Dissocier le modèle de point de données"
|
|
16725
16929
|
|
|
@@ -16753,6 +16957,12 @@ msgstr "Non signé (8 octets)"
|
|
|
16753
16957
|
msgid "Unsubscribe"
|
|
16754
16958
|
msgstr "Se désabonner"
|
|
16755
16959
|
|
|
16960
|
+
msgid "Unsubscribe \"{{ subscriberName }}\"?"
|
|
16961
|
+
msgstr "Se désabonner «{{ subscriberName }}» ?"
|
|
16962
|
+
|
|
16963
|
+
msgid "Unsubscribe {{ numberOfSubscribers }} subscribers?"
|
|
16964
|
+
msgstr "Se désabonner {{ numberOfSubscribers }} abonnés ?"
|
|
16965
|
+
|
|
16756
16966
|
msgid "Unsubscribing…"
|
|
16757
16967
|
msgstr "Désabonnement en cours…"
|
|
16758
16968
|
|
|
@@ -17074,6 +17284,9 @@ msgstr "Utiliser votre emplacement"
|
|
|
17074
17284
|
msgid "Use your manage tool to change the setup."
|
|
17075
17285
|
msgstr "Utilisez votre outil de gestion pour modifier la configuration."
|
|
17076
17286
|
|
|
17287
|
+
msgid "Used backlog"
|
|
17288
|
+
msgstr "Arriéré utilisé"
|
|
17289
|
+
|
|
17077
17290
|
msgid "User"
|
|
17078
17291
|
msgstr "Utilisateur"
|
|
17079
17292
|
|
|
@@ -18006,6 +18219,18 @@ msgstr "Vous allez désaffecter \"{{name}}\". Souhaitez-vous continuer cette act
|
|
|
18006
18219
|
msgid "You are about to unassign device \"{{name}}\". Do you want to proceed?"
|
|
18007
18220
|
msgstr "Vous allez désaffecter l'appareil \"{{name}}\". Souhaitez-vous continuer cette action ?"
|
|
18008
18221
|
|
|
18222
|
+
msgid "You are about to unsubscribe \"{{ subscriberName }}\" which has active clients. Do you want to proceed?"
|
|
18223
|
+
msgstr "Vous allez vous désabonner de «{{ subscriberName }}» qui a des clients actifs. Souhaitez-vous continuer cette action ?"
|
|
18224
|
+
|
|
18225
|
+
msgid "You are about to unsubscribe \"{{ subscriberName }}\". Do you want to proceed?"
|
|
18226
|
+
msgstr "Vous allez vous désabonner de «{{ subscriberName }}». Souhaitez-vous continuer cette action ?"
|
|
18227
|
+
|
|
18228
|
+
msgid "You are about to unsubscribe {{ numberOfSubscribers }} subscribers. Do you want to proceed?"
|
|
18229
|
+
msgstr "Vous allez vous désabonner {{ numberOfSubscribers }} abonnés. Souhaitez-vous continuer cette action ?"
|
|
18230
|
+
|
|
18231
|
+
msgid "You are about to unsubscribe {{ numberOfSubscribers }} subscribers. Some of them have active clients. Do you want to proceed?"
|
|
18232
|
+
msgstr "Vous allez vous désabonner {{ numberOfSubscribers }} abonnés. Certains d'entre eux ont des clients actifs. Souhaitez-vous continuer cette action ?"
|
|
18233
|
+
|
|
18009
18234
|
msgid "You are about to update the CRL. Do you want to proceed?"
|
|
18010
18235
|
msgstr "Vous allez mettre à jour la CRL. Souhaitez-vous continuer ?"
|
|
18011
18236
|
|
|
@@ -18314,6 +18539,9 @@ msgstr "immeuble"
|
|
|
18314
18539
|
msgid "by`user`"
|
|
18315
18540
|
msgstr "par"
|
|
18316
18541
|
|
|
18542
|
+
msgid "bytes"
|
|
18543
|
+
msgstr "octets"
|
|
18544
|
+
|
|
18317
18545
|
msgid "calculating number of API requests"
|
|
18318
18546
|
msgstr "calcul du nombre de demandes API"
|
|
18319
18547
|
|
|
@@ -19288,6 +19516,9 @@ msgstr "Propriétés {{ label }}"
|
|
|
19288
19516
|
msgid "{{ lastUpdated }} by {{ user }}"
|
|
19289
19517
|
msgstr "{{ lastUpdated }} par {{ user }}"
|
|
19290
19518
|
|
|
19519
|
+
msgid "{{ messagesPerSecond }} msg/s"
|
|
19520
|
+
msgstr "{{ messagesPerSecond }} msg/s"
|
|
19521
|
+
|
|
19291
19522
|
msgid "{{ name }} (v. {{ version }}) is already installed on this device"
|
|
19292
19523
|
msgstr "{{ name }} (v. {{ version }}) est déjà installé sur cet appareil"
|
|
19293
19524
|
|
|
@@ -19300,12 +19531,18 @@ msgstr "{{ numberOfApps }} applications sélectionnées pour la personnalisation
|
|
|
19300
19531
|
msgid "{{ numberOfReports }} reports selected for widget"
|
|
19301
19532
|
msgstr "{{ numberOfReports }} Rapports sélectionnés pour le Widget"
|
|
19302
19533
|
|
|
19534
|
+
msgid "{{ numberOfSubscribers }} subscribers unsubscribed."
|
|
19535
|
+
msgstr "{{ numberOfSubscribers }} abonnés se sont désabonnés."
|
|
19536
|
+
|
|
19303
19537
|
msgid "{{ packageContentsTitle | translate: { selectedVersion } }}"
|
|
19304
19538
|
msgstr "{{ packageContentsTitle | translate: { selectedVersion } }}"
|
|
19305
19539
|
|
|
19306
19540
|
msgid "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }} of {{ itemsTotal }}"
|
|
19307
19541
|
msgstr "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }} de {{ itemsTotal }}"
|
|
19308
19542
|
|
|
19543
|
+
msgid "{{ percentageOfQuota }} used"
|
|
19544
|
+
msgstr "{{ percentageOfQuota }} utilisés"
|
|
19545
|
+
|
|
19309
19546
|
msgid "{{ seconds }} s"
|
|
19310
19547
|
msgstr "{{ seconds }} s"
|
|
19311
19548
|
|
|
@@ -19330,12 +19567,39 @@ msgstr "{{count}} version"
|
|
|
19330
19567
|
msgid "{{count}} versions"
|
|
19331
19568
|
msgstr "{{count}} versions"
|
|
19332
19569
|
|
|
19570
|
+
msgid "{{days}} days"
|
|
19571
|
+
msgstr "{{days}} jours"
|
|
19572
|
+
|
|
19573
|
+
msgid "{{days}} days 1 hour"
|
|
19574
|
+
msgstr "{{days}} jours 1 heure"
|
|
19575
|
+
|
|
19576
|
+
msgid "{{days}} days {{hours}} hours"
|
|
19577
|
+
msgstr "{{days}} jours {{hours}} heures"
|
|
19578
|
+
|
|
19333
19579
|
msgid "{{description | translate}} failed."
|
|
19334
19580
|
msgstr "Échec de {{description | translate}}."
|
|
19335
19581
|
|
|
19336
19582
|
msgid "{{firstItem}} to {{lastItem}}"
|
|
19337
19583
|
msgstr "{{firstItem}} à {{lastItem}}"
|
|
19338
19584
|
|
|
19585
|
+
msgid "{{hours}} hours"
|
|
19586
|
+
msgstr "{{hours}} heures"
|
|
19587
|
+
|
|
19588
|
+
msgid "{{hours}} hours 1 minute"
|
|
19589
|
+
msgstr "{{hours}} heures 1 minute"
|
|
19590
|
+
|
|
19591
|
+
msgid "{{hours}} hours {{minutes}} minutes"
|
|
19592
|
+
msgstr "{{hours}} heures {{minutes}} minutes"
|
|
19593
|
+
|
|
19594
|
+
msgid "{{minutes}} minutes"
|
|
19595
|
+
msgstr "{{minutes}} minutes"
|
|
19596
|
+
|
|
19597
|
+
msgid "{{minutes}} minutes 1 second"
|
|
19598
|
+
msgstr "{{minutes}} minutes 1 seconde"
|
|
19599
|
+
|
|
19600
|
+
msgid "{{minutes}} minutes {{seconds}} seconds"
|
|
19601
|
+
msgstr "{{minutes}} minutes {{seconds}} secondes"
|
|
19602
|
+
|
|
19339
19603
|
msgid "{{protocolName | translate}} devices can send messages of different types with different encodings per type.\n"
|
|
19340
19604
|
" Depending on the device, the type can be determined by looking either\n"
|
|
19341
19605
|
" at the FPort parameter of a message (<b>Source</b>: <i>FPort</i>)\n"
|
|
@@ -19372,6 +19636,9 @@ msgstr "{{qty}} marqueurs"
|
|
|
19372
19636
|
msgid "{{qty}} new devices"
|
|
19373
19637
|
msgstr "{{qty}} nouveaux appareils"
|
|
19374
19638
|
|
|
19639
|
+
msgid "{{seconds}} seconds"
|
|
19640
|
+
msgstr "{{seconds}} secondes"
|
|
19641
|
+
|
|
19375
19642
|
msgid "{{speed}}/s - {{bufferedBytes}} of {{totalBytes}} buffered ({{percentage}}%)"
|
|
19376
19643
|
msgstr "{{speed}}/s - {{bufferedBytes}} sur {{totalBytes}} mis en tampon ({{percentage}}%)"
|
|
19377
19644
|
|