-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
French translations for missing parameters (access control and batch loading) #2831
Conversation
Changes to the labels related to access control and access conditions.
Addition of batch upload labels (ZIP, SAF)
src/assets/i18n/fr.json5
Outdated
|
||
|
||
//"admin.access-control.bulk-access-settings.header": "Step 2: Operation to Perform", | ||
"admin.access-control.bulk-access-settings.header": "Étape 2 : Opération à éxecuter", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "Étape 2 : Opération à exécuter"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in last commit. 46df7e8
src/assets/i18n/fr.json5
Outdated
// "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", | ||
"admin.metadata-import.page.help": "Vous pouvez glisser-déposer ou rechercher ici des fichiers CSV qui contiennent des opérations en lot sur les métadonnées", | ||
|
||
//"admin.batch-import.page.help": "Select the Collection to import into. Then, drop or browse to a Simple Archive Format (SAF) zip file that includes the Items to import", | ||
"admin.batch-import.page.help": "Sélectionner la collection dans laquelle importer les données. Ensuite, ajouter le fichier le fichier zip Simple Archive Format (SAF) contenant tous les Items à importer.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be : "Sélectionner la collection dans laquelle importer les données. Ensuite, ajouter le fichier zip Simple Archive Format (SAF) contenant tous les Items à importer."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in last commit. 46df7e8
src/assets/i18n/fr.json5
Outdated
"access-control-limit-to-specific": "Limiter les modifications à des Bitstreams spécifiques", | ||
|
||
//"access-control-process-all-bitstreams": "Update all the bitstreams in the item", | ||
"access-control-process-all-bitstreams": "Mise à jour de tous les Bitstreams de l'item", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "Mise à jour de tous les Bitstreams de l'Item"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in last commit. 46df7e8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pilasou : This PR appears to be failing |
@pilasou : There's another lint formatting error now. Here's the new one:
It appears to think that one of the double-quotes (") on line 6635 is invalid? Maybe it's accidentally a special character and not a double-quote character? It's unclear to me though because the error isn't obvious when you view this file in GitHub. (My suspicion is maybe this text was copied from a different document like Word and it changed the character) |
I've pushed up some additional lint fixes as this still had lint failures. I simply checked out this PR and ran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Tested locally and it works now. Lint also passes
Successfully created backport PR for |
Description
Addition to the json5 french file to fix missing parameters for access control and batch loading in DSpace.