Skip to content

Commit 834aebb

Browse files
committed
chore: add translations
1 parent eced357 commit 834aebb

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

i18n/locales/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@
488488
"table_available": "A data table for this chart is available below.",
489489
"table_caption": "Chart data table"
490490
},
491+
"chart_view_combined": "Combined view",
492+
"chart_view_split": "Split view",
491493
"granularity": "Granularity",
492494
"granularity_daily": "Daily",
493495
"granularity_weekly": "Weekly",

i18n/locales/fr-FR.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@
486486
"table_available": "Un tableau de données pour ce graphique est disponible ci-dessous.",
487487
"table_caption": "Tableau de données du graphique"
488488
},
489+
"chart_view_combined": "Vue groupée",
490+
"chart_view_split": "Vue séparée",
489491
"granularity": "Granularité",
490492
"granularity_daily": "Par Jour",
491493
"granularity_weekly": "Par Semaine",

i18n/schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,12 @@
14681468
},
14691469
"additionalProperties": false
14701470
},
1471+
"chart_view_combined": {
1472+
"type": "string"
1473+
},
1474+
"chart_view_split": {
1475+
"type": "string"
1476+
},
14711477
"granularity": {
14721478
"type": "string"
14731479
},

0 commit comments

Comments
 (0)