You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
altCopy: undefined, //TODO: set to proper translation key
203
+
altCopy: $t('package.trends.copy_alt.button_label'), //Do not make this text dependant on the `copied` variable, since this would re-render the component, which is undesirable if the minimap was used to select a time frame.
Copy file name to clipboardExpand all lines: i18n/locales/en.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,11 @@
312
312
"filter_help": "Semver range filter help",
313
313
"filter_tooltip": "Filter versions using a {link}. For example, ^3.0.0 shows all 3.x versions.",
314
314
"filter_tooltip_link": "semver range",
315
-
"no_matches": "No versions match this range"
315
+
"no_matches": "No versions match this range",
316
+
"copy_alt": {
317
+
"per_version_analysis": "{version} version was downloaded {downloads} times",
318
+
"general_description": "Bar chart showing per-version downloads for {versions_count} {semver_grouping_mode} versions of the {package_name} package, {date_range_label} from the {first_version} version to the {last_version} version. The most downloaded version is {max_downloaded_version} with {max_version_downloads} downloads. {per_version_analysis} {watermark}."
Copy file name to clipboardExpand all lines: i18n/locales/fr-FR.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,11 @@
312
312
"filter_help": "Infos sur le filtre de plage semver",
313
313
"filter_tooltip": "Filtrer les versions avec une {link}. Par exemple, ^3.0.0 affiche toutes les versions 3.x.",
314
314
"filter_tooltip_link": "plage semver",
315
-
"no_matches": "Aucune version ne correspond à cette plage"
315
+
"no_matches": "Aucune version ne correspond à cette plage",
316
+
"copy_alt": {
317
+
"per_version_analysis": "La version {version} a été téléchargée {downloads} fois",
318
+
"general_description": "Graphique en barres montrant les téléchargements par version pour {versions_count} versions {semver_grouping_mode} du paquet {package_name}, {date_range_label} de la version {first_version} à la version {last_version}. La version la plus téléchargée est {max_downloaded_version} avec {max_version_downloads} téléchargements. {per_version_analysis} {watermark}."
Copy file name to clipboardExpand all lines: lunaria/files/en-GB.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,11 @@
311
311
"filter_help": "Semver range filter help",
312
312
"filter_tooltip": "Filter versions using a {link}. For example, ^3.0.0 shows all 3.x versions.",
313
313
"filter_tooltip_link": "semver range",
314
-
"no_matches": "No versions match this range"
314
+
"no_matches": "No versions match this range",
315
+
"copy_alt": {
316
+
"per_version_analysis": "{version} version was downloaded {downloads} times",
317
+
"general_description": "Bar chart showing per-version downloads for {versions_count} {semver_grouping_mode} versions of the {package_name} package, {date_range_label} from the {first_version} version to the {last_version} version. The most downloaded version is {max_downloaded_version} with {max_version_downloads} downloads. {per_version_analysis} {watermark}."
Copy file name to clipboardExpand all lines: lunaria/files/en-US.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,11 @@
311
311
"filter_help": "Semver range filter help",
312
312
"filter_tooltip": "Filter versions using a {link}. For example, ^3.0.0 shows all 3.x versions.",
313
313
"filter_tooltip_link": "semver range",
314
-
"no_matches": "No versions match this range"
314
+
"no_matches": "No versions match this range",
315
+
"copy_alt": {
316
+
"per_version_analysis": "{version} version was downloaded {downloads} times",
317
+
"general_description": "Bar chart showing per-version downloads for {versions_count} {semver_grouping_mode} versions of the {package_name} package, {date_range_label} from the {first_version} version to the {last_version} version. The most downloaded version is {max_downloaded_version} with {max_version_downloads} downloads. {per_version_analysis} {watermark}."
Copy file name to clipboardExpand all lines: lunaria/files/fr-FR.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,11 @@
311
311
"filter_help": "Infos sur le filtre de plage semver",
312
312
"filter_tooltip": "Filtrer les versions avec une {link}. Par exemple, ^3.0.0 affiche toutes les versions 3.x.",
313
313
"filter_tooltip_link": "plage semver",
314
-
"no_matches": "Aucune version ne correspond à cette plage"
314
+
"no_matches": "Aucune version ne correspond à cette plage",
315
+
"copy_alt": {
316
+
"per_version_analysis": "La version {version} a été téléchargée {downloads} fois",
317
+
"general_description": "Graphique en barres montrant les téléchargements par version pour {versions_count} versions {semver_grouping_mode} du paquet {package_name}, {date_range_label} de la version {first_version} à la version {last_version}. La version la plus téléchargée est {max_downloaded_version} avec {max_version_downloads} téléchargements. {per_version_analysis} {watermark}."
0 commit comments