Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@
},
"EVENT_TYPE_LABEL": {
"RECLASSIFICATION_PREPARATION_CHECK_HOLD_RULES": "Checking the blocking of reclassification of archival units by hold rules.",
"RECLASSIFICATION_PREPARATION_CHECK_HOLD_RULES.OK": "Success of checking the blocking of reclassification of archival units by hold rules.",
"EXPORT_CHECK_RESOURCE_AVAILABILITY": "Checking the availability of binary objects on the storage offer",
"EXPORT_CHECK_RESOURCE_AVAILABILITY.OK": "Success of checking the availability of binary objects on the storage offer",
"CHECK_ATTACHEMENT": "Verification of the attachment between existing and new objects, groups of objects and archival units",
Expand All @@ -580,6 +581,7 @@
"STP_COMPUTE_INHERITED_RULES.STARTED": "Process for calculating the applicable management rules",
"STP_COMPUTE_INHERITED_RULES": "Process for calculating the applicable management rules",
"COMPUTE_INHERITED_RULES_ACTION": "Calculation of applicable management rules",
"COMPUTE_INHERITED_RULES_ACTION.OK": "Success of the calculation of applicable management rules",
"STP_COMPUTE_INHERITED_RULES_FINALIZATION.STARTED": "Process for finalizing the calculation of the applicable management rules",
"STP_COMPUTE_INHERITED_RULES_FINALIZATION": "Finalization of the calculation of the applicable management rules",
"CHECK_OBJECT_SIZE": "File size check",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@
},
"EVENT_TYPE_LABEL": {
"RECLASSIFICATION_PREPARATION_CHECK_HOLD_RULES": "Contrôle du blocage de reclassification des unités archivistiques par des règles de gel.",
"RECLASSIFICATION_PREPARATION_CHECK_HOLD_RULES.OK": "Succès du contrôle du blocage de reclassification des unités archivistiques par des règles de gel.",
"EXPORT_CHECK_RESOURCE_AVAILABILITY": "Vérification de la disponibilité des objets binaires sur l'offre de stockage",
"EXPORT_CHECK_RESOURCE_AVAILABILITY.OK": "Succès de la vérification de la disponibilité des objets binaires sur l'offre de stockage",
"CHECK_ATTACHEMENT": "Vérification du rattachement entre objets, groupes d'objets et unités archivistiques existantes et les nouveaux.",
Expand All @@ -580,6 +581,7 @@
"STP_COMPUTE_INHERITED_RULES.STARTED": "Début du processus de calcul des règles de gestion applicables",
"STP_COMPUTE_INHERITED_RULES": "Processus de calcul des règles de gestion applicables",
"COMPUTE_INHERITED_RULES_ACTION": "Calcul des règles de gestion applicables",
"COMPUTE_INHERITED_RULES_ACTION.OK": "Succès du calcul des règles de gestion applicables",
"STP_COMPUTE_INHERITED_RULES_FINALIZATION.STARTED": "Début du processus de finalisation du calcul des règles de gestion applicables",
"STP_COMPUTE_INHERITED_RULES_FINALIZATION": "Processus de finalisation du calcul des règles de gestion applicables",
"CHECK_OBJECT_SIZE": "Vérification de la taille des fichiers",
Expand Down
Loading