diff --git a/src/translations/en.json b/src/translations/en.json index 56284d34..d0b47ee4 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1274,6 +1274,7 @@ "app.national-data.general.voies-ouverture.chart-data-used.comments": "This graph shows, by publication year, the proportion of publications for which a mention of data use was detected. This detection is achieved through an automatic analysis of the full text by the DataStet tool.", "app.national-data.general.voies-ouverture.chart-data-shared-among-all.title": "Proportion of publications in France that mention data sharing among the publications analyzed", "app.national-data.general.voies-ouverture.chart-data-shared-among-all.tooltip": "Publication year {point.x}
{point.y:.2f} % of publications ((commentsName)) mention a data sharing
({point.y_abs} / {point.y_tot} publications and {point.y_unk} publications where the detection has not been done)", + "app.national-data.general.voies-ouverture.chart-data-shared-among-all.comments": "This graph shows, by publication year, the proportion of publications for which a mention of data sharing has been detected, among the publications analyzed. This detection is achieved through an automatic analysis of the full text by the DataStet tool.", "app.national-publi.general.impact-financement.chart-business-model.title": "Distribution by economic model of articles disseminated in open access by the publisher, for articles {commentsName}, compared to all French articles", "app.national-software.disciplines.creation.title": "What is the level of code or software creation by discipline?", "app.national-software.disciplines.partage.title": "What is the level of code or software sharing by discipline?", diff --git a/src/translations/fr.json b/src/translations/fr.json index 0d21a30a..1f86d01c 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -141,6 +141,7 @@ "app.national-data.general.voies-ouverture.chart-data-used.comments": "Ce graphique montre, par année de publication, la proportion de publications pour lesquelles une mention d'utilisation de données a été détectée. Cette détection est réalisée grâce à une analyse automatique du texte intégral par l'outil DataStet.", "app.national-data.general.voies-ouverture.chart-data-shared-among-all.title": "Proportion de publications françaises qui mentionnent le partage de données parmi les publications analysées", "app.national-data.general.voies-ouverture.chart-data-shared-among-all.tooltip": "Année de publication {point.x}
{point.y:.2f} % des publications ((commentsName)) mentionnent le partage de données
({point.y_abs} / {point.y_tot} publications et {point.y_unk} publications pour lesquelles la détection n'a pas été effectuée)", + "app.national-data.general.voies-ouverture.chart-data-shared-among-all.comments": "Ce graphique montre, par année de publication, la proportion de publications pour lesquelles une mention de partage de données a été détectée, parmi l'ensemble des publications analysées. Cette détection est réalisée grâce à une analyse automatique du texte intégral par l'outil DataStet.", "app.national-software.general.utilisation.title": "Quelle est la dynamique d'utilisation de code ou logiciels dans les publications en France ?", "app.national-software.disciplines.partage.title": "Quel est le niveau de partage de code ou logiciels par discipline ?", "app.national-software.disciplines.creation.title": "Quel est le niveau de création de code ou logiciels par discipline ?",