-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmessages.po
1715 lines (1313 loc) · 53.8 KB
/
messages.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: POEditor.com\n"
"Project-Id-Version: visualize.admin.ch\n"
"Language: fr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: app/configurator/components/chart-configurator.tsx
msgid "Add filter"
msgstr "Ajouter un filtre"
#: app/components/move-drag-button.tsx
msgid "Drag filters to reorganize"
msgstr "Faites glisser les filtres pour les réorganiser"
#: app/browser/dataset-browse.tsx
#: app/components/select-tree.tsx
msgid "No results"
msgstr "Aucun résultat"
#: app/configurator/components/annotators.tsx
msgid "annotation.add.description"
msgstr "[ Pas de description ]"
#: app/configurator/components/annotators.tsx
#: app/login/components/profile-tables.tsx
msgid "annotation.add.title"
msgstr "[ Pas de titre ]"
#: app/browser/dataset-browse.tsx
msgid "browse-panel.organizations"
msgstr "Organisations"
#: app/browser/dataset-browse.tsx
msgid "browse-panel.termsets"
msgstr "Concepts"
#: app/browser/dataset-browse.tsx
msgid "browse-panel.termsets.explanation"
msgstr "Les concepts représentent des valeurs qui peuvent être partagées entre différentes dimensions et ensembles de données."
#: app/browser/dataset-browse.tsx
msgid "browse-panel.themes"
msgstr "Catégories"
#: app/login/components/profile-header.tsx
msgid "browse.dataset.all"
msgstr "Parcourir tous les ensembles de données"
#: app/browser/dataset-preview.tsx
#: app/browser/dataset-preview.tsx
msgid "browse.dataset.create-visualization"
msgstr "Démarrer une visualisation"
#: app/browser/select-dataset-step.tsx
msgid "browse.datasets.description"
msgstr "Explorez les jeux de données liés fournis par LINDAS, en filtrant par catégories ou organisations, ou en recherchant par mots-clés. Cliquez sur un ensemble de données pour afficher des informations plus détaillées et commencer à créer vos propres visualisations. "
#: app/components/metadata-panel.tsx
#: app/configurator/components/add-dataset-dialog.tsx
msgid "button.back"
msgstr "Précédent"
#: app/configurator/components/add-dataset-dialog.tsx
msgid "button.confirm"
msgstr "Confirmer"
#: app/pages/v/[chartId].tsx
msgid "button.copy.visualization"
msgstr "Copier et éditer cette visualisation"
#: app/components/data-download.tsx
msgid "button.download"
msgstr "Télécharger"
#: app/components/data-download.tsx
msgid "button.download.data"
msgstr "Télécharger des données"
#: app/components/data-download.tsx
msgid "button.download.data.all"
msgstr "Jeu de données complet"
#: app/components/data-download.tsx
msgid "button.download.data.visible"
msgstr "Données du graphique"
#: app/components/publish-actions.tsx
msgid "button.embed"
msgstr "Intégrer"
#: app/components/copy-to-clipboard-text-input.tsx
#: app/components/copy-to-clipboard-text-input.tsx
msgid "button.hint.click.to.copy"
msgstr "Cliquer pour copier"
#: app/components/copy-to-clipboard-text-input.tsx
msgid "button.hint.copied"
msgstr "Copié!"
#: app/configurator/components/configurator.tsx
msgid "button.layout"
msgstr "Passer aux options de présentation"
#: app/pages/v/[chartId].tsx
msgid "button.new.visualization"
msgstr "Créer une nouvelle visualisation"
#: app/configurator/components/configurator.tsx
msgid "button.publish"
msgstr "Publier"
#: app/configurator/components/configurator.tsx
msgid "button.save-draft"
msgstr "Sauver le brouillon"
#: app/configurator/components/configurator.tsx
msgid "button.save-draft.error"
msgstr "Impossible d'enregistrer le brouillon"
#: app/configurator/components/configurator.tsx
msgid "button.save-draft.saved"
msgstr "Brouillon enregistré dans [Mes visualisations](/profile)"
#: app/components/chart-shared.tsx
#: app/components/publish-actions.tsx
msgid "button.share"
msgstr "Partager"
#: app/configurator/components/configurator.tsx
msgid "button.update"
msgstr "Actualiser cette visualisation"
#: app/configurator/components/configurator.tsx
msgid "button.update.warning"
msgstr "Gardez à l'esprit que la mise à jour de cette visualisation affectera tous les endroits où elle est déjà intégrée !"
#: app/components/chart-shared.tsx
msgid "chart-controls.chart-view"
msgstr "Vue en graphique"
#: app/components/chart-shared.tsx
msgid "chart-controls.copy-and-edit"
msgstr "Copier et éditer"
#: app/components/chart-selection-tabs.tsx
#: app/components/chart-shared.tsx
msgid "chart-controls.delete"
msgstr "Supprimer"
#: app/components/chart-shared.tsx
msgid "chart-controls.delete.confirmation"
msgstr "Êtes-vous sûr de vouloir supprimer ce graphique ?"
#: app/components/chart-shared.tsx
msgid "chart-controls.delete.title"
msgstr "Supprimer le graphique ?"
#: app/components/chart-shared.tsx
msgid "chart-controls.duplicate"
msgstr "Dupliquer"
#: app/components/chart-shared.tsx
msgid "chart-controls.edit"
msgstr "Modifier"
#: app/components/chart-selection-tabs.tsx
msgid "chart-controls.edit-tab-label"
msgstr "Modifier le nom de l'onglet"
#: app/components/chart-shared.tsx
msgid "chart-controls.export"
msgstr "Exporter"
#: app/components/dataset-metadata.tsx
msgid "chart-controls.sparql-query"
msgstr "Requête SPARQL"
#: app/components/chart-shared.tsx
msgid "chart-controls.table-view"
msgstr "Vue en tableau"
#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.add-chart"
msgstr "Ajouter un graphique"
#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.add-chart-different-dataset.button"
msgstr "Sélectionner un ensemble de données"
#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.add-chart-different-dataset.caption"
msgstr "Ajouter un graphique basé sur un ensemble de données différent"
#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.add-chart-same-dataset.caption"
msgstr "Ajouter un graphique basé sur le même ensemble de données"
#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.no-label"
msgstr "Pas de Titre"
#: app/configurator/components/dataset-control-section.tsx
msgid "chart.datasets.add"
msgstr "Ajouter"
#: app/configurator/components/add-dataset-dialog.tsx
msgid "chart.datasets.add-dataset-dialog.description"
msgstr "Vous ne pouvez combiner que des ensembles de données qui partagent des dimensions avec la même unité et résolution. Par défaut, les dimensions correspondant au graphique actuel sont sélectionnées."
#: app/configurator/components/add-dataset-dialog.tsx
msgid "chart.datasets.add-dataset-dialog.title"
msgstr "Sélectionner un ensemble de données avec des dimensions partagées"
#: app/browser/select-dataset-step.tsx
msgid "chart.datasets.add-dataset-drawer.title"
msgstr "Sélectionner un ensemble de données"
#: app/configurator/components/field-i18n.ts
msgid "chart.map.layers.area"
msgstr "Zones"
#: app/configurator/components/chart-configurator.tsx
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/field-i18n.ts
msgid "chart.map.layers.base"
msgstr "Affichage de la carte"
#: app/configurator/components/chart-options-selector.tsx
msgid "chart.map.layers.base.show"
msgstr "Afficher la carte du monde"
#: app/configurator/components/chart-options-selector.tsx
msgid "chart.map.layers.base.view.locked"
msgstr "Carte verrouillée"
#: app/configurator/components/field-i18n.ts
msgid "chart.map.layers.symbol"
msgstr "Symboles"
#: app/charts/table/table.tsx
msgid "chart.published.toggle.mobile.view"
msgstr "Vue compacte"
#: app/charts/table/table.tsx
msgid "chart.table.number.of.lines"
msgstr "Nombre total de lignes:"
#: app/components/chart-selection-tabs.tsx
msgid "chat-preview.delete.confirmation"
msgstr "Etes-vous sûr de vouloir supprimer ce graphique ?"
#: app/components/chart-selection-tabs.tsx
msgid "chat-preview.delete.title"
msgstr "Supprimer le graphique ?"
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.bar"
msgstr "Barres"
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.categories"
msgstr "Catégories"
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.heatmap"
msgstr "Heatmap"
#: app/configurator/table/table-chart-options.tsx
#: app/configurator/table/table-chart-options.tsx
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.text"
msgstr "Texte"
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.textStyle.bold"
msgstr "Gras"
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.textStyle.regular"
msgstr "Normal"
#: app/configurator/components/field-i18n.ts
msgid "controls.abbreviations"
msgstr "Utiliser des abréviations"
#: app/configurator/components/chart-type-selector.tsx
msgid "controls.add.chart"
msgstr "Ajouter un autre graphique."
#: app/configurator/components/field-i18n.ts
msgid "controls.animation"
msgstr "Animation"
#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.annotator.add-description-warning"
msgstr "Ajoutez une description au graphique"
#: app/configurator/components/annotators.tsx
msgid "controls.annotator.add-tab-label-warning"
msgstr "Veuillez ajouter un nom à l'onglet"
#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.annotator.add-title-warning"
msgstr "Ajoutez un titre au graphique"
#: app/configurator/components/field-i18n.ts
msgid "controls.axis.horizontal"
msgstr "Axe horizontal"
#: app/configurator/components/field-i18n.ts
msgid "controls.axis.vertical"
msgstr "Axe vertical"
#: app/configurator/components/field-i18n.ts
msgid "controls.bar.grouped"
msgstr ""
#: app/configurator/components/field-i18n.ts
msgid "controls.bar.stacked"
msgstr ""
#: app/charts/chart-config-ui-options.ts
#: app/charts/chart-config-ui-options.ts
msgid "controls.calculation.disabled-by-grouped"
msgstr "Le mode 100% ne peut pas être utilisé avec une mise en page groupée."
#: app/configurator/components/field-i18n.ts
msgid "controls.calculation.identity"
msgstr "Normal"
#: app/configurator/components/field-i18n.ts
msgid "controls.calculation.percent"
msgstr "100%"
#: app/charts/shared/interactive-filter-calculation-toggle.tsx
msgid "controls.calculation.show-in-percentage"
msgstr "Afficher en %"
#: app/configurator/components/chart-type-selector.tsx
msgid "controls.chart.category.combo"
msgstr "Comparaison"
#: app/configurator/components/chart-type-selector.tsx
msgid "controls.chart.category.combo.hint"
msgstr "Les types de graphiques comparatifs combinent plusieurs mesures dans un graphique, ce qui permet de visualiser leurs relations ou corrélations, même si elles ont des unités ou des échelles différentes."
#: app/configurator/components/chart-type-selector.tsx
msgid "controls.chart.category.regular"
msgstr "Normal"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.column-measure"
msgstr "Axe gauche (colonne)"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.combine-different-unit"
msgstr "Notez que vous ne pouvez combiner que des mesures d'unités différentes."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.combine-same-unit"
msgstr "Notez que vous ne pouvez combiner que des mesures de la même unité."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.common-unit"
msgstr "Unité commune"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.left-axis-measure"
msgstr "Mesure de l'axe gauche"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.line-measure"
msgstr "Axe droit (ligne)"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.no-compatible-measures"
msgstr "Aucune mesure compatible à combiner !"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.no-unit"
msgstr "Aucune unité"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.right-axis-measure"
msgstr "Mesure de l'axe droit"
#: app/charts/index.ts
msgid "controls.chart.disabled.categorical"
msgstr "Au moins une dimension catégorielle est requise."
#: app/charts/index.ts
msgid "controls.chart.disabled.different-unit"
msgstr "Au moins deux mesures numériques avec des unités différentes sont requises."
#: app/charts/index.ts
msgid "controls.chart.disabled.geographical"
msgstr "Au moins une dimension géographique est requise."
#: app/charts/index.ts
msgid "controls.chart.disabled.multiple-measures"
msgstr "Au moins deux mesures numériques sont requises."
#: app/charts/index.ts
msgid "controls.chart.disabled.numerical"
msgstr "Au moins une mesure numérique est requise."
#: app/charts/index.ts
msgid "controls.chart.disabled.same-unit"
msgstr "Au moins deux mesures numériques avec la même unité sont requises."
#: app/charts/index.ts
#: app/charts/index.ts
msgid "controls.chart.disabled.temporal"
msgstr "Au moins une dimension temporelle est requise."
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.area"
msgstr "Surfaces"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.bar"
msgstr "Barres"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.column"
msgstr "Colonnes"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.comboLineColumn"
msgstr "Column-line"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.comboLineDual"
msgstr "Dual-axis line"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.comboLineSingle"
msgstr "Multi-line"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.line"
msgstr "Lignes"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.map"
msgstr "Carte"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.pie"
msgstr "Secteurs"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.scatterplot"
msgstr "Nuage de points"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.table"
msgstr "Tableau"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.color"
msgstr "Couleur"
#: app/configurator/components/chart-controls/control-tab.tsx
msgid "controls.color.add"
msgstr "Ajouter…"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.opacity"
msgstr "Transparence"
#: app/configurator/components/chart-controls/color-palette.tsx
#: app/configurator/components/chart-controls/color-ramp.tsx
msgid "controls.color.palette"
msgstr "Couleurs"
#: app/configurator/components/chart-controls/color-ramp.tsx
msgid "controls.color.palette.diverging"
msgstr "Divergent"
#: app/configurator/components/chart-controls/color-palette.tsx
msgid "controls.color.palette.reset"
msgstr "Réinitialiser la palette de couleurs"
#: app/configurator/components/chart-controls/color-ramp.tsx
msgid "controls.color.palette.sequential"
msgstr "Séquentielle"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.discretization.jenks"
msgstr "Jenks (intervalles naturels)"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.discretization.quantiles"
msgstr "Quantiles (distribution homogène des valeurs)"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.discretization.quantize"
msgstr "Intervalles égaux"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.interpolation"
msgstr "Interpolation"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.number.of.classes"
msgstr "Nombre de classes"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.type.continuous"
msgstr "Continue"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.type.discrete"
msgstr "Discrète"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.select"
msgstr "Sélectionner une couleur"
#: app/configurator/components/chart-controls/color-picker.tsx
msgid "controls.colorpicker.open"
msgstr "Ouvrir la pipette à couleur"
#: app/configurator/components/field-i18n.ts
msgid "controls.column.grouped"
msgstr "groupées"
#: app/configurator/components/field-i18n.ts
msgid "controls.column.stacked"
msgstr "empilées"
#: app/configurator/components/field-i18n.ts
msgid "controls.description"
msgstr "Description"
#: app/charts/shared/chart-data-filters.tsx
#: app/charts/shared/chart-data-filters.tsx
#: app/configurator/components/field.tsx
#: app/configurator/components/field.tsx
msgid "controls.dimensionvalue.none"
msgstr "Aucune filtre"
#: app/configurator/components/filters.tsx
msgid "controls.filter.nb-elements"
msgstr "{0} sur {1}"
#: app/configurator/components/filters.tsx
msgid "controls.filter.select.all"
msgstr "Tout sélectionner"
#: app/configurator/components/filters.tsx
msgid "controls.filter.select.none"
msgstr "Tout déselectionner"
#: app/configurator/components/field.tsx
msgid "controls.filter.use-most-recent"
msgstr "Utiliser le plus récent"
#: app/configurator/components/filters.tsx
msgid "controls.filter.use-most-recent-explanation"
msgstr "Lorsque l'éditeur mettra à jour ce jeu de données, la date la plus récente sera sélectionnée par défaut."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.filters.interactive.calculation"
msgstr "Permettre aux utilisateurs de changer de mode graphique"
#: app/charts/shared/legend-color.tsx
msgid "controls.filters.interactive.color.min-1-filter"
msgstr "Au moins un filtre doit être sélectionné."
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/filters.tsx
#: app/configurator/interactive-filters/interactive-filters-configurator.tsx
msgid "controls.filters.interactive.toggle"
msgstr "Interactif"
#: app/configurator/components/filters.tsx
#: app/configurator/interactive-filters/interactive-filters-configurator.tsx
msgid "controls.filters.interactive.tooltip"
msgstr "Permettre aux utilisateurs de changer le filtre"
#: app/configurator/components/filters.tsx
#: app/configurator/components/layout-configurator.tsx
#: app/configurator/components/layout-configurator.tsx
msgid "controls.filters.select.from"
msgstr "Du"
#: app/configurator/components/chart-controls/color-palette.tsx
msgid "controls.filters.select.refresh-colors"
msgstr "Mélanger les couleurs"
#: app/configurator/components/filters.tsx
msgid "controls.filters.select.reset-colors"
msgstr "Réinitialiser les couleurs"
#: app/configurator/components/filters.tsx
msgid "controls.filters.select.selected-filters"
msgstr "Filtres sélectionnés"
#: app/configurator/components/filters.tsx
#: app/configurator/components/layout-configurator.tsx
#: app/configurator/components/layout-configurator.tsx
msgid "controls.filters.select.to"
msgstr "Au"
#: app/configurator/table/table-chart-configurator.tsx
msgid "controls.groups.empty-help"
msgstr "Glisser-déposer des colonnes ici pour créer des groupes."
#: app/configurator/components/field-i18n.ts
msgid "controls.imputation"
msgstr "Type d'imputation"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.imputation.type.linear"
msgstr "Interpolation linéaire"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.imputation.type.none"
msgstr "-"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.imputation.type.zeros"
msgstr "Zéros"
#: app/configurator/components/field-i18n.ts
msgid "controls.label"
msgstr "Nom de l'onglet"
#: app/components/rename-dialog.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.language.english"
msgstr "Anglais"
#: app/components/rename-dialog.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.language.french"
msgstr "Français"
#: app/components/rename-dialog.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.language.german"
msgstr "Allemand"
#: app/components/rename-dialog.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.language.italian"
msgstr "Italien"
#: app/configurator/components/field-i18n.ts
msgid "controls.layout.canvas"
msgstr "Mise en page libre"
#: app/login/components/profile-tables.tsx
msgid "controls.layout.chart"
msgstr "Graphique"
#: app/configurator/components/field-i18n.ts
#: app/login/components/profile-tables.tsx
msgid "controls.layout.dashboard"
msgstr "Dashboard"
#: app/configurator/components/preview-breakpoint.tsx
msgid "controls.layout.preview-lg"
msgstr "Aperçu en grande largeur"
#: app/configurator/components/preview-breakpoint.tsx
msgid "controls.layout.preview-md"
msgstr "Aperçu en largeur moyenne"
#: app/configurator/components/preview-breakpoint.tsx
msgid "controls.layout.preview-sm"
msgstr "Aperçu en petite largeur"
#: app/configurator/components/preview-breakpoint.tsx
msgid "controls.layout.preview-xl"
msgstr "Aperçu en très grande largeur"
#: app/configurator/components/field-i18n.ts
msgid "controls.layout.singleURLs"
msgstr "URL distincts"
#: app/configurator/components/configurator.tsx
msgid "controls.layout.singleURLs.publish"
msgstr "Sélectionnez les graphiques à publier séparément. Après avoir procédé à la publication, les graphiques sélectionnés seront ouverts dans des onglets individuels."
#: app/configurator/components/field-i18n.ts
msgid "controls.layout.tab"
msgstr "Tab Layout"
#: app/configurator/components/field-i18n.ts
msgid "controls.layout.tall"
msgstr "Haut"
#: app/configurator/components/field-i18n.ts
msgid "controls.layout.vertical"
msgstr "Vertical"
#: app/configurator/components/field-i18n.ts
msgid "controls.measure"
msgstr "Variable mesurée"
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.available-values"
msgstr "Valeurs disponibles"
#: app/components/metadata-panel.tsx
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.metadata"
msgstr "Détails"
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.section.data"
msgstr "Données"
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.section.general"
msgstr "Général"
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.show-more"
msgstr "Détails"
#: app/configurator/components/configurator.tsx
msgid "controls.nav.back-to-configurator"
msgstr "Retour à l'édition"
#: app/configurator/components/configurator.tsx
msgid "controls.nav.back-to-main"
msgstr "Retour aux paramètres généraux"
#: app/configurator/components/configurator.tsx
msgid "controls.nav.back-to-preview"
msgstr "Retour à l'aperçu"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/field.tsx
#: app/configurator/components/field.tsx
msgid "controls.none"
msgstr "Aucun"
#: app/configurator/components/chart-controls/control-tab.tsx
msgid "controls.option.isActive"
msgstr "Actif"
#: app/configurator/components/chart-controls/control-tab.tsx
msgid "controls.option.isNotActive"
msgstr "Inactif"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.scale.type"
msgstr "Type d'échelle"
#: app/components/form.tsx
msgid "controls.search.clear"
msgstr "Effacer la recherche"
#: app/charts/chart-config-ui-options.ts
msgid "controls.section.animation.disabled-by-sorting"
msgstr "L'animation est désactivée lors du tri par taille totale."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.duration"
msgstr "Durée de l'animation"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.dynamic-scaling"
msgstr "Mise à l'échelle dynamique"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.dynamic-scaling.explanation"
msgstr "Activez la mise à l'échelle dynamique pour ajuster l'échelle du graphique en fonction de la plage de données, afin de garantir une visualisation optimale."
#: app/charts/chart-config-ui-options.ts
msgid "controls.section.animation.no-available-temporal-dimensions"
msgstr "Il n'y a pas de dimensions temporelles disponibles. Modifiez certains des encodages suivants : {fields} pour permettre l'animation."
#: app/charts/chart-config-ui-options.ts
msgid "controls.section.animation.no-temporal-dimensions"
msgstr "Il n'y a pas de dimension qui puisse être animée."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.settings"
msgstr "Paramètres d'animation"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.show-play-button"
msgstr "Bouton Afficher la lecture"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.type"
msgstr "Type d'animation"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.type.continuous"
msgstr "En continu"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.type.explanation"
msgstr "Utilisez le type en escalier pour que l'animation passe d'un point de données à un autre à intervalles fixes. Ce mode est utile lorsque vous souhaitez animer des données utilisant une dimension temporelle avec une distribution non uniforme des dates."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.type.stepped"
msgstr "En escalier"
#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.chart.options"
msgstr "Paramètres graphiques"
#: app/configurator/table/table-chart-configurator.tsx
msgid "controls.section.columns"
msgstr "Colonnes"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.section.columnstyle"
msgstr "Style de la colonne"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.data-points"
msgstr "Points de données"
#: app/components/chart-filters-list.tsx
#: app/components/chart-filters-list.tsx
#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.data.filters"
msgstr "Filtres"
#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.data.filters.none"
msgstr "Aucun filtre"
#: app/charts/shared/chart-data-filters.tsx
#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.data.filters.possible-filters-error"
msgstr "Une erreur s'est produite lors de la récupération des filtres possibles. Merci de réessayer plus tard ou d'actualiser la page."
#: app/configurator/components/dataset-control-section.tsx
msgid "controls.section.datasets.title"
msgstr "Ensembles de données"
#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.section.description"
msgstr "Titre & description"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.dots-size"
msgstr "Sélectionner une taille"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/table/table-chart-options.tsx
#: app/configurator/table/table-chart-options.tsx
#: app/configurator/table/table-chart-options.tsx
#: app/configurator/table/table-chart-options.tsx
msgid "controls.section.filter"
msgstr "Filtre"
#: app/configurator/table/table-chart-configurator.tsx
msgid "controls.section.groups"
msgstr "Groupes"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.imputation"
msgstr "Valeurs manquantes"
#: app/charts/chart-config-ui-options.ts
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.imputation.explanation"
msgstr "En raison du type de graphique sélectionné, les valeurs manquantes doivent être remplies. Décidez de la logique d'imputation ou choisissez un autre type de graphique."
#: app/configurator/interactive-filters/interactive-filters-configurator.tsx
#: app/configurator/interactive-filters/interactive-filters-configurator.tsx
msgid "controls.section.interactive.filters"
msgstr "Animation"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.layout-options"
msgstr "Options de présentation"
#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.shared-filters"
msgstr "Filtres partagés"
#: app/charts/shared/use-combined-temporal-dimension.ts
msgid "controls.section.shared-filters.date"
msgstr "Date"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.show-confidence-interval"
msgstr "Afficher l'intervalle de confiance"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.show-confidence-interval.explanation"
msgstr "Afficher les incertitudes"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.show-dots"
msgstr "Afficher les points de données"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.show-standard-error"
msgstr "Afficher l'erreur type"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.show-standard-error.explanation"
msgstr "Montrer les incertitudes via des barres d'erreur"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.sorting"
msgstr "Trier"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.section.tableSettings"
msgstr "Paramètres du tableau"
#: app/configurator/table/table-chart-sorting-options.tsx
msgid "controls.section.tableSorting"
msgstr "Tri du tableau"
#: app/configurator/table/table-chart-configurator.tsx
msgid "controls.section.tableoptions"
msgstr "Options du tableau"
#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.section.title.warning"
msgstr "Ajoutez un titre et une description"
#: app/configurator/components/field-i18n.ts
msgid "controls.segment"
msgstr "Segmentation"
#: app/charts/chart-config-ui-options.ts
#: app/charts/chart-config-ui-options.ts
#: app/charts/chart-config-ui-options.ts
msgid "controls.segment.stacked.disabled-by-scale-type"
msgstr "Le graphique en barres empilées ne peut être activé que si la dimension de l'axe vertical a une échelle de type ratio."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.select.calculation.mode"
msgstr "Mode de visualisation"
#: app/configurator/components/chart-configurator.tsx
#: app/configurator/components/chart-type-selector.tsx
#: app/configurator/table/table-chart-configurator.tsx
msgid "controls.select.chart.type"
msgstr "Type de graphique"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.select.color"
msgstr "Sélectionner une couleur"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.select.column.layout"
msgstr "Mise en forme de la colonne"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle"
msgstr "Style de la colonne"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle.barColorBackground"
msgstr "Couleur de fond"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle.barColorNegative"
msgstr "Couleur des valeurs négatives"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle.barColorPositive"
msgstr "Couleur des valeurs positives"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle.barShowBackground"
msgstr "Afficher la couleur de fond"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle.columnColor"
msgstr "Couleur de la colonne"