File tree Expand file tree Collapse file tree 7 files changed +14
-6
lines changed
Expand file tree Collapse file tree 7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ const chartConfig = computed(() => {
174174 fontSize: isMobile .value ? 24 : 16 ,
175175 color: pending .value ? colors .value .border : colors .value .fgSubtle ,
176176 axis: {
177- yLabel: ' Downloads ' ,
177+ yLabel: $t ( ' package.versions.y_axis_label ' ) ,
178178 yLabelOffsetX: 12 ,
179179 fontSize: isMobile .value ? 32 : 24 ,
180180 },
Original file line number Diff line number Diff line change 297297 "recent_versions_only_tooltip" : " Show only versions published within the last year." ,
298298 "show_low_usage" : " Show low usage versions" ,
299299 "show_low_usage_tooltip" : " Include version groups with less than 1% of total downloads." ,
300- "date_range_tooltip" : " Last week of version distributions only"
300+ "date_range_tooltip" : " Last week of version distributions only" ,
301+ "y_axis_label" : " Downloads"
301302 },
302303 "dependencies" : {
303304 "title" : " Dependency ({count}) | Dependencies ({count})" ,
Original file line number Diff line number Diff line change 288288 "more_tagged" : " jeszcze {count}" ,
289289 "all_covered" : " Wszystkie wersje są objęte powyższymi tagami" ,
290290 "deprecated_title" : " {version} (przestarzała)" ,
291- "view_all" : " Zobacz wszystkie {count} wersje | Zobacz {count} wersję | Zobacz {count} wersje | Zobacz {count} wersji | Zobacz {count} wersji"
291+ "view_all" : " Zobacz wszystkie {count} wersje | Zobacz {count} wersję | Zobacz {count} wersje | Zobacz {count} wersji | Zobacz {count} wersji" ,
292+ "y_axis_label" : " Pobrania"
292293 },
293294 "dependencies" : {
294295 "title" : " Zależności ({count})" ,
Original file line number Diff line number Diff line change 897897 },
898898 "date_range_tooltip" : {
899899 "type" : " string"
900+ },
901+ "y_axis_label" : {
902+ "type" : " string"
900903 }
901904 },
902905 "additionalProperties" : false
Original file line number Diff line number Diff line change 296296 "recent_versions_only_tooltip" : " Show only versions published within the last year." ,
297297 "show_low_usage" : " Show low usage versions" ,
298298 "show_low_usage_tooltip" : " Include version groups with less than 1% of total downloads." ,
299- "date_range_tooltip" : " Last week of version distributions only"
299+ "date_range_tooltip" : " Last week of version distributions only" ,
300+ "y_axis_label" : " Downloads"
300301 },
301302 "dependencies" : {
302303 "title" : " Dependency ({count}) | Dependencies ({count})" ,
Original file line number Diff line number Diff line change 296296 "recent_versions_only_tooltip" : " Show only versions published within the last year." ,
297297 "show_low_usage" : " Show low usage versions" ,
298298 "show_low_usage_tooltip" : " Include version groups with less than 1% of total downloads." ,
299- "date_range_tooltip" : " Last week of version distributions only"
299+ "date_range_tooltip" : " Last week of version distributions only" ,
300+ "y_axis_label" : " Downloads"
300301 },
301302 "dependencies" : {
302303 "title" : " Dependency ({count}) | Dependencies ({count})" ,
Original file line number Diff line number Diff line change 287287 "more_tagged" : " jeszcze {count}" ,
288288 "all_covered" : " Wszystkie wersje są objęte powyższymi tagami" ,
289289 "deprecated_title" : " {version} (przestarzała)" ,
290- "view_all" : " Zobacz wszystkie {count} wersje | Zobacz {count} wersję | Zobacz {count} wersje | Zobacz {count} wersji | Zobacz {count} wersji"
290+ "view_all" : " Zobacz wszystkie {count} wersje | Zobacz {count} wersję | Zobacz {count} wersje | Zobacz {count} wersji | Zobacz {count} wersji" ,
291+ "y_axis_label" : " Pobrania"
291292 },
292293 "dependencies" : {
293294 "title" : " Zależności ({count})" ,
You can’t perform that action at this time.
0 commit comments