mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Merge pull request #4032 from DSpace/backport-4020-to-dspace-8_x
[Port dspace-8_x] Changes to fr.json5 following version 8.1
This commit is contained in:
@@ -1471,11 +1471,11 @@
|
||||
// "browse.startsWith.type_text": "Type the first few letters and click on the Browse button",
|
||||
"browse.startsWith.type_text": "Ou saisir les premières lettres puis cliquer sur le bouton « Parcourir »",
|
||||
|
||||
// "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}",
|
||||
"browse.title": "Parcourir la collection {{ collection }} par {{ field }} {{ value }}",
|
||||
// "browse.title": "Browsing by {{ field }}{{ startsWith }} {{ value }}",
|
||||
"browse.title": "Parcourir par {{ field }}{{ startsWith }} {{ value }}",
|
||||
|
||||
//"browse.title.page": "Browsing {{ collection }} by {{ field }} {{ value }}",
|
||||
"browse.title.page": "Parcourir la collection {{ collection }} par {{ field }} {{ value }}",
|
||||
//"browse.title.page": "Browsing by {{ field }} {{ value }}",
|
||||
"browse.title.page": "Parcourir par {{ field }} {{ value }}",
|
||||
|
||||
//"search.browse.item-back": "Back to Results",
|
||||
"search.browse.item-back": "Retour aux résultats",
|
||||
@@ -2682,6 +2682,66 @@
|
||||
// "grant-request-copy.success": "Successfully granted item request",
|
||||
"grant-request-copy.success": "Demande de copie de document acceptée avec succès",
|
||||
|
||||
//"health.breadcrumbs": "Health",
|
||||
"health.breadcrumbs": "Santé du système",
|
||||
|
||||
// "health-page.heading": "Health",
|
||||
"health-page.heading": "Santé",
|
||||
|
||||
// "health-page.info-tab": "Info",
|
||||
"health-page.info-tab": "Info",
|
||||
|
||||
//"health-page.status-tab": "Status",
|
||||
"health-page.status-tab": "Statut",
|
||||
|
||||
//"health-page.error.msg": "The health check service is temporarily unavailable",
|
||||
"health-page.error.msg": "Le service de vérification de la santé du système n'est pas disponible",
|
||||
|
||||
//"health-page.property.status": "Status code",
|
||||
"health-page.property.status": "Code de statut",
|
||||
|
||||
//"health-page.section.db.title": "Database",
|
||||
"health-page.section.db.title": "Base de données",
|
||||
|
||||
// "health-page.section.geoIp.title": "GeoIp",
|
||||
"health-page.section.geoIp.title": "GeoIp",
|
||||
|
||||
// "health-page.section.solrAuthorityCore.title": "Solr: authority core",
|
||||
"health-page.section.solrAuthorityCore.title": "Solr: authority core",
|
||||
|
||||
//"health-page.section.solrOaiCore.title": "Solr: oai core",
|
||||
"health-page.section.solrOaiCore.title": "Solr: oai core",
|
||||
|
||||
// "health-page.section.solrSearchCore.title": "Solr: search core",
|
||||
"health-page.section.solrSearchCore.title": "Solr: search core",
|
||||
|
||||
// "health-page.section.solrStatisticsCore.title": "Solr: statistics core",
|
||||
"health-page.section.solrStatisticsCore.title": "Solr: statistics core",
|
||||
|
||||
//"health-page.section-info.app.title": "Application Backend",
|
||||
"health-page.section-info.app.title": "Application Backend",
|
||||
|
||||
//"health-page.section-info.java.title": "Java",
|
||||
"health-page.section-info.java.title": "Java",
|
||||
|
||||
//"health-page.status": "Status",
|
||||
"health-page.status": "Statut",
|
||||
|
||||
//"health-page.status.ok.info": "Operational",
|
||||
"health-page.status.ok.info": "Opérationnel",
|
||||
|
||||
//"health-page.status.error.info": "Problems detected",
|
||||
"health-page.status.error.info": "Problèmes détectés",
|
||||
|
||||
//"health-page.status.warning.info": "Possible issues detected",
|
||||
"health-page.status.warning.info": "Problèmes éventuels détectés",
|
||||
|
||||
// "health-page.title": "Health",
|
||||
"health-page.title": "Santé du système",
|
||||
|
||||
// "health-page.section.no-issues": "No issues detected",
|
||||
"health-page.section.no-issues": "Aucun problème détecté",
|
||||
|
||||
// "home.description": "",
|
||||
"home.description": "",
|
||||
|
||||
@@ -3972,6 +4032,9 @@
|
||||
// "menu.section.access_control_authorizations": "Authorizations",
|
||||
"menu.section.access_control_authorizations": "Autorisations",
|
||||
|
||||
// "menu.section.access_control_bulk": "Bulk Access Management",
|
||||
"menu.section.access_control_bulk": "Gestion des accès en lot",
|
||||
|
||||
// "menu.section.access_control_groups": "Groups",
|
||||
"menu.section.access_control_groups": "Groupes",
|
||||
|
||||
@@ -4590,9 +4653,39 @@
|
||||
// "process.overview.table.name": "Name",
|
||||
"process.overview.table.name": "Nom",
|
||||
|
||||
//"process.overview.table.running.info": "Start time (UTC)",
|
||||
"process.overview.table.running.info": "Heure de fin (UTC)",
|
||||
|
||||
// "process.overview.table.running.title": "Running processes",
|
||||
"process.overview.table.running.title": "Processus en cours",
|
||||
|
||||
//"process.overview.table.scheduled.info": "Creation time (UTC)",
|
||||
"process.overview.table.scheduled.info": "Heure de création (UTC)",
|
||||
|
||||
// "process.overview.table.scheduled.title": "Scheduled processes",
|
||||
"process.overview.table.scheduled.title": "Processus planifiés",
|
||||
|
||||
// "process.overview.table.start": "Start time (UTC)",
|
||||
"process.overview.table.start": "Heure de début (TUC)",
|
||||
|
||||
// "process.overview.table.completed.info": "Finish time (UTC)",
|
||||
"process.overview.table.completed.info": "Heure de fin (UTC)",
|
||||
|
||||
//"process.overview.table.completed.title": "Succeeded processes",
|
||||
"process.overview.table.completed.title": "Processus terminés",
|
||||
|
||||
// "process.overview.table.empty": "No matching processes found.",
|
||||
"process.overview.table.empty": "Aucun processus trouvé.",
|
||||
|
||||
// "process.overview.table.failed.info": "Finish time (UTC)",
|
||||
"process.overview.table.failed.info": "Heure de fin (UTC)",
|
||||
|
||||
// "process.overview.table.failed.title": "Failed processes",
|
||||
"process.overview.table.failed.title": "Processus en échec",
|
||||
|
||||
// "process.overview.table.finish": "Finish time (UTC)",
|
||||
"process.overview.table.finish": "Heure de fin (UTC)",
|
||||
|
||||
// "process.overview.table.status": "Status",
|
||||
"process.overview.table.status": "Statut",
|
||||
|
||||
@@ -5648,6 +5741,9 @@
|
||||
// "submission.import-external.source.crossref": "Crossref",
|
||||
"submission.import-external.source.crossref": "Crossref (DOI)",
|
||||
|
||||
//"submission.import-external.source.doi": "DOI",
|
||||
"submission.import-external.source.doi": "DOI",
|
||||
|
||||
//"submission.import-external.source.datacite": "DataCite",
|
||||
"submission.import-external.source.datacite": "DataCite (DOI)",
|
||||
|
||||
@@ -6532,6 +6628,9 @@
|
||||
//"submitter.empty": "N/A",
|
||||
"submitter.empty": "S/O",
|
||||
|
||||
//"subscriptions.title": "Subscriptions",
|
||||
"subscriptions.title": "Abonnements",
|
||||
|
||||
//"subscriptions.modal.title": "Subscriptions",
|
||||
"subscriptions.modal.title": "Abonnements",
|
||||
|
||||
@@ -8440,6 +8539,15 @@
|
||||
//"search.filters.filter.notifyEndorsement.label": "Search Notify Endorsement",
|
||||
"search.filters.filter.notifyEndorsement.label": "Chercher l'approbation Notify",
|
||||
|
||||
// "form.date-picker.placeholder.year": "Year",
|
||||
"form.date-picker.placeholder.year": "Année",
|
||||
|
||||
// "form.date-picker.placeholder.month": "Month",
|
||||
"form.date-picker.placeholder.month": "Mois",
|
||||
|
||||
// "form.date-picker.placeholder.day": "Day",
|
||||
"form.date-picker.placeholder.day": "Jour",
|
||||
|
||||
//"item.page.cc.license.title": "Creative Commons license",
|
||||
"item.page.cc.license.title": "Licence Creative Commons",
|
||||
|
||||
|
Reference in New Issue
Block a user