@openmrs/esm-patient-chart-app 11.3.0 → 11.3.1-patch.9310
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/.turbo/turbo-build.log +27 -24
- package/dist/1119.js +1 -1
- package/dist/1197.js +1 -1
- package/dist/1815.js +2 -0
- package/dist/1815.js.map +1 -0
- package/dist/2146.js +1 -1
- package/dist/2690.js +1 -1
- package/dist/2761.js +1 -1
- package/dist/2761.js.map +1 -1
- package/dist/2859.js +1 -1
- package/dist/2859.js.map +1 -1
- package/dist/3099.js +1 -1
- package/dist/3584.js +1 -1
- package/dist/3697.js +1 -0
- package/dist/3697.js.map +1 -0
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4300.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/4618.js +1 -1
- package/dist/4632.js +1 -1
- package/dist/4632.js.map +1 -1
- package/dist/4652.js +1 -1
- package/dist/4718.js +1 -1
- package/dist/4754.js +1 -1
- package/dist/4944.js +1 -1
- package/dist/5173.js +1 -1
- package/dist/5205.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5442.js +1 -1
- package/dist/5661.js +1 -1
- package/dist/5670.js +1 -0
- package/dist/5670.js.map +1 -0
- package/dist/5827.js +1 -0
- package/dist/5827.js.map +1 -0
- package/dist/6022.js +1 -1
- package/dist/6336.js +1 -0
- package/dist/6336.js.map +1 -0
- package/dist/6411.js +1 -1
- package/dist/6411.js.map +1 -1
- package/dist/6468.js +1 -1
- package/dist/6529.js +1 -1
- package/dist/6568.js +1 -0
- package/dist/6568.js.map +1 -0
- package/dist/6679.js +1 -1
- package/dist/68.js +2 -0
- package/dist/68.js.map +1 -0
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/6924.js +1 -0
- package/dist/6924.js.map +1 -0
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7617.js +1 -1
- package/dist/7816.js +2 -0
- package/dist/7816.js.map +1 -0
- package/dist/7818.js +1 -0
- package/dist/7818.js.map +1 -0
- package/dist/7822.js +1 -0
- package/dist/7822.js.map +1 -0
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8260.js +1 -0
- package/dist/8260.js.map +1 -0
- package/dist/8278.js +1 -0
- package/dist/8278.js.map +1 -0
- package/dist/8349.js +1 -1
- package/dist/8454.js +1 -1
- package/dist/8454.js.map +1 -1
- package/dist/8618.js +1 -1
- package/dist/8709.js +1 -1
- package/dist/8709.js.map +1 -1
- package/dist/890.js +1 -1
- package/dist/9007.js +1 -1
- package/dist/9007.js.map +1 -1
- package/dist/9214.js +1 -1
- package/dist/{4727.js → 9294.js} +1 -1
- package/dist/9294.js.map +1 -0
- package/dist/9329.js +1 -0
- package/dist/9329.js.map +1 -0
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -1
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-chart-app.js +1 -1
- package/dist/openmrs-esm-patient-chart-app.js.buildmanifest.json +457 -453
- package/dist/openmrs-esm-patient-chart-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +5 -4
- package/src/actions-buttons/delete-visit.component.tsx +8 -3
- package/src/actions-buttons/mark-patient-deceased.component.tsx +2 -2
- package/src/actions-buttons/start-visit.component.tsx +10 -5
- package/src/actions-buttons/start-visit.test.tsx +9 -5
- package/src/actions-buttons/stop-visit.component.tsx +1 -1
- package/src/clinical-views/encounter-list/{encounter-list-tabs.component.tsx → encounter-list-tabs.extension.tsx} +10 -6
- package/src/clinical-views/encounter-list/tag.component.test.tsx +306 -0
- package/src/clinical-views/encounter-list/tag.component.tsx +27 -28
- package/src/clinical-views/encounter-tile/encounter-tile.component.tsx +7 -6
- package/src/clinical-views/encounter-tile/tile.scss +0 -1
- package/src/clinical-views/hooks/useEncountersByVisit.ts +13 -0
- package/src/clinical-views/hooks/useLastEncounter.ts +1 -1
- package/src/clinical-views/types.ts +2 -1
- package/src/clinical-views/utils/concept-utils.ts +24 -0
- package/src/clinical-views/utils/helpers.ts +2 -2
- package/src/clinical-views/utils/index.ts +4 -1
- package/src/config-schema.ts +42 -9
- package/src/dashboard.meta.ts +4 -2
- package/src/index.ts +21 -22
- package/src/mark-patient-deceased/mark-patient-deceased-form.test.tsx +22 -11
- package/src/mark-patient-deceased/mark-patient-deceased-form.workspace.tsx +147 -138
- package/src/patient-banner-tags/{visit-attribute-tags.component.tsx → visit-attribute-tags.extension.tsx} +9 -4
- package/src/patient-chart/chart-review/dashboard-view.component.tsx +2 -2
- package/src/patient-chart/patient-chart.component.tsx +19 -36
- package/src/patient-chart/patient-chart.resources.ts +150 -0
- package/src/routes.json +17 -6
- package/src/visit/hooks/useDeleteVisit.test.tsx +39 -42
- package/src/visit/hooks/useDeleteVisit.tsx +33 -17
- package/src/visit/start-visit-button.component.tsx +2 -2
- package/src/visit/start-visit-button.test.tsx +2 -2
- package/src/visit/visit-action-items/edit-visit-details.component.tsx +29 -8
- package/src/visit/visit-form/base-visit-type.component.tsx +2 -2
- package/src/visit/visit-form/exported-visit-form.workspace.tsx +697 -0
- package/src/visit/visit-form/visit-attribute-type.component.tsx +2 -1
- package/src/visit/visit-form/visit-form.resource.ts +2 -1
- package/src/visit/visit-form/visit-form.test.tsx +28 -25
- package/src/visit/visit-form/visit-form.workspace.tsx +63 -643
- package/src/visit/visit-history-table/visit-actions-cell.component.tsx +3 -2
- package/src/visit/visit-history-table/visit-date-cell.component.tsx +1 -0
- package/src/visit/visit-history-table/visit-diagnoses-cell.component.tsx +1 -0
- package/src/visit/visit-history-table/visit-history-table.component.tsx +3 -2
- package/src/visit/visit-history-table/visit-type-cell.component.tsx +1 -0
- package/src/visit/visit-prompt/{delete-visit-dialog.component.tsx → delete-visit-dialog.modal.tsx} +10 -4
- package/src/visit/visit-prompt/delete-visit-dialog.test.tsx +21 -3
- package/src/visit/visit-prompt/{end-visit-dialog.component.tsx → end-visit-dialog.modal.tsx} +7 -1
- package/src/visit/visit-prompt/end-visit-dialog.test.tsx +20 -1
- package/src/visit/visit-prompt/{start-visit-dialog.component.tsx → start-visit-dialog.modal.tsx} +10 -4
- package/src/visit/visit-prompt/start-visit-dialog.test.tsx +3 -3
- package/src/visit/visits-widget/active-visit-buttons/active-visit-buttons.tsx +7 -6
- package/src/visit/visits-widget/current-visit-summary.extension.tsx +48 -0
- package/src/visit/visits-widget/current-visit-summary.test.tsx +45 -25
- package/src/visit/visits-widget/past-visits-components/encounters-table/encounters-table.component.tsx +15 -37
- package/src/visit/visits-widget/past-visits-components/encounters-table/encounters-table.resource.ts +0 -1
- package/src/visit/visits-widget/past-visits-components/medications-summary.component.tsx +2 -3
- package/src/visit/visits-widget/past-visits-components/visit-summary.component.tsx +8 -1
- package/src/visit/visits-widget/past-visits-components/visit-summary.scss +1 -1
- package/src/visit/visits-widget/single-visit-details/visit-timeline/visit-timeline.component.tsx +94 -0
- package/src/visit/visits-widget/single-visit-details/visit-timeline/visit-timeline.scss +60 -0
- package/src/visit/visits-widget/visit-context/retrospective-data-date-time-picker/retrospective-date-time-picker.component.tsx +6 -7
- package/src/visit/visits-widget/visit-context/{visit-context-header.component.tsx → visit-context-header.extension.tsx} +17 -15
- package/src/visit/visits-widget/visit-context/visit-context-header.test.tsx +35 -29
- package/src/visit/visits-widget/visit-context/visit-context-switcher.modal.tsx +15 -13
- package/src/visit/visits-widget/visit-context/visit-context-switcher.test.tsx +31 -9
- package/src/visit/visits-widget/visit-detail-overview.component.tsx +3 -2
- package/src/visit/visits-widget/visit-detail-overview.test.tsx +4 -4
- package/src/visit/visits-widget/visit.resource.tsx +1 -1
- package/translations/am.json +6 -0
- package/translations/ar.json +6 -0
- package/translations/ar_SY.json +6 -0
- package/translations/bn.json +6 -0
- package/translations/de.json +6 -0
- package/translations/en.json +7 -2
- package/translations/en_US.json +6 -0
- package/translations/es.json +6 -0
- package/translations/es_MX.json +6 -0
- package/translations/fr.json +15 -9
- package/translations/he.json +6 -0
- package/translations/hi.json +6 -0
- package/translations/hi_IN.json +6 -0
- package/translations/id.json +6 -0
- package/translations/it.json +24 -18
- package/translations/ka.json +6 -0
- package/translations/km.json +6 -0
- package/translations/ku.json +6 -0
- package/translations/ky.json +6 -0
- package/translations/lg.json +6 -0
- package/translations/ne.json +6 -0
- package/translations/pl.json +6 -0
- package/translations/pt.json +6 -0
- package/translations/pt_BR.json +6 -0
- package/translations/qu.json +6 -0
- package/translations/ro_RO.json +6 -0
- package/translations/ru_RU.json +6 -0
- package/translations/si.json +6 -0
- package/translations/sw.json +6 -0
- package/translations/sw_KE.json +6 -0
- package/translations/tr.json +6 -0
- package/translations/tr_TR.json +6 -0
- package/translations/uk.json +6 -0
- package/translations/uz.json +6 -0
- package/translations/uz@Latn.json +6 -0
- package/translations/uz_UZ.json +6 -0
- package/translations/vi.json +6 -0
- package/translations/zh.json +6 -0
- package/translations/zh_CN.json +6 -0
- package/dist/2537.js +0 -1
- package/dist/2537.js.map +0 -1
- package/dist/2735.js +0 -2
- package/dist/2735.js.map +0 -1
- package/dist/276.js +0 -1
- package/dist/276.js.map +0 -1
- package/dist/3042.js +0 -1
- package/dist/3042.js.map +0 -1
- package/dist/3119.js +0 -1
- package/dist/3119.js.map +0 -1
- package/dist/3184.js +0 -1
- package/dist/3184.js.map +0 -1
- package/dist/385.js +0 -2
- package/dist/385.js.map +0 -1
- package/dist/3905.js +0 -1
- package/dist/3905.js.map +0 -1
- package/dist/4713.js +0 -1
- package/dist/4713.js.map +0 -1
- package/dist/4727.js.map +0 -1
- package/dist/717.js +0 -1
- package/dist/717.js.map +0 -1
- package/dist/9162.js +0 -2
- package/dist/9162.js.map +0 -1
- package/dist/9206.js +0 -1
- package/dist/9206.js.map +0 -1
- package/dist/9615.js +0 -1
- package/dist/9615.js.map +0 -1
- package/src/visit/visits-widget/current-visit-summary.component.tsx +0 -55
- /package/dist/{9162.js.LICENSE.txt → 1815.js.LICENSE.txt} +0 -0
- /package/dist/{385.js.LICENSE.txt → 68.js.LICENSE.txt} +0 -0
- /package/dist/{2735.js.LICENSE.txt → 7816.js.LICENSE.txt} +0 -0
package/translations/bn.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "Edit visit details",
|
|
42
42
|
"emptyStateText": "There are no {{displayText}} to display for this patient",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Encounter deleted",
|
|
45
46
|
"encounters_title": "Encounters",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
50
|
"encounterType": "Encounter type",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "No observations found",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Notes",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "Tests",
|
|
157
160
|
"theVisitIs": "The visit is",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Undo",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Update visit",
|
package/translations/de.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "Edit visit details",
|
|
42
42
|
"emptyStateText": "There are no {{displayText}} to display for this patient",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Encounter deleted",
|
|
45
46
|
"encounters_title": "Encounters",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
50
|
"encounterType": "Encounter type",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "No observations found",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Notes",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "Tests",
|
|
157
160
|
"theVisitIs": "The visit is",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Undo",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Update visit",
|
package/translations/en.json
CHANGED
|
@@ -38,11 +38,14 @@
|
|
|
38
38
|
"dosingInstructions": "Dosing Instructions",
|
|
39
39
|
"editEncounter": "Edit",
|
|
40
40
|
"editThisEncounter": "Edit this encounter",
|
|
41
|
+
"editVisit": "Edit visit",
|
|
41
42
|
"editVisitDetails": "Edit visit details",
|
|
42
43
|
"emptyStateText": "There are no {{displayText}} to display for this patient",
|
|
43
44
|
"enable": "Enable",
|
|
45
|
+
"encounter": "Encounter",
|
|
44
46
|
"encounterDeleted": "Encounter deleted",
|
|
45
47
|
"encounters_title": "Encounters",
|
|
48
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
49
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
50
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
51
|
"encounterType": "Encounter type",
|
|
@@ -73,7 +76,6 @@
|
|
|
73
76
|
"errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
|
|
74
77
|
"errorUpdatingVisitDetails": "Error updating visit details",
|
|
75
78
|
"errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
|
|
76
|
-
"failedToLoadCurrentVisit": "Failed loading current visit",
|
|
77
79
|
"fieldRequired": "This field is required",
|
|
78
80
|
"filterByEncounterType": "Filter by encounter type",
|
|
79
81
|
"form": "Form name",
|
|
@@ -83,7 +85,6 @@
|
|
|
83
85
|
"indication": "Indication",
|
|
84
86
|
"inThePast": "In the past",
|
|
85
87
|
"loading": "Loading",
|
|
86
|
-
"loadingVisit": "Loading current visit...",
|
|
87
88
|
"markAliveSuccessfully": "Patient marked alive successfully",
|
|
88
89
|
"markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
|
|
89
90
|
"markPatientAlive": "Mark patient alive",
|
|
@@ -105,6 +106,7 @@
|
|
|
105
106
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
107
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
108
|
"noObservationsFound": "No observations found",
|
|
109
|
+
"noProvider": "No provider",
|
|
108
110
|
"notes": "Notes",
|
|
109
111
|
"notes__lower": "notes",
|
|
110
112
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +158,10 @@
|
|
|
156
158
|
"tests": "Tests",
|
|
157
159
|
"theVisitIs": "The visit is",
|
|
158
160
|
"time": "Time",
|
|
161
|
+
"timeCompleted": "Time completed",
|
|
159
162
|
"timeFormat ": "Time Format",
|
|
163
|
+
"timeline": "Timeline",
|
|
164
|
+
"timeStarted": "Time started",
|
|
160
165
|
"undo": "Undo",
|
|
161
166
|
"unknownError": "Unknown error",
|
|
162
167
|
"updateVisit": "Update visit",
|
package/translations/en_US.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "Edit visit details",
|
|
42
42
|
"emptyStateText": "There are no {{displayText}} to display for this patient",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Encounter deleted",
|
|
45
46
|
"encounters_title": "Encounters",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
50
|
"encounterType": "Encounter type",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "No observations found",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Notes",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "Tests",
|
|
157
160
|
"theVisitIs": "The visit is",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Undo",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Update visit",
|
package/translations/es.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "Editar detalles de la consulta",
|
|
42
42
|
"emptyStateText": "No hay {{displayText}} para mostrar para este paciente",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Encuentro eliminado",
|
|
45
46
|
"encounters_title": "Encuentros",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "El encuentro ha sido eliminado con éxito",
|
|
47
49
|
"encounterTableActionsMenu": "Menú de acciones de la tabla de encuentros",
|
|
48
50
|
"encounterType": "Tipo de encuentro",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Causa de muerte no codificada",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Por favor, ingrese la causa de muerte no codificada",
|
|
107
109
|
"noObservationsFound": "No se encontraron observaciones",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Notas",
|
|
109
112
|
"notes__lower": "notas",
|
|
110
113
|
"noVisitsToDisplay": "No hay consultas para mostrar",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "Pruebas",
|
|
157
160
|
"theVisitIs": "La consulta es:",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Deshacer",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Actualizar consulta",
|
package/translations/es_MX.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "Edit visit details",
|
|
42
42
|
"emptyStateText": "There are no {{displayText}} to display for this patient",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Encounter deleted",
|
|
45
46
|
"encounters_title": "Encounters",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
50
|
"encounterType": "Encounter type",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "No observations found",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Notes",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "Tests",
|
|
157
160
|
"theVisitIs": "The visit is",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Undo",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Update visit",
|
package/translations/fr.json
CHANGED
|
@@ -35,14 +35,16 @@
|
|
|
35
35
|
"discard": "Abandonner",
|
|
36
36
|
"discontinued": "Discontinued",
|
|
37
37
|
"dose": "Dose",
|
|
38
|
-
"dosingInstructions": "
|
|
38
|
+
"dosingInstructions": "Posologie",
|
|
39
39
|
"editEncounter": "Modifier",
|
|
40
40
|
"editThisEncounter": "Modifier cette consultation",
|
|
41
41
|
"editVisitDetails": "Modifier les informations sur la visite",
|
|
42
42
|
"emptyStateText": "Aucun(e) {{displayText}} à afficher pour ce patient.",
|
|
43
43
|
"enable": "Activer",
|
|
44
|
+
"encounter": "Consultation",
|
|
44
45
|
"encounterDeleted": "Consultation supprimée",
|
|
45
46
|
"encounters_title": "Consultations",
|
|
47
|
+
"encountersForThisVisit": "consultations de cette visite",
|
|
46
48
|
"encounterSuccessfullyDeleted": "La consultation a été supprimée",
|
|
47
49
|
"encounterTableActionsMenu": "Menu d’actions du tableau des consultations",
|
|
48
50
|
"encounterType": "Type de consultation",
|
|
@@ -74,12 +76,12 @@
|
|
|
74
76
|
"errorUpdatingVisitDetails": "Erreur lors de la modification des informations sur la visite",
|
|
75
77
|
"errorWhenRestoringVisit": "Une erreur s’est produite lors de la restauration de {{visit}}",
|
|
76
78
|
"failedToLoadCurrentVisit": "Échec du chargement de la visite en cours",
|
|
77
|
-
"fieldRequired": "
|
|
79
|
+
"fieldRequired": "Ce champs est requis",
|
|
78
80
|
"filterByEncounterType": "Filtrer par type de consultation",
|
|
79
81
|
"form": "Nom du formulaire",
|
|
80
82
|
"fromDateToDate": "Du {{fromDate}} au {{toDate}}",
|
|
81
|
-
"futureEndTime": "
|
|
82
|
-
"futureStartTime": "
|
|
83
|
+
"futureEndTime": "L'heure de fin ne peut être dans le futur",
|
|
84
|
+
"futureStartTime": "L'heure de début ne peut être dans le futur",
|
|
83
85
|
"indication": "Indication",
|
|
84
86
|
"inThePast": "Auparavant",
|
|
85
87
|
"loading": "En cours de chargement",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Cause de décès non codée",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Veuillez saisir la cause non codée du décès",
|
|
107
109
|
"noObservationsFound": "Aucune observation trouvée",
|
|
110
|
+
"noProvider": "Aucun professionel de santé",
|
|
108
111
|
"notes": "Notes",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "Aucune visite à afficher",
|
|
@@ -143,7 +146,7 @@
|
|
|
143
146
|
"selectLocation": "Sélectionnez une localisation",
|
|
144
147
|
"selectProgramType": "Sélectionnez un type de programme",
|
|
145
148
|
"selectVisitType": "Veuillez sélectionner un type de visite",
|
|
146
|
-
"showVisitWithStartDateOnOrPriorTo": "
|
|
149
|
+
"showVisitWithStartDateOnOrPriorTo": "Afficher les visites à la date indiquée ou avant :",
|
|
147
150
|
"startDate": "Date de début",
|
|
148
151
|
"startingVisit": "Début de la visite",
|
|
149
152
|
"startNewVisit": "Démarrer une nouvelle visite",
|
|
@@ -156,9 +159,12 @@
|
|
|
156
159
|
"tests": "Examens",
|
|
157
160
|
"theVisitIs": "La visite est",
|
|
158
161
|
"time": "Temps",
|
|
162
|
+
"timeCompleted": "Heure de fin",
|
|
159
163
|
"timeFormat ": "Format de l'heure",
|
|
164
|
+
"timeline": "Chronologie",
|
|
165
|
+
"timeStarted": "Heure de début",
|
|
160
166
|
"undo": "Retour en arrière",
|
|
161
|
-
"unknownError": "
|
|
167
|
+
"unknownError": "Erreur inconnue.",
|
|
162
168
|
"updateVisit": "Modifier la visite",
|
|
163
169
|
"updatingVisit": "Modification de la visite",
|
|
164
170
|
"viewEncounter": "Vue",
|
|
@@ -170,7 +176,7 @@
|
|
|
170
176
|
"visitEnded": "Visite close",
|
|
171
177
|
"visitEndSuccessfully": "Visite en cours clôturée",
|
|
172
178
|
"visitLocation": "Localisation de la visite",
|
|
173
|
-
"visitLocationRequired": "
|
|
179
|
+
"visitLocationRequired": "L'Emplacement de la visite est requise",
|
|
174
180
|
"visitNotRestored": "Cette visite ne peut être restaurée",
|
|
175
181
|
"visitRestored": "Visite restaurée",
|
|
176
182
|
"visitRestoredSuccessfully": "{{visit}} restaurée(s) avec succès",
|
|
@@ -179,12 +185,12 @@
|
|
|
179
185
|
"visitStartAndEndDate": "Date début et fin de la visite",
|
|
180
186
|
"visitStartDate": "Date début de la visite",
|
|
181
187
|
"visitStartDateMustBeBeforeEarliestEncounter": "Start time must be on or before {{firstEncounterDatetime}}",
|
|
182
|
-
"visitStartDateTimeRequired": "
|
|
188
|
+
"visitStartDateTimeRequired": "Les Heures de début et de fin sont requises ",
|
|
183
189
|
"visitStarted": "Visite démarrée",
|
|
184
190
|
"visitStartedSuccessfully": "{{visit}} a démarré avec succès",
|
|
185
191
|
"visitType": "Type de visite",
|
|
186
192
|
"visitType_title": "Type de visite",
|
|
187
|
-
"visitTypeRequired": "
|
|
193
|
+
"visitTypeRequired": "Le type de visite est requis",
|
|
188
194
|
"warning": "Attention",
|
|
189
195
|
"yes": "Oui",
|
|
190
196
|
"youCanAddAdditionalEncounters": "Vous pouvez ajouter des consultations supplémentaires à cette visite dans le résumé de la visite"
|
package/translations/he.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "ערוך את פרטי הביקור",
|
|
42
42
|
"emptyStateText": "אין {{displayText}} להצגה עבור מטופל זה",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "הביקור נמחק",
|
|
45
46
|
"encounters_title": "ביקורים",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
50
|
"encounterType": "סוג הביקור",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "לא נמצאו תצפיות",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "הערות",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "בדיקות",
|
|
157
160
|
"theVisitIs": "The visit is",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "לבטל",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Update visit",
|
package/translations/hi.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "Edit visit details",
|
|
42
42
|
"emptyStateText": "There are no {{displayText}} to display for this patient",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Encounter deleted",
|
|
45
46
|
"encounters_title": "Encounters",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
50
|
"encounterType": "Encounter type",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "No observations found",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Notes",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "Tests",
|
|
157
160
|
"theVisitIs": "The visit is",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Undo",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Update visit",
|
package/translations/hi_IN.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "Edit visit details",
|
|
42
42
|
"emptyStateText": "There are no {{displayText}} to display for this patient",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Encounter deleted",
|
|
45
46
|
"encounters_title": "Encounters",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
50
|
"encounterType": "Encounter type",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "No observations found",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Notes",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "Tests",
|
|
157
160
|
"theVisitIs": "The visit is",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Undo",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Update visit",
|
package/translations/id.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "Edit detail kunjungan",
|
|
42
42
|
"emptyStateText": "Tidak ada {{displayText}} untuk ditampilkan untuk pasien ini",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Pertemuan dihapus",
|
|
45
46
|
"encounters_title": "Pertemuan",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "Pertemuan telah berhasil dihapus",
|
|
47
49
|
"encounterTableActionsMenu": "Menu tindakan tabel pertemuan",
|
|
48
50
|
"encounterType": "Jenis pertemuan",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Penyebab kematian non-kode",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Silakan masukkan penyebab kematian non-kode",
|
|
107
109
|
"noObservationsFound": "Tidak ada observasi ditemukan",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Catatan",
|
|
109
112
|
"notes__lower": "catatan",
|
|
110
113
|
"noVisitsToDisplay": "Tidak ada kunjungan untuk ditampilkan",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "Tes",
|
|
157
160
|
"theVisitIs": "Kunjungan ini",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Batalkan",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Perbarui kunjungan",
|
package/translations/it.json
CHANGED
|
@@ -33,30 +33,32 @@
|
|
|
33
33
|
"deletingVisit": "Eliminazione della visita in corso",
|
|
34
34
|
"diagnoses": "Diagnosi",
|
|
35
35
|
"discard": "Scarta",
|
|
36
|
-
"discontinued": "
|
|
36
|
+
"discontinued": "Interrotto",
|
|
37
37
|
"dose": "Dose",
|
|
38
|
-
"dosingInstructions": "
|
|
38
|
+
"dosingInstructions": "Istruzioni per il dosaggio",
|
|
39
39
|
"editEncounter": "Modifica",
|
|
40
40
|
"editThisEncounter": "Modifica questo incontro",
|
|
41
41
|
"editVisitDetails": "Modifica dettagli della visita",
|
|
42
42
|
"emptyStateText": "Non ci sono {{displayText}} da visualizzare per questo paziente",
|
|
43
43
|
"enable": "Abilita",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Incontro eliminato",
|
|
45
46
|
"encounters_title": "Incontri",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "L'incontro è stato eliminato con successo",
|
|
47
|
-
"encounterTableActionsMenu": "
|
|
49
|
+
"encounterTableActionsMenu": "Menu azioni tabella Incontri",
|
|
48
50
|
"encounterType": "Tipo di incontro",
|
|
49
51
|
"encounterWithError": "L'incontro non è stato eliminato correttamente. Se l'errore persiste, contatta l'amministratore di sistema.",
|
|
50
52
|
"endActiveVisit": "Finire visita attiva",
|
|
51
53
|
"endActiveVisitConfirmation": "Sei sicuro di voler terminare questa visita attiva?",
|
|
52
54
|
"endDate": "Data di fine",
|
|
53
55
|
"endDate_title": "Data di fine",
|
|
54
|
-
"endDateTimeRequired": "
|
|
56
|
+
"endDateTimeRequired": "Data e ora di fine sono obbligatori",
|
|
55
57
|
"ended": "Finita",
|
|
56
58
|
"endTime": "Tempo di fine",
|
|
57
59
|
"endTimeFormat": "Formato di tempo di fine",
|
|
58
|
-
"endTimeMustBeAfterMostRecentEncounter": "
|
|
59
|
-
"endTimeMustBeAfterStartTime": "
|
|
60
|
+
"endTimeMustBeAfterMostRecentEncounter": "L'orario di fine deve essere successivo o uguale a {{lastEncounterDatetime}}",
|
|
61
|
+
"endTimeMustBeAfterStartTime": "L'orario di fine deve essere successivo all'orario di inizio",
|
|
60
62
|
"endVisit_title": "Termina visita",
|
|
61
63
|
"enterNonCodedCauseOfDeath": "Inserisci una causa del decesso non codificata",
|
|
62
64
|
"error": "Errore",
|
|
@@ -74,12 +76,12 @@
|
|
|
74
76
|
"errorUpdatingVisitDetails": "Errore nell'aggiornamento dei dettagli della visita",
|
|
75
77
|
"errorWhenRestoringVisit": "È accaduto un errore durante il ripristino della {{visit}}",
|
|
76
78
|
"failedToLoadCurrentVisit": "Errore nel caricamento della visita attuale",
|
|
77
|
-
"fieldRequired": "
|
|
79
|
+
"fieldRequired": "Questo campo è obbligatorio",
|
|
78
80
|
"filterByEncounterType": "Filtra per tipo di incontro",
|
|
79
81
|
"form": "Nome modulo",
|
|
80
82
|
"fromDateToDate": "{{daData}} - {{aData}}",
|
|
81
|
-
"futureEndTime": "
|
|
82
|
-
"futureStartTime": "
|
|
83
|
+
"futureEndTime": "L'orario di fine non può essere nel futuro",
|
|
84
|
+
"futureStartTime": "L'orario d'inizio non può essere nel futuro",
|
|
83
85
|
"indication": "Indicazione",
|
|
84
86
|
"inThePast": "Nel passato",
|
|
85
87
|
"loading": "Caricamento in corso",
|
|
@@ -105,11 +107,12 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Causa di morte non codificata",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Inserisci la causa di morte non codificata",
|
|
107
109
|
"noObservationsFound": "Nessuna osservazione trovata",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Note",
|
|
109
112
|
"notes__lower": "note",
|
|
110
113
|
"noVisitsToDisplay": "Nessuna visita da visualizzare",
|
|
111
114
|
"noVisitTypesToDisplay": "Nessun tipo di visita da visualizzare",
|
|
112
|
-
"offlineVisit": "
|
|
115
|
+
"offlineVisit": "Visita offline",
|
|
113
116
|
"On scheduled date": "Alla data programmata",
|
|
114
117
|
"ongoing": "In corso",
|
|
115
118
|
"optional": "opzionale",
|
|
@@ -143,7 +146,7 @@
|
|
|
143
146
|
"selectLocation": "Seleziona una posizione",
|
|
144
147
|
"selectProgramType": "Seleziona un tipo di programma",
|
|
145
148
|
"selectVisitType": "Seleziona un tipo di visita",
|
|
146
|
-
"showVisitWithStartDateOnOrPriorTo": "
|
|
149
|
+
"showVisitWithStartDateOnOrPriorTo": "Mostra visite con data di inizio uguale o precedente a:",
|
|
147
150
|
"startDate": "Data d'Inizio",
|
|
148
151
|
"startingVisit": "Inizio della visita in corso",
|
|
149
152
|
"startNewVisit": "Inizia una nuova visita",
|
|
@@ -155,10 +158,13 @@
|
|
|
155
158
|
"Stat": "Statistica",
|
|
156
159
|
"tests": "Esami",
|
|
157
160
|
"theVisitIs": "La visita è",
|
|
158
|
-
"time": "
|
|
159
|
-
"
|
|
161
|
+
"time": "Orario",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
163
|
+
"timeFormat ": "Formato orario",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Annulla",
|
|
161
|
-
"unknownError": "
|
|
167
|
+
"unknownError": "Errore sconosciuto",
|
|
162
168
|
"updateVisit": "Aggiorna visita",
|
|
163
169
|
"updatingVisit": "Aggiornamento della visita in corso",
|
|
164
170
|
"viewEncounter": "Visualizza",
|
|
@@ -170,7 +176,7 @@
|
|
|
170
176
|
"visitEnded": "Visita terminata",
|
|
171
177
|
"visitEndSuccessfully": "Visita attuale terminata con successo",
|
|
172
178
|
"visitLocation": "Posizione della visita",
|
|
173
|
-
"visitLocationRequired": "
|
|
179
|
+
"visitLocationRequired": "La sede della visita è obbligatoria",
|
|
174
180
|
"visitNotRestored": "Impossibile ripristinare la visita",
|
|
175
181
|
"visitRestored": "Visita ripristinata",
|
|
176
182
|
"visitRestoredSuccessfully": "{{visit}} ripristinata con successo",
|
|
@@ -178,13 +184,13 @@
|
|
|
178
184
|
"Visits": "Visite",
|
|
179
185
|
"visitStartAndEndDate": "Data d'inizio è fine visita",
|
|
180
186
|
"visitStartDate": "Data d'Inizio visita",
|
|
181
|
-
"visitStartDateMustBeBeforeEarliestEncounter": "
|
|
182
|
-
"visitStartDateTimeRequired": "
|
|
187
|
+
"visitStartDateMustBeBeforeEarliestEncounter": "L'orario di inizio deve essere uguale o precedente a {{firstEncounterDatetime}}",
|
|
188
|
+
"visitStartDateTimeRequired": "Data e ora d'inizio sono obbligatori",
|
|
183
189
|
"visitStarted": "Visita iniziata",
|
|
184
190
|
"visitStartedSuccessfully": "{{visit}} iniziata con successo",
|
|
185
191
|
"visitType": "Tipo di visita",
|
|
186
192
|
"visitType_title": "Tipo di visita",
|
|
187
|
-
"visitTypeRequired": "
|
|
193
|
+
"visitTypeRequired": "Il tipo di visita è obbligatorio",
|
|
188
194
|
"warning": "Attenzione",
|
|
189
195
|
"yes": "Sì",
|
|
190
196
|
"youCanAddAdditionalEncounters": "Può aggiungere incontri addizionali per questa visita nel riepilogo delle visite."
|
package/translations/ka.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "ვიზიტის დეტალების ჩასწორება",
|
|
42
42
|
"emptyStateText": "There are no {{displayText}} to display for this patient",
|
|
43
43
|
"enable": "ჩართვა",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "კონსულტაციის წაიშალა",
|
|
45
46
|
"encounters_title": "კონსულტაციები",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "კონსულტაციის ცხრილის ქმედებების მენიუ",
|
|
48
50
|
"encounterType": "კონსულტაციის ტიპი",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "არაკოდირებული გარდაცვალების მიზეზი",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "დაკვირვებები აღმოჩენილი არაა",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "შენიშვნები",
|
|
109
112
|
"notes__lower": "შენიშვნა",
|
|
110
113
|
"noVisitsToDisplay": "საჩვენებელი ვიზიტების გარეშე",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "ტესტები",
|
|
157
160
|
"theVisitIs": "ეს ვიზიტი არის",
|
|
158
161
|
"time": "დრო",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "დროის ფორმატი",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "გაუქმება",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "ვიზიტის განახლება",
|
package/translations/km.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "កែសម្រួលព័ត៌មានលម្អិតនៃការពិនិត្យជំងឺ",
|
|
42
42
|
"emptyStateText": "មិនមាន {{displayText}} បង្ហាញអំពីអ្នកជំងឺនេះទេ",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "លុបចោលការមកពិនិត្យ",
|
|
45
46
|
"encounters_title": "ការមកពិនិត្យ",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
50
|
"encounterType": "ប្រភេទនៃការជួបប្រទះ",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "រកមិនឃើញការសង្កេតទេ",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "រកមិនឃើញការកត់ចំណាំទេ",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "ការធ្វើតេស្ត",
|
|
157
160
|
"theVisitIs": "The visit is",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "ហៅឱ្យត្រឡប់មកវិញ",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Update visit",
|
package/translations/ku.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "Edit visit details",
|
|
42
42
|
"emptyStateText": "There are no {{displayText}} to display for this patient",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Encounter deleted",
|
|
45
46
|
"encounters_title": "Encounters",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
50
|
"encounterType": "Encounter type",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "No observations found",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Notes",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "Tests",
|
|
157
160
|
"theVisitIs": "The visit is",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Undo",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Update visit",
|