Skip to content

Commit 3b97e25

Browse files
authored
Merge pull request #3399 from ProgrammeVitam/Bug_15485_untranslated_key_after_reclassification
Bug #15485: add missing translation for operation events after reclassification
2 parents 5aba3c5 + 40e0f37 commit 3b97e25

File tree

2 files changed

+4
-0
lines changed
  • ui/ui-frontend/projects/vitamui-library/src/assets/shared-i18n

2 files changed

+4
-0
lines changed

ui/ui-frontend/projects/vitamui-library/src/assets/shared-i18n/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@
566566
},
567567
"EVENT_TYPE_LABEL": {
568568
"RECLASSIFICATION_PREPARATION_CHECK_HOLD_RULES": "Checking the blocking of reclassification of archival units by hold rules.",
569+
"RECLASSIFICATION_PREPARATION_CHECK_HOLD_RULES.OK": "Success of checking the blocking of reclassification of archival units by hold rules.",
569570
"EXPORT_CHECK_RESOURCE_AVAILABILITY": "Checking the availability of binary objects on the storage offer",
570571
"EXPORT_CHECK_RESOURCE_AVAILABILITY.OK": "Success of checking the availability of binary objects on the storage offer",
571572
"CHECK_ATTACHEMENT": "Verification of the attachment between existing and new objects, groups of objects and archival units",
@@ -580,6 +581,7 @@
580581
"STP_COMPUTE_INHERITED_RULES.STARTED": "Process for calculating the applicable management rules",
581582
"STP_COMPUTE_INHERITED_RULES": "Process for calculating the applicable management rules",
582583
"COMPUTE_INHERITED_RULES_ACTION": "Calculation of applicable management rules",
584+
"COMPUTE_INHERITED_RULES_ACTION.OK": "Success of the calculation of applicable management rules",
583585
"STP_COMPUTE_INHERITED_RULES_FINALIZATION.STARTED": "Process for finalizing the calculation of the applicable management rules",
584586
"STP_COMPUTE_INHERITED_RULES_FINALIZATION": "Finalization of the calculation of the applicable management rules",
585587
"CHECK_OBJECT_SIZE": "File size check",

ui/ui-frontend/projects/vitamui-library/src/assets/shared-i18n/fr.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@
566566
},
567567
"EVENT_TYPE_LABEL": {
568568
"RECLASSIFICATION_PREPARATION_CHECK_HOLD_RULES": "Contrôle du blocage de reclassification des unités archivistiques par des règles de gel.",
569+
"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.",
569570
"EXPORT_CHECK_RESOURCE_AVAILABILITY": "Vérification de la disponibilité des objets binaires sur l'offre de stockage",
570571
"EXPORT_CHECK_RESOURCE_AVAILABILITY.OK": "Succès de la vérification de la disponibilité des objets binaires sur l'offre de stockage",
571572
"CHECK_ATTACHEMENT": "Vérification du rattachement entre objets, groupes d'objets et unités archivistiques existantes et les nouveaux.",
@@ -580,6 +581,7 @@
580581
"STP_COMPUTE_INHERITED_RULES.STARTED": "Début du processus de calcul des règles de gestion applicables",
581582
"STP_COMPUTE_INHERITED_RULES": "Processus de calcul des règles de gestion applicables",
582583
"COMPUTE_INHERITED_RULES_ACTION": "Calcul des règles de gestion applicables",
584+
"COMPUTE_INHERITED_RULES_ACTION.OK": "Succès du calcul des règles de gestion applicables",
583585
"STP_COMPUTE_INHERITED_RULES_FINALIZATION.STARTED": "Début du processus de finalisation du calcul des règles de gestion applicables",
584586
"STP_COMPUTE_INHERITED_RULES_FINALIZATION": "Processus de finalisation du calcul des règles de gestion applicables",
585587
"CHECK_OBJECT_SIZE": "Vérification de la taille des fichiers",

0 commit comments

Comments
 (0)