@ampath/esm-dispensing-app 1.10.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +12 -0
- package/.eslintignore +2 -0
- package/.eslintrc +80 -0
- package/.husky/pre-commit +7 -0
- package/.husky/pre-push +6 -0
- package/.prettierignore +12 -0
- package/.tx/config +11 -0
- package/.yarn/versions/1c40b9b6.yml +0 -0
- package/.yarn/versions/ff162597.yml +0 -0
- package/LICENSE +401 -0
- package/README.md +124 -0
- package/__mocks__/react-i18next.js +51 -0
- package/dist/1043.js +1 -0
- package/dist/1043.js.map +1 -0
- package/dist/1119.js +1 -0
- package/dist/1197.js +1 -0
- package/dist/2146.js +1 -0
- package/dist/2177.js +2 -0
- package/dist/2177.js.LICENSE.txt +9 -0
- package/dist/2177.js.map +1 -0
- package/dist/2690.js +1 -0
- package/dist/2890.js +2 -0
- package/dist/2890.js.LICENSE.txt +14 -0
- package/dist/2890.js.map +1 -0
- package/dist/2898.js +1 -0
- package/dist/2898.js.map +1 -0
- package/dist/3041.js +1 -0
- package/dist/3041.js.map +1 -0
- package/dist/3099.js +1 -0
- package/dist/3184.js +2 -0
- package/dist/3184.js.LICENSE.txt +14 -0
- package/dist/3184.js.map +1 -0
- package/dist/3568.js +1 -0
- package/dist/3568.js.map +1 -0
- package/dist/3584.js +1 -0
- package/dist/4055.js +1 -0
- package/dist/4099.js +1 -0
- package/dist/4099.js.map +1 -0
- package/dist/4132.js +1 -0
- package/dist/4225.js +1 -0
- package/dist/4225.js.map +1 -0
- package/dist/4300.js +1 -0
- package/dist/4335.js +1 -0
- package/dist/4353.js +1 -0
- package/dist/4353.js.map +1 -0
- package/dist/439.js +1 -0
- package/dist/4618.js +1 -0
- package/dist/4652.js +1 -0
- package/dist/4944.js +1 -0
- package/dist/5173.js +1 -0
- package/dist/5241.js +1 -0
- package/dist/5422.js +1 -0
- package/dist/5422.js.map +1 -0
- package/dist/5442.js +1 -0
- package/dist/5661.js +1 -0
- package/dist/5897.js +1 -0
- package/dist/5897.js.map +1 -0
- package/dist/6022.js +1 -0
- package/dist/609.js +1 -0
- package/dist/609.js.map +1 -0
- package/dist/6468.js +1 -0
- package/dist/6540.js +2 -0
- package/dist/6540.js.LICENSE.txt +9 -0
- package/dist/6540.js.map +1 -0
- package/dist/6589.js +1 -0
- package/dist/6606.js +1 -0
- package/dist/6606.js.map +1 -0
- package/dist/6679.js +1 -0
- package/dist/6825.js +1 -0
- package/dist/6825.js.map +1 -0
- package/dist/6840.js +1 -0
- package/dist/6841.js +1 -0
- package/dist/6841.js.map +1 -0
- package/dist/6859.js +1 -0
- package/dist/7097.js +1 -0
- package/dist/7159.js +1 -0
- package/dist/723.js +1 -0
- package/dist/7240.js +1 -0
- package/dist/7240.js.map +1 -0
- package/dist/7255.js +1 -0
- package/dist/7255.js.map +1 -0
- package/dist/7617.js +1 -0
- package/dist/795.js +1 -0
- package/dist/8163.js +1 -0
- package/dist/8349.js +1 -0
- package/dist/8371.js +1 -0
- package/dist/8569.js +2 -0
- package/dist/8569.js.LICENSE.txt +41 -0
- package/dist/8569.js.map +1 -0
- package/dist/8600.js +1 -0
- package/dist/8600.js.map +1 -0
- package/dist/8618.js +1 -0
- package/dist/8885.js +1 -0
- package/dist/8885.js.map +1 -0
- package/dist/890.js +1 -0
- package/dist/9214.js +1 -0
- package/dist/9538.js +1 -0
- package/dist/9569.js +1 -0
- package/dist/961.js +2 -0
- package/dist/961.js.LICENSE.txt +19 -0
- package/dist/961.js.map +1 -0
- package/dist/963.js +1 -0
- package/dist/963.js.map +1 -0
- package/dist/986.js +1 -0
- package/dist/9879.js +1 -0
- package/dist/9895.js +1 -0
- package/dist/9900.js +1 -0
- package/dist/9913.js +1 -0
- package/dist/main.js +2 -0
- package/dist/main.js.LICENSE.txt +51 -0
- package/dist/main.js.map +1 -0
- package/dist/openmrs-esm-dispensing-app.js +1 -0
- package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +1645 -0
- package/dist/openmrs-esm-dispensing-app.js.map +1 -0
- package/dist/routes.json +1 -0
- package/e2e/README.md +119 -0
- package/e2e/commands/drug-order-operations.ts +43 -0
- package/e2e/commands/encounter-operations.ts +60 -0
- package/e2e/commands/index.ts +5 -0
- package/e2e/commands/patient-operations.ts +109 -0
- package/e2e/commands/provider-operations.ts +9 -0
- package/e2e/commands/types/index.ts +157 -0
- package/e2e/commands/visit-operations.ts +38 -0
- package/e2e/core/global-setup.ts +32 -0
- package/e2e/core/index.ts +1 -0
- package/e2e/core/test.ts +31 -0
- package/e2e/fixtures/api.ts +27 -0
- package/e2e/fixtures/index.ts +1 -0
- package/e2e/pages/dispensing-page.ts +9 -0
- package/e2e/pages/index.ts +1 -0
- package/e2e/specs/active-prescriptions.spec.ts +72 -0
- package/e2e/specs/close-prescription.spec.ts +71 -0
- package/e2e/specs/dispense-medication.spec.ts +71 -0
- package/e2e/specs/pause-prescription.spec.ts +72 -0
- package/e2e/support/github/Dockerfile +34 -0
- package/e2e/support/github/docker-compose.yml +24 -0
- package/e2e/support/github/run-e2e-docker-env.sh +42 -0
- package/e2e/types/index.ts +157 -0
- package/example.env +7 -0
- package/jest.config.js +24 -0
- package/package.json +110 -0
- package/playwright.config.ts +36 -0
- package/prettier.config.js +8 -0
- package/src/components/action-buttons.component.tsx +87 -0
- package/src/components/action-buttons.scss +16 -0
- package/src/components/action-buttons.test.tsx +217 -0
- package/src/components/medication-card.component.tsx +37 -0
- package/src/components/medication-card.scss +20 -0
- package/src/components/medication-card.test.tsx +36 -0
- package/src/components/medication-dispense-review.scss +108 -0
- package/src/components/medication-event.component.tsx +96 -0
- package/src/components/medication-event.scss +44 -0
- package/src/components/medication-event.test.tsx +212 -0
- package/src/components/prescription-actions/close-action-button.component.tsx +50 -0
- package/src/components/prescription-actions/dispense-action-button.component.tsx +57 -0
- package/src/components/prescription-actions/pause-action-button.component.tsx +49 -0
- package/src/conditions/conditions.component.tsx +118 -0
- package/src/conditions/conditions.resource.ts +100 -0
- package/src/conditions/conditions.scss +26 -0
- package/src/conditions/conditions.test.tsx +200 -0
- package/src/config-schema.ts +192 -0
- package/src/constants.ts +22 -0
- package/src/dashboard/dispensing-dashboard-link.component.tsx +36 -0
- package/src/dashboard/dispensing-dashboard.component.tsx +36 -0
- package/src/declarations.d.ts +2 -0
- package/src/diagnoses/diagnoses.component.tsx +111 -0
- package/src/diagnoses/diagnoses.resource.ts +30 -0
- package/src/diagnoses/diagnoses.scss +31 -0
- package/src/dispensing-link.component.tsx +9 -0
- package/src/dispensing-tiles/dispensing-tile.component.tsx +42 -0
- package/src/dispensing-tiles/dispensing-tile.scss +43 -0
- package/src/dispensing-tiles/dispensing-tiles.component.tsx +39 -0
- package/src/dispensing-tiles/dispensing-tiles.resource.tsx +30 -0
- package/src/dispensing-tiles/dispensing-tiles.scss +11 -0
- package/src/dispensing.component.tsx +31 -0
- package/src/dispensing.scss +5 -0
- package/src/dispensing.test.tsx +9 -0
- package/src/fill-prescription/fill-prescription-button.component.tsx +103 -0
- package/src/fill-prescription/fill-prescription-button.scss +8 -0
- package/src/fill-prescription/on-prescription-filled.modal.tsx +140 -0
- package/src/fill-prescription/on-prescription-filled.scss +7 -0
- package/src/forms/close-dispense-form.workspace.tsx +194 -0
- package/src/forms/dispense-form.workspace.test.tsx +334 -0
- package/src/forms/dispense-form.workspace.tsx +324 -0
- package/src/forms/forms.scss +152 -0
- package/src/forms/medication-dispense-review.component.tsx +649 -0
- package/src/forms/medication-dispense-review.test.tsx +158 -0
- package/src/forms/pause-dispense-form.workspace.tsx +196 -0
- package/src/forms/stock-dispense/stock-dispense.component.tsx +126 -0
- package/src/forms/stock-dispense/stock.resource.tsx +67 -0
- package/src/history/delete-confirm.modal.tsx +35 -0
- package/src/history/history-and-comments.component.tsx +338 -0
- package/src/history/history-and-comments.scss +54 -0
- package/src/index.ts +57 -0
- package/src/location/location.resource.test.tsx +108 -0
- package/src/location/location.resource.tsx +32 -0
- package/src/medication/medication.resource.test.tsx +156 -0
- package/src/medication/medication.resource.tsx +45 -0
- package/src/medication-dispense/medication-dispense.resource.test.tsx +243 -0
- package/src/medication-dispense/medication-dispense.resource.tsx +178 -0
- package/src/medication-request/medication-request.resource.test.tsx +1333 -0
- package/src/medication-request/medication-request.resource.tsx +257 -0
- package/src/patient/patient-info-cell.component.tsx +26 -0
- package/src/patient/patient.resources.ts +14 -0
- package/src/pharmacy-header/pharmacy-header.component.tsx +35 -0
- package/src/pharmacy-header/pharmacy-header.scss +55 -0
- package/src/pharmacy-header/pharmacy-illustration.component.tsx +30 -0
- package/src/prescriptions/patient-search-tab-panel.component.tsx +58 -0
- package/src/prescriptions/patient-search-tab-panel.scss +26 -0
- package/src/prescriptions/prescription-actions.component.tsx +24 -0
- package/src/prescriptions/prescription-actions.scss +14 -0
- package/src/prescriptions/prescription-details.component.tsx +152 -0
- package/src/prescriptions/prescription-details.scss +87 -0
- package/src/prescriptions/prescription-details.test.tsx +267 -0
- package/src/prescriptions/prescription-expanded.component.tsx +58 -0
- package/src/prescriptions/prescription-expanded.scss +56 -0
- package/src/prescriptions/prescription-tab-lists.component.tsx +70 -0
- package/src/prescriptions/prescription-tab-panel.component.tsx +83 -0
- package/src/prescriptions/prescriptions-table.component.tsx +189 -0
- package/src/prescriptions/prescriptions.scss +152 -0
- package/src/print-prescription/prescription-print-action.component.tsx +30 -0
- package/src/print-prescription/prescription-print-preview.modal.tsx +92 -0
- package/src/print-prescription/prescription-printout.component.tsx +154 -0
- package/src/print-prescription/print-prescription.scss +75 -0
- package/src/print-prescription/printable-prescriptions.component.tsx +57 -0
- package/src/routes.json +137 -0
- package/src/types.ts +530 -0
- package/src/utils.test.ts +2947 -0
- package/src/utils.ts +637 -0
- package/tools/i18next-parser.config.js +89 -0
- package/tools/setup-tests.ts +8 -0
- package/tools/update-openmrs-deps.mjs +42 -0
- package/translations/am.json +133 -0
- package/translations/ar.json +133 -0
- package/translations/ar_SY.json +133 -0
- package/translations/bn.json +133 -0
- package/translations/cs.json +133 -0
- package/translations/de.json +133 -0
- package/translations/en.json +133 -0
- package/translations/en_US.json +133 -0
- package/translations/es.json +133 -0
- package/translations/es_MX.json +133 -0
- package/translations/fr.json +133 -0
- package/translations/he.json +133 -0
- package/translations/hi.json +133 -0
- package/translations/hi_IN.json +133 -0
- package/translations/id.json +133 -0
- package/translations/it.json +133 -0
- package/translations/ka.json +133 -0
- package/translations/km.json +133 -0
- package/translations/ku.json +133 -0
- package/translations/ky.json +133 -0
- package/translations/lg.json +133 -0
- package/translations/ne.json +133 -0
- package/translations/pl.json +133 -0
- package/translations/pt.json +133 -0
- package/translations/pt_BR.json +133 -0
- package/translations/qu.json +133 -0
- package/translations/ro_RO.json +133 -0
- package/translations/ru_RU.json +133 -0
- package/translations/si.json +133 -0
- package/translations/sq.json +133 -0
- package/translations/sw.json +133 -0
- package/translations/sw_KE.json +133 -0
- package/translations/tr.json +133 -0
- package/translations/tr_TR.json +133 -0
- package/translations/uk.json +133 -0
- package/translations/uz.json +133 -0
- package/translations/uz@Latn.json +133 -0
- package/translations/uz_UZ.json +133 -0
- package/translations/vi.json +133 -0
- package/translations/zh.json +133 -0
- package/translations/zh_CN.json +133 -0
- package/translations/zh_TW.json +133 -0
- package/tsconfig.json +23 -0
- package/turbo.json +41 -0
- package/webpack.config.js +1 -0
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": "Active",
|
|
3
|
+
"activeConditions": "Active conditions",
|
|
4
|
+
"activeConditionsEmpty": "active conditions",
|
|
5
|
+
"activePrescriptions": "Active prescriptions",
|
|
6
|
+
"age": "Age",
|
|
7
|
+
"allergiesCount_one": "{{count}} allergy",
|
|
8
|
+
"allergiesCount_other": "{{count}} allergies",
|
|
9
|
+
"allPrescriptions": "All prescriptions",
|
|
10
|
+
"appName": "Pharmacy",
|
|
11
|
+
"cancelled": "Cancelled",
|
|
12
|
+
"checkFilters": "Check the filters above",
|
|
13
|
+
"clearSearchInput": "Clear search input",
|
|
14
|
+
"close": "Close",
|
|
15
|
+
"closed": "Closed",
|
|
16
|
+
"closedDispense": "closed dispense",
|
|
17
|
+
"closePrescription": "Close prescription",
|
|
18
|
+
"completed": "Completed",
|
|
19
|
+
"completeOrderWithThisDispense": "Complete order with this dispense",
|
|
20
|
+
"conditions": "Condition",
|
|
21
|
+
"conditionsAndDiagnoses": "Conditions and diagnoses",
|
|
22
|
+
"couldNotDeleteMedicationDispense": "Could not delete medication dispense",
|
|
23
|
+
"couldNotUpdateMedicationRequestStatus": "Could not update medication request status",
|
|
24
|
+
"created": "Created",
|
|
25
|
+
"datePrescribed": "Date prescribed",
|
|
26
|
+
"delete": "Delete",
|
|
27
|
+
"deleteDispenseRecord": "Delete Dispense Record",
|
|
28
|
+
"deleteDispenseRecordMessage": "Are you sure you want to delete this dispense record?",
|
|
29
|
+
"deleteFailed": "Delete Failed",
|
|
30
|
+
"diagnoses": "Diagnoses",
|
|
31
|
+
"diagnosesEmpty": "diagnoses",
|
|
32
|
+
"diagnosis": "Diagnosis",
|
|
33
|
+
"dispense": "Dispense",
|
|
34
|
+
"dispensed": "Dispensed",
|
|
35
|
+
"dispenseDate": "Date of Dispense",
|
|
36
|
+
"dispensedBy": "Dispensed by",
|
|
37
|
+
"dispensedMedication": "dispensed medication",
|
|
38
|
+
"dispensePrescription": "Dispense prescription",
|
|
39
|
+
"dispensing": "Dispensing",
|
|
40
|
+
"dispensingAppError": "Dispensing App Error",
|
|
41
|
+
"dispensingAppMisconfigurationMessage": "Please contact your system administration: Misconfiguration - 'restrictTotalQuantityDispensed' cannot be enabled if 'allowModifyingPrescription' is enabled.",
|
|
42
|
+
"dose": "Dose",
|
|
43
|
+
"doseUnit": "Dose unit",
|
|
44
|
+
"drugDispensingUnit": "Dispensing unit",
|
|
45
|
+
"drugHelpText": "You may edit the formulation and quantity dispensed here",
|
|
46
|
+
"drugHelpTextNoEdit": "You may edit quantity dispensed here",
|
|
47
|
+
"drugs": "Drugs",
|
|
48
|
+
"editCloseRecord": "Edit Close Record",
|
|
49
|
+
"editDispenseRecord": "Edit Dispense Record",
|
|
50
|
+
"editFormulation": "Edit formulation",
|
|
51
|
+
"editPauseRecord": "Edit Pause Record",
|
|
52
|
+
"editRecord": "Edit Record",
|
|
53
|
+
"error": "Error",
|
|
54
|
+
"errorLoadingAllergies": "Error loading allergies",
|
|
55
|
+
"errorLoadingHistory": "Error loading history",
|
|
56
|
+
"errorLoadingInventoryItems": "Error fetching inventory items",
|
|
57
|
+
"errorLoadingPrescriptionDetails": "Error loading prescription details",
|
|
58
|
+
"errorLoadingPrescriptions": "Error loading prescriptions",
|
|
59
|
+
"expired": "Expired",
|
|
60
|
+
"fillPrescription": "Fill prescription",
|
|
61
|
+
"fillPrescriptionForPatient": "Fill prescription for patient",
|
|
62
|
+
"filterByLocations": "Filter by locations",
|
|
63
|
+
"for": "for",
|
|
64
|
+
"freeTextDosage": "Free text dosage",
|
|
65
|
+
"frequency": "Frequency",
|
|
66
|
+
"historyComments": "History and comments",
|
|
67
|
+
"home": "Home",
|
|
68
|
+
"last14Days": "Last 14 days",
|
|
69
|
+
"lastDispenser": "Last dispenser",
|
|
70
|
+
"loadingInventoryItems": "Loading inventory items...",
|
|
71
|
+
"location": "Location",
|
|
72
|
+
"medicationDispenseActionMenu": "Medication Dispense Action Menu",
|
|
73
|
+
"medicationDispenseDeleted": "Medication dispense was deleted successfully",
|
|
74
|
+
"medicationFormulation": "Medication Formulation",
|
|
75
|
+
"medicationListUpdated": "Medication dispense list has been updated.",
|
|
76
|
+
"missedCollections": "Missed collections",
|
|
77
|
+
"noAllergyDetailsFound": "No allergy details found",
|
|
78
|
+
"noHistoryFound": "No history found",
|
|
79
|
+
"noPrescriptionsFound": "No prescriptions found",
|
|
80
|
+
"noPrescriptionsToDisplay": "No prescriptions to display",
|
|
81
|
+
"noRefills": "No refills",
|
|
82
|
+
"numberIsNotValid": "Number is not valid",
|
|
83
|
+
"onsetDate": "Onset date",
|
|
84
|
+
"ordered": "Ordered",
|
|
85
|
+
"orderedMedication": "ordered medication",
|
|
86
|
+
"orders": "Orders",
|
|
87
|
+
"ordersForHomeDelivery": "Orders for home delivery",
|
|
88
|
+
"patientInstructions": "Patient instructions",
|
|
89
|
+
"patientName": "Patient name",
|
|
90
|
+
"pause": "Pause",
|
|
91
|
+
"paused": "Paused",
|
|
92
|
+
"pausedDispense": "paused dispense",
|
|
93
|
+
"pausePrescription": "Pause prescription",
|
|
94
|
+
"prescribed": "Prescribed",
|
|
95
|
+
"prescribedBy": "Prescribed By",
|
|
96
|
+
"prescriber": "Prescriber",
|
|
97
|
+
"prescriptionCompleted": "Prescription completed",
|
|
98
|
+
"prescriptionCompletedSuccessfully": "Medication dispensed and prescription marked as completed",
|
|
99
|
+
"prescriptionDetails": "Prescription details",
|
|
100
|
+
"prescriptionInstructions": "Prescription instructions",
|
|
101
|
+
"prescriptionsToFillToday": "Prescriptions to fill today",
|
|
102
|
+
"print": "Print",
|
|
103
|
+
"printPrescriptions": "Print prescriptions",
|
|
104
|
+
"quantity": "Quantity",
|
|
105
|
+
"quantityDispensed": "Quantity Dispensed",
|
|
106
|
+
"quantityPrescribed": "Quantity Prescribed",
|
|
107
|
+
"quantityRemaining": "Quantity Remaining to Dispense",
|
|
108
|
+
"reasonForClose": "Reason for close",
|
|
109
|
+
"reasonForPause": "Reason for pause",
|
|
110
|
+
"refills": "Refills",
|
|
111
|
+
"route": "Route",
|
|
112
|
+
"search": "Search",
|
|
113
|
+
"searchByPatientIdOrName": "Search by patient ID or name",
|
|
114
|
+
"searchForPatient": "Search for a patient by name or identifier number",
|
|
115
|
+
"searchForPatientHeader": "Search for a patient",
|
|
116
|
+
"selectPrescriptions": "Check prescriptions to print",
|
|
117
|
+
"selectStockDispense": "Select stock to dispense from",
|
|
118
|
+
"status": "Status",
|
|
119
|
+
"stockDispense": "Stock Dispense",
|
|
120
|
+
"stockDispensed": "Stock dispensed",
|
|
121
|
+
"stockDispenseDetails": "Batch: {{batchNumber}} - Quantity: {{quantity}} ({{quantityUoM}}) - Expiry: {{expiration}}",
|
|
122
|
+
"stockDispensedSuccessfully": "Stock dispensed successfully and batch level updated.",
|
|
123
|
+
"substitutionReason": "Reason for substitution",
|
|
124
|
+
"substitutionType": "Type of substitution",
|
|
125
|
+
"success": "Success",
|
|
126
|
+
"tabList": "Tab List",
|
|
127
|
+
"today": "Today",
|
|
128
|
+
"unknownAllergy": "Unknown allergy",
|
|
129
|
+
"updateStatusFailed": "Update Status Failed",
|
|
130
|
+
"view": "View",
|
|
131
|
+
"visitRequired": "Visit required",
|
|
132
|
+
"visitRequiredForPatientToFillPrescription": "Visit required for patient to fill prescription"
|
|
133
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": "Activo",
|
|
3
|
+
"activeConditions": "Active conditions",
|
|
4
|
+
"activeConditionsEmpty": "active conditions",
|
|
5
|
+
"activePrescriptions": "Recetas activas",
|
|
6
|
+
"age": "Edad",
|
|
7
|
+
"allergiesCount_one": "{{count}} alergia",
|
|
8
|
+
"allergiesCount_other": "{{count}} alergias",
|
|
9
|
+
"allPrescriptions": "Todas las recetas",
|
|
10
|
+
"appName": "Farmacia",
|
|
11
|
+
"cancelled": "Cancelada",
|
|
12
|
+
"checkFilters": "Verifique los filtros de arriba",
|
|
13
|
+
"clearSearchInput": "Borrar entrada de búsqueda",
|
|
14
|
+
"close": "Cerrar",
|
|
15
|
+
"closed": "Cerrada",
|
|
16
|
+
"closedDispense": "dispensa cerrada",
|
|
17
|
+
"closePrescription": "Receta cerrada",
|
|
18
|
+
"completed": "Completada",
|
|
19
|
+
"completeOrderWithThisDispense": "Completar la orden con esta dispensación",
|
|
20
|
+
"conditions": "Condición",
|
|
21
|
+
"conditionsAndDiagnoses": "Condiciones y diagnósticos",
|
|
22
|
+
"couldNotDeleteMedicationDispense": "No se pudo eliminar la dispensación del medicamento",
|
|
23
|
+
"couldNotUpdateMedicationRequestStatus": "No se pudo actualizar la petición del estado del medicamento",
|
|
24
|
+
"created": "Creada",
|
|
25
|
+
"datePrescribed": "Fecha de receta",
|
|
26
|
+
"delete": "Eliminar",
|
|
27
|
+
"deleteDispenseRecord": "Eliminar Registro de Dispensación",
|
|
28
|
+
"deleteDispenseRecordMessage": "¿Está seguro de que quiere eliminar este registro de dispensación?",
|
|
29
|
+
"deleteFailed": "Eliminación Fallida",
|
|
30
|
+
"diagnoses": "Diagnoses",
|
|
31
|
+
"diagnosesEmpty": "diagnoses",
|
|
32
|
+
"diagnosis": "Diagnóstico",
|
|
33
|
+
"dispense": "Dispensar",
|
|
34
|
+
"dispensed": "Dispensado",
|
|
35
|
+
"dispenseDate": "Fecha de entrega",
|
|
36
|
+
"dispensedBy": "Entregado por",
|
|
37
|
+
"dispensedMedication": "Medicamentos dispensados",
|
|
38
|
+
"dispensePrescription": "Dispensar receta",
|
|
39
|
+
"dispensing": "Dispensando",
|
|
40
|
+
"dispensingAppError": "Error en la aplicación de dispensación",
|
|
41
|
+
"dispensingAppMisconfigurationMessage": "Por favor, contacte con la administración del sistema: Configuración incorrecta - 'restrictTotalQuantityDispensed' no puede ser habilitado si 'allowModifyingPrescription' está habilitado.",
|
|
42
|
+
"dose": "Dosis",
|
|
43
|
+
"doseUnit": "Unidad de dosis",
|
|
44
|
+
"drugDispensingUnit": "Unidad de dispensación",
|
|
45
|
+
"drugHelpText": "Puede editar la formulación y cantidad dispensada aquí",
|
|
46
|
+
"drugHelpTextNoEdit": "Puede editar la cantidad dispensada aquí",
|
|
47
|
+
"drugs": "Medicamentos",
|
|
48
|
+
"editCloseRecord": "Editar Registro Cerrado",
|
|
49
|
+
"editDispenseRecord": "Editar Registro de Dispensación",
|
|
50
|
+
"editFormulation": "Edit formulation",
|
|
51
|
+
"editPauseRecord": "Editar Registro de Pausa",
|
|
52
|
+
"editRecord": "Editar Registro",
|
|
53
|
+
"error": "Error",
|
|
54
|
+
"errorLoadingAllergies": "Error loading allergies",
|
|
55
|
+
"errorLoadingHistory": "Error loading history",
|
|
56
|
+
"errorLoadingInventoryItems": "Se produjo un error al cargar los elementos del inventario",
|
|
57
|
+
"errorLoadingPrescriptionDetails": "Error loading prescription details",
|
|
58
|
+
"errorLoadingPrescriptions": "Error loading prescriptions",
|
|
59
|
+
"expired": "Expirado",
|
|
60
|
+
"fillPrescription": "Rellenar receta",
|
|
61
|
+
"fillPrescriptionForPatient": "Fill prescription for patient",
|
|
62
|
+
"filterByLocations": "Filtrar por ubicaciones",
|
|
63
|
+
"for": "para",
|
|
64
|
+
"freeTextDosage": "Texto libre de dosificación",
|
|
65
|
+
"frequency": "Frecuencia",
|
|
66
|
+
"historyComments": "Historial y comentarios",
|
|
67
|
+
"home": "Inicio",
|
|
68
|
+
"last14Days": "Últimos 14 días",
|
|
69
|
+
"lastDispenser": "Último dispensador",
|
|
70
|
+
"loadingInventoryItems": "Cargando artículos del inventario...",
|
|
71
|
+
"location": "Ubicación",
|
|
72
|
+
"medicationDispenseActionMenu": "Menú de Acciones de Dispensación de Medicamentos",
|
|
73
|
+
"medicationDispenseDeleted": "La dispensación del medicamento se eliminó con éxito",
|
|
74
|
+
"medicationFormulation": "Formulación del Medicamento",
|
|
75
|
+
"medicationListUpdated": "La lista de dispensación de medicamentos ha sido actualizada.",
|
|
76
|
+
"missedCollections": "Colecciones omitidas",
|
|
77
|
+
"noAllergyDetailsFound": "No se encontraron detalles de alergias",
|
|
78
|
+
"noHistoryFound": "No history found",
|
|
79
|
+
"noPrescriptionsFound": "No prescriptions found",
|
|
80
|
+
"noPrescriptionsToDisplay": "No hay recetas para mostrar",
|
|
81
|
+
"noRefills": "Sin recargas",
|
|
82
|
+
"numberIsNotValid": "El número no es válido",
|
|
83
|
+
"onsetDate": "Onset date",
|
|
84
|
+
"ordered": "Ordenado",
|
|
85
|
+
"orderedMedication": "ordered medication",
|
|
86
|
+
"orders": "Órdenes",
|
|
87
|
+
"ordersForHomeDelivery": "Órdenes para entrega a domicilio",
|
|
88
|
+
"patientInstructions": "Instrucciones del paciente",
|
|
89
|
+
"patientName": "Nombre del paciente",
|
|
90
|
+
"pause": "Pausa",
|
|
91
|
+
"paused": "Pausado",
|
|
92
|
+
"pausedDispense": "dispensación pausada",
|
|
93
|
+
"pausePrescription": "Receta pausada",
|
|
94
|
+
"prescribed": "Recetado",
|
|
95
|
+
"prescribedBy": "Prescrito Por",
|
|
96
|
+
"prescriber": "Profesional que receta",
|
|
97
|
+
"prescriptionCompleted": "Receta completada",
|
|
98
|
+
"prescriptionCompletedSuccessfully": "El medicamento dispensado y la receta han sido marcados como completados",
|
|
99
|
+
"prescriptionDetails": "Detalles de la receta",
|
|
100
|
+
"prescriptionInstructions": "Instrucciones de receta",
|
|
101
|
+
"prescriptionsToFillToday": "Recetas a completar hoy",
|
|
102
|
+
"print": "Imprimir",
|
|
103
|
+
"printPrescriptions": "Imprimir recetas",
|
|
104
|
+
"quantity": "Cantidad",
|
|
105
|
+
"quantityDispensed": "Cantidad Dispensada",
|
|
106
|
+
"quantityPrescribed": "Cantidad Prescrita",
|
|
107
|
+
"quantityRemaining": "Cantidad Restante a Dispensar",
|
|
108
|
+
"reasonForClose": "Razón del cierre",
|
|
109
|
+
"reasonForPause": "Razón de la pausa",
|
|
110
|
+
"refills": "Reabastecimientos",
|
|
111
|
+
"route": "Vía",
|
|
112
|
+
"search": "Buscar",
|
|
113
|
+
"searchByPatientIdOrName": "Guardar por ID o nombre del paciente",
|
|
114
|
+
"searchForPatient": "Buscar un paciente por nombre o número identificativo",
|
|
115
|
+
"searchForPatientHeader": "Buscar un paciente",
|
|
116
|
+
"selectPrescriptions": "Revisar las recetas a imprimir",
|
|
117
|
+
"selectStockDispense": "Seleccione el stock para dispensar",
|
|
118
|
+
"status": "Estado",
|
|
119
|
+
"stockDispense": "Dispensación de stock",
|
|
120
|
+
"stockDispensed": "Stock dispensado",
|
|
121
|
+
"stockDispenseDetails": "\"Lote: {{batchNumber}} - Cantidad: {{quantity}} ({{quantityUoM}}) - Vencimiento: {{expiration}}\"",
|
|
122
|
+
"stockDispensedSuccessfully": "Stock dispensado con éxito y nivel de lote actualizado.",
|
|
123
|
+
"substitutionReason": "Razón de la sustitución",
|
|
124
|
+
"substitutionType": "Tipo de sustitución",
|
|
125
|
+
"success": "Éxito",
|
|
126
|
+
"tabList": "Lista de Pestañas",
|
|
127
|
+
"today": "Hoy",
|
|
128
|
+
"unknownAllergy": "Unknown allergy",
|
|
129
|
+
"updateStatusFailed": "Falló Actualizar Estado",
|
|
130
|
+
"view": "Ver",
|
|
131
|
+
"visitRequired": "Visit required",
|
|
132
|
+
"visitRequiredForPatientToFillPrescription": "Visit required for patient to fill prescription"
|
|
133
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": "Active",
|
|
3
|
+
"activeConditions": "Active conditions",
|
|
4
|
+
"activeConditionsEmpty": "active conditions",
|
|
5
|
+
"activePrescriptions": "Active prescriptions",
|
|
6
|
+
"age": "Age",
|
|
7
|
+
"allergiesCount_one": "{{count}} allergy",
|
|
8
|
+
"allergiesCount_other": "{{count}} allergies",
|
|
9
|
+
"allPrescriptions": "All prescriptions",
|
|
10
|
+
"appName": "Pharmacy",
|
|
11
|
+
"cancelled": "Cancelled",
|
|
12
|
+
"checkFilters": "Check the filters above",
|
|
13
|
+
"clearSearchInput": "Clear search input",
|
|
14
|
+
"close": "Close",
|
|
15
|
+
"closed": "Closed",
|
|
16
|
+
"closedDispense": "closed dispense",
|
|
17
|
+
"closePrescription": "Close prescription",
|
|
18
|
+
"completed": "Completed",
|
|
19
|
+
"completeOrderWithThisDispense": "Complete order with this dispense",
|
|
20
|
+
"conditions": "Condition",
|
|
21
|
+
"conditionsAndDiagnoses": "Conditions and diagnoses",
|
|
22
|
+
"couldNotDeleteMedicationDispense": "Could not delete medication dispense",
|
|
23
|
+
"couldNotUpdateMedicationRequestStatus": "Could not update medication request status",
|
|
24
|
+
"created": "Created",
|
|
25
|
+
"datePrescribed": "Date prescribed",
|
|
26
|
+
"delete": "Delete",
|
|
27
|
+
"deleteDispenseRecord": "Delete Dispense Record",
|
|
28
|
+
"deleteDispenseRecordMessage": "Are you sure you want to delete this dispense record?",
|
|
29
|
+
"deleteFailed": "Delete Failed",
|
|
30
|
+
"diagnoses": "Diagnoses",
|
|
31
|
+
"diagnosesEmpty": "diagnoses",
|
|
32
|
+
"diagnosis": "Diagnosis",
|
|
33
|
+
"dispense": "Dispense",
|
|
34
|
+
"dispensed": "Dispensed",
|
|
35
|
+
"dispenseDate": "Date of Dispense",
|
|
36
|
+
"dispensedBy": "Dispensed by",
|
|
37
|
+
"dispensedMedication": "dispensed medication",
|
|
38
|
+
"dispensePrescription": "Dispense prescription",
|
|
39
|
+
"dispensing": "Dispensing",
|
|
40
|
+
"dispensingAppError": "Dispensing App Error",
|
|
41
|
+
"dispensingAppMisconfigurationMessage": "Please contact your system administration: Misconfiguration - 'restrictTotalQuantityDispensed' cannot be enabled if 'allowModifyingPrescription' is enabled.",
|
|
42
|
+
"dose": "Dose",
|
|
43
|
+
"doseUnit": "Dose unit",
|
|
44
|
+
"drugDispensingUnit": "Dispensing unit",
|
|
45
|
+
"drugHelpText": "You may edit the formulation and quantity dispensed here",
|
|
46
|
+
"drugHelpTextNoEdit": "You may edit quantity dispensed here",
|
|
47
|
+
"drugs": "Drugs",
|
|
48
|
+
"editCloseRecord": "Edit Close Record",
|
|
49
|
+
"editDispenseRecord": "Edit Dispense Record",
|
|
50
|
+
"editFormulation": "Edit formulation",
|
|
51
|
+
"editPauseRecord": "Edit Pause Record",
|
|
52
|
+
"editRecord": "Edit Record",
|
|
53
|
+
"error": "Error",
|
|
54
|
+
"errorLoadingAllergies": "Error loading allergies",
|
|
55
|
+
"errorLoadingHistory": "Error loading history",
|
|
56
|
+
"errorLoadingInventoryItems": "Error fetching inventory items",
|
|
57
|
+
"errorLoadingPrescriptionDetails": "Error loading prescription details",
|
|
58
|
+
"errorLoadingPrescriptions": "Error loading prescriptions",
|
|
59
|
+
"expired": "Expired",
|
|
60
|
+
"fillPrescription": "Fill prescription",
|
|
61
|
+
"fillPrescriptionForPatient": "Fill prescription for patient",
|
|
62
|
+
"filterByLocations": "Filter by locations",
|
|
63
|
+
"for": "for",
|
|
64
|
+
"freeTextDosage": "Free text dosage",
|
|
65
|
+
"frequency": "Frequency",
|
|
66
|
+
"historyComments": "History and comments",
|
|
67
|
+
"home": "Home",
|
|
68
|
+
"last14Days": "Last 14 days",
|
|
69
|
+
"lastDispenser": "Last dispenser",
|
|
70
|
+
"loadingInventoryItems": "Loading inventory items...",
|
|
71
|
+
"location": "Location",
|
|
72
|
+
"medicationDispenseActionMenu": "Medication Dispense Action Menu",
|
|
73
|
+
"medicationDispenseDeleted": "Medication dispense was deleted successfully",
|
|
74
|
+
"medicationFormulation": "Medication Formulation",
|
|
75
|
+
"medicationListUpdated": "Medication dispense list has been updated.",
|
|
76
|
+
"missedCollections": "Missed collections",
|
|
77
|
+
"noAllergyDetailsFound": "No allergy details found",
|
|
78
|
+
"noHistoryFound": "No history found",
|
|
79
|
+
"noPrescriptionsFound": "No prescriptions found",
|
|
80
|
+
"noPrescriptionsToDisplay": "No prescriptions to display",
|
|
81
|
+
"noRefills": "No refills",
|
|
82
|
+
"numberIsNotValid": "Number is not valid",
|
|
83
|
+
"onsetDate": "Onset date",
|
|
84
|
+
"ordered": "Ordered",
|
|
85
|
+
"orderedMedication": "ordered medication",
|
|
86
|
+
"orders": "Orders",
|
|
87
|
+
"ordersForHomeDelivery": "Orders for home delivery",
|
|
88
|
+
"patientInstructions": "Patient instructions",
|
|
89
|
+
"patientName": "Patient name",
|
|
90
|
+
"pause": "Pause",
|
|
91
|
+
"paused": "Paused",
|
|
92
|
+
"pausedDispense": "paused dispense",
|
|
93
|
+
"pausePrescription": "Pause prescription",
|
|
94
|
+
"prescribed": "Prescribed",
|
|
95
|
+
"prescribedBy": "Prescribed By",
|
|
96
|
+
"prescriber": "Prescriber",
|
|
97
|
+
"prescriptionCompleted": "Prescription completed",
|
|
98
|
+
"prescriptionCompletedSuccessfully": "Medication dispensed and prescription marked as completed",
|
|
99
|
+
"prescriptionDetails": "Prescription details",
|
|
100
|
+
"prescriptionInstructions": "Prescription instructions",
|
|
101
|
+
"prescriptionsToFillToday": "Prescriptions to fill today",
|
|
102
|
+
"print": "Print",
|
|
103
|
+
"printPrescriptions": "Print prescriptions",
|
|
104
|
+
"quantity": "Quantity",
|
|
105
|
+
"quantityDispensed": "Quantity Dispensed",
|
|
106
|
+
"quantityPrescribed": "Quantity Prescribed",
|
|
107
|
+
"quantityRemaining": "Quantity Remaining to Dispense",
|
|
108
|
+
"reasonForClose": "Reason for close",
|
|
109
|
+
"reasonForPause": "Reason for pause",
|
|
110
|
+
"refills": "Refills",
|
|
111
|
+
"route": "Route",
|
|
112
|
+
"search": "Search",
|
|
113
|
+
"searchByPatientIdOrName": "Search by patient ID or name",
|
|
114
|
+
"searchForPatient": "Search for a patient by name or identifier number",
|
|
115
|
+
"searchForPatientHeader": "Search for a patient",
|
|
116
|
+
"selectPrescriptions": "Check prescriptions to print",
|
|
117
|
+
"selectStockDispense": "Select stock to dispense from",
|
|
118
|
+
"status": "Status",
|
|
119
|
+
"stockDispense": "Stock Dispense",
|
|
120
|
+
"stockDispensed": "Stock dispensed",
|
|
121
|
+
"stockDispenseDetails": "Batch: {{batchNumber}} - Quantity: {{quantity}} ({{quantityUoM}}) - Expiry: {{expiration}}",
|
|
122
|
+
"stockDispensedSuccessfully": "Stock dispensed successfully and batch level updated.",
|
|
123
|
+
"substitutionReason": "Reason for substitution",
|
|
124
|
+
"substitutionType": "Type of substitution",
|
|
125
|
+
"success": "Success",
|
|
126
|
+
"tabList": "Tab List",
|
|
127
|
+
"today": "Today",
|
|
128
|
+
"unknownAllergy": "Unknown allergy",
|
|
129
|
+
"updateStatusFailed": "Update Status Failed",
|
|
130
|
+
"view": "View",
|
|
131
|
+
"visitRequired": "Visit required",
|
|
132
|
+
"visitRequiredForPatientToFillPrescription": "Visit required for patient to fill prescription"
|
|
133
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": "Actif",
|
|
3
|
+
"activeConditions": "Active conditions",
|
|
4
|
+
"activeConditionsEmpty": "active conditions",
|
|
5
|
+
"activePrescriptions": "Ordonnances actives",
|
|
6
|
+
"age": "Âge",
|
|
7
|
+
"allergiesCount_one": "{{count}} allergie",
|
|
8
|
+
"allergiesCount_other": "{{count}} allergies",
|
|
9
|
+
"allPrescriptions": "Toutes les ordonnances",
|
|
10
|
+
"appName": "Pharmacie",
|
|
11
|
+
"cancelled": "Annulé",
|
|
12
|
+
"checkFilters": "Vérifiez les filtres ci-dessus",
|
|
13
|
+
"clearSearchInput": "Effacer le champ de recherche",
|
|
14
|
+
"close": "Terminer",
|
|
15
|
+
"closed": "Terminé",
|
|
16
|
+
"closedDispense": "distribution terminée",
|
|
17
|
+
"closePrescription": "Fermer l’ordonnance",
|
|
18
|
+
"completed": "Complété",
|
|
19
|
+
"completeOrderWithThisDispense": "Terminer la commande avec cette distribution",
|
|
20
|
+
"conditions": "Condition médicale",
|
|
21
|
+
"conditionsAndDiagnoses": "Conditions médicales et diagnostics",
|
|
22
|
+
"couldNotDeleteMedicationDispense": "Impossible de supprimer la distribution de médicament",
|
|
23
|
+
"couldNotUpdateMedicationRequestStatus": "Impossible de mettre à jour le statut de la demande de médicament",
|
|
24
|
+
"created": "Date de création",
|
|
25
|
+
"datePrescribed": "Date de prescription",
|
|
26
|
+
"delete": "Supprimer",
|
|
27
|
+
"deleteDispenseRecord": "Supprimer l'enregistrement de distribution",
|
|
28
|
+
"deleteDispenseRecordMessage": "Êtes-vous sûr de vouloir supprimer cet enregistrement de distribution?",
|
|
29
|
+
"deleteFailed": "Échec de la suppression",
|
|
30
|
+
"diagnoses": "Diagnoses",
|
|
31
|
+
"diagnosesEmpty": "diagnoses",
|
|
32
|
+
"diagnosis": "Diagnostic",
|
|
33
|
+
"dispense": "Délivrer",
|
|
34
|
+
"dispensed": "Délivré",
|
|
35
|
+
"dispenseDate": "Date de distribution",
|
|
36
|
+
"dispensedBy": "Délivré par",
|
|
37
|
+
"dispensedMedication": "médicament délivré",
|
|
38
|
+
"dispensePrescription": "Délivrer une prescription",
|
|
39
|
+
"dispensing": "Dispensation",
|
|
40
|
+
"dispensingAppError": "Erreur de l'application de dispensation",
|
|
41
|
+
"dispensingAppMisconfigurationMessage": "Veuillez contacter votre administrateur du système: Mauvaise configuration - 'restrictTotalQuantityDispensed' ne peut pas être activé si 'allowModifyingPrescription' est activé.",
|
|
42
|
+
"dose": "Dose",
|
|
43
|
+
"doseUnit": "Unité",
|
|
44
|
+
"drugDispensingUnit": "Unité de dispensation",
|
|
45
|
+
"drugHelpText": "Vous pouvez modifier la formulation et la quantité distribuée ici",
|
|
46
|
+
"drugHelpTextNoEdit": "Vous pouvez modifier la quantité distribuée ici",
|
|
47
|
+
"drugs": "Médicaments",
|
|
48
|
+
"editCloseRecord": "Modifier l'enregistrement de fermeture",
|
|
49
|
+
"editDispenseRecord": "Modifier une dispensation",
|
|
50
|
+
"editFormulation": "Edit formulation",
|
|
51
|
+
"editPauseRecord": "Modifier",
|
|
52
|
+
"editRecord": "Modifier",
|
|
53
|
+
"error": "Erreur",
|
|
54
|
+
"errorLoadingAllergies": "Error loading allergies",
|
|
55
|
+
"errorLoadingHistory": "Error loading history",
|
|
56
|
+
"errorLoadingInventoryItems": "Erreur d'obtention des articles en stock",
|
|
57
|
+
"errorLoadingPrescriptionDetails": "Error loading prescription details",
|
|
58
|
+
"errorLoadingPrescriptions": "Error loading prescriptions",
|
|
59
|
+
"expired": "Périmé",
|
|
60
|
+
"fillPrescription": "Exécuter la prescription",
|
|
61
|
+
"fillPrescriptionForPatient": "Fill prescription for patient",
|
|
62
|
+
"filterByLocations": "Filter by locations",
|
|
63
|
+
"for": "pour",
|
|
64
|
+
"freeTextDosage": "Free text dosage",
|
|
65
|
+
"frequency": "Fréquence",
|
|
66
|
+
"historyComments": "Historique et commentaires",
|
|
67
|
+
"home": "Accueil",
|
|
68
|
+
"last14Days": "14 derniers jours",
|
|
69
|
+
"lastDispenser": "Dernière distribution",
|
|
70
|
+
"loadingInventoryItems": "Chargement des articles de l'inventaire...",
|
|
71
|
+
"location": "Localisation",
|
|
72
|
+
"medicationDispenseActionMenu": "Menu d’actions pour la distribution de médicaments",
|
|
73
|
+
"medicationDispenseDeleted": "La distribution de médicament a été supprimée avec succès",
|
|
74
|
+
"medicationFormulation": "Formulation du médicament",
|
|
75
|
+
"medicationListUpdated": "La liste de distribution de médicaments a été actualisée.",
|
|
76
|
+
"missedCollections": "Collectes incomplètes",
|
|
77
|
+
"noAllergyDetailsFound": "Aucune information sur les allergies",
|
|
78
|
+
"noHistoryFound": "No history found",
|
|
79
|
+
"noPrescriptionsFound": "No prescriptions found",
|
|
80
|
+
"noPrescriptionsToDisplay": "Aucune ordonnance à afficher",
|
|
81
|
+
"noRefills": "Pas de renouvellement",
|
|
82
|
+
"numberIsNotValid": "Le numéro n’est pas valide",
|
|
83
|
+
"onsetDate": "Onset date",
|
|
84
|
+
"ordered": "Commandé",
|
|
85
|
+
"orderedMedication": "ordered medication",
|
|
86
|
+
"orders": "Prescriptions",
|
|
87
|
+
"ordersForHomeDelivery": "Prescriptions pour livraison à domicile",
|
|
88
|
+
"patientInstructions": "Consignes au patient",
|
|
89
|
+
"patientName": "Nom du patient",
|
|
90
|
+
"pause": "Interruption",
|
|
91
|
+
"paused": "Interrompu",
|
|
92
|
+
"pausedDispense": "distribution interrompue",
|
|
93
|
+
"pausePrescription": "Interrompre la prescription",
|
|
94
|
+
"prescribed": "Prescrit",
|
|
95
|
+
"prescribedBy": "Prescrit par",
|
|
96
|
+
"prescriber": "Prescripteur",
|
|
97
|
+
"prescriptionCompleted": "Prescription terminée",
|
|
98
|
+
"prescriptionCompletedSuccessfully": "Médicament distribué et prescription marquée comme terminée",
|
|
99
|
+
"prescriptionDetails": "Détails sur la prescription",
|
|
100
|
+
"prescriptionInstructions": "Instructions de prescription",
|
|
101
|
+
"prescriptionsToFillToday": "Prescriptions à exécuter aujourd’hui",
|
|
102
|
+
"print": "Imprimer",
|
|
103
|
+
"printPrescriptions": "Imprimer les ordonnances",
|
|
104
|
+
"quantity": "Quantité",
|
|
105
|
+
"quantityDispensed": "Quantité Distribuée",
|
|
106
|
+
"quantityPrescribed": "Quantité Prescrite",
|
|
107
|
+
"quantityRemaining": "Quantité restante à distribuer",
|
|
108
|
+
"reasonForClose": "Raison de l'arrêt",
|
|
109
|
+
"reasonForPause": "Raison de l’interruption",
|
|
110
|
+
"refills": "Renouvellements",
|
|
111
|
+
"route": "Route",
|
|
112
|
+
"search": "Rechercher",
|
|
113
|
+
"searchByPatientIdOrName": "Rechercher par identifiant ou nom",
|
|
114
|
+
"searchForPatient": "Rechercher un patient par nom ou numéro d'identifiant",
|
|
115
|
+
"searchForPatientHeader": "Rechercher un patient",
|
|
116
|
+
"selectPrescriptions": "Vérifier les ordonnances à imprimer",
|
|
117
|
+
"selectStockDispense": "Sélectionnez le stock à partir duquel distribuer",
|
|
118
|
+
"status": "Statut",
|
|
119
|
+
"stockDispense": "Distribution de stock",
|
|
120
|
+
"stockDispensed": "Stock distribué",
|
|
121
|
+
"stockDispenseDetails": "Lot : {{batchNumber}} - Quantité : {{quantity}} ({{quantityUoM}}) - Expiration : {{expiration}}",
|
|
122
|
+
"stockDispensedSuccessfully": "Stock distribué et niveau de lot mis à jour.",
|
|
123
|
+
"substitutionReason": "Raison du remplacement",
|
|
124
|
+
"substitutionType": "Type de remplacement",
|
|
125
|
+
"success": "Succès",
|
|
126
|
+
"tabList": "Liste des onglets",
|
|
127
|
+
"today": "Aujourd’hui",
|
|
128
|
+
"unknownAllergy": "Unknown allergy",
|
|
129
|
+
"updateStatusFailed": "Échec de mise à jour du statut",
|
|
130
|
+
"view": "Aperçu",
|
|
131
|
+
"visitRequired": "Visit required",
|
|
132
|
+
"visitRequiredForPatientToFillPrescription": "Visit required for patient to fill prescription"
|
|
133
|
+
}
|