Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
18 changes: 16 additions & 2 deletions src/form/tennis-club-membership.ts
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,14 @@ export const tennisClubMembershipEvent = defineConfig({
'This is shown as the action name anywhere the user can trigger the action from',
id: 'event.tennis-club-membership.action.validate.label'
},
review: TENNIS_CLUB_DECLARATION_REVIEW
review: {
title: {
defaultMessage: 'Validate',
description: 'Title of the form to show in review page',
id: 'event.birth.action.validate.form.review.title'
},
fields: []
}
},
{
type: ActionType.REGISTER,
Expand All @@ -762,7 +769,14 @@ export const tennisClubMembershipEvent = defineConfig({
'This is shown as the action name anywhere the user can trigger the action from',
id: 'event.tennis-club-membership.action.register.label'
},
review: TENNIS_CLUB_DECLARATION_REVIEW
review: {
title: {
defaultMessage: 'Register',
description: 'Title of the form to show in review page',
id: 'event.birth.action.register.form.review.title'
},
fields: []
}
},
{
type: ActionType.PRINT_CERTIFICATE,
Expand Down
18 changes: 16 additions & 2 deletions src/form/v2/birth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,14 @@ export const birthEvent = defineConfig({
'This is shown as the action name anywhere the user can trigger the action from',
id: 'event.birth.action.validate.label'
},
review: BIRTH_DECLARATION_REVIEW,
review: {
title: {
defaultMessage: 'Validate',
description: 'Title of the form to show in review page',
id: 'event.birth.action.validate.form.review.title'
},
fields: []
},
deduplication: {
id: 'birth-deduplication',
label: {
Expand All @@ -218,7 +225,14 @@ export const birthEvent = defineConfig({
'This is shown as the action name anywhere the user can trigger the action from',
id: 'event.birth.action.register.label'
},
review: BIRTH_DECLARATION_REVIEW,
review: {
title: {
defaultMessage: 'Register',
description: 'Title of the form to show in review page',
id: 'event.birth.action.register.form.review.title'
},
fields: []
},
deduplication: {
id: 'birth-deduplication',
label: {
Expand Down
18 changes: 16 additions & 2 deletions src/form/v2/death/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,14 @@ export const deathEvent = defineConfig({
'This is shown as the action name anywhere the user can trigger the action from',
id: 'event.death.action.validate.label'
},
review: DEATH_DECLARATION_REVIEW,
review: {
title: {
defaultMessage: 'Validate',
description: 'Title of the form to show in review page',
id: 'event.birth.action.validate.form.review.title'
},
fields: []
},
deduplication: {
id: 'death-deduplication',
label: {
Expand All @@ -221,7 +228,14 @@ export const deathEvent = defineConfig({
'This is shown as the action name anywhere the user can trigger the action from',
id: 'event.death.action.register.label'
},
review: DEATH_DECLARATION_REVIEW,
review: {
title: {
defaultMessage: 'Register',
description: 'Title of the form to show in review page',
id: 'event.birth.action.register.form.review.title'
},
fields: []
},
deduplication: {
id: 'death-deduplication',
label: {
Expand Down
12 changes: 6 additions & 6 deletions src/translations/client.csv
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ errors.somethingWentWrong,Error toast message for general errors,Something went
event.action.declare.form.section.person.field.age.error,Error message for invalid age,Age must be between 12 and 120,L'auteur doit avoir entre 12 et 120 ans
event.action.notAvailableForEvent,Shown when user tries to perform an action that is not available for the event,The action you're trying to perform is not available for this event anymore,L'action que vous essayez d'effectuer n'est plus disponible pour cet événement
event.action.outbox-retry.label,Label for retry button for outbox,Retry,Réessayer
event.action.review-correction.label,Label for review correction button in dropdown menu,Review,Revoir
event.action.review-correction.label,Label for review correction button in dropdown menu,Review correction request,Revoir la demande de correction
event.birth.action.archive.label,Label for archive record button in dropdown menu,Archive,Aarchiver
event.birth.action.certificate.form.section.collectPayment.data.label,Title for the data section,Payment details,Détails du paiement
event.birth.action.certificate.form.section.collectPayment.fee.label,Title for the data entry,Fee,Frais
Expand Down Expand Up @@ -857,9 +857,9 @@ event.birth.action.declare.label,This is shown as the action name anywhere the u
event.birth.action.delete.label,Label for delete button in dropdown menu,Delete,Supprimer
event.birth.action.form.section.collector.other.field.name.label,This is the label for the name field of OTHER collector,Collector's name,Nom du collecteur
event.birth.action.mark-as-duplicate.label,Label for review potential duplicate button in dropdown menu,Review,Revoir
event.birth.action.register.label,Label for review record button in dropdown menu,Review,Revoir
event.birth.action.register.label,Label for review record button in dropdown menu,Register,Enregistrer
event.birth.action.request-correction.label,This is shown as the action name anywhere the user can trigger the action from,Correct record,Enregistrement correct
event.birth.action.validate.label,This is shown as the action name anywhere the user can trigger the action from,Review,Revoir
event.birth.action.validate.label,This is shown as the action name anywhere the user can trigger the action from,Validate,Valider
event.birth.label,This is what this event is referred as in the system,Birth,Naissance
event.birth.summary.child.dob.empty,Label for date of birth not available,No date of birth,Pas de date de naissance
event.birth.summary.child.placeOfBirth.empty,Label for place of birth not available,No place of birth,Pas de lieu de naissance
Expand Down Expand Up @@ -1742,7 +1742,7 @@ printAction.title,The title for print action,Print certificate,Imprimer le certi
record-corrected.summary.section.title,Corrections section title,Correction(s),Correction(s)
record.certificate.collectedInAdvance,Table column header showing collector info in record audit,Printed in advance by,Imprimé à l'avance par
record.certificate.collector,Table column header showing collector info in record audit,Printed on collection,Contrôle d'identité
recordAudit.archive.confirmation.body,Confirmation body for archiving a declaration,This will archive the record and remove it from your workspace,"Cela supprimera la déclaration de la file d'attente et changera son statut en archive. Pour annuler ce changement, vous devrez rechercher la déclaration."
recordAudit.archive.confirmation.body,Confirmation body for archiving a declaration,This will remove the declaration from the workqueue and change the status to Archive. To revert this change you will need to search for the declaration.,"Cela supprimera la déclaration de la file d'attente et changera son statut en Archivé. Pour annuler ce changement, vous devrez rechercher la déclaration."
recordAudit.archive.confirmation.title,Confirmation title for archiving a declaration,Archive declaration?,Archiver la déclaration ?
recordAudit.archive.status,Archived status,Archived,Archivé
recordAudit.contact,Contact for record audit,Contact,Contact
Expand Down Expand Up @@ -1953,7 +1953,7 @@ review.register.confirmModal.cancel,The label for modal cancel button when regis
review.register.confirmModal.confirm,The label for modal confirm button when registering,Register,Enregistrer
review.register.confirmModal.description,The description for review action modal when registering,‎,
review.register.confirmModal.title,The title for review action modal when registering,Register the {event}?,Enregistrer cet {event}?
review.register.description.complete,The description for registration action when form is complete,"By clicking register, you confirm that the information entered is correct and the event can be registered.","En cliquant sur enregistrer, vous confirmez que les informations saisies sont correctes et que l'événement peut être enregistré."
review.register.description.complete,The description for registration action when form is complete,"By clicking 'Confirm', you confirm that the information entered is correct and the event can be registered.","En cliquant sur enregistrer, vous confirmez que les informations saisies sont correctes et que l'événement peut être enregistré."
review.register.reject,The label for reject button of review action,Reject,Rejeter
review.register.title,The title shown when reviewing a record to register,Register event,Enregistrer l'événement
review.rej.form.reasons.missSupDoc,Label for rejection option missing supporting doc,Missing supporting documents,Documents justificatifs manquants
Expand All @@ -1977,7 +1977,7 @@ review.validate.confirmModal.cancel,The label for modal cancel button when valid
review.validate.confirmModal.confirm,The label for modal confirm button when validating,Confirm,Confirmer
review.validate.confirmModal.description,The description for review action modal when validating,This declaration will be sent for approval prior to registration.,Cette déclaration sera envoyée pour approbation avant l'enregistrement.
review.validate.confirmModal.title,The title for review action modal when validating,Send for approval?,Envoyer pour approbation ?
review.validate.description.complete,The description for validate action when form is complete,The informant will receive an email with a registration number that they can use to collect the certificate,L'informateur recevra un e-mail avec un numéro d'enregistrement qu'il pourra utiliser pour récupérer le certificat.
review.validate.description.complete,The description for validate action when form is complete,The informant will receive an email with a registration number that they can use to collect the certificate.,L'informateur recevra un e-mail avec un numéro d'enregistrement qu'il pourra utiliser pour récupérer le certificat.
review.validate.description.incomplete,The description for validate action when form is complete,Please add mandatory information before sending for approval,Veuillez ajouter les informations obligatoires avant d'envoyer pour approbation.
review.validate.reject,The label for reject button of review action,Reject,Rejeter
review.validate.title,The title shown when reviewing a record to validate,Send for approval,Envoyer pour approbation
Expand Down
Loading