File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ const indexSelection = computed(() => {
451451 <div style =" width : 100% " class =" font-mono border-b border-border" >
452452 <div class =" mt-4 flex flex-row flex-wrap items-center justify-between gap-4" >
453453 <TabRoot v-model =" activeTab" default-value =" totalSize" id-prefix =" timeline" >
454- <TabList :ariaLabel =" $t('compare.packages.section_comparison ')" >
454+ <TabList :ariaLabel =" $t('package.timeline.chart.tab_aria_label ')" >
455455 <TabItem value =" totalSize" tab-id =" timeline-totalSize" icon =" i-lucide:package-open" >
456456 {{ $t('package.stats.install_size') }}
457457 </TabItem >
Original file line number Diff line number Diff line change 589589 "provenance_added" : " Provenance enabled" ,
590590 "provenance_removed" : " Provenance removed" ,
591591 "chart" : {
592+ "tab_aria_label" : " Metric selection" ,
592593 "base_scale" : " Start y-axis at zero" ,
593594 "copy_alt" : {
594595 "key_changes" : " Key changes: {version_events}." ,
Original file line number Diff line number Diff line change 577577 "provenance_added" : " Preuve de provenance ajoutée" ,
578578 "provenance_removed" : " Preuve de provenance enlevée" ,
579579 "chart" : {
580+ "tab_aria_label" : " Sélection de métrique" ,
580581 "base_scale" : " Positionner les ordonnées à zéro" ,
581582 "copy_alt" : {
582583 "key_changes" : " Principaux changements: {version_events}" ,
Original file line number Diff line number Diff line change 17711771 "chart" : {
17721772 "type" : " object" ,
17731773 "properties" : {
1774+ "tab_aria_label" : {
1775+ "type" : " string"
1776+ },
17741777 "base_scale" : {
17751778 "type" : " string"
17761779 },
You can’t perform that action at this time.
0 commit comments