@openmrs/esm-appointments-app 8.5.1-pre.5752 → 8.5.1-pre.5756
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 +18 -18
- package/dist/1119.js +1 -1
- package/dist/1197.js +1 -1
- package/dist/1431.js +1 -0
- package/dist/1431.js.map +1 -0
- package/dist/1559.js +2 -0
- package/dist/1559.js.map +1 -0
- package/dist/2146.js +1 -1
- package/dist/2690.js +1 -1
- package/dist/3099.js +1 -1
- package/dist/3379.js +1 -0
- package/dist/3379.js.map +1 -0
- package/dist/3584.js +1 -1
- 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/4599.js +1 -0
- package/dist/4599.js.map +1 -0
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4863.js +1 -0
- package/dist/4863.js.map +1 -0
- package/dist/4889.js +1 -1
- package/dist/4889.js.map +1 -1
- package/dist/4944.js +1 -1
- package/dist/5160.js +1 -0
- package/dist/5160.js.map +1 -0
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/525.js +1 -0
- package/dist/525.js.map +1 -0
- package/dist/5442.js +1 -1
- package/dist/5449.js +1 -1
- package/dist/5449.js.map +1 -1
- package/dist/5661.js +1 -1
- package/dist/5755.js +1 -0
- package/dist/5755.js.map +1 -0
- package/dist/592.js +1 -1
- package/dist/592.js.map +1 -1
- package/dist/6022.js +1 -1
- package/dist/6467.js +1 -0
- package/dist/6467.js.map +1 -0
- package/dist/6468.js +1 -1
- package/dist/66.js +2 -0
- package/dist/66.js.LICENSE.txt +9 -0
- package/dist/66.js.map +1 -0
- package/dist/6679.js +1 -1
- package/dist/6766.js +2 -0
- package/dist/{7881.js.LICENSE.txt → 6766.js.LICENSE.txt} +0 -10
- package/dist/6766.js.map +1 -0
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- 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/7698.js +1 -1
- package/dist/7698.js.map +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8349.js +1 -1
- package/dist/8618.js +1 -1
- package/dist/8784.js +1 -0
- package/dist/8784.js.map +1 -0
- package/dist/890.js +1 -1
- package/dist/9214.js +1 -1
- 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-appointments-app.js +1 -1
- package/dist/openmrs-esm-appointments-app.js.buildmanifest.json +389 -265
- package/dist/openmrs-esm-appointments-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/appointments/common-components/appointments-table.component.tsx +1 -0
- package/src/appointments/scheduled/scheduled-appointments.component.tsx +2 -2
- package/src/appointments.component.tsx +7 -12
- package/src/appointments.test.tsx +1 -3
- package/src/calendar/appointments-calendar-view.component.tsx +8 -10
- package/src/calendar/header/calendar-header.component.tsx +2 -2
- package/src/calendar/monthly/monthly-calendar-view.component.tsx +2 -2
- package/src/calendar/monthly/monthly-header.component.tsx +4 -4
- package/src/calendar/monthly/monthly-workload-view.component.tsx +2 -2
- package/src/form/appointments-form.workspace.tsx +2 -2
- package/src/header/appointments-header.component.tsx +12 -18
- package/src/hooks/useAppointmentList.ts +3 -3
- package/src/hooks/useClinicalMetrics.ts +3 -3
- package/src/hooks/usePatientAppointmentHistory.ts +2 -2
- package/src/hooks/useUnscheduledAppointments.ts +2 -2
- package/src/index.ts +15 -0
- package/src/metrics/metrics-cards/highest-volume-service.extension.tsx +26 -0
- package/src/metrics/metrics-cards/metrics-card.component.tsx +47 -0
- package/src/metrics/{metrics-card.scss → metrics-cards/metrics-card.scss} +0 -7
- package/src/metrics/metrics-cards/metrics-error-card.component.tsx +30 -0
- package/src/metrics/metrics-cards/metrics-error-card.scss +33 -0
- package/src/metrics/metrics-cards/providers-booked.extension.tsx +21 -0
- package/src/metrics/metrics-cards/scheduled-appointments.extension.tsx +33 -0
- package/src/metrics/metrics-container.component.tsx +19 -0
- package/src/metrics/metrics-container.scss +22 -0
- package/src/metrics/metrics-header.component.tsx +2 -2
- package/src/routes.json +18 -0
- package/src/store.ts +46 -0
- package/src/workload/monthly-view-workload/monthly-view.component.tsx +2 -2
- package/translations/am.json +3 -1
- package/translations/ar.json +3 -1
- package/translations/ar_SY.json +3 -1
- package/translations/bn.json +3 -1
- package/translations/de.json +3 -1
- package/translations/en.json +3 -1
- package/translations/en_US.json +3 -1
- package/translations/es.json +3 -1
- package/translations/es_MX.json +3 -1
- package/translations/fr.json +3 -1
- package/translations/he.json +3 -1
- package/translations/hi.json +3 -1
- package/translations/hi_IN.json +3 -1
- package/translations/id.json +3 -1
- package/translations/it.json +3 -1
- package/translations/ka.json +3 -1
- package/translations/km.json +3 -1
- package/translations/ku.json +3 -1
- package/translations/ky.json +3 -1
- package/translations/lg.json +3 -1
- package/translations/ne.json +3 -1
- package/translations/pl.json +3 -1
- package/translations/pt.json +3 -1
- package/translations/pt_BR.json +4 -2
- package/translations/qu.json +3 -1
- package/translations/ro_RO.json +3 -1
- package/translations/ru_RU.json +3 -1
- package/translations/si.json +3 -1
- package/translations/sw.json +3 -1
- package/translations/sw_KE.json +3 -1
- package/translations/tr.json +3 -1
- package/translations/tr_TR.json +3 -1
- package/translations/uk.json +3 -1
- package/translations/uz.json +3 -1
- package/translations/uz@Latn.json +3 -1
- package/translations/uz_UZ.json +3 -1
- package/translations/vi.json +3 -1
- package/translations/zh.json +3 -1
- package/translations/zh_CN.json +3 -1
- package/dist/1293.js +0 -1
- package/dist/1293.js.map +0 -1
- package/dist/1625.js +0 -1
- package/dist/1625.js.map +0 -1
- package/dist/2164.js +0 -2
- package/dist/2164.js.map +0 -1
- package/dist/2694.js +0 -1
- package/dist/2694.js.map +0 -1
- package/dist/6708.js +0 -1
- package/dist/6708.js.map +0 -1
- package/dist/7881.js +0 -2
- package/dist/7881.js.map +0 -1
- package/dist/8963.js +0 -1
- package/dist/8963.js.map +0 -1
- package/src/hooks/selected-date-context.ts +0 -23
- package/src/metrics/appointments-metrics.component.tsx +0 -72
- package/src/metrics/appointments-metrics.scss +0 -14
- package/src/metrics/appointments-metrics.test.tsx +0 -42
- package/src/metrics/metrics-card.component.tsx +0 -49
- /package/dist/{2164.js.LICENSE.txt → 1559.js.LICENSE.txt} +0 -0
package/translations/hi_IN.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/id.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Gagal menjadwalkan janji temu",
|
|
20
20
|
"appointmentHistory": "Riwayat Janji Temu",
|
|
21
21
|
"appointmentMarkedChecked": "Kedatangan Janji Temu Ditandai sebagai Tercatat",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Tulis catatan tambahan",
|
|
24
23
|
"appointmentNotePlaceholder": "Tulis poin tambahan di sini",
|
|
25
24
|
"appointmentNotes": "Catatan Janji Temu",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Mencatat keberangkatan pasien akan menandai janji temu sebagai selesai.",
|
|
80
79
|
"endDate": "Tanggal berakhir",
|
|
81
80
|
"expected": "Diharapkan",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Saring janji temu",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter janji temu berdasarkan jenis layanan",
|
|
84
84
|
"filterTable": "Filter tabel",
|
|
85
85
|
"gender": "Jenis kelamin",
|
|
86
86
|
"highestServiceVolume": "Layanan dengan volume tertinggi: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Pengenal",
|
|
88
89
|
"invalidNumber": "Nomor tidak valid",
|
|
89
90
|
"isRecurringAppointment": "Apakah ini janji temu berulang?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Memuat",
|
|
92
93
|
"location": "Lokasi",
|
|
93
94
|
"medications": "Obat-obatan",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Terlewat",
|
|
95
97
|
"next": "Berikutnya",
|
|
96
98
|
"nextMonth": "Bulan berikutnya",
|
package/translations/it.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Errore nella programmazione dell'appuntamento",
|
|
20
20
|
"appointmentHistory": "Storico appuntamenti",
|
|
21
21
|
"appointmentMarkedChecked": "Appuntamento contrassegnato come registrato",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Scrivi una nota aggiuntiva",
|
|
24
23
|
"appointmentNotePlaceholder": "Inserisci eventuali informazioni aggiuntive qui",
|
|
25
24
|
"appointmentNotes": "Note appuntamento",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Chiudendo l'appuntamento, verrà segnato come completato.",
|
|
80
79
|
"endDate": "Data di fine",
|
|
81
80
|
"expected": "Previsto",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filtra appuntamenti per tipo di servizio",
|
|
84
84
|
"filterTable": "Filtra tabella",
|
|
85
85
|
"gender": "Sesso",
|
|
86
86
|
"highestServiceVolume": "Servizio con maggior volume: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identificativo",
|
|
88
89
|
"invalidNumber": "Numero non valido",
|
|
89
90
|
"isRecurringAppointment": "È un appuntamento ricorrente?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Caricamento...",
|
|
92
93
|
"location": "Sede",
|
|
93
94
|
"medications": "Farmaci",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Mancato",
|
|
95
97
|
"next": "Avanti",
|
|
96
98
|
"nextMonth": "Mese successivo",
|
package/translations/ka.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "მიღების დაგეგმვის შეცდომა",
|
|
20
20
|
"appointmentHistory": "მიღებების ისტორია",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "დამატებითი შენიშვნის დაწერა",
|
|
24
23
|
"appointmentNotePlaceholder": "დაწერეთ აქ ნებისმიერი დამატებითი აზრი",
|
|
25
24
|
"appointmentNotes": "მიღების შენიშვნები",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "დასრულების თარიღი",
|
|
81
80
|
"expected": "მოსალოდნელია",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "მიღებების გაფილტვრა",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "ცხრილის გაფილტვრა",
|
|
85
85
|
"gender": "სქესი",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "იდენტიფიკატორი",
|
|
88
89
|
"invalidNumber": "რიცხვი არასწორია",
|
|
89
90
|
"isRecurringAppointment": "ეს გამეორებადი მიღებაა?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "მიმდინარეობს ჩატვირთვა",
|
|
92
93
|
"location": "მდებარეობა",
|
|
93
94
|
"medications": "წამლები",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "გამოტოვებულია",
|
|
95
97
|
"next": "შემდეგი",
|
|
96
98
|
"nextMonth": "შემდეგი თვე",
|
package/translations/km.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "កំហុសក្នុងការកំណត់ពេលណាត់ជួប",
|
|
20
20
|
"appointmentHistory": "ប្រវត្តិនៃការណាត់ជួប",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "កំណត់សម្គាល់ការណាត់ជួប",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "អ្នកកំណត់អត្តសញ្ញាណ",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "ទីតាំង",
|
|
93
94
|
"medications": "ថ្នាំ",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "ខកខាន",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/ku.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/ky.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/lg.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Ekyewuunyo Mukuteeka Ensisinkagano",
|
|
20
20
|
"appointmentHistory": "Ensisinkagano Ezayiita",
|
|
21
21
|
"appointmentMarkedChecked": "Ensisinkagano Eyingizibwe Ng'ekakasidwa",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Wandiika Akatalekeka akomugate",
|
|
24
23
|
"appointmentNotePlaceholder": "Wandika Ensoonga Zona Ezoomugato Wano",
|
|
25
24
|
"appointmentNotes": "Ebitalekeka kunsisinkagano",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/ne.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/pl.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/pt.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Erro ao agendar a consulta",
|
|
20
20
|
"appointmentHistory": "Historico de agendamentos",
|
|
21
21
|
"appointmentMarkedChecked": "Agendamento marcado como admitido.",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Escreva uma nota adicional",
|
|
24
23
|
"appointmentNotePlaceholder": "Providencie aqui quaisquer pontos adicionais",
|
|
25
24
|
"appointmentNotes": "Notas do Agendamento",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "A retirada do utente marcará o agendamento como concluído.",
|
|
80
79
|
"endDate": "Data Final",
|
|
81
80
|
"expected": "Esperado",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Tabela de filtro",
|
|
85
85
|
"gender": "Sexo",
|
|
86
86
|
"highestServiceVolume": "Serviço de maior volume: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identificador",
|
|
88
89
|
"invalidNumber": "Número não é válido",
|
|
89
90
|
"isRecurringAppointment": "Esta é uma consulta recorrente?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Carregando",
|
|
92
93
|
"location": "Local",
|
|
93
94
|
"medications": "Medicamentos",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Perdido",
|
|
95
97
|
"next": "Próximo",
|
|
96
98
|
"nextMonth": "Próximo mês",
|
package/translations/pt_BR.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Erro ao marcar consulta",
|
|
20
20
|
"appointmentHistory": "Histórico de agendamento",
|
|
21
21
|
"appointmentMarkedChecked": "Check-in da Consulta realizado",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Escrever uma nota adicional",
|
|
24
23
|
"appointmentNotePlaceholder": "Escreva pontos adicionais aqui",
|
|
25
24
|
"appointmentNotes": "Notas do Agendamento",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "A retirada do paciente marcará a consulta como concluída.",
|
|
80
79
|
"endDate": "Data de término",
|
|
81
80
|
"expected": "Esperado",
|
|
82
|
-
"
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
|
+
"filterAppointments": "Filtrar agendamentos",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filtrar tabela",
|
|
85
85
|
"gender": "Sexo",
|
|
86
86
|
"highestServiceVolume": "Serviço de maior volume: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identificador",
|
|
88
89
|
"invalidNumber": "Número não é válido",
|
|
89
90
|
"isRecurringAppointment": "Esta é uma consulta recorrente?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Carregando",
|
|
92
93
|
"location": "Localização",
|
|
93
94
|
"medications": "Medicações",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Perdido",
|
|
95
97
|
"next": "Próximo",
|
|
96
98
|
"nextMonth": "Próximo mês",
|
package/translations/qu.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/ro_RO.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Eroare la programarea vizitei",
|
|
20
20
|
"appointmentHistory": "Istoric programări",
|
|
21
21
|
"appointmentMarkedChecked": "Programarea marcată ca prezentat",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Scrie o notă suplimentară",
|
|
24
23
|
"appointmentNotePlaceholder": "Adaugă aici puncte suplimentare",
|
|
25
24
|
"appointmentNotes": "Note programare",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "La ieșirea pacientului, programarea va fi marcată ca finalizată.",
|
|
80
79
|
"endDate": "Data de sfârșit",
|
|
81
80
|
"expected": "Așteptat",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filtrează programări",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filtrează programările după tipul de serviciu",
|
|
84
84
|
"filterTable": "Filtrează tabelul",
|
|
85
85
|
"gender": "Gen",
|
|
86
86
|
"highestServiceVolume": "Serviciul cu cel mai mare volum: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identificator",
|
|
88
89
|
"invalidNumber": "Număr invalid",
|
|
89
90
|
"isRecurringAppointment": "Aceasta este o programare recurentă?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Se încarcă",
|
|
92
93
|
"location": "Locație",
|
|
93
94
|
"medications": "Medicamente",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Pierdut",
|
|
95
97
|
"next": "Următor",
|
|
96
98
|
"nextMonth": "Luna viitoare",
|
package/translations/ru_RU.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/si.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/sw.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/sw_KE.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/tr.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/tr_TR.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|
package/translations/uk.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"appointmentFormError": "Error scheduling appointment",
|
|
20
20
|
"appointmentHistory": "Appointment History",
|
|
21
21
|
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
22
|
-
"appointmentMetricsLoadError": "",
|
|
23
22
|
"appointmentNoteLabel": "Write an additional note",
|
|
24
23
|
"appointmentNotePlaceholder": "Write any additional points here",
|
|
25
24
|
"appointmentNotes": "Appointment Notes",
|
|
@@ -79,11 +78,13 @@
|
|
|
79
78
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
80
79
|
"endDate": "End date",
|
|
81
80
|
"expected": "Expected",
|
|
81
|
+
"failedToLoadMetrics": "Failed to load",
|
|
82
82
|
"filterAppointments": "Filter appointments",
|
|
83
83
|
"filterAppointmentsByServiceType": "Filter appointments by service type",
|
|
84
84
|
"filterTable": "Filter table",
|
|
85
85
|
"gender": "Gender",
|
|
86
86
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
87
|
+
"highestServiceVolumeCardTitle": "Highest volume service",
|
|
87
88
|
"identifier": "Identifier",
|
|
88
89
|
"invalidNumber": "Number is not valid",
|
|
89
90
|
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"loading": "Loading",
|
|
92
93
|
"location": "Location",
|
|
93
94
|
"medications": "Medications",
|
|
95
|
+
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
|
|
94
96
|
"missed": "Missed",
|
|
95
97
|
"next": "Next",
|
|
96
98
|
"nextMonth": "Next month",
|