File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1637,7 +1637,7 @@ const isSparklineLayout = shallowRef(false)
16371637 v-if =" isMultiPackageMode"
16381638 class =" inline-flex items-center gap-1 rounded-md border border-border-subtle bg-bg-subtle p-0.5 mt-4 mb-8"
16391639 role =" tablist"
1640- :aria-label =" 'Chart layout toggle' "
1640+ :aria-label =" $t('package.trends.chart_view_toggle') "
16411641 >
16421642 <button
16431643 id =" combined-chart-layout-tab"
Original file line number Diff line number Diff line change 488488 "table_available" : " A data table for this chart is available below." ,
489489 "table_caption" : " Chart data table"
490490 },
491+ "chart_view_toggle" : " Toggle view" ,
491492 "chart_view_combined" : " Combined view" ,
492493 "chart_view_split" : " Split view" ,
493494 "granularity" : " Granularity" ,
Original file line number Diff line number Diff line change 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_toggle" : " Changer de vue" ,
489490 "chart_view_combined" : " Vue groupée" ,
490491 "chart_view_split" : " Vue séparée" ,
491492 "granularity" : " Granularité" ,
Original file line number Diff line number Diff line change 14681468 },
14691469 "additionalProperties" : false
14701470 },
1471+ "chart_view_toggle" : {
1472+ "type" : " string"
1473+ },
14711474 "chart_view_combined" : {
14721475 "type" : " string"
14731476 },
You can’t perform that action at this time.
0 commit comments