From 3f4d67e932001675a52e04d10f37c902f9fefad8 Mon Sep 17 00:00:00 2001 From: Pierre Lasou Date: Tue, 22 Feb 2022 12:19:32 -0500 Subject: [PATCH 1/2] Adding sorting paramaters Adding all missing sorting parameters and their translation in french. --- src/assets/i18n/fr.json5 | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/src/assets/i18n/fr.json5 b/src/assets/i18n/fr.json5 index b5c5032260..2df5e6f493 100644 --- a/src/assets/i18n/fr.json5 +++ b/src/assets/i18n/fr.json5 @@ -4282,11 +4282,31 @@ // "sorting.dc.title.DESC": "Title Descending", "sorting.dc.title.DESC": "Titre décroissant", - // "sorting.score.DESC": "Relevance", - "sorting.score.DESC": "Pertinence", - - + // "sorting.score.ASC": "Least Relevant", + "sorting.score.ASC": "Le moins pertinent", + + // "sorting.score.DESC": "Most Relevant", + "sorting.score.DESC": "Le plus pertinent", + + // "sorting.dc.date.issued.ASC": "Date Issued Ascending", + "sorting.dc.date.issued.ASC": "Date de publication (croissante)", + + // "sorting.dc.date.issued.DESC": "Date Issued Descending", + "sorting.dc.date.issued.DESC": "Date de publication (decroissante)", + + // "sorting.dc.date.accessioned.ASC": "Accessioned Date Ascending", + "sorting.dc.date.accessioned.ASC": "Date de dépôt (croissante)", + + // "sorting.dc.date.accessioned.DESC": "Accessioned Date Descending", + "sorting.dc.date.accessioned.DESC": "Date de dépôt (decroissante)", + + // "sorting.lastModified.ASC": "Last modified Ascending", + "sorting.lastModified.ASC": "Dernière modification (croissante)", + // "sorting.lastModified.DESC": "Last modified Descending", + "sorting.lastModified.ASC": "Dernière modification (descroissante)", + + // "statistics.title": "Statistics", "statistics.title": "Statistiques", From d7c155508fedd08149fbe29c460bb43ff870e4f5 Mon Sep 17 00:00:00 2001 From: Pierre Lasou Date: Tue, 22 Feb 2022 16:05:18 -0500 Subject: [PATCH 2/2] Adding dso-selector.* parameters translation Adding missing parameter and their French translation. --- src/assets/i18n/fr.json5 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/assets/i18n/fr.json5 b/src/assets/i18n/fr.json5 index 2df5e6f493..d3336eb347 100644 --- a/src/assets/i18n/fr.json5 +++ b/src/assets/i18n/fr.json5 @@ -1622,6 +1622,19 @@ // "dso-selector.placeholder": "Search for a {{ type }}", "dso-selector.placeholder": "Rechercher un(e) {{ type }}", + // "dso-selector.select.collection.head": "Select a collection", + "dso-selector.select.collection.head": "Sélectionner une collection", + + // "dso-selector.set-scope.community.head": "Select a search scope", + "dso-selector.set-scope.community.head": "Sélectionnez un champ de recherche", + + // "dso-selector.set-scope.community.button": "Search all of DSpace", + "dso-selector.set-scope.community.button": "Chercher dans toutes les collections", + + // "dso-selector.set-scope.community.input-header": "Search for a community or collection", + "dso-selector.set-scope.community.input-header": "Chercher une communauté ou une collection", + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.header": "Exporter métadonnées de {{ dsoName }}",