Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Last minute content tweaks (#1162)
Browse files Browse the repository at this point in the history
* Last content tweaks

* Package update
  • Loading branch information
anikbrazeau committed Jan 16, 2020
1 parent 97a82d0 commit 0a48207
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 12 deletions.
197 changes: 197 additions & 0 deletions f2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions f2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"babel-core": "^7.0.0-bridge.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"husky": "^4.0.10",
"jest-emotion": "^10.0.17",
"recompose": "^0.30.0",
"waait": "^1.0.5"
Expand Down
8 changes: 4 additions & 4 deletions f2/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"confirmationPage.howDidItStart.email": "Suspect's email",
"confirmationPage.howDidItStart.online": "Suspect's website",
"confirmationPage.howDidItStart.others": "Other means",
"confirmationPage.howDidItStart.overviewPrefix": "I was contacted",
"confirmationPage.howDidItStart.overviewPrefix": "I was contacted ",
"confirmationPage.howDidItStart.phone": "Suspect's phone number",
"confirmationPage.howDidItStart.title": "How did the crime start?",
"confirmationPage.howManyTimes": "It happened",
Expand All @@ -43,10 +43,10 @@
"confirmationPage.location.nag": "No information provided.",
"confirmationPage.location.postalCode": "Postal code",
"confirmationPage.location.title": "Your location",
"confirmationPage.moneyLost.demandedMoney": "Amount of money asked for",
"confirmationPage.moneyLost.demandedMoney": "Amount of money asked for by suspect",
"confirmationPage.moneyLost.methodPayment": "Method of Payment",
"confirmationPage.moneyLost.moneyTaken": "Amount of money stolen",
"confirmationPage.moneyLost.tellUsMore": "Tell us more",
"confirmationPage.moneyLost.moneyTaken": "Amount of money stolen by suspect",
"confirmationPage.moneyLost.tellUsMore": "Details",
"confirmationPage.moneyLost.transactionDate": "Transaction date",
"confirmationPage.moneyLostTitle": "Money or finances",
"confirmationPage.nextButton": "Submit report",
Expand Down
16 changes: 8 additions & 8 deletions f2/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"confirmationPage.howDidItStart.email": "Adresse courriel du suspect",
"confirmationPage.howDidItStart.online": "Adresse de site Web du suspect",
"confirmationPage.howDidItStart.others": "Autre moyen",
"confirmationPage.howDidItStart.overviewPrefix": "J'ai été ciblé",
"confirmationPage.howDidItStart.overviewPrefix": "J'ai été ciblé ",
"confirmationPage.howDidItStart.phone": "Numéro de téléphone du suspect",
"confirmationPage.howDidItStart.title": "Comment le crime a-t-il commencé?",
"confirmationPage.howManyTimes": "Fréquence",
Expand All @@ -43,11 +43,11 @@
"confirmationPage.location.nag": "Aucune information fournie.",
"confirmationPage.location.postalCode": "Code postal",
"confirmationPage.location.title": "Votre lieu",
"confirmationPage.moneyLost.demandedMoney": "",
"confirmationPage.moneyLost.methodPayment": "",
"confirmationPage.moneyLost.moneyTaken": "",
"confirmationPage.moneyLost.tellUsMore": "",
"confirmationPage.moneyLost.transactionDate": "",
"confirmationPage.moneyLost.demandedMoney": "Montant d'argent demandé par le suspect",
"confirmationPage.moneyLost.methodPayment": "Méthode de transfert d'argent",
"confirmationPage.moneyLost.moneyTaken": "Montant d'argent volé par le suspect",
"confirmationPage.moneyLost.tellUsMore": "Détails",
"confirmationPage.moneyLost.transactionDate": "Date de transaction",
"confirmationPage.moneyLostTitle": "Argent ou finances",
"confirmationPage.nextButton": "Soumettre le rapport",
"confirmationPage.personalInformation.tellUsMore": "Détails",
Expand Down Expand Up @@ -89,7 +89,7 @@
"evidencePage.detail2": "Des photos de reçus, de transactions ou de bordereaux d'expédition de colis.",
"evidencePage.detail3": "Des enregistrement vocaux des demandes du suspect.",
"evidencePage.details": "Pensez à inclure des détails tels que :",
"evidencePage.fileDescription": "",
"evidencePage.fileDescription": "Décrivez ce que ce fichier montre.",
"evidencePage.intro": "Ce n’est pas grave si vous n’avez pas conservé de documents liés au crime. Vous pouvez passer à la section suivante.",
"evidencePage.nextButton": "Continuer",
"evidencePage.nextPage": "À la prochaine étape, nous vous demanderons votre lieu.",
Expand Down Expand Up @@ -196,7 +196,7 @@
"privacyConsentInfoForm.nextButton": "Continuer",
"privacyConsentInfoForm.nextPage": "À la prochaine étape, nous vous demanderons comment le crime a commencé.",
"privacyConsentInfoForm.optionsHelpText": "Votre rapport pourrait également être partagé avec les services de police et d’autres partenaires du secteur de la sûreté dans le but de résoudre des crimes, d'éduquer le public et d'améliorer le présent service.",
"privacyConsentInfoForm.warning": "",
"privacyConsentInfoForm.warning": "Pour continuer, acceptez les conditions de la Déclaration de confidentialité en cochant la case ci-dessus. ",
"privacyConsentInfoForm.yes": "J’accepte les conditions de la Déclaration de confidentialité.",
"privacyConsentPage.backButton": "Retourner à la première page",
"privacyConsentPage.intro": "Le nouveau Groupe national de coordination contre la cybercriminalité de la GRC et le Centre antifraude du Canada analyseront votre rapport.",
Expand Down

0 comments on commit 0a48207

Please sign in to comment.