Skip to content

Commit

Permalink
Merge pull request #3960 from pilasou/pilasou-translations-fr
Browse files Browse the repository at this point in the history
Update fr.json5 to add identifiers deposit's step translations in french
  • Loading branch information
tdonohue authored Feb 14, 2025
2 parents a01966a + f721028 commit 3437ee8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/assets/i18n/fr.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6113,6 +6113,24 @@
// "submission.sections.general.sections_not_valid": "There are incomplete sections.",
"submission.sections.general.sections_not_valid": "Sections incomplètes.",

//"submission.sections.identifiers.info": "The following identifiers will be created for your item:",
"submission.sections.identifiers.info": "Les identifiants uniques suivants seront attribués à votre document :",

//"submission.sections.identifiers.no_handle": "No handles have been minted for this item.",
"submission.sections.identifiers.no_handle": "Aucun handle n'a été crée pour ce document.",

//"submission.sections.identifiers.no_doi": "No DOIs have been minted for this item.",
"submission.sections.identifiers.no_doi": "Aucun DOI n'a été créé pour ce document.",

//"submission.sections.identifiers.handle_label": "Handle: ",
"submission.sections.identifiers.handle_label": "Handle : ",

//"submission.sections.identifiers.doi_label": "DOI: ",
"submission.sections.identifiers.doi_label": "DOI : ",

//"submission.sections.identifiers.otherIdentifiers_label": "Other identifiers: ",
"submission.sections.identifiers.otherIdentifiers_label": "Autres identifiants : ",

// "submission.sections.submit.progressbar.accessCondition": "Item access conditions",
"submission.sections.submit.progressbar.accessCondition": "Autorisations d'accès à l'Item",

Expand All @@ -6134,6 +6152,9 @@
// "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates",
"submission.sections.submit.progressbar.detect-duplicate": "Doublon(s) potentiel(s)",

//"submission.sections.submit.progressbar.identifiers": "Identifiers",
"submission.sections.submit.progressbar.identifiers": "Identifiants",

// "submission.sections.submit.progressbar.license": "Deposit license",
"submission.sections.submit.progressbar.license": "Licence du dépôt",

Expand Down

0 comments on commit 3437ee8

Please sign in to comment.