Skip to content

Commit

Permalink
fix(i18n): translate POS options
Browse files Browse the repository at this point in the history
This commit translates the POS options as needed.
  • Loading branch information
Jonathan Niles authored and sfount committed Dec 30, 2016
1 parent 98f6cd5 commit 9ebdeec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,15 @@
"DETAILS" : "Details",
"DESIGNATION" : "Désignation",
"DISTRIBUTABLE" : "Distribuable",
"DISABLED" : "Désactivée",
"DOB" : "Date de Naissance",
"DOCUMENT" : "Document",
"DUE" : "Payment Due",
"EDIT" : "Editer",
"EMAIL" : "Email",
"EMPLOYEE_NAME" : "Nom de l'employé",
"EMPLOYER" : "Employeur",
"ENABLED" : "Activé",
"END" : "Fin",
"END_DATE" : "Date de fin",
"ENTER_BIRTH_YEAR" : "Entrez seulement l'année de naissance",
Expand Down Expand Up @@ -666,6 +668,7 @@
"UPDATE_PATIENT_GROUP" : "Mettre à jour les groupes de patients",
"USE" : "Utilisation",
"USERNAME" : "Nom Utilisateur",
"USE_POS_RECEIPT" : "Impression POS",
"USER" : "Utilisateur",
"VALUE" : "Valeur",
"VILLAGE" : "Village/Commune",
Expand Down Expand Up @@ -1188,7 +1191,8 @@
"SETTINGS": {
"TITLE" : "Paramètres",
"BUG_LINK" : "Signaler un Problème",
"BUG_REPORT" : "Thank you for filing a bug! Please read the following message and replace the text surrounded by brackets ([[]]) with your report.\r\nWhere did the bug occur?\r\n\t\t[[ ENTER TEXT HERE ]]\r\nWhat task were you trying to accomplish?\r\n\t\t[[ ENTER TEXT HERE ]]\r\nWhat result did you expect?\r\n\t\t[[ ENTER TEXT HERE ]]\r\nAny other relevant information or comments?\r\n\t\t[[ ENTER TEXT HERE ]]\r\nMay we contact you for more information?\r\n\t\t[x] YES [ ] NO"
"BUG_REPORT" : "Thank you for filing a bug! Please read the following message and replace the text surrounded by brackets ([[]]) with your report.\r\nWhere did the bug occur?\r\n\t\t[[ ENTER TEXT HERE ]]\r\nWhat task were you trying to accomplish?\r\n\t\t[[ ENTER TEXT HERE ]]\r\nWhat result did you expect?\r\n\t\t[[ ENTER TEXT HERE ]]\r\nAny other relevant information or comments?\r\n\t\t[[ ENTER TEXT HERE ]]\r\nMay we contact you for more information?\r\n\t\t[x] YES [ ] NO",
"POS_RECEIPT_INFO" : "Si cette option est activé, l'impression sera fait avec l'imprimante thermique."
},
"SUBSIDY": {
"ADDING_SUBSIDY" : "Ajout d'une subvention",
Expand Down

0 comments on commit 9ebdeec

Please sign in to comment.