-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* consistent contact copy and generic address copy * consistency in heading level for all templated blocks * oxford comma * clean up file input strings * consistency numbers and text in fr * hint text * numbers in fr * fix tests * text on translation view * fix test --------- Co-authored-by: Tim Arney <[email protected]>
- Loading branch information
1 parent
932efe2
commit 0424ec8
Showing
9 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,14 +29,14 @@ | |
}, | ||
"address": { | ||
"whatIsYourAddress": "What is your address?", | ||
"city": "City, town or community", | ||
"city": "City, town, or community", | ||
"country": "Country", | ||
"description": "A pattern to collect a Canadian address, including fields for address, city, province, and postal code.", | ||
"label": "Address", | ||
"postal": "Postal code", | ||
"province": "Province or territory", | ||
"street": { | ||
"description": "Include your street name and number. For example: 123 Main St. Apt 10", | ||
"description": "Include street name and number.", | ||
"label": "Street address" | ||
}, | ||
"title": "Address" | ||
|
@@ -273,7 +273,7 @@ | |
"defaultElementDescription": { | ||
"date": "Format the date as: mm/dd/yyyy", | ||
"email": "For example: [email protected]", | ||
"number": "Only enter numbers", | ||
"number": "Enter a number", | ||
"phone": "For example: 111-222-3333" | ||
}, | ||
"description": "Description", | ||
|
@@ -461,7 +461,7 @@ | |
"title": "Button" | ||
} | ||
}, | ||
"questionTitle": "Question title", | ||
"questionTitle": "Question", | ||
"remove": "Remove", | ||
"removeFromSet": "Remove from set", | ||
"removeOption": "Remove option:", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
"postal": "Code postal", | ||
"province": "Province ou territoire", | ||
"street": { | ||
"description": "Indiquez le nom de rue et le numéro d'unité. Par exemple : 123 Rue Principale Apt 10.", | ||
"description": "Indiquez le nom de rue et le numéro d'unité.", | ||
"label": "Adresse municipale" | ||
}, | ||
"title": "Adresse" | ||
|
@@ -272,7 +272,7 @@ | |
"defaultElementDescription": { | ||
"date": "Saisissez une date dans ce format : mm/jj/aaaa", | ||
"email": "Par exemple : [email protected]", | ||
"number": "N'entrez que des chiffres", | ||
"number": "Saisissez un chiffre", | ||
"phone": "Par exemple : 111-222-3333" | ||
}, | ||
"description": "Description ", | ||
|
@@ -297,7 +297,7 @@ | |
"confirmReceipt": "Confirmer la réception", | ||
"downloadResponse": "Télécharger la réponse", | ||
"lastDownloadedBy": "Dernier téléchargement par", | ||
"number": "Numéro", | ||
"number": "Chiffre", | ||
"removal": "Suppresssion", | ||
"select": "Sélectionner", | ||
"status": "État", | ||
|
@@ -321,7 +321,7 @@ | |
}, | ||
"dropdown": "Liste déroulante", | ||
"duplicate": "Dupliquer", | ||
"dyanamicRow": "Série de questions répétées", | ||
"dyanamicRow": "Ensemble de réponses", | ||
"edit": "Modifier", | ||
"editingIn": "Modifier en :", | ||
"editLink": "Modifier un lien ", | ||
|
@@ -415,13 +415,13 @@ | |
"moveUp": "Déplacer vers le haut ", | ||
"navLabelEditor": "Navigation de l’onglet modifier", | ||
"navLabelFormBuilder": "Navigation de Formulaires GC", | ||
"numericField": "Numéro", | ||
"numericField": "Chiffre", | ||
"openModal": "Ouvrir fenêtre modale", | ||
"option": "Option", | ||
"optionText": "Option", | ||
"pagePreview": "Prévisualiser", | ||
"pageSettings": "Paramètres", | ||
"pageText": "Texte", | ||
"pageText": "Texte de page", | ||
"paragraph": "Réponse longue", | ||
"phoneNumber": "Numéro de téléphone", | ||
"placeHolderFormTitle": "Titre du formulaire", | ||
|
@@ -460,7 +460,7 @@ | |
"title": "Bouton" | ||
} | ||
}, | ||
"questionTitle": "Titre de question", | ||
"questionTitle": "Question", | ||
"remove": "Supprimer", | ||
"removeFromSet": "Enlever de la série", | ||
"removeOption": "Supprimer l'option : ", | ||
|