From 952e825110e3fc3d016328dcc5993e49e9eb4266 Mon Sep 17 00:00:00 2001 From: jona42-ui Date: Thu, 16 Nov 2023 00:08:24 +0300 Subject: [PATCH] revert formatting changes --- .../components/patient/CreatePatientForm.js | 42 +- frontend/src/languages/en.json | 467 ++++++++--------- frontend/src/languages/fr.json | 471 +++++++++--------- 3 files changed, 491 insertions(+), 489 deletions(-) diff --git a/frontend/src/components/patient/CreatePatientForm.js b/frontend/src/components/patient/CreatePatientForm.js index 21846acba0..357403a42c 100644 --- a/frontend/src/components/patient/CreatePatientForm.js +++ b/frontend/src/components/patient/CreatePatientForm.js @@ -107,7 +107,8 @@ function CreatePatientForm(props) { })); }; - function handleYearsChange(e) { + function handleYearsChange(e, values) { + setPatientDetails(values); let years = e.target.value; setDateOfBirthFormatter({ ...dateOfBirthFormatter, @@ -115,7 +116,8 @@ function CreatePatientForm(props) { }); } - function handleMonthsChange(e) { + function handleMonthsChange(e, values) { + setPatientDetails(values); let months = e.target.value; setDateOfBirthFormatter({ ...dateOfBirthFormatter, @@ -123,7 +125,8 @@ function CreatePatientForm(props) { }); } - function handleDaysChange(e) { + function handleDaysChange(e, values) { + setPatientDetails(values); let days = e.target.value; setDateOfBirthFormatter({ ...dateOfBirthFormatter, @@ -380,7 +383,7 @@ function CreatePatientForm(props) { - +
{({ field }) => ( @@ -492,18 +495,10 @@ function CreatePatientForm(props) { className="inputText" id="create_patient_gender" > - - + + })} value="F" /> )} @@ -523,7 +518,9 @@ function CreatePatientForm(props) { @@ -534,9 +531,12 @@ function CreatePatientForm(props) { handleYearsChange(e, values)} className="inputText" /> @@ -544,7 +544,8 @@ function CreatePatientForm(props) { value={dateOfBirthFormatter.months} name="months" labelText={intl.formatMessage({ id: "patient.age.months" })} - onChange={handleMonthsChange} + type="number" + onChange={(e) => handleMonthsChange(e, values)} id="months" className="inputText" /> @@ -552,7 +553,8 @@ function CreatePatientForm(props) { handleDaysChange(e, values)} labelText={intl.formatMessage({ id: "patient.age.days" })} id="days" className="inputText" diff --git a/frontend/src/languages/en.json b/frontend/src/languages/en.json index a6d45e28fa..6485534329 100644 --- a/frontend/src/languages/en.json +++ b/frontend/src/languages/en.json @@ -1,11 +1,11 @@ { "language.select.label": "English", "label.button.submit": "Submit", - "label.button.changepassword": "Change Password", + "label.button.changepassword" : "Change Password", "label.button.save": "Save", - "label.button.search": "Search", - "label.button.range": "Range", - "label.button.clear": "Clear", + "label.button.search" : "Search", + "label.button.range" : "Range", + "label.button.clear" : "Clear", "label.button.confirm": "Confirm", "label.button.cancel": "Cancel", "label.button.confirmDelete": "Confirm Delete", @@ -17,171 +17,171 @@ "login.msg.password.missing": "A password is required", "login.notice.message": "Notice: Access to this service is for authorized personnel only. If you do not have the expressed authorization of the administrator, you must exit now. This organization prohibits unauthorized access, disclosure, duplication, modification, diversion, destruction, loss, misuse, or theft of its information.", "error.invalidcredentials": "Username or Password are incorrect", - "patient.label.modify": "Add/Modify Patient", - "patient.label.info": "Patient Information", - "breadcrumb.home": "Home", - "admin.legacy": "Legacy Admin", - "admin.billing": "Billing", - "label.page.patientHistory": "Patient History", - "workplan.page.title": "Workplan {0}", - "workplan.panel.title": "Workplan By Panel", - "workplan.panel.types": "Panel Type", - "workplan.print": "Print Workplan", - "workplan.run": "Get Workplan", - "workplan.test.title": "Workplan By Test", - "workplan.test.types": "Test Type", - "workplan.title": "Workplan", - "workplan.unit.types": "Unit Type", - "workplan.priority.list": "Priority", - "workplan.priority.title": "Workplan By Priority", - "workplan.unit.title": "Workplan By Unit", - "banner.menu.workplan": "Workplan", - "banner.menu.workplan.panel": "By Panel", - "banner.menu.workplan.unit": "By Test Section", - "banner.menu.workplan.test": "By Test Type", - "banner.menu.workplan.priority": "By Priority", - "label.form.searchby": "Search By", - "order.label.add": "Add Order", - "order.label.modify": "Modify Order", + "patient.label.modify" : "Add/Modify Patient" , + "patient.label.info" : "Patient Information", + "breadcrumb.home" : "Home", + "admin.legacy" :"Legacy Admin", + "admin.billing" :"Billing", + "label.page.patientHistory" : "Patient History", + "workplan.page.title" :"Workplan {0}", + "workplan.panel.title" :"Workplan By Panel", + "workplan.panel.types" :"Panel Type", + "workplan.print" :"Print Workplan", + "workplan.run" :"Get Workplan", + "workplan.test.title" :"Workplan By Test", + "workplan.test.types" :"Test Type", + "workplan.title" :"Workplan", + "workplan.unit.types" :"Unit Type", + "workplan.priority.list" :"Priority", + "workplan.priority.title" :"Workplan By Priority", + "workplan.unit.title" :"Workplan By Unit", + "banner.menu.workplan" :"Workplan", + "banner.menu.workplan.panel" :"By Panel", + "banner.menu.workplan.unit" :"By Test Section", + "banner.menu.workplan.test" :"By Test Type", + "banner.menu.workplan.priority" :"By Priority", + "label.form.searchby" :"Search By", + "order.label.add" : "Add Order", + "order.label.modify":"Modify Order", "result.noTestsFound": "No appropriate tests were found.", - "quick.entry.accession.number": "Accession Number", - "patient.subject.number": "Unique Health ID number", - "sample.entry.nextVisit.date": "Date of next visit", - "sample.entry.project.testName": "Test Name", - "sample.receivedDate": "Received Date", - "label.total.tests": "Total tests", - "result.nonconforming.item": "Sample or order is nonconforming OR test has been rejected", - "sample.entry.project.patient.and.testName": "Name/Code of patient {br} Test Name", - "label.button.remove": "Remove", - "reject.order.sample.notification": "You are rejecting a sample. This sample will be rejected and not appear in workplans once saved,no results can be entered for this order.", - "rulebuilder.label.ruleName": "Rule Name", - "rulebuilder.label.toggleRule": "Toggle Rule", - "rulebuilder.label.addRuleConditions": "Add Reflex Rule Conditions", - "rulebuilder.label.overallOptions": "Over All Option", - "rulebuilder.label.selectSample": "Select Sample", - "rulebuilder.label.searchTest": "Search Test", - "rulebuilder.label.relation": "Relation", - "rulebuilder.label.dictValue": "Dictionaly Value", - "rulebuilder.label.numericValue": "Numeric value", - "rulebuilder.label.numericValue2": "Numeric value 2", - "rulebuilder.label.textValue": "Text value", - "rulebuilder.label.addCondition": "Add Condition", - "rulebuilder.label.removeCondition": "Remove Condition", - "rulebuilder.label.perfomActions": "Perform the following actions", - "rulebuilder.label.noSuggestions": "No suggestions available", - "rulebuilder.label.addInternalNote": "Add Internal Note", - "rulebuilder.label.addExternalNote": "Add External Note", - "rulebuilder.label.addPopup": "Add Pop Up", - "rulebuilder.label.addAction": "Add Action", - "rulebuilder.label.removeAction": "Remove Action", - "rulebuilder.label.addRule": "Add Rule", - "rulebuilder.label.removeRule": "Deactivate Rule", - "rulebuilder.label.rule": "Rule", - "rulebuilder.label.confirmDelete": "Are you sure you want to deactivate this Rule?", - "rulebuilder.error.invalidNumeric": "Invalid Numeric Value", - "rulebuilder.error.invalidTest": "Invalid Test", - "testcalculation.label.name": "Calculation Name", - "testcalculation.label.testResult": "Test Result", - "testcalculation.label.mathFucntion": "Mathematical Function", - "testcalculation.label.integer": "Integer", - "testcalculation.label.patientAttribute": "Patient Attribute", - "testcalculation.label.calculation": "Calculation", - "testcalculation.label.searchNumericTest": "Search Numeric Test", - "testcalculation.label.insertOperation": "Insert Operation", - "testcalculation.label.selectDictionaryValue": "Select Dictionary Value", - "testcalculation.label.textValue": "Text Value", - "testcalculation.label.finalresult": "Final Result", + "quick.entry.accession.number":"Accession Number", + "patient.subject.number":"Unique Health ID number", + "sample.entry.nextVisit.date":"Date of next visit", + "sample.entry.project.testName":"Test Name", + "sample.receivedDate":"Received Date", + "label.total.tests":"Total tests", + "result.nonconforming.item":"Sample or order is nonconforming OR test has been rejected", + "sample.entry.project.patient.and.testName":"Name/Code of patient {br} Test Name", + "label.button.remove":"Remove", + "reject.order.sample.notification": "You are rejecting a sample. This sample will be rejected and not appear in workplans once saved,no results can be entered for this order." , + "rulebuilder.label.ruleName" : "Rule Name", + "rulebuilder.label.toggleRule" : "Toggle Rule" , + "rulebuilder.label.addRuleConditions" : "Add Reflex Rule Conditions" , + "rulebuilder.label.overallOptions" : "Over All Option", + "rulebuilder.label.selectSample" : "Select Sample", + "rulebuilder.label.searchTest" : "Search Test" , + "rulebuilder.label.relation" : "Relation" , + "rulebuilder.label.dictValue" : "Dictionaly Value", + "rulebuilder.label.numericValue" : "Numeric value" , + "rulebuilder.label.numericValue2" : "Numeric value 2" , + "rulebuilder.label.textValue" : "Text value" , + "rulebuilder.label.addCondition" : "Add Condition", + "rulebuilder.label.removeCondition" : "Remove Condition" , + "rulebuilder.label.perfomActions" : "Perform the following actions", + "rulebuilder.label.noSuggestions" : "No suggestions available", + "rulebuilder.label.addInternalNote" : "Add Internal Note", + "rulebuilder.label.addExternalNote" : "Add External Note", + "rulebuilder.label.addPopup" : "Add Pop Up", + "rulebuilder.label.addAction" : "Add Action", + "rulebuilder.label.removeAction" : "Remove Action", + "rulebuilder.label.addRule" : "Add Rule", + "rulebuilder.label.removeRule" : "Deactivate Rule", + "rulebuilder.label.rule" : "Rule", + "rulebuilder.label.confirmDelete" : "Are you sure you want to deactivate this Rule?", + "rulebuilder.error.invalidNumeric" : "Invalid Numeric Value" , + "rulebuilder.error.invalidTest" : "Invalid Test", + "testcalculation.label.name" : "Calculation Name" , + "testcalculation.label.testResult" : "Test Result", + "testcalculation.label.mathFucntion" : "Mathematical Function" , + "testcalculation.label.integer" : "Integer" , + "testcalculation.label.patientAttribute" : "Patient Attribute" , + "testcalculation.label.calculation" : "Calculation" , + "testcalculation.label.searchNumericTest" : "Search Numeric Test" , + "testcalculation.label.insertOperation" : "Insert Operation" , + "testcalculation.label.selectDictionaryValue" : "Select Dictionary Value" , + "testcalculation.label.textValue" : "Text Value" , + "testcalculation.label.finalresult" : "Final Result", "advanced.search": "Advanced Search", - "pathology.label.title": "Pathology", - "pathology.label.blocks": "Blocks", - "pathology.label.block": "Block", - "pathology.label.addblock": "Add Block(s)", - "pathology.label.slides": "Slides", - "pathology.label.slide": "Slide", - "pathology.label.addslide": "Add Slide(s)", - "pathology.label.printlabel": "Print Label", - "pathology.label.view": "View", - "pathology.label.dashboard": "Pathology DashBoard", - "pathology.label.techniques": "Techniques Used", - "pathology.label.request": "Requests", - "pathology.label.grossexam": "Gross Exam", - "pathology.label.microexam": "Microscopy Exam", - "pathology.label.conclusion": "Conclusion", - "pathology.label.textconclusion": "Text Conclusion", - "pathology.label.release": "Ready For release", - "pathology.label.refer": "Refer to ImmunoHistoChemistry", - "immunohistochemistry.label.title": "Immunohistochemistry", - "immunohistochemistry.label.report": "Report", - "immunohistochemistry.label.reports": "Reports", - "immunohistochemistry.label.addreport": "Add Report", - "cytology.label.title": "Cytology", - "cytology.label.specimen": "Specimen Adequacy", - "cytology.label.negative": "Negative For Intraepithelial Lesion or Malignancy", - "cytology.label.cellabnomality": "Epithelial Cell Abnomality", - "cytology.label.squamous": "Squamous", - "cytology.label.glandular": "Glandular", - "cytology.label.other": "Other Malignant Neoplasms", - "cytology.label.neoplastic": "Non-neoplastic cellular variations", - "cytology.label.reactive": "Reactive cellular changes", - "cytology.label.organisms": "Organisms", - "cytology.label.otherResult": " Other Diagnosis Result", - "header.label.version": "Verion:", - "header.label.logout": "Logout", - "header.label.selectlocale": "Select Locale", - "sidenav.label.order": "Order", - "sidenav.label.addorder": "Add Order", - "sidenav.label.editorder": "Edit Order", - "sidenav.label.incomingorder": "Incoming Orders", - "sidenav.label.batchorder": "Batch Order Entry", - "sidenav.label.barcode": "Barcode", - "sidenav.label.patient": "Patient", - "sidenav.label.editpatient": "Add/Edit Patient", - "sidenav.label.patientHistory": "Patient History", - "sidenav.label.nonConform": "Non-Conform", - "sidenav.label.nonConform.report": "Report Non-Conforming Event", - "sidenav.label.nonConform.view": "View New Non-Conforming Events", - "sidenav.label.nonConform.actions": "Corrective actions", - "sidenav.label.workplan": "Workplan", - "sidenav.label.workplan.test": "By Test Type", - "sidenav.label.workplan.panel": "By Panel Type", - "sidenav.label.workplan.unit": "By Unit", - "sidenav.label.workplan.priority": "By Priority", - "sidenav.label.pathology": "Pathology", - "sidenav.label.immunochem": "Immunohistochemistry", - "sidenav.label.cytology": "Cytology", - "sidenav.label.pathology.dashboard": "DashBoard", - "sidenav.label.results": "Results", - "sidenav.label.results.unit": "By Unit", - "sidenav.label.results.patient": "By Patient", - "sidenav.label.results.order": "By Order", - "sidenav.label.results.testdate": "By Test Date", - "sidenav.label.results.byrange": "By Range of Order numbers", - "sidenav.label.validation": "Validation", - "sidenav.label.validation.routine": "Search By Routine", - "sidenav.label.validation.study": "Search By Study", - "sidenav.label.validation.order": "Search By Order", - "sidenav.label.validation.testdate": "Search By Test Date", - "sidenav.label.reports": "Reports", - "sidenav.label.reports.routine": "Routine", - "sidenav.label.reports.study": "Study", - "sidenav.label.admin": "Admin", - "sidenav.label.admin.testmgt": "Test Management", - "sidenav.label.admin.testmgt.reflex": "Manage Reflex tests", - "sidenav.label.admin.testmgt.calculated": "Manage Calculated Value tests", - "sidenav.label.admin.program": "Program Entry", - "sidenav.label.admin.organizationmgt": "Organization Management", - "sidenav.label.admin.usermgt": "User Management", - "patient.label.name": "Name", - "patient.label.sex": "Sex", - "patient.label.age": "Age", - "patient.label.nopatientid": "Patient Id Doest Exist", - "sample.label.orderdate": "Oder Date", - "sample.label.labnumber": "Lab Number", - "sample.label.facility": "Referring Facility", - "sample.label.requester": "Requester", - "sample.label.dept": "Ward/Dept/Unit", - "label.button.uploadfile": "Upload file", - "label.button.select": "Select", + "pathology.label.title" : "Pathology", + "pathology.label.blocks" : "Blocks", + "pathology.label.block" : "Block", + "pathology.label.addblock" : "Add Block(s)", + "pathology.label.slides" : "Slides", + "pathology.label.slide" : "Slide", + "pathology.label.addslide" : "Add Slide(s)", + "pathology.label.printlabel" : "Print Label", + "pathology.label.view" : "View", + "pathology.label.dashboard" : "Pathology DashBoard", + "pathology.label.techniques" : "Techniques Used", + "pathology.label.request" : "Requests", + "pathology.label.grossexam" : "Gross Exam", + "pathology.label.microexam" : "Microscopy Exam", + "pathology.label.conclusion" : "Conclusion", + "pathology.label.textconclusion" : "Text Conclusion", + "pathology.label.release" : "Ready For release", + "pathology.label.refer" : "Refer to ImmunoHistoChemistry", + "immunohistochemistry.label.title" : "Immunohistochemistry" , + "immunohistochemistry.label.report" : "Report" , + "immunohistochemistry.label.reports" : "Reports" , + "immunohistochemistry.label.addreport" : "Add Report" , + "cytology.label.title" : "Cytology" , + "cytology.label.specimen" : "Specimen Adequacy" , + "cytology.label.negative" : "Negative For Intraepithelial Lesion or Malignancy" , + "cytology.label.cellabnomality" : "Epithelial Cell Abnomality" , + "cytology.label.squamous" : "Squamous" , + "cytology.label.glandular" : "Glandular" , + "cytology.label.other" : "Other Malignant Neoplasms" , + "cytology.label.neoplastic" : "Non-neoplastic cellular variations" , + "cytology.label.reactive" : "Reactive cellular changes" , + "cytology.label.organisms" : "Organisms" , + "cytology.label.otherResult" : " Other Diagnosis Result" , + "header.label.version" :"Verion:", + "header.label.logout" :"Logout" , + "header.label.selectlocale" : "Select Locale" , + "sidenav.label.order" : "Order", + "sidenav.label.addorder" : "Add Order" , + "sidenav.label.editorder" : "Edit Order" , + "sidenav.label.incomingorder" : "Incoming Orders", + "sidenav.label.batchorder" : "Batch Order Entry" , + "sidenav.label.barcode" : "Barcode" , + "sidenav.label.patient" : "Patient" , + "sidenav.label.editpatient" : "Add/Edit Patient" , + "sidenav.label.patientHistory" : "Patient History" , + "sidenav.label.nonConform" : "Non-Conform", + "sidenav.label.nonConform.report" : "Report Non-Conforming Event" , + "sidenav.label.nonConform.view" : "View New Non-Conforming Events" , + "sidenav.label.nonConform.actions" : "Corrective actions" , + "sidenav.label.workplan" : "Workplan", + "sidenav.label.workplan.test" : "By Test Type", + "sidenav.label.workplan.panel" : "By Panel Type" , + "sidenav.label.workplan.unit" : "By Unit" , + "sidenav.label.workplan.priority" : "By Priority" , + "sidenav.label.pathology" : "Pathology", + "sidenav.label.immunochem" : "Immunohistochemistry", + "sidenav.label.cytology" : "Cytology" , + "sidenav.label.pathology.dashboard" : "DashBoard" , + "sidenav.label.results" : "Results", + "sidenav.label.results.unit" : "By Unit", + "sidenav.label.results.patient" : "By Patient" , + "sidenav.label.results.order" : "By Order" , + "sidenav.label.results.testdate" : "By Test Date" , + "sidenav.label.results.byrange" : "By Range of Order numbers" , + "sidenav.label.validation" : "Validation" , + "sidenav.label.validation.routine" : "Search By Routine", + "sidenav.label.validation.study" : "Search By Study", + "sidenav.label.validation.order" : "Search By Order" , + "sidenav.label.validation.testdate" : "Search By Test Date" , + "sidenav.label.reports" : "Reports" , + "sidenav.label.reports.routine" : "Routine" , + "sidenav.label.reports.study" : "Study" , + "sidenav.label.admin" : "Admin" , + "sidenav.label.admin.testmgt" : "Test Management" , + "sidenav.label.admin.testmgt.reflex" : "Manage Reflex tests" , + "sidenav.label.admin.testmgt.calculated" : "Manage Calculated Value tests" , + "sidenav.label.admin.program" : "Program Entry" , + "sidenav.label.admin.organizationmgt" : "Organization Management" , + "sidenav.label.admin.usermgt" : "User Management" , + "patient.label.name" : "Name" , + "patient.label.sex" : "Sex" , + "patient.label.age" : "Age" , + "patient.label.nopatientid" : "Patient Id Doest Exist" , + "sample.label.orderdate" : "Oder Date" , + "sample.label.labnumber" : "Lab Number" , + "sample.label.facility" : "Referring Facility", + "sample.label.requester" : "Requester" , + "sample.label.dept" : "Ward/Dept/Unit" , + "label.button.uploadfile": "Upload file" , + "label.button.select": "Select" , "label.button.add": "Add", "order.title": "ORDER", "label.text.generate": "generate", @@ -225,25 +225,25 @@ "sample.reject.label": "Reject Sample", "sample.collection.date": "Collection Date", "sample.collection.time": "Collection Time", - "collector.label": "Collector", - "sample.search.panel.legend.text": "Search through the available panels", - "sample.panel.label.text": "Search Available panel", - "sample.panel.placeholder": "Choose Available panel", + "collector.label" : "Collector", + "sample.search.panel.legend.text" : "Search through the available panels", + "sample.panel.label.text" : "Search Available panel", + "sample.panel.placeholder" : "Choose Available panel", "sample.panel.search.error.msg": "No panel found matching", "delete.success.msg": "Successfully Deleted", "delete.error.msg": "Error while Deleting", "success.add.edited.msg": "Successfully Added/Edited", - "error.add.edited.msg": "Error while Editing/Adding", - "edit.add.program.title": "Add/Edit Program", - "new.program.label": "New Program", - "program.name.label": "Program Name", - "test.section.label": "Test Section", + "error.add.edited.msg": "Error while Editing/Adding", + "edit.add.program.title" : "Add/Edit Program", + "new.program.label" : "New Program", + "program.name.label" : "Program Name", + "test.section.label" : "Test Section", "assigned.technician.label": "Technician Assigned", - "assigned.pathologist.label": "Pathologist Assigned", + "assigned.pathologist.label" : "Pathologist Assigned", "pathology.label.slide.number": "slide number", "pathology.label.location": "Location", - "workplan.panel.selection.error.msg": "This is an invalid error message.", - "home.label": "Home", + "workplan.panel.selection.error.msg" : "This is an invalid error message.", + "home.label" : "Home", "dashboard.in.progress.label": "In Progress", "dashboard.in.progress.subtitle.label": "Awaiting Result Entry", "dashboard.validation.ready.label": "Ready For Validation", @@ -261,8 +261,14 @@ "dashboard.rejected.orders.subtitle": "Rejected By Lab Today", "dashboard.unprints.results.label": "Un Printed Results", "dashboard.unprints.results.subtitle.label": "Un Prited Results Today", - "label.electronic.orders": "Electronic Orders", + "label.electronic.orders" : "Electronic Orders", "patient.dob": "Date of Birth", + "patient.male": "Male", + "patient.female": "Female", + "patient.first.name": "First Name", + "patient.last.name": "Last Name", + "patient.prev.lab.no": "Previous Lab Number", + "patient.id": "Patient Id", "patient.age.years": "Age/Years", "patient.age.months": "Months", "patient.age.days": "Days", @@ -275,68 +281,63 @@ "patient.maritalstatus": "Marital Status", "patient.nationality": "Nationality", "patient.nationality.other": "Specify Other nationality", - "patient.male": "Male", - "patient.female": "Female", - "patient.first.name": "First Name", - "patient.last.name": "Last Name", - "patientcontact.person.firstname": "Prénom du contact", - "patientcontact.person.lastname": "Nom de famille du contact", + "patientcontact.person.firstname":"Contact first name", + "patientcontact.person.lastname": "Contact last name", "patientcontact.person.email": "Contact Email", "patient.label.contactphone": "Contact Phone:{PHONE_FORMAT}", "patient.label.primaryphone": "Primary phone:{PHONE_FORMAT}", "patient.gender": "Gender", - "patient.prev.lab.no": "Previous Lab Number", - "patient.id": "Patient Id", - "label.button.select.status": "Select Status", - "label.button.select.technician": "Select Technician", - "label.button.select.pathologist": "Select Pathologist", + "label.button.select.status": "Select Status" , + "label.button.select.technician": "Select Technician" , + "label.button.select.pathologist": "Select Pathologist" , "label.button.select.test": "Select Test", - "assigned.cytopathologist.label": "CytoPathologist Assigned", - "label.search.patient": "Search Patient", - "immunohistochemistry.label.dashboard": "Immunohistochemistry DashBoard", - "cytology.label.dashboard": "Cytology DashBoard", - "label.button.start": "Start", - "label.button.sample": "Sample", - "search.label.accession": "Enter Accession Number", - "search.label.testunit": "Select Test Unit", - "search.label.testdate": "Enter Test Date", - "search.label.collectiondate": "Enter Collection Date", - "search.label.recieveddate": "Enter Recieved Date", - "search.label.fromaccession": "From Accesion Number", - "search.label.toaccession": "To Accesion Number", - "search.label.loadnext": "Load Next 99 Records Starting at Lab Number", - "search.label.analysis": "Select Analysis Status", - "search.label.test": "Select Test Name", - "search.label.sample": "Select Sample Status", - "pathology.label.report": "Pathology Report", - "patient.natioanalid": "National ID", - "sample.label.orderpanel": "Order Panels", - "sample.label.noorder": "Order Doesnt Exist", - "sample.label.labnumber.new": "New Lab Number", - "sample.label.search.labnumber": "Search By Accesion Number", - "sample.label.search.patient": "Search By Patient", - "sample.label.search.Order": "Search Order", + "assigned.cytopathologist.label" : "CytoPathologist Assigned" , + "label.search.patient" : "Search Patient" , + "immunohistochemistry.label.dashboard" : "Immunohistochemistry DashBoard" , + "cytology.label.dashboard" : "Cytology DashBoard" , + "label.button.start" : "Start" , + "label.button.sample" : "Sample" , + "search.label.accession" : "Enter Accession Number" , + "search.label.testunit" : "Select Test Unit" , + "search.label.testdate" : "Enter Test Date" , + "search.label.collectiondate" : "Enter Collection Date" , + "search.label.recieveddate" : "Enter Recieved Date" , + "search.label.fromaccession" : "From Accesion Number" , + "search.label.toaccession" : "To Accesion Number" , + "search.label.loadnext" : "Load Next 99 Records Starting at Lab Number" , + "search.label.analysis" : "Select Analysis Status" , + "search.label.test" : "Select Test Name" , + "search.label.sample" : "Select Sample Status" , + "pathology.label.report" : "Pathology Report", + "patient.natioanalid":"National ID", + "sample.label.orderpanel":"Order Panels", + "sample.label.noorder":"Order Doesnt Exist", + "sample.label.labnumber.new" : "New Lab Number" , + "sample.label.search.labnumber" : "Search By Accesion Number" , + "sample.label.search.patient" : "Search By Patient" , + "sample.label.search.Order" : "Search Order" , "label.button.remove.slide": "Remove Slide", "label.button.remove.block": "Remove Block", "label.button.remove.report": "Remove Report", "pathology.label.block.number": "Block number", "pathology.label.block.add.number": "Number of Blocks to add", "pathology.label.slide.add.number": "Number of Slides to add", - "button.label.genarateReport": "Generate Report", - "button.label.showHidePram": "Show/Hide Report Parameter", - "immunohistochemistry.label.numberOfCancer": "Number of Cancer nuclei", - "immunohistochemistry.label.averageHer2": "Average HER2 per nucleus", - "immunohistochemistry.label.averageChrom": "Average Chromozome 17 Sinals per nucleus", - "immunohistochemistry.label.ihcRatio": "Ratio of Her2/neu Signals to Chromozome 17", - "immunohistochemistry.label.ihcScore": "IHC (Cerb2 Score)", - "immunohistochemistry.label.her2Pattern": "CerbB2/HER 2 staining pattern", - "immunohistochemistry.label.historicalDiagnosis": "Histological Diagnosis", - "immunohistochemistry.label.molecularType": " Molecular SubType", - "immunohistochemistry.label.cellPercent": "% of cell show nuclear staining with", - "immunohistochemistry.label.cellIntensity": "intensity . Allred score", - "immunohistochemistry.label.outOf8": "out of 8", - "immunohistochemistry.label.mibName": " MiB 1(ki-67) (Proliferative Index): ", - "immunohistochemistry.label.tumorCells": "of tumor cells positive (cut of 20%)", - "immunohistochemistry.label.her2Assesment": "HER 2 protein assesment is", - "immunohistochemistry.label.her2ScoreOf": "with a Score of" + "button.label.genarateReport" : "Generate Report", + "emergencyContactInfo.title":"Emergency Contact Info", + "button.label.showHidePram" : "Show/Hide Report Parameter" , + "immunohistochemistry.label.numberOfCancer" : "Number of Cancer nuclei", + "immunohistochemistry.label.averageHer2" : "Average HER2 per nucleus" , + "immunohistochemistry.label.averageChrom" : "Average Chromozome 17 Sinals per nucleus", + "immunohistochemistry.label.ihcRatio" : "Ratio of Her2/neu Signals to Chromozome 17", + "immunohistochemistry.label.ihcScore" : "IHC (Cerb2 Score)" , + "immunohistochemistry.label.her2Pattern" : "CerbB2/HER 2 staining pattern" , + "immunohistochemistry.label.historicalDiagnosis" : "Histological Diagnosis", + "immunohistochemistry.label.molecularType" : " Molecular SubType" , + "immunohistochemistry.label.cellPercent" : "% of cell show nuclear staining with", + "immunohistochemistry.label.cellIntensity" : "intensity . Allred score", + "immunohistochemistry.label.outOf8" : "out of 8" , + "immunohistochemistry.label.mibName" : " MiB 1(ki-67) (Proliferative Index): ", + "immunohistochemistry.label.tumorCells" :"of tumor cells positive (cut of 20%)", + "immunohistochemistry.label.her2Assesment" :"HER 2 protein assesment is" , + "immunohistochemistry.label.her2ScoreOf" :"with a Score of" } diff --git a/frontend/src/languages/fr.json b/frontend/src/languages/fr.json index 311bf29aa0..b7d90628dd 100644 --- a/frontend/src/languages/fr.json +++ b/frontend/src/languages/fr.json @@ -1,11 +1,11 @@ { - "language.select.label": "French", + "language.select.label": "French" , "label.button.submit": "Connecter", - "label.button.changepassword": "Changer Mot de Passe", + "label.button.changepassword" : "Changer Mot de Passe", "label.button.save": "Sauver", - "label.button.search": "Chercher", - "label.button.range": "Range", - "label.button.clear": "Dégager", + "label.button.search" : "Chercher" , + "label.button.range" : "Range" , + "label.button.clear" : "Dégager", "label.button.confirm": "Confirmer", "label.button.cancel": "Annuler", "label.button.confirmDelete": "Confirmation de la suppression", @@ -17,170 +17,169 @@ "login.msg.password.missing": "Votre mot de passe requis", "login.notice.message": "Veuillez entrer dans le logiciel de Syst\u00E8me d'Information \u00C9lectronique de Laboratoire:", "error.invalidcredentials": "L'identifiant ou le mot de passe est incorrect", - "patient.label.modify": "Ajouter/Modifier un patient", - "patient.label.info": "Informations sur les patients", - "breadcrumb.home": "Domicile", - "admin.legacy": "Précédent Admin", - "admin.billing": "Billing", + "patient.label.modify" : "Ajouter/Modifier un patient" , + "patient.label.info" : "Informations sur les patients", + "breadcrumb.home" : "Domicile", + "admin.legacy" :"Précédent Admin", + "admin.billing" :"Billing", "label.page.patientHistory": "Antécédents du patient", - "workplan.page.title": "Plan de Travail {0}", - "workplan.panel.title": "Plan de Travail par Panel", - "workplan.panel.types": "Panel", - "workplan.print": "Imprimer Plan de Travail", - "workplan.run": "Rechercher", - "workplan.test.title": "Plan de Travail par Test", - "workplan.test.types": "Test", - "workplan.title": "Plan de Travail", - "workplan.unit.types": "Unit\u00E9", - "workplan.priority.list": "Priorit\u00E9", - "workplan.priority.title": "Plan de travail par priorit\u00E9", - "workplan.unit.title": "Plan de travail par unit\u00E9", - "banner.menu.workplan": "Plan de Travail", - "banner.menu.workplan.test": "Par test", - "banner.menu.workplan.priority": "Par priorit\u00E9", - "banner.menu.workplan.panel": "Par Panel", - "banner.menu.workplan.unit": "Par Unit\u00E9", - "label.form.searchby": "Rechercher par", - "order.label.add": "Ajouter Ordonnance", - "order.label.modify": "Modifier la commande", + "workplan.page.title" :"Plan de Travail {0}", + "workplan.panel.title" :"Plan de Travail par Panel", + "workplan.panel.types" :"Panel", + "workplan.print" :"Imprimer Plan de Travail", + "workplan.run" :"Rechercher", + "workplan.test.title" :"Plan de Travail par Test", + "workplan.test.types" :"Test", + "workplan.title" :"Plan de Travail", + "workplan.unit.types" :"Unit\u00E9", + "workplan.priority.list" :"Priorit\u00E9", + "workplan.priority.title" :"Plan de travail par priorit\u00E9", + "workplan.unit.title" :"Plan de travail par unit\u00E9", + "banner.menu.workplan" :"Plan de Travail", + "banner.menu.workplan.test" :"Par test", + "banner.menu.workplan.priority" :"Par priorit\u00E9", + "banner.menu.workplan.panel" :"Par Panel", + "banner.menu.workplan.unit" :"Par Unit\u00E9", + "label.form.searchby" :"Rechercher par", + "order.label.add" : "Ajouter Ordonnance", + "order.label.modify":"Modifier la commande", "result.noTestsFound": "Aucun test approprié trouvé", - "quick.entry.accession.number": "N° Labo", - "patient.subject.number": "Numéro d'identification sanitaire unique", - "patient.natioanalid": "Carte d'identité", - "sample.entry.nextVisit.date": "Date de rendez vous", - "sample.entry.project.testName": "Nom du Test", - "sample.receivedDate": "Date de réception", - "label.total.tests": "Analyse au total", - "result.nonconforming.item": "L'échantillon ou l'ordonnance est non conforme OU le test a été rejetée", - "sample.entry.project.patient.and.testName": "Noms et/ou Numéro d'identité National \n Nom du Test", - "label.button.remove": "Supprimer", - "reject.order.sample.notification": "Vous rejetez un échantillon.Cet échantillon sera rejeté et n’apparaîtra pas dans les plans de travail une fois enregistré,aucun résultat ne peut être entré pour cette commande.", - "rulebuilder.label.ruleName": "Nom de la règle", - "rulebuilder.label.toggleRule": "Basculer la règle", - "rulebuilder.label.addRuleConditions": "Ajouter des conditions de règle réflexe", - "rulebuilder.label.overallOptions": "Sur toutes les options", - "rulebuilder.label.selectSample": "Goûter", - "rulebuilder.label.searchTest": "Essai de recherche", - "rulebuilder.label.relation": "Relation", - "rulebuilder.label.dictValue": "Sélectionner", - "rulebuilder.label.numericValue": "Valeur numérique", - "rulebuilder.label.numericValue2": "Valeur numérique 2", - "rulebuilder.label.textValue": "Valeur de texte", - "rulebuilder.label.addCondition": "Ajouter une condition", - "rulebuilder.label.removeCondition": "Supprimer la condition", - "rulebuilder.label.perfomActions": "Effectuez les actions suivantes", - "rulebuilder.label.noSuggestions": "Aucune suggestion disponible", - "rulebuilder.label.addInternalNote": "Ajouter une note interne", - "rulebuilder.label.addExternalNote": "Ajouter une note externe", - "rulebuilder.label.addPopup": "Ajouter une fenêtre contextuelle", - "rulebuilder.label.addAction": "Ajouter une action", - "rulebuilder.label.removeAction": "Supprimer l'action", - "rulebuilder.label.addRule": "Ajouter une règle", - "rulebuilder.label.removeRule": "Désactiver la règle", - "rulebuilder.label.rule": "Règle", - "rulebuilder.label.confirmDelete": "Etes-vous sûr de vouloir désactiver cette règle ?", - "rulebuilder.error.invalidNumeric": "Valeur numérique invalide", - "rulebuilder.error.invalidTest": "Test invalide", - "testcalculation.label.name": "Nom du calcul", - "testcalculation.label.testResult": "Résultat du test", - "testcalculation.label.mathFucntion": "Fonction mathématique", - "testcalculation.label.integer": "Entier", - "testcalculation.label.patientAttribute": "Attribut du patient", - "testcalculation.label.calculation": "Calcul", - "testcalculation.label.searchNumericTest": "Rechercher un test numérique", - "testcalculation.label.insertOperation": "Insérer une opération", - "testcalculation.label.selectDictionaryValue": "Sélectionnez la valeur du dictionnaire", - "testcalculation.label.textValue": "Valeur de texte", - "testcalculation.label.finalresult": "Résultat final", - "advanced.search": "Lancer la recherche", - "pathology.label.title": "Pathologie", - "pathology.label.blocks": "Blocs", - "pathology.label.block": "Bloc", - "pathology.label.addblock": "Ajouter un Bloc(s)", - "pathology.label.slides": "Lames", - "pathology.label.slide": "Lame", - "pathology.label.addslide": "Ajouter une Lame(s)", - "pathology.label.printlabel": "Imprimer l'Étiquette", - "pathology.label.view": "Voir", - "pathology.label.dashboard": "Tableau de Bord de la Pathologie", - "pathology.label.techniques": "Techniques Utilisées", - "pathology.label.request": "Demandes", - "pathology.label.grossexam": "Examen Macroscopique", - "pathology.label.microexam": "Examen Microscopique", - "pathology.label.conclusion": "Conclusion", - "pathology.label.textconclusion": "Conclusion Textuelle", - "pathology.label.release": "Prêt pour la Publication", - "pathology.label.refer": "Référer à l'Immuno-Histochimie", - "immunohistochemistry.label.title": "Immuno-Histochimie", - "immunohistochemistry.label.report": "Rapport", - "immunohistochemistry.label.reports": "Rapports", - "immunohistochemistry.label.addreport": "Ajouter un Rapport", - "cytology.label.title": "Cytologie", - "cytology.label.specimen": "Aptitude de l'Échantillon", - "cytology.label.negative": "Négatif Pour Lésion ou Malignité Intraépithéliale", - "cytology.label.cellabnomality": "Anomalie des Cellules Épithéliales", - "cytology.label.squamous": "Épidermoïde", - "cytology.label.glandular": "Glandulaire", - "cytology.label.other": "Autres Néoplasmes Malins", - "cytology.label.neoplastic": "Variations Cellulaires Non Néoplasiques", - "cytology.label.reactive": "Modifications Cellulaires Réactives", - "cytology.label.organisms": "Organismes", - "cytology.label.otherResult": "Autre Résultat de Diagnostic", - "header.label.version": "Version :", - "header.label.logout": "Déconnexion", - "header.label.selectlocale": "Sélectionner la Langue", - "sidenav.label.order": "Commande", - "sidenav.label.addorder": "Ajouter une commande", - "sidenav.label.editorder": "Modifier la commande", - "sidenav.label.incomingorder": "Commandes Entrantes", - "sidenav.label.batchorder": "Saisie de Commande en Lot", - "sidenav.label.barcode": "Code-barres", - "sidenav.label.patient": "Patient", - "sidenav.label.editpatient": "Ajouter/Modifier un Patient", - "sidenav.label.patientHistory": "Historique du Patient", - "sidenav.label.nonConform": "Non Conforme", - "sidenav.label.nonConform.report": "Signaler un Événement Non Conforme", - "sidenav.label.nonConform.view": "Voir les Nouveaux Événements Non Conformes", - "sidenav.label.nonConform.actions": "Actions Correctives", - "sidenav.label.workplan": "Plan de Travail", - "sidenav.label.workplan.test": "Par Type de Test", - "sidenav.label.workplan.panel": "Par Type de Panel", - "sidenav.label.workplan.unit": "Par Unité", - "sidenav.label.workplan.priority": "Par Priorité", - "sidenav.label.pathology": "Pathologie", - "sidenav.label.immunochem": "Immuno-Histochimie", - "sidenav.label.cytology": "Cytologie", - "sidenav.label.pathology.dashboard": "Tableau de Bord", - "sidenav.label.results": "Résultats", - "sidenav.label.results.unit": "Par Unité", - "sidenav.label.results.patient": "Par Patient", - "sidenav.label.results.order": "Par Commande", - "sidenav.label.results.testdate": "Par Date de Test", - "sidenav.label.results.byrange": "Par plage de numéros de commande", - "sidenav.label.validation": "Validation", - "sidenav.label.validation.routine": "Recherche Par Routine", - "sidenav.label.validation.study": "Recherche Par Étude", - "sidenav.label.validation.order": "Recherche Par Commande", - "sidenav.label.validation.testdate": "Recherche Par Date de Test", - "sidenav.label.reports": "Rapports", - "sidenav.label.reports.routine": "Routine", - "sidenav.label.reports.study": "Étude", - "sidenav.label.admin": "Administration", - "sidenav.label.admin.testmgt": "Gestion des Tests", - "sidenav.label.admin.testmgt.reflex": "Gérer les Tests de Réflexe", - "sidenav.label.admin.testmgt.calculated": "Gérer les Tests de Valeur Calculée", - "sidenav.label.admin.program": "Entrée du Programme", - "sidenav.label.admin.organizationmgt": "Gestion de l'Organisation", - "sidenav.label.admin.usermgt": "Gestion des Utilisateurs", - "patient.label.name": "Nom", - "patient.label.sex": "Sexe", - "patient.label.age": "Âge", - "patient.label.nopatientid": "Identifiant du Patient N'existe Pas", - "sample.label.orderdate": "Date de Commande", - "sample.label.labnumber": "Numéro de Laboratoire", - "sample.label.facility": "Établissement Référant", - "sample.label.requester": "Demandeur", - "sample.label.dept": "Service/Département/Unité", + "quick.entry.accession.number":"N° Labo", + "patient.subject.number":"Sujet No.", + "sample.entry.nextVisit.date":"Date de rendez vous", + "sample.entry.project.testName":"Nom du Test", + "sample.receivedDate":"Date de réception", + "label.total.tests":"Analyse au total", + "result.nonconforming.item":"L'échantillon ou l'ordonnance est non conforme OU le test a été rejetée", + "sample.entry.project.patient.and.testName":"Noms et/ou Numéro d'identité National \n Nom du Test", + "label.button.remove":"Supprimer", + "reject.order.sample.notification": "Vous rejetez un échantillon.Cet échantillon sera rejeté et n’apparaîtra pas dans les plans de travail une fois enregistré,aucun résultat ne peut être entré pour cette commande." , + "rulebuilder.label.ruleName" : "Nom de la règle", + "rulebuilder.label.toggleRule" : "Basculer la règle", + "rulebuilder.label.addRuleConditions" : "Ajouter des conditions de règle réflexe" , + "rulebuilder.label.overallOptions" : "Sur toutes les options", + "rulebuilder.label.selectSample" : "Goûter", + "rulebuilder.label.searchTest" : "Essai de recherche" , + "rulebuilder.label.relation" : "Relation", + "rulebuilder.label.dictValue" : "Sélectionner" , + "rulebuilder.label.numericValue" : "Valeur numérique" , + "rulebuilder.label.numericValue2" : "Valeur numérique 2" , + "rulebuilder.label.textValue" : "Valeur de texte" , + "rulebuilder.label.addCondition" : "Ajouter une condition", + "rulebuilder.label.removeCondition" : "Supprimer la condition", + "rulebuilder.label.perfomActions" : "Effectuez les actions suivantes", + "rulebuilder.label.noSuggestions" : "Aucune suggestion disponible", + "rulebuilder.label.addInternalNote" : "Ajouter une note interne", + "rulebuilder.label.addExternalNote" : "Ajouter une note externe", + "rulebuilder.label.addPopup" : "Ajouter une fenêtre contextuelle", + "rulebuilder.label.addAction" : "Ajouter une action", + "rulebuilder.label.removeAction" : "Supprimer l'action", + "rulebuilder.label.addRule" : "Ajouter une règle", + "rulebuilder.label.removeRule" : "Désactiver la règle", + "rulebuilder.label.rule" : "Règle", + "rulebuilder.label.confirmDelete" : "Etes-vous sûr de vouloir désactiver cette règle ?", + "rulebuilder.error.invalidNumeric" : "Valeur numérique invalide" , + "rulebuilder.error.invalidTest" : "Test invalide" , + "testcalculation.label.name" : "Nom du calcul" , + "testcalculation.label.testResult" : "Résultat du test", + "testcalculation.label.mathFucntion" : "Fonction mathématique" , + "testcalculation.label.integer" : "Entier" , + "testcalculation.label.patientAttribute" : "Attribut du patient" , + "testcalculation.label.calculation" : "Calcul" , + "testcalculation.label.searchNumericTest" : "Rechercher un test numérique" , + "testcalculation.label.insertOperation" : "Insérer une opération" , + "testcalculation.label.selectDictionaryValue" : "Sélectionnez la valeur du dictionnaire" , + "testcalculation.label.textValue" : "Valeur de texte" , + "testcalculation.label.finalresult" : "Résultat final", + "advanced.search" : "Lancer la recherche" , + "pathology.label.title" : "Pathologie", + "pathology.label.blocks" : "Blocs", + "pathology.label.block" : "Bloc", + "pathology.label.addblock" : "Ajouter un Bloc(s)", + "pathology.label.slides" : "Lames", + "pathology.label.slide" : "Lame", + "pathology.label.addslide" : "Ajouter une Lame(s)", + "pathology.label.printlabel" : "Imprimer l'Étiquette", + "pathology.label.view" : "Voir", + "pathology.label.dashboard" : "Tableau de Bord de la Pathologie", + "pathology.label.techniques" : "Techniques Utilisées", + "pathology.label.request" : "Demandes", + "pathology.label.grossexam" : "Examen Macroscopique", + "pathology.label.microexam" : "Examen Microscopique", + "pathology.label.conclusion" : "Conclusion", + "pathology.label.textconclusion" : "Conclusion Textuelle", + "pathology.label.release" : "Prêt pour la Publication", + "pathology.label.refer" : "Référer à l'Immuno-Histochimie", + "immunohistochemistry.label.title" : "Immuno-Histochimie", + "immunohistochemistry.label.report" : "Rapport", + "immunohistochemistry.label.reports" : "Rapports", + "immunohistochemistry.label.addreport" : "Ajouter un Rapport", + "cytology.label.title" : "Cytologie", + "cytology.label.specimen" : "Aptitude de l'Échantillon", + "cytology.label.negative" : "Négatif Pour Lésion ou Malignité Intraépithéliale", + "cytology.label.cellabnomality" : "Anomalie des Cellules Épithéliales", + "cytology.label.squamous" : "Épidermoïde", + "cytology.label.glandular" : "Glandulaire", + "cytology.label.other" : "Autres Néoplasmes Malins", + "cytology.label.neoplastic" : "Variations Cellulaires Non Néoplasiques", + "cytology.label.reactive" : "Modifications Cellulaires Réactives", + "cytology.label.organisms" : "Organismes", + "cytology.label.otherResult" : "Autre Résultat de Diagnostic", + "header.label.version" :"Version :", + "header.label.logout" :"Déconnexion", + "header.label.selectlocale" : "Sélectionner la Langue", + "sidenav.label.order" : "Commande", + "sidenav.label.addorder" : "Ajouter une commande", + "sidenav.label.editorder" : "Modifier la commande", + "sidenav.label.incomingorder" : "Commandes Entrantes", + "sidenav.label.batchorder" : "Saisie de Commande en Lot", + "sidenav.label.barcode" : "Code-barres", + "sidenav.label.patient" : "Patient", + "sidenav.label.editpatient" : "Ajouter/Modifier un Patient", + "sidenav.label.patientHistory" : "Historique du Patient", + "sidenav.label.nonConform" : "Non Conforme", + "sidenav.label.nonConform.report" : "Signaler un Événement Non Conforme", + "sidenav.label.nonConform.view" : "Voir les Nouveaux Événements Non Conformes", + "sidenav.label.nonConform.actions" : "Actions Correctives", + "sidenav.label.workplan" : "Plan de Travail", + "sidenav.label.workplan.test" : "Par Type de Test", + "sidenav.label.workplan.panel" : "Par Type de Panel", + "sidenav.label.workplan.unit" : "Par Unité", + "sidenav.label.workplan.priority" : "Par Priorité", + "sidenav.label.pathology" : "Pathologie", + "sidenav.label.immunochem" : "Immuno-Histochimie", + "sidenav.label.cytology" : "Cytologie", + "sidenav.label.pathology.dashboard" : "Tableau de Bord", + "sidenav.label.results" : "Résultats", + "sidenav.label.results.unit" : "Par Unité", + "sidenav.label.results.patient" : "Par Patient", + "sidenav.label.results.order" : "Par Commande", + "sidenav.label.results.testdate" : "Par Date de Test", + "sidenav.label.results.byrange" : "Par plage de numéros de commande", + "sidenav.label.validation" : "Validation", + "sidenav.label.validation.routine" : "Recherche Par Routine", + "sidenav.label.validation.study" : "Recherche Par Étude", + "sidenav.label.validation.order" : "Recherche Par Commande", + "sidenav.label.validation.testdate" : "Recherche Par Date de Test", + "sidenav.label.reports" : "Rapports", + "sidenav.label.reports.routine" : "Routine", + "sidenav.label.reports.study" : "Étude", + "sidenav.label.admin" : "Administration", + "sidenav.label.admin.testmgt" : "Gestion des Tests", + "sidenav.label.admin.testmgt.reflex" : "Gérer les Tests de Réflexe", + "sidenav.label.admin.testmgt.calculated" : "Gérer les Tests de Valeur Calculée", + "sidenav.label.admin.program" : "Entrée du Programme", + "sidenav.label.admin.organizationmgt" : "Gestion de l'Organisation", + "sidenav.label.admin.usermgt" : "Gestion des Utilisateurs", + "patient.label.name" : "Nom", + "patient.label.sex" : "Sexe", + "patient.label.age" : "Âge", + "patient.label.nopatientid" : "Identifiant du Patient N'existe Pas", + "sample.label.orderdate" : "Date de Commande", + "sample.label.labnumber" : "Numéro de Laboratoire", + "sample.label.facility" : "Établissement Référant", + "sample.label.requester" : "Demandeur", + "sample.label.dept" : "Service/Département/Unité", "label.button.uploadfile": "Télécharger le Fichier", "label.button.select": "Sélectionner", "order.title": "COMMANDE", @@ -208,25 +207,25 @@ "order.test.request.heading": "Demande de test", "order.step.patient.info": "Informations sur les patients", "order.step.program.selection": "Sélection du programme", - "back.action.button": "Dos", + "back.action.button":"Dos", "next.action.button": "Suivante", - "save.order.success.msg": "L'exemple de saisie de commande a été enregistré avec succès", + "save.order.success.msg":"L'exemple de saisie de commande a été enregistré avec succès", "server.error.msg": "Oups, erreur de serveur, veuillez contacter l'administrateur", "notification.title": "Message de notification", - "select.default.option.label": "Choisis une option", + "select.default.option.label":"Choisis une option", "yes.option": "Oui", "no.option": "Non", - "label.program": "programme", + "label.program":"programme", "patient.label": "Patiente", "requester.label": "Demandeur", - "search.patient.label": "Rechercher un patient", + "search.patient.label":"Rechercher un patient", "new.patient.label": "Nouveau patient", - "sample.select.type": "Sélectionnez le type d'échantillon", - "sample.reject.label": "Rejeter l'échantillon", + "sample.select.type":"Sélectionnez le type d'échantillon", + "sample.reject.label":"Rejeter l'échantillon", "sample.collection.date": "Date de collecte", "sample.collection.time": "Heure de collecte", "collector.label": "Collectionneuse", - "sample.search.panel.legend.text": "Rechercher parmi les panneaux disponibles", + "sample.search.panel.legend.text" :"Rechercher parmi les panneaux disponibles", "sample.panel.label.text": "Panneau Rechercher disponible", "sample.panel.placeholder": "Choisissez le panneau Disponible", "sample.panel.search.error.msg": "Aucun panneau trouvé correspondant", @@ -234,37 +233,40 @@ "delete.error.msg": "Erreur lors de la suppression", "success.add.edited.msg": "Ajouté/Modifié avec succès", "error.add.edited.msg": "Erreur lors de la modification/ajout", - "edit.add.program.title": "Ajouter/Modifier un programme", - "new.program.label": "Nouveau programme", - "program.name.label": "Nom du programme", - "test.section.label": "Section d'essais", - "assigned.technician.label": "Technicien affecté", - "assigned.pathologist.label": "Pathologiste affecté", + "edit.add.program.title" : "Ajouter/Modifier un programme", + "new.program.label" : "Nouveau programme", + "program.name.label" : "Nom du programme", + "test.section.label" : "Section d'essais", + "assigned.technician.label" : "Technicien affecté", + "assigned.pathologist.label" : "Pathologiste affecté", "pathology.label.slide.number": "numéro de diapositive", "pathology.label.location": "Emplacement", - "workplan.panel.selection.error.msg": "Il s'agit d'un message d'erreur non valide.", + "workplan.panel.selection.error.msg" : "Il s'agit d'un message d'erreur non valide.", "home.label": "Maison", - "dashboard.in.progress.label": "En cours", - "dashboard.in.progress.subtitle.label": "En attente de saisie des résultats", + "dashboard.in.progress.label" : "En cours", + "dashboard.in.progress.subtitle.label" : "En attente de saisie des résultats", "dashboard.validation.ready.label": "Prêt pour la validation", - "dashboard.validation.ready.subtitle.label": "En attente d'examen", + "dashboard.validation.ready.subtitle.label" : "En attente d'examen", "dashboard.complete.orders.label": "Commandes terminées aujourd'hui", "dashboard.orders.subtitle.label": "Total des commandes terminées aujourd'hui", - "dashboard.turn.around.label": "Demi-tour retardé", - "dashboard.turn.around.subtitle.label": "Plus de 96 heures", - "dashboard.avg.turn.around.label": "Délai d'exécution moyen", - "dashboard.partially.completed.label": "Partiellement terminé aujourd'hui", - "dashboard.partially.completed..subtitle.label": "Total des commandes terminées aujourd'hui", - "dashboard.user.orders.label": "Commandes saisies par l'utilisateur", - "dashboard.rejected.orders": "Commandes rejetées", - "dashboard.rejected.orders.subtitle": "Rejeté par le laboratoire aujourd'hui", - "dashboard.unprints.results.label": "Résultats non imprimés", - "dashboard.unprints.results.subtitle.label": "Résultats non publiés aujourd'hui", - "label.electronic.orders": "Commandes électroniques", - "patient.dob": "Date de naissance", - "patient.age.years": "Années d'âge", + "dashboard.turn.around.label" : "Demi-tour retardé", + "dashboard.turn.around.subtitle.label" : "Plus de 96 heures", + "dashboard.avg.turn.around.label" : "Délai d'exécution moyen", + "dashboard.partially.completed.label" : "Partiellement terminé aujourd'hui", + "dashboard.partially.completed..subtitle.label" : "Total des commandes terminées aujourd'hui", + "dashboard.user.orders.label" : "Commandes saisies par l'utilisateur", + "dashboard.rejected.orders" : "Commandes rejetées", + "dashboard.rejected.orders.subtitle" : "Rejeté par le laboratoire aujourd'hui", + "dashboard.unprints.results.label" : "Résultats non imprimés", + "dashboard.unprints.results.subtitle.label" : "Résultats non publiés aujourd'hui", + "label.electronic.orders" : "Commandes électroniques", + "patient.dob" : "Date de naissance", "patient.male": "Mâle", "patient.female": "Femelle", + "patient.first.name": "Prénom", + "patient.last.name": "Nom de famille", + "patient.prev.lab.no": "Numéro de laboratoire précédent", + "patient.id": "Numéro du patient", "patient.age.months": "Mois", "patient.age.days": "Jours", "patient.address.town": "Ville", @@ -276,64 +278,61 @@ "patient.maritalstatus": "État civil", "patient.nationality": "Nationalité", "patient.nationality.other": "Précisez Autre nationalité", - "patient.first.name": "Prénom", - "patient.last.name": "Nom de famille", "patientcontact.person.firstname": "Prénom du contact", "patientcontact.person.lastname": "Nom de famille du contact", "patientcontact.person.email": "Email du contact", "patient.label.contactphone": "Téléphone de contact : {PHONE_FORMAT}", "patient.lable.primaryphone": "Téléphone principal : {PHONE_FORMAT}", "patient.gender": "Genre", - "patient.prev.lab.no": "Numéro de laboratoire précédent", - "patient.id": "Numéro du patient", + "emergencyContactInfo.title":"Informations de contact d'urgence", "label.button.select.status": "Sélectionner l'état", "label.button.select.technician": "Sélectionner le technicien", "label.button.select.pathologist": "Sélectionner le pathologiste", "label.button.select.test": "Sélectionner le test", - "assigned.cytopathologist.label": "Cytopathologiste attribué", + "assigned.cytopathologist.label": "Cytopathologiste attribué" , "label.search.patient": "Rechercher un patient", "immunohistochemistry.label.dashboard": "Tableau de bord en immunohistochimie", "cytology.label.dashboard": "Tableau de bord en cytologie", - "label.button.start": "Commencer", - "label.button.sample": "Échantillon", - "search.label.accession": "Saisissez le numéro d'accès", - "search.label.testunit": "Sélectionnez l'unité de test", - "search.label.testdate": "Saisissez la date du test", - "search.label.collectiondate": "Saisissez la date de collecte", - "search.label.recieveddate": "Saisissez la date de réception", - "search.label.fromaccession": "Du numéro d'accès", - "search.label.toaccession": "Au numéro d'accès", - "search.label.loadnext": "Charger les 99 enregistrements suivants à partir du numéro de laboratoire", - "search.label.analysis": "Sélectionnez l'état de l'analyse", - "search.label.test": "Sélectionnez le nom du test", - "search.label.sample": "Sélectionnez l'état de l'échantillon", + "label.button.start" : "Commencer" , + "label.button.sample" : "Échantillon" , + "search.label.accession" : "Saisissez le numéro d'accès", + "search.label.testunit" : "Sélectionnez l'unité de test", + "search.label.testdate" : "Saisissez la date du test", + "search.label.collectiondate" : "Saisissez la date de collecte", + "search.label.recieveddate" : "Saisissez la date de réception", + "search.label.fromaccession" : "Du numéro d'accès", + "search.label.toaccession" : "Au numéro d'accès", + "search.label.loadnext" : "Charger les 99 enregistrements suivants à partir du numéro de laboratoire", + "search.label.analysis" : "Sélectionnez l'état de l'analyse", + "search.label.test" : "Sélectionnez le nom du test", + "search.label.sample" : "Sélectionnez l'état de l'échantillon", "pathology.label.report": "Rapport de Pathologie", "patient.nationalid": "Identifiant National", "sample.label.orderpanel": "Panels de commande", - "sample.label.noorder": "La commande n'existe pas", - "sample.label.labnumber.new": "Nouveau numéro de laboratoire", + "sample.label.noorder": "La commande n'existe pas" , + "sample.label.labnumber.new": "Nouveau numéro de laboratoire" , "sample.label.search.labnumber": "Rechercher par numéro d'accès", "sample.label.search.patient": "Rechercher par patient", "sample.label.search.Order": "Rechercher une commande", "label.button.remove.slide": "Supprimer la Diapositive", "label.button.remove.block": "Supprimer le Bloc", "label.button.remove.report": "Supprimer le Rapport", - "pathology.label.block.number": "Numéro du Bloc", - "button.label.genarateReport": "Générer un rapport", - "button.label.showHidePram": "Afficher/Masquer les paramètres du rapport", - "immunohistochemistry.label.numberOfCancer": "Nombre de noyaux cancéreux", - "immunohistochemistry.label.averageHer2": "Moyenne de HER2 par noyau", - "immunohistochemistry.label.averageChrom": "Moyenne des signaux Chromosome 17 par noyau", - "immunohistochemistry.label.ihcRatio": "Ratio des signaux Her2/neu par rapport au Chromosome 17", - "immunohistochemistry.label.ihcScore": "Score IHC (Cerb2)", - "immunohistochemistry.label.her2Pattern": "Motif de coloration CerbB2/HER 2", - "immunohistochemistry.label.historicalDiagnosis": "Diagnostic histologique", - "immunohistochemistry.label.molecularType": "Sous-type moléculaire", - "immunohistochemistry.label.cellPercent": "% des cellules présentent une coloration nucléaire avec", - "immunohistochemistry.label.cellIntensity": "d'intensité. Score Allred", - "immunohistochemistry.label.outOf8": "sur 8", - "immunohistochemistry.label.mibName": "MiB 1 (ki-67) (Indice de prolifération) :", - "immunohistochemistry.label.tumorCells": "des cellules tumorales sont positives (seuil de 20 %)", - "immunohistochemistry.label.her2Assesment": "L'évaluation de la protéine HER2 est de", - "immunohistochemistry.label.her2ScoreOf": "Avec un score de" + "pathology.label.block.number": "Numéro du Bloc" , + "button.label.genarateReport" : "Générer un rapport", + "button.label.showHidePram" : "Afficher/Masquer les paramètres du rapport", + "immunohistochemistry.label.numberOfCancer" : "Nombre de noyaux cancéreux", + "immunohistochemistry.label.averageHer2" : "Moyenne de HER2 par noyau", + "immunohistochemistry.label.averageChrom" : "Moyenne des signaux Chromosome 17 par noyau", + "immunohistochemistry.label.ihcRatio" : "Ratio des signaux Her2/neu par rapport au Chromosome 17", + "immunohistochemistry.label.ihcScore" : "Score IHC (Cerb2)", + "immunohistochemistry.label.her2Pattern" : "Motif de coloration CerbB2/HER 2", + "immunohistochemistry.label.historicalDiagnosis" : "Diagnostic histologique", + "immunohistochemistry.label.molecularType" : "Sous-type moléculaire" , + "immunohistochemistry.label.cellPercent" : "% des cellules présentent une coloration nucléaire avec", + "immunohistochemistry.label.cellIntensity" : "d'intensité. Score Allred", + "immunohistochemistry.label.outOf8" : "sur 8" , + "immunohistochemistry.label.mibName" : "MiB 1 (ki-67) (Indice de prolifération) :", + "immunohistochemistry.label.tumorCells" :"des cellules tumorales sont positives (seuil de 20 %)", + "immunohistochemistry.label.her2Assesment" :"L'évaluation de la protéine HER2 est de" , + "immunohistochemistry.label.her2ScoreOf" :"Avec un score de" }