Skip to content

Commit

Permalink
fix(i18n): bring translations up to date
Browse files Browse the repository at this point in the history
This commit brings the transactions up to date between the FR and EN
files.
  • Loading branch information
Jonathan Niles authored and sfount committed Feb 1, 2017
1 parent 605d05e commit 4ae6553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
"READ_SUCCESS" : "Invoice found",
"READ_ERROR" : "Can't read barcode! Please enter code manually"
},
"SCAN_BARCODE" : "Scan Invoice Barcode",
"OPEN_BARCODE_MODAL" : "Scan another barcode on successful payment.",
"DEBTOR_INVOICES" : "Debtor Invoices",
"RECEIPTS_TITLE" : "Cash Payment Receipt",
Expand Down Expand Up @@ -415,6 +414,7 @@
"GROUPS_DEBTOR" : "Assign a new debtor group from the options below. Press 'confirm' to permanently update the patient's debtor group",
"GROUPS_PATIENT" : "Assign the patient to patient groups from the options below. Press 'confirm' to permanently update the patient's subscribed groups.",
"ITEMS_FULL" : "There are no additional inventory items that be assigned to this invoice.",
"INVOICES" : "Invoices",
"IMPORT_SUCCESS" : "Successfully Imported",
"INVOICES" : "Invoices",
"LOADING" : "Loading",
Expand Down
1 change: 1 addition & 0 deletions client/src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,7 @@
"CREATED_BY" : "Crée par",
"CREDIT" : "Credit",
"CURRENCY" : "Monnaie",
"CREATED_BY" : "Cree par",
"DATE" : "Date",
"DATE_REGISTERED" : "Date d'enregistrement",
"DATA_SOURCE" : "Source de données",
Expand Down

0 comments on commit 4ae6553

Please sign in to comment.