-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmessages.po
1715 lines (1313 loc) · 51.1 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: en\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 "Add filter"
#: app/components/move-drag-button.tsx
msgid "Drag filters to reorganize"
msgstr "Drag filters to reorganize"
#: app/browser/dataset-browse.tsx
#: app/components/select-tree.tsx
msgid "No results"
msgstr "No results"
#: app/configurator/components/annotators.tsx
msgid "annotation.add.description"
msgstr "[ No Description ]"
#: app/configurator/components/annotators.tsx
#: app/login/components/profile-tables.tsx
msgid "annotation.add.title"
msgstr "[ No Title ]"
#: app/browser/dataset-browse.tsx
msgid "browse-panel.organizations"
msgstr "Organizations"
#: app/browser/dataset-browse.tsx
msgid "browse-panel.termsets"
msgstr "Concepts"
#: app/browser/dataset-browse.tsx
msgid "browse-panel.termsets.explanation"
msgstr "Concepts represent values that can be shared across different dimensions and datasets."
#: app/browser/dataset-browse.tsx
msgid "browse-panel.themes"
msgstr "Categories"
#: app/login/components/profile-header.tsx
msgid "browse.dataset.all"
msgstr "Browse all datasets"
#: app/browser/dataset-preview.tsx
#: app/browser/dataset-preview.tsx
msgid "browse.dataset.create-visualization"
msgstr "Start a visualization"
#: app/browser/select-dataset-step.tsx
msgid "browse.datasets.description"
msgstr "Explore datasets provided by the LINDAS Linked Data Service by either filtering by categories or organizations or search directly for specific keywords. Click on a dataset to see more detailed information and start creating your own visualizations."
#: app/components/metadata-panel.tsx
#: app/configurator/components/add-dataset-dialog.tsx
msgid "button.back"
msgstr "Back"
#: app/configurator/components/add-dataset-dialog.tsx
msgid "button.confirm"
msgstr "Confirm"
#: app/pages/v/[chartId].tsx
msgid "button.copy.visualization"
msgstr "Copy and edit this visualization"
#: app/components/data-download.tsx
msgid "button.download"
msgstr "Download"
#: app/components/data-download.tsx
msgid "button.download.data"
msgstr "Download data"
#: app/components/data-download.tsx
msgid "button.download.data.all"
msgstr "Full dataset"
#: app/components/data-download.tsx
msgid "button.download.data.visible"
msgstr "Chart dataset"
#: app/components/publish-actions.tsx
msgid "button.embed"
msgstr "Embed"
#: app/components/copy-to-clipboard-text-input.tsx
#: app/components/copy-to-clipboard-text-input.tsx
msgid "button.hint.click.to.copy"
msgstr "Click to copy"
#: app/components/copy-to-clipboard-text-input.tsx
msgid "button.hint.copied"
msgstr "Copied!"
#: app/configurator/components/configurator.tsx
msgid "button.layout"
msgstr "Proceed to layout options"
#: app/pages/v/[chartId].tsx
msgid "button.new.visualization"
msgstr "Create New Visualization"
#: app/configurator/components/configurator.tsx
msgid "button.publish"
msgstr "Publish"
#: app/configurator/components/configurator.tsx
msgid "button.save-draft"
msgstr "Save draft"
#: app/configurator/components/configurator.tsx
msgid "button.save-draft.error"
msgstr "Could not save draft"
#: app/configurator/components/configurator.tsx
msgid "button.save-draft.saved"
msgstr "Draft saved in [My visualisations](/profile)"
#: app/components/chart-shared.tsx
#: app/components/publish-actions.tsx
msgid "button.share"
msgstr "Share"
#: app/configurator/components/configurator.tsx
msgid "button.update"
msgstr "Update this visualization"
#: app/configurator/components/configurator.tsx
msgid "button.update.warning"
msgstr "Keep in mind that updating this visualization will affect all the places where it might be already embedded!"
#: app/components/chart-shared.tsx
msgid "chart-controls.chart-view"
msgstr "Chart view"
#: app/components/chart-shared.tsx
msgid "chart-controls.copy-and-edit"
msgstr "Copy and edit"
#: app/components/chart-selection-tabs.tsx
#: app/components/chart-shared.tsx
msgid "chart-controls.delete"
msgstr "Delete"
#: app/components/chart-shared.tsx
msgid "chart-controls.delete.confirmation"
msgstr "Are you sure you want to delete this chart?"
#: app/components/chart-shared.tsx
msgid "chart-controls.delete.title"
msgstr "Delete chart?"
#: app/components/chart-shared.tsx
msgid "chart-controls.duplicate"
msgstr "Duplicate"
#: app/components/chart-shared.tsx
msgid "chart-controls.edit"
msgstr "Edit"
#: app/components/chart-selection-tabs.tsx
msgid "chart-controls.edit-tab-label"
msgstr "Edit tab label"
#: app/components/chart-shared.tsx
msgid "chart-controls.export"
msgstr "Export"
#: app/components/dataset-metadata.tsx
msgid "chart-controls.sparql-query"
msgstr "SPARQL query"
#: app/components/chart-shared.tsx
msgid "chart-controls.table-view"
msgstr "Table view"
#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.add-chart"
msgstr "Add chart"
#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.add-chart-different-dataset.button"
msgstr "Select dataset"
#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.add-chart-different-dataset.caption"
msgstr "Add chart based on a different dataset"
#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.add-chart-same-dataset.caption"
msgstr "Add chart based on the same dataset"
#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.no-label"
msgstr "No label"
#: app/configurator/components/dataset-control-section.tsx
msgid "chart.datasets.add"
msgstr "Add dataset"
#: app/configurator/components/add-dataset-dialog.tsx
msgid "chart.datasets.add-dataset-dialog.description"
msgstr "You can only combine datasets that share dimensions with the same unit and resolution. By default, dimensions matching the current chart are selected."
#: app/configurator/components/add-dataset-dialog.tsx
msgid "chart.datasets.add-dataset-dialog.title"
msgstr "Select dataset with shared dimensions"
#: app/browser/select-dataset-step.tsx
msgid "chart.datasets.add-dataset-drawer.title"
msgstr "Select dataset"
#: app/configurator/components/field-i18n.ts
msgid "chart.map.layers.area"
msgstr "Areas"
#: 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 "Map Display"
#: app/configurator/components/chart-options-selector.tsx
msgid "chart.map.layers.base.show"
msgstr "Show Worldmap"
#: app/configurator/components/chart-options-selector.tsx
msgid "chart.map.layers.base.view.locked"
msgstr "Locked view"
#: app/configurator/components/field-i18n.ts
msgid "chart.map.layers.symbol"
msgstr "Symbols"
#: app/charts/table/table.tsx
msgid "chart.published.toggle.mobile.view"
msgstr "Compact view"
#: app/charts/table/table.tsx
msgid "chart.table.number.of.lines"
msgstr "Total number of lines:"
#: app/components/chart-selection-tabs.tsx
msgid "chat-preview.delete.confirmation"
msgstr "Are you sure you want to delete this chart?"
#: app/components/chart-selection-tabs.tsx
msgid "chat-preview.delete.title"
msgstr "Delete chart?"
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.bar"
msgstr "Bar Chart"
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.categories"
msgstr "Categories"
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.heatmap"
msgstr "Heat Map"
#: 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 "Text"
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.textStyle.bold"
msgstr "Bold"
#: app/configurator/table/table-chart-options.tsx
msgid "columnStyle.textStyle.regular"
msgstr "Regular"
#: app/configurator/components/field-i18n.ts
msgid "controls.abbreviations"
msgstr "Use abbreviations"
#: app/configurator/components/chart-type-selector.tsx
msgid "controls.add.chart"
msgstr "Add another chart."
#: 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 "Please add a description"
#: app/configurator/components/annotators.tsx
msgid "controls.annotator.add-tab-label-warning"
msgstr "Please add a tab label"
#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.annotator.add-title-warning"
msgstr "Please add a title"
#: app/configurator/components/field-i18n.ts
msgid "controls.axis.horizontal"
msgstr "Horizontal Axis"
#: app/configurator/components/field-i18n.ts
msgid "controls.axis.vertical"
msgstr "Vertical Axis"
#: app/configurator/components/field-i18n.ts
msgid "controls.bar.grouped"
msgstr "Grouped"
#: app/configurator/components/field-i18n.ts
msgid "controls.bar.stacked"
msgstr "Stacked"
#: app/charts/chart-config-ui-options.ts
#: app/charts/chart-config-ui-options.ts
msgid "controls.calculation.disabled-by-grouped"
msgstr "100% mode can't be used with grouped layout."
#: 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 "Show in %"
#: app/configurator/components/chart-type-selector.tsx
msgid "controls.chart.category.combo"
msgstr "Comparison"
#: app/configurator/components/chart-type-selector.tsx
msgid "controls.chart.category.combo.hint"
msgstr "Comparison chart types combine several measures in a chart, helping to visualize their relationships or correlations, even when they have different units or scales."
#: app/configurator/components/chart-type-selector.tsx
msgid "controls.chart.category.regular"
msgstr "Regular"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.column-measure"
msgstr "Left axis (column)"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.combine-different-unit"
msgstr "Note that you can only combine measures of different units."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.combine-same-unit"
msgstr "Note that you can only combine measures of the same unit."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.common-unit"
msgstr "Common unit"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.left-axis-measure"
msgstr "Left axis measure"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.line-measure"
msgstr "Right axis (line)"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.no-compatible-measures"
msgstr "No compatible measures to combine!"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.no-unit"
msgstr "No unit"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.chart.combo.y.right-axis-measure"
msgstr "Right axis measure"
#: app/charts/index.ts
msgid "controls.chart.disabled.categorical"
msgstr "At least one categorical dimension is required."
#: app/charts/index.ts
msgid "controls.chart.disabled.different-unit"
msgstr "At least two numerical measures with different units are required."
#: app/charts/index.ts
msgid "controls.chart.disabled.geographical"
msgstr "At least one geographical dimension is required."
#: app/charts/index.ts
msgid "controls.chart.disabled.multiple-measures"
msgstr "At least two numerical measures are required."
#: app/charts/index.ts
msgid "controls.chart.disabled.numerical"
msgstr "At least one numerical measure is required."
#: app/charts/index.ts
msgid "controls.chart.disabled.same-unit"
msgstr "At least two numerical measures with the same unit are required."
#: app/charts/index.ts
#: app/charts/index.ts
msgid "controls.chart.disabled.temporal"
msgstr "At least one temporal dimension is required."
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.area"
msgstr "Areas"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.bar"
msgstr "Bars"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.column"
msgstr "Columns"
#: 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 "Lines"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.map"
msgstr "Map"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.pie"
msgstr "Pie"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.scatterplot"
msgstr "Scatterplot"
#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.table"
msgstr "Table"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.color"
msgstr "Color"
#: app/configurator/components/chart-controls/control-tab.tsx
msgid "controls.color.add"
msgstr "Add…"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.opacity"
msgstr "Opacity"
#: app/configurator/components/chart-controls/color-palette.tsx
#: app/configurator/components/chart-controls/color-ramp.tsx
msgid "controls.color.palette"
msgstr "Color palette"
#: app/configurator/components/chart-controls/color-ramp.tsx
msgid "controls.color.palette.diverging"
msgstr "Diverging"
#: app/configurator/components/chart-controls/color-palette.tsx
msgid "controls.color.palette.reset"
msgstr "Reset color palette"
#: app/configurator/components/chart-controls/color-ramp.tsx
msgid "controls.color.palette.sequential"
msgstr "Sequential"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.discretization.jenks"
msgstr "Jenks (natural breaks)"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.discretization.quantiles"
msgstr "Quantiles (equal distribution of values)"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.discretization.quantize"
msgstr "Quantize (equal intervals)"
#: 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 "Number of classes"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.type.continuous"
msgstr "Continuous"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.scale.type.discrete"
msgstr "Discrete"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.color.select"
msgstr "Select a color"
#: app/configurator/components/chart-controls/color-picker.tsx
msgid "controls.colorpicker.open"
msgstr "Open Color Picker"
#: app/configurator/components/field-i18n.ts
msgid "controls.column.grouped"
msgstr "Grouped"
#: app/configurator/components/field-i18n.ts
msgid "controls.column.stacked"
msgstr "Stacked"
#: 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 "No Filter"
#: app/configurator/components/filters.tsx
msgid "controls.filter.nb-elements"
msgstr "{0} of {1}"
#: app/configurator/components/filters.tsx
msgid "controls.filter.select.all"
msgstr "Select all"
#: app/configurator/components/filters.tsx
msgid "controls.filter.select.none"
msgstr "Select none"
#: app/configurator/components/field.tsx
msgid "controls.filter.use-most-recent"
msgstr "Use most recent"
#: app/configurator/components/filters.tsx
msgid "controls.filter.use-most-recent-explanation"
msgstr "When the publisher updates this dataset, the most recent date will be selected by default."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.filters.interactive.calculation"
msgstr "Allow users to change chart mode"
#: app/charts/shared/legend-color.tsx
msgid "controls.filters.interactive.color.min-1-filter"
msgstr "At least one filter must be selected."
#: 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 "Interactive"
#: app/configurator/components/filters.tsx
#: app/configurator/interactive-filters/interactive-filters-configurator.tsx
msgid "controls.filters.interactive.tooltip"
msgstr "Allow users to change filters"
#: app/configurator/components/filters.tsx
#: app/configurator/components/layout-configurator.tsx
#: app/configurator/components/layout-configurator.tsx
msgid "controls.filters.select.from"
msgstr "From"
#: app/configurator/components/chart-controls/color-palette.tsx
msgid "controls.filters.select.refresh-colors"
msgstr "Shuffle colors"
#: app/configurator/components/filters.tsx
msgid "controls.filters.select.reset-colors"
msgstr "Reset colors"
#: app/configurator/components/filters.tsx
msgid "controls.filters.select.selected-filters"
msgstr "Selected filters"
#: app/configurator/components/filters.tsx
#: app/configurator/components/layout-configurator.tsx
#: app/configurator/components/layout-configurator.tsx
msgid "controls.filters.select.to"
msgstr "To"
#: app/configurator/table/table-chart-configurator.tsx
msgid "controls.groups.empty-help"
msgstr "Drag and drop columns here to make groups."
#: app/configurator/components/field-i18n.ts
msgid "controls.imputation"
msgstr "Imputation type"
#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.imputation.type.linear"
msgstr "Linear interpolation"
#: 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 "Zeros"
#: app/configurator/components/field-i18n.ts
msgid "controls.label"
msgstr "Tab label"
#: app/components/rename-dialog.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.language.english"
msgstr "English"
#: app/components/rename-dialog.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.language.french"
msgstr "French"
#: app/components/rename-dialog.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.language.german"
msgstr "German"
#: app/components/rename-dialog.tsx
#: app/configurator/components/field-i18n.ts
msgid "controls.language.italian"
msgstr "Italian"
#: app/configurator/components/field-i18n.ts
msgid "controls.layout.canvas"
msgstr "Free canvas"
#: app/login/components/profile-tables.tsx
msgid "controls.layout.chart"
msgstr "Chart"
#: 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 "Preview with large width"
#: app/configurator/components/preview-breakpoint.tsx
msgid "controls.layout.preview-md"
msgstr "Preview with medium width"
#: app/configurator/components/preview-breakpoint.tsx
msgid "controls.layout.preview-sm"
msgstr "Preview with small width"
#: app/configurator/components/preview-breakpoint.tsx
msgid "controls.layout.preview-xl"
msgstr "Preview with extra large width"
#: app/configurator/components/field-i18n.ts
msgid "controls.layout.singleURLs"
msgstr "Separate URLs"
#: app/configurator/components/configurator.tsx
msgid "controls.layout.singleURLs.publish"
msgstr "Select the charts to publish separately. After proceeding to publish, the selected charts will be opened in individual tabs."
#: app/configurator/components/field-i18n.ts
msgid "controls.layout.tab"
msgstr "Tab Layout"
#: app/configurator/components/field-i18n.ts
msgid "controls.layout.tall"
msgstr "Tall"
#: app/configurator/components/field-i18n.ts
msgid "controls.layout.vertical"
msgstr "Vertical"
#: app/configurator/components/field-i18n.ts
msgid "controls.measure"
msgstr "Measure"
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.available-values"
msgstr "Available values"
#: app/components/metadata-panel.tsx
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.metadata"
msgstr "Details"
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.section.data"
msgstr "Data"
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.section.general"
msgstr "General"
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.show-more"
msgstr "Show more"
#: app/configurator/components/configurator.tsx
msgid "controls.nav.back-to-configurator"
msgstr "Back to editing"
#: app/configurator/components/configurator.tsx
msgid "controls.nav.back-to-main"
msgstr "Back to main"
#: app/configurator/components/configurator.tsx
msgid "controls.nav.back-to-preview"
msgstr "Back to preview"
#: 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 "None"
#: app/configurator/components/chart-controls/control-tab.tsx
msgid "controls.option.isActive"
msgstr "On"
#: app/configurator/components/chart-controls/control-tab.tsx
msgid "controls.option.isNotActive"
msgstr "Off"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.scale.type"
msgstr "Scale type"
#: app/components/form.tsx
msgid "controls.search.clear"
msgstr "Clear search field"
#: app/charts/chart-config-ui-options.ts
msgid "controls.section.animation.disabled-by-sorting"
msgstr "Animation is disabled when sorting by total size."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.duration"
msgstr "Animation Duration"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.dynamic-scaling"
msgstr "Dynamic Scaling"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.dynamic-scaling.explanation"
msgstr "Enable dynamic scaling to adjust the chart's scale based on the data range, ensuring optimal visualization."
#: app/charts/chart-config-ui-options.ts
msgid "controls.section.animation.no-available-temporal-dimensions"
msgstr "There are no available temporal dimensions to use. Change some of the following encodings: {fields} to enable animation."
#: app/charts/chart-config-ui-options.ts
msgid "controls.section.animation.no-temporal-dimensions"
msgstr "There is no dimension that can be animated."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.settings"
msgstr "Animation Settings"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.show-play-button"
msgstr "Show Play button"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.type"
msgstr "Animation Type"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.type.continuous"
msgstr "Continuous"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.type.explanation"
msgstr "Use the Stepped type to make the animation jump between data points at fixed intervals. This mode is useful when you want to animate data using a time dimension with a non-uniform distribution of dates."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.animation.type.stepped"
msgstr "Stepped"
#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.chart.options"
msgstr "Chart Options"
#: app/configurator/table/table-chart-configurator.tsx
msgid "controls.section.columns"
msgstr "Columns"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.section.columnstyle"
msgstr "Column Style"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.data-points"
msgstr "Data Points"
#: app/components/chart-filters-list.tsx
#: app/components/chart-filters-list.tsx
#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.data.filters"
msgstr "Filters"
#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.data.filters.none"
msgstr "No filters"
#: app/charts/shared/chart-data-filters.tsx
#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.data.filters.possible-filters-error"
msgstr "An error happened while fetching possible filters, please retry later or reload the page."
#: app/configurator/components/dataset-control-section.tsx
msgid "controls.section.datasets.title"
msgstr "Datasets"
#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.section.description"
msgstr "Title & Description"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.dots-size"
msgstr "Select a Size"
#: 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 "Filter"
#: app/configurator/table/table-chart-configurator.tsx
msgid "controls.section.groups"
msgstr "Groups"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.imputation"
msgstr "Missing values"
#: app/charts/chart-config-ui-options.ts
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.imputation.explanation"
msgstr "For this chart type, replacement values should be assigned to missing values. Decide on the imputation logic or switch to another chart type."
#: 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 "Layout Options"
#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.shared-filters"
msgstr "Shared filters"
#: 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 "Show confidence interval"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.show-confidence-interval.explanation"
msgstr "Show uncertainties extending from data points to represent confidence intervals"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.show-dots"
msgstr "Show Data Points"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.show-standard-error"
msgstr "Show standard error"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.show-standard-error.explanation"
msgstr "Show uncertainties extending from data points to represent standard errors"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.section.sorting"
msgstr "Sort"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.section.tableSettings"
msgstr "Table Settings"
#: app/configurator/table/table-chart-sorting-options.tsx
msgid "controls.section.tableSorting"
msgstr "Table Sorting"
#: app/configurator/table/table-chart-configurator.tsx
msgid "controls.section.tableoptions"
msgstr "Table Options"
#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.section.title.warning"
msgstr "Please add a title or 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 "Stacked layout can only be enabled if the vertical axis dimension has a ratio scale."
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.select.calculation.mode"
msgstr "Chart mode"
#: 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 "Chart Type"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.select.color"
msgstr "Select a color"
#: app/configurator/components/chart-options-selector.tsx
msgid "controls.select.column.layout"
msgstr "Column layout"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle"
msgstr "Column Style"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle.barColorBackground"
msgstr "Background color"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle.barColorNegative"
msgstr "Negative bar color"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle.barColorPositive"
msgstr "Positive bar color"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle.barShowBackground"
msgstr "Show bar background"
#: app/configurator/table/table-chart-options.tsx
msgid "controls.select.columnStyle.columnColor"
msgstr "Column Color"