Skip to content

Commit

Permalink
Declaration review form (#657)
Browse files Browse the repository at this point in the history
* Add message

* Update and add message keys

* Update message

---------

Co-authored-by: Riku Rouvila <riku.rouvila@gmail.com>
  • Loading branch information
tahmidrahman-dsi and rikukissa authored Oct 24, 2023
1 parent c4d2a3c commit bc68aed
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/api/content/client/client.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"buttons.continue": "Continue",
"buttons.delete": "Delete",
"buttons.deleteDeclaration": "Delete declaration",
"buttons.printDeclaration": "Print declaration",
"buttons.drafts": "Drafts",
"buttons.edit": "Edit",
"buttons.editRecord": "No, make correction",
Expand Down Expand Up @@ -1596,6 +1597,11 @@
"print.certificate.toast.message": "Certificate is ready to print",
"print.certificate.userReviewed": "The informant has reviewed and confirmed that the information on the certificate is correct.",
"print.certificate.noPayment": "No payment required",
"print.declaration.civilRegistrationOffice": "Civil registration office",
"print.declaration.header.title": "Civil Registration Centre",
"print.declaration.informantAttestation": "I attest to having received this {eventType, select, birth{birth} death{death} marriage{marriage} other{}} declaration",
"print.declaration.placeOfDeclaration": "Place of declaration",
"print.declaration.warning.declarationDetails": "To be completed by office",
"record.certificate.collector": "Printed on collection",
"record.certificate.collectedInAdvance": "Printed in advance by",
"recordAudit.archive.confirmation.body": "This will archive the record and remove it from your workspace",
Expand Down Expand Up @@ -2057,7 +2063,6 @@
"review.inputs.witnessTwoSignature": "Signature of Witness 2",
"review.inputs.terms": "We, the undersigned declare under penalty of perjury under the laws of Farajaland that the forgoing information is true and correct to the best of our knowledge and belief. We further declare that no legal objections to the marriage is known and hereby apply for a certificate of marriage",
"review.signature.clear": "Clear",

"review.signature.open": "Sign",
"review.signature.delete": "Delete",
"validate.declaration.action.modal.title": "Send for approval?",
Expand Down Expand Up @@ -2128,6 +2133,7 @@
"buttons.continue": "Continuer",
"buttons.delete": "Supprimer",
"buttons.deleteDeclaration": "Supprimer la déclaration",
"buttons.printDeclaration": "Imprimer la déclaration",
"buttons.drafts": "Brouillons",
"buttons.edit": "Modifier",
"buttons.editRecord": "Non, faites la correction",
Expand Down Expand Up @@ -3698,6 +3704,11 @@
"print.certificate.signature.person1": "UP Secrétaire Kylian Mbappe",
"print.certificate.signature.person2": "Registrar local Antoine Griezmann",
"print.certificate.noPayment": "Aucun paiement requis",
"print.declaration.civilRegistrationOffice": "Bureau d'état civil",
"print.declaration.header.title": "Centre d’Etat Civil",
"print.declaration.informantAttestation": "J’atteste avoir reçu cetter déclaration de {eventType, select, birth{naissance} death{décès} marriage{mariage} other{}}",
"print.declaration.placeOfDeclaration": "Lieu de déclaration",
"print.declaration.warning.declarationDetails": "Partie réservée à l’officier d’état civil",
"record.certificate.collector": "Contrôle d'identité",
"record.certificate.collectedInAdvance": "Imprimé à l'avance par",
"recordAudit.archive.confirmation.body": "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.",
Expand Down Expand Up @@ -4212,4 +4223,4 @@
}
}
]
}
}

0 comments on commit bc68aed

Please sign in to comment.