@kenyaemr/esm-appointments-app 8.1.1-pre.129 → 8.1.2-pre.152
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 -25
- package/dist/111.js +2 -0
- package/dist/111.js.map +1 -0
- package/dist/123.js +2 -0
- package/dist/{198.js.LICENSE.txt → 123.js.LICENSE.txt} +0 -6
- package/dist/123.js.map +1 -0
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/{787.js → 139.js} +1 -1
- package/dist/139.js.map +1 -0
- package/dist/228.js +1 -0
- package/dist/236.js +1 -0
- package/dist/240.js +1 -0
- package/dist/261.js +1 -0
- package/dist/269.js +1 -1
- package/dist/269.js.map +1 -1
- package/dist/271.js +1 -1
- package/dist/272.js +1 -0
- package/dist/319.js +1 -1
- package/dist/336.js +1 -0
- package/dist/378.js +1 -0
- package/dist/443.js +1 -0
- package/dist/443.js.map +1 -0
- package/dist/460.js +1 -1
- package/dist/529.js +1 -1
- package/dist/529.js.map +1 -1
- package/dist/539.js +1 -0
- package/dist/566.js +1 -0
- package/dist/574.js +1 -1
- package/dist/581.js +1 -1
- package/dist/644.js +1 -1
- package/dist/652.js +1 -0
- package/dist/673.js +1 -0
- package/dist/705.js +1 -0
- package/dist/711.js +1 -1
- package/dist/711.js.map +1 -1
- package/dist/727.js +1 -0
- package/dist/737.js +1 -0
- package/dist/744.js +1 -0
- package/dist/757.js +1 -1
- package/dist/788.js +1 -1
- package/dist/807.js +1 -1
- package/dist/833.js +1 -1
- package/dist/899.js +1 -0
- package/dist/923.js +1 -0
- package/dist/923.js.map +1 -0
- package/dist/kenyaemr-esm-appointments-app.js +1 -1
- package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +454 -102
- package/dist/kenyaemr-esm-appointments-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package-lock.json +6416 -0
- package/package.json +5 -5
- package/src/appointments/appointment-tabs.component.tsx +1 -1
- package/src/appointments/common-components/appointments-table.component.tsx +0 -1
- package/src/appointments/common-components/appointments-table.test.tsx +7 -3
- package/src/appointments/common-components/checkin-button.component.tsx +5 -1
- package/src/appointments/common-components/end-appointment.modal.tsx +2 -2
- package/src/appointments/scheduled/scheduled-appointments.component.tsx +1 -1
- package/src/appointments/unscheduled/unscheduled-appointments.component.tsx +6 -6
- package/src/appointments/unscheduled/unscheduled-appointments.test.tsx +19 -4
- package/src/appointments.component.tsx +7 -7
- package/src/appointments.test.tsx +11 -1
- package/src/calendar/appointments-calendar-view.component.tsx +2 -2
- package/src/calendar/monthly/monthly-workload-view.component.tsx +7 -7
- package/src/config-schema.ts +6 -70
- package/src/form/appointments-form.component.tsx +84 -73
- package/src/form/appointments-form.resource.ts +4 -4
- package/src/form/appointments-form.scss +1 -1
- package/src/form/appointments-form.test.tsx +142 -110
- package/src/patient-appointments/patient-appointments-action-menu.component.tsx +2 -4
- package/src/patient-appointments/patient-appointments-base.test.tsx +1 -1
- package/src/patient-appointments/patient-appointments-cancel.modal.tsx +6 -1
- package/src/patient-appointments/patient-appointments-cancel.scss +29 -0
- package/src/patient-appointments/patient-upcoming-appointments-card.component.tsx +64 -8
- package/src/routes.json +1 -1
- package/src/types/index.ts +1 -1
- package/src/workload/monthly-view-workload/monthly-view.component.tsx +8 -6
- package/src/workload/monthly-view-workload/monthlyWorkCard.tsx +3 -2
- package/src/workload/workload-card.component.tsx +5 -3
- package/src/workload/workload.component.tsx +13 -20
- package/src/workload/workload.resource.ts +3 -0
- package/translations/am.json +4 -2
- package/translations/ar.json +24 -22
- package/translations/de.json +168 -0
- package/translations/en.json +3 -1
- package/translations/es.json +58 -56
- package/translations/fr.json +4 -2
- package/translations/he.json +93 -91
- package/translations/hi.json +168 -0
- package/translations/hi_IN.json +168 -0
- package/translations/id.json +168 -0
- package/translations/it.json +168 -0
- package/translations/km.json +4 -2
- package/translations/ne.json +168 -0
- package/translations/pt.json +168 -0
- package/translations/pt_BR.json +168 -0
- package/translations/qu.json +168 -0
- package/translations/si.json +168 -0
- package/translations/sw.json +168 -0
- package/translations/sw_KE.json +168 -0
- package/translations/tr.json +168 -0
- package/translations/tr_TR.json +168 -0
- package/translations/uk.json +168 -0
- package/translations/vi.json +168 -0
- package/translations/zh.json +4 -2
- package/translations/zh_CN.json +4 -2
- package/dist/198.js +0 -2
- package/dist/198.js.map +0 -1
- package/dist/265.js +0 -1
- package/dist/265.js.map +0 -1
- package/dist/440.js +0 -2
- package/dist/440.js.map +0 -1
- package/dist/501.js +0 -1
- package/dist/501.js.map +0 -1
- package/dist/787.js.map +0 -1
- package/src/hooks/useDefaultLocation.ts +0 -14
- /package/dist/{440.js.LICENSE.txt → 111.js.LICENSE.txt} +0 -0
package/translations/fr.json
CHANGED
|
@@ -7,17 +7,19 @@
|
|
|
7
7
|
"appointmentCancelError": "Erreur d’annulation du rendez-vous",
|
|
8
8
|
"appointmentCancelled": "Rendez-vous annulé",
|
|
9
9
|
"appointmentCancelledSuccessfully": "Rendez-vous annulé avec succès",
|
|
10
|
+
"appointmentCheckedIn": "Appointment Checked In",
|
|
10
11
|
"appointmentColor": "Couleur du rendez-vous",
|
|
11
12
|
"appointmentConflict": "Conflit du rendez-vous",
|
|
12
13
|
"appointmentEdited": "Rendez-vous modifié",
|
|
13
14
|
"appointmentEditError": "Erreur de modification du rendez-vous",
|
|
14
15
|
"appointmentEnded": "Rendez-vous terminé",
|
|
15
|
-
"appointmentEndedAndVisitClosedSuccessfully": "
|
|
16
|
+
"appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully completed and visit successfully closed.",
|
|
16
17
|
"appointmentEndedButVisitNotClosedError": "Rendez-vous terminé, mais erreur avec la clôture de la visite",
|
|
17
18
|
"appointmentEndedSuccessfully": "Rendez-vous terminé avec succès.",
|
|
18
19
|
"appointmentEndError": "Erreur lors de la clôture du rendez-vous",
|
|
19
20
|
"appointmentFormError": "Erreur lors de la planification du rendez-vous",
|
|
20
21
|
"appointmentHistory": "Historique de Rendez-vous",
|
|
22
|
+
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
21
23
|
"appointmentMetrics": "Métriques de rendez-vous",
|
|
22
24
|
"appointmentMetricsLoadError": "",
|
|
23
25
|
"appointmentNoteLabel": "Écrire une note additionnelle",
|
|
@@ -92,7 +94,6 @@
|
|
|
92
94
|
"highestServiceVolume": "Service le plus utilisé: {{time}}",
|
|
93
95
|
"identifier": "Identifiant",
|
|
94
96
|
"invalidNumber": "Le numéro n'est pas valide",
|
|
95
|
-
"invalidTime": "Heure non valide",
|
|
96
97
|
"isRecurringAppointment": "S'agit-il d'un rendez-vous récurrent?",
|
|
97
98
|
"itemsPerPage": "Eléments par page",
|
|
98
99
|
"loading": "En cours de chargement",
|
|
@@ -159,6 +160,7 @@
|
|
|
159
160
|
"unscheduledAppointments_lower": "rendez-vous non-planifiés",
|
|
160
161
|
"upcoming": "À venir",
|
|
161
162
|
"upcomingAppointments": "À venir rendez-vous",
|
|
163
|
+
"updateError": "Error updating upcoming appointment",
|
|
162
164
|
"view": "Vue",
|
|
163
165
|
"vitals": "Signes Vitaux",
|
|
164
166
|
"week": "Semaine",
|
package/translations/he.json
CHANGED
|
@@ -1,165 +1,167 @@
|
|
|
1
1
|
{
|
|
2
2
|
"action": "פעולה",
|
|
3
3
|
"actions": "פעולות",
|
|
4
|
-
"add": "
|
|
4
|
+
"add": "הוספה",
|
|
5
5
|
"age": "גיל",
|
|
6
6
|
"allDay": "כל היום",
|
|
7
7
|
"appointmentCancelError": "שגיאה בביטול התור",
|
|
8
8
|
"appointmentCancelled": "התור בוטל",
|
|
9
9
|
"appointmentCancelledSuccessfully": "התור בוטל בהצלחה",
|
|
10
|
+
"appointmentCheckedIn": "Appointment Checked In",
|
|
10
11
|
"appointmentColor": "צבע התור",
|
|
11
|
-
"appointmentConflict": "
|
|
12
|
-
"appointmentEdited": "
|
|
13
|
-
"appointmentEditError": "
|
|
14
|
-
"appointmentEnded": "
|
|
15
|
-
"appointmentEndedAndVisitClosedSuccessfully": "
|
|
16
|
-
"appointmentEndedButVisitNotClosedError": "
|
|
17
|
-
"appointmentEndedSuccessfully": "
|
|
18
|
-
"appointmentEndError": "
|
|
12
|
+
"appointmentConflict": "סתירת תורים",
|
|
13
|
+
"appointmentEdited": "התור נערך",
|
|
14
|
+
"appointmentEditError": "שגיאה בעריכת תור",
|
|
15
|
+
"appointmentEnded": "התור הסתיים",
|
|
16
|
+
"appointmentEndedAndVisitClosedSuccessfully": "התור הסתיים והביקור נסגר בהצלחה",
|
|
17
|
+
"appointmentEndedButVisitNotClosedError": "התור הסתיים אבל אירעה שגיאה בסגירת הביקור",
|
|
18
|
+
"appointmentEndedSuccessfully": "התור הסתיים בהצלחה.",
|
|
19
|
+
"appointmentEndError": "שגיאה בסיום תור",
|
|
19
20
|
"appointmentFormError": "שגיאה בתזמון התור",
|
|
20
21
|
"appointmentHistory": "היסטוריית התורים",
|
|
22
|
+
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
21
23
|
"appointmentMetrics": "מדדי התורים",
|
|
22
24
|
"appointmentMetricsLoadError": "",
|
|
23
|
-
"appointmentNoteLabel": "
|
|
24
|
-
"appointmentNotePlaceholder": "
|
|
25
|
+
"appointmentNoteLabel": "הצגת הערה נוספ",
|
|
26
|
+
"appointmentNotePlaceholder": "כאן ניתן לכתוב נקודות נוספות",
|
|
25
27
|
"appointmentNotes": "הערות לתור",
|
|
26
|
-
"appointmentNowVisible": "התור כעת
|
|
28
|
+
"appointmentNowVisible": "התור מופיע כעת בעמוד התורים",
|
|
27
29
|
"appointments": "תורים",
|
|
28
|
-
"Appointments": "
|
|
29
|
-
"appointments_lower": "
|
|
30
|
-
"appointmentsCalendar": "
|
|
30
|
+
"Appointments": "תורים",
|
|
31
|
+
"appointments_lower": "תורים",
|
|
32
|
+
"appointmentsCalendar": "לוח תורים",
|
|
31
33
|
"appointmentScheduled": "התור נקבע",
|
|
32
|
-
"appointmentService": "שירות
|
|
33
|
-
"appointmentServiceCreate": "שירות
|
|
34
|
-
"appointmentServiceName": "שם שירות
|
|
35
|
-
"appointmentsScheduledForToday": "
|
|
36
|
-
"appointmentsTable": "
|
|
37
|
-
"appointmentStatus": "
|
|
38
|
-
"appointmentToFulfill": "
|
|
34
|
+
"appointmentService": "שירות התורים",
|
|
35
|
+
"appointmentServiceCreate": "שירות התורים נוצר בהצלחה",
|
|
36
|
+
"appointmentServiceName": "שם שירות התורים",
|
|
37
|
+
"appointmentsScheduledForToday": "תורים שתוזמנו להיום",
|
|
38
|
+
"appointmentsTable": "טבלת תורים",
|
|
39
|
+
"appointmentStatus": "מצב התור",
|
|
40
|
+
"appointmentToFulfill": "נא לבחור תור למילוי",
|
|
39
41
|
"appointmentType": "סוג התור",
|
|
40
42
|
"appointmentType_title": "סוג התור",
|
|
41
|
-
"back": "
|
|
43
|
+
"back": "חזרה",
|
|
42
44
|
"calendar": "לוח שנה",
|
|
43
|
-
"cameEarly": "
|
|
45
|
+
"cameEarly": "הקדמה",
|
|
44
46
|
"cancel": "ביטול",
|
|
45
47
|
"cancelAppointment": "ביטול תור",
|
|
46
|
-
"cancelAppointmentModalConfirmationText": "
|
|
48
|
+
"cancelAppointmentModalConfirmationText": "לבטל את התור הזה?",
|
|
47
49
|
"cancelled": "בוטל",
|
|
48
50
|
"checkedIn": "נרשם",
|
|
49
51
|
"checkedOut": "נסגר",
|
|
50
|
-
"checkFilters": "
|
|
52
|
+
"checkFilters": "נא לסמן את המסננים לעיל",
|
|
51
53
|
"checkIn": "הרשמה",
|
|
52
|
-
"checkOut": "
|
|
53
|
-
"chooseAppointmentType": "
|
|
54
|
-
"chooseLocation": "
|
|
55
|
-
"chooseProvider": "
|
|
54
|
+
"checkOut": "סגירה",
|
|
55
|
+
"chooseAppointmentType": "בחירת סוג תור",
|
|
56
|
+
"chooseLocation": "נא לבחור מקום",
|
|
57
|
+
"chooseProvider": "נא לבחור ספק",
|
|
56
58
|
"chooseService": "בחירת שירות",
|
|
57
59
|
"completed": "הושלם",
|
|
58
|
-
"Contact": "
|
|
59
|
-
"countMore_one": "{{count}}
|
|
60
|
-
"countMore_other": "{{count}}
|
|
60
|
+
"Contact": "יצירת קשר עם {{index}}",
|
|
61
|
+
"countMore_one": "עוד {{count}}",
|
|
62
|
+
"countMore_other": "עוד {{count}}",
|
|
61
63
|
"createAppointmentService": "יצירת שירותי תורים",
|
|
62
64
|
"createNewAppointment": "יצירת תור חדש",
|
|
63
65
|
"date": "תאריך",
|
|
64
66
|
"date&Time": "תאריך ושעה",
|
|
65
|
-
"dateAppointmentIssuedCannotBeAfterAppointmentDate": "
|
|
66
|
-
"dateOfBirth": "
|
|
67
|
-
"dateScheduled": "
|
|
68
|
-
"dateScheduledDetail": "
|
|
69
|
-
"dateTime": "
|
|
70
|
-
"day": "
|
|
71
|
-
"daysOfWeek": "
|
|
67
|
+
"dateAppointmentIssuedCannotBeAfterAppointmentDate": "תאריך התור שהונפק לא יכול להיות אחרי תאריך התור",
|
|
68
|
+
"dateOfBirth": "תאריך לידה",
|
|
69
|
+
"dateScheduled": "הונפק תאריך לתור",
|
|
70
|
+
"dateScheduledDetail": "הונפק תאריך לתור",
|
|
71
|
+
"dateTime": "תאריך ושעה",
|
|
72
|
+
"day": "יום",
|
|
73
|
+
"daysOfWeek": "ימי השבוע",
|
|
72
74
|
"discard": "סגירה מבלי לשמור",
|
|
73
75
|
"download": "הורדה",
|
|
74
|
-
"durationErrorMessage": "
|
|
75
|
-
"durationInMinutes": "
|
|
76
|
+
"durationErrorMessage": "המשך צריך להיות גדול מאפס",
|
|
77
|
+
"durationInMinutes": "משך (דקות)",
|
|
76
78
|
"durationMins": "משך בדקות",
|
|
77
|
-
"edit": "
|
|
79
|
+
"edit": "עריכה",
|
|
78
80
|
"editAppointment": "עריכת תור",
|
|
79
|
-
"editAppointments": "עריכת
|
|
80
|
-
"emptyStateText": "
|
|
81
|
+
"editAppointments": "עריכת תור",
|
|
82
|
+
"emptyStateText": "אין <1>{{displayText}}</1> להצגה",
|
|
81
83
|
"encounters": "פגישות",
|
|
82
84
|
"encounterType": "סוג הפגישה",
|
|
83
85
|
"endAppointmentAndVisitConfirmationMessage": "Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.",
|
|
84
86
|
"endAppointmentConfirmation": "Are you sure you want to check the patient out for this appointment?",
|
|
85
87
|
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
86
|
-
"endDate": "
|
|
88
|
+
"endDate": "תאריך סיום",
|
|
87
89
|
"endTime": "שעת סיום",
|
|
88
90
|
"errorCreatingAppointmentService": "שגיאה ביצירת שירות התור",
|
|
89
91
|
"expected": "צפוי",
|
|
90
|
-
"filterTable": "
|
|
92
|
+
"filterTable": "סינון הטבלה",
|
|
91
93
|
"gender": "מגדר",
|
|
92
|
-
"highestServiceVolume": "
|
|
94
|
+
"highestServiceVolume": "השירות הכי עמוס: {{time}}",
|
|
93
95
|
"identifier": "מזהה",
|
|
94
|
-
"invalidNumber": "
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"location": "מיקום",
|
|
96
|
+
"invalidNumber": "המספר שגוי",
|
|
97
|
+
"isRecurringAppointment": "זה תור חוזר?",
|
|
98
|
+
"itemsPerPage": "פריטים בעמוד",
|
|
99
|
+
"loading": "בטעינה",
|
|
100
|
+
"location": "מקום",
|
|
100
101
|
"medications": "תרופות",
|
|
101
|
-
"missed": "
|
|
102
|
-
"next": "
|
|
103
|
-
"nextMonth": "
|
|
104
|
-
"nextPage": "
|
|
102
|
+
"missed": "הוחמץ",
|
|
103
|
+
"next": "הבא",
|
|
104
|
+
"nextMonth": "חודש הבא",
|
|
105
|
+
"nextPage": "העמוד הבא",
|
|
105
106
|
"no": "לא",
|
|
106
|
-
"noAppointmentsToDisplay": "
|
|
107
|
-
"noContent": "
|
|
107
|
+
"noAppointmentsToDisplay": "אין תורים להצגה",
|
|
108
|
+
"noContent": "אין תוכן",
|
|
108
109
|
"noCurrentAppointments": "אין תורים מתוזמנים להצגה עבור מטופל זה ליום הזה",
|
|
109
110
|
"noEncountersFound": "לא נמצאו פגישות",
|
|
110
|
-
"noPastAppointments": "אין
|
|
111
|
+
"noPastAppointments": "אין תורי עבר להצגה עבור מטופל/ת אלה",
|
|
111
112
|
"noPreviousVisitFound": "לא נמצא ביקור קודם",
|
|
112
|
-
"notArrived": "לא
|
|
113
|
-
"note": "
|
|
113
|
+
"notArrived": "לא הגיע/ה",
|
|
114
|
+
"note": "הערה",
|
|
114
115
|
"notes": "הערות",
|
|
115
|
-
"noUpcomingAppointments": "
|
|
116
|
-
"noUpcomingAppointmentsForPatient": "
|
|
117
|
-
"pageNumber": "
|
|
116
|
+
"noUpcomingAppointments": "לא נמצאו תורים עתידיים",
|
|
117
|
+
"noUpcomingAppointmentsForPatient": "לא נמצאו תורים עתידיים למטפל/ת האלה",
|
|
118
|
+
"pageNumber": "מספר עמוד",
|
|
118
119
|
"past": "עבר",
|
|
119
120
|
"patientDetails": "פרטי המטופל",
|
|
120
|
-
"patientDoubleBooking": "
|
|
121
|
+
"patientDoubleBooking": "למטופל/ת כבר הוזמן תור במועד הזה",
|
|
121
122
|
"patientName": "שם המטופל",
|
|
122
123
|
"patients": "מטופלים",
|
|
123
|
-
"period": "
|
|
124
|
-
"prev": "
|
|
125
|
-
"previousMonth": "
|
|
126
|
-
"previousPage": "
|
|
124
|
+
"period": "תקופה",
|
|
125
|
+
"prev": "הקודם",
|
|
126
|
+
"previousMonth": "החודש הקודם",
|
|
127
|
+
"previousPage": "העמוד הקודם",
|
|
127
128
|
"provider": "ספק",
|
|
128
129
|
"providers": "ספקים",
|
|
129
|
-
"providersBooked": "
|
|
130
|
-
"recurringAppointment": "
|
|
131
|
-
"recurringAppointmentShouldHaveEndDate": "
|
|
132
|
-
"repeatEvery": "
|
|
130
|
+
"providersBooked": "ספקים שהוזמנו: {{time}}",
|
|
131
|
+
"recurringAppointment": "תור חוזר",
|
|
132
|
+
"recurringAppointmentShouldHaveEndDate": "לתור חוזר צריך להיות תאריך סיום",
|
|
133
|
+
"repeatEvery": "חוזר כל",
|
|
133
134
|
"save": "שמירה",
|
|
134
|
-
"saveAndClose": "
|
|
135
|
+
"saveAndClose": "שמירה וסגירה",
|
|
135
136
|
"scheduled": "מתוזמן",
|
|
136
137
|
"scheduledAppointments": "תורים מתוזמנים",
|
|
137
|
-
"scheduledForToday": "
|
|
138
|
-
"selectALocation": "
|
|
139
|
-
"selectAppointmentStatus": "
|
|
140
|
-
"selectAppointmentType": "
|
|
141
|
-
"selectLocation": "
|
|
142
|
-
"selectOption": "
|
|
143
|
-
"selectProvider": "
|
|
144
|
-
"selectService": "
|
|
145
|
-
"selectServiceType": "
|
|
138
|
+
"scheduledForToday": "מתוזמן להיום",
|
|
139
|
+
"selectALocation": "בחירת מקום",
|
|
140
|
+
"selectAppointmentStatus": "בחירת מצב",
|
|
141
|
+
"selectAppointmentType": "בחירת סוג תור",
|
|
142
|
+
"selectLocation": "בחירת מקום",
|
|
143
|
+
"selectOption": "בחירת אפשרות",
|
|
144
|
+
"selectProvider": "בחירת ספק",
|
|
145
|
+
"selectService": "בחירת שירות",
|
|
146
|
+
"selectServiceType": "בחירת סוג שירות",
|
|
146
147
|
"service": "שירות",
|
|
147
148
|
"serviceName": "שם השירות",
|
|
148
149
|
"serviceType": "סוג השירות",
|
|
149
|
-
"serviceUnavailable": "
|
|
150
|
-
"startDate": "
|
|
150
|
+
"serviceUnavailable": "זמן התור הוא מחוץ לשעות השירות",
|
|
151
|
+
"startDate": "תאריך התחלה",
|
|
151
152
|
"startTime": "שעת התחלה",
|
|
152
|
-
"status": "
|
|
153
|
+
"status": "מצב",
|
|
153
154
|
"time": "זמן",
|
|
154
155
|
"today": "היום",
|
|
155
|
-
"todays": "
|
|
156
|
-
"type": "
|
|
156
|
+
"todays": "להיום",
|
|
157
|
+
"type": "סוג",
|
|
157
158
|
"unscheduled": "לא מתוזמן",
|
|
158
159
|
"unscheduledAppointments": "תורים שאינם מתוזמנים",
|
|
159
160
|
"unscheduledAppointments_lower": "תורים שאינם מתוזמנים",
|
|
160
161
|
"upcoming": "בקרוב",
|
|
161
162
|
"upcomingAppointments": "תורים עתידיים",
|
|
162
|
-
"
|
|
163
|
+
"updateError": "Error updating upcoming appointment",
|
|
164
|
+
"view": "הצגה",
|
|
163
165
|
"vitals": "מדדים",
|
|
164
166
|
"week": "Week",
|
|
165
167
|
"yes": "כן"
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
{
|
|
2
|
+
"action": "Action",
|
|
3
|
+
"actions": "Actions",
|
|
4
|
+
"add": "Add",
|
|
5
|
+
"age": "Age",
|
|
6
|
+
"allDay": "All day",
|
|
7
|
+
"appointmentCancelError": "Error cancelling appointment",
|
|
8
|
+
"appointmentCancelled": "Appointment Cancelled",
|
|
9
|
+
"appointmentCancelledSuccessfully": "Appointment cancelled successfully",
|
|
10
|
+
"appointmentCheckedIn": "Appointment Checked In",
|
|
11
|
+
"appointmentColor": "Appointment color",
|
|
12
|
+
"appointmentConflict": "Appointment conflict",
|
|
13
|
+
"appointmentEdited": "Appointment edited",
|
|
14
|
+
"appointmentEditError": "Error editing appointment",
|
|
15
|
+
"appointmentEnded": "Appointment ended",
|
|
16
|
+
"appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed",
|
|
17
|
+
"appointmentEndedButVisitNotClosedError": "Appointment ended, but error closing visit",
|
|
18
|
+
"appointmentEndedSuccessfully": "Appointment successfully ended.",
|
|
19
|
+
"appointmentEndError": "Error ending appointment",
|
|
20
|
+
"appointmentFormError": "Error scheduling appointment",
|
|
21
|
+
"appointmentHistory": "Appointment History",
|
|
22
|
+
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
23
|
+
"appointmentMetrics": "Appointment metrics",
|
|
24
|
+
"appointmentMetricsLoadError": "",
|
|
25
|
+
"appointmentNoteLabel": "Write an additional note",
|
|
26
|
+
"appointmentNotePlaceholder": "Write any additional points here",
|
|
27
|
+
"appointmentNotes": "Appointment Notes",
|
|
28
|
+
"appointmentNowVisible": "It is now visible on the Appointments page",
|
|
29
|
+
"appointments": "Appointments",
|
|
30
|
+
"Appointments": "Appointments",
|
|
31
|
+
"appointments_lower": "appointments",
|
|
32
|
+
"appointmentsCalendar": "Appointments calendar",
|
|
33
|
+
"appointmentScheduled": "Appointment scheduled",
|
|
34
|
+
"appointmentService": "Appointment service",
|
|
35
|
+
"appointmentServiceCreate": "Appointment service created successfully",
|
|
36
|
+
"appointmentServiceName": "Appointment service name",
|
|
37
|
+
"appointmentsScheduledForToday": "appointments scheduled for today",
|
|
38
|
+
"appointmentsTable": "Appointments table",
|
|
39
|
+
"appointmentStatus": "Appointment status",
|
|
40
|
+
"appointmentToFulfill": "Select appointment to fulfill",
|
|
41
|
+
"appointmentType": "Appointment type",
|
|
42
|
+
"appointmentType_title": "Appointment Type",
|
|
43
|
+
"back": "Back",
|
|
44
|
+
"calendar": "Calendar",
|
|
45
|
+
"cameEarly": "Came Early",
|
|
46
|
+
"cancel": "Cancel",
|
|
47
|
+
"cancelAppointment": "Cancel Appointment",
|
|
48
|
+
"cancelAppointmentModalConfirmationText": "Are you sure you want to cancel this appointment?",
|
|
49
|
+
"cancelled": "Cancelled",
|
|
50
|
+
"checkedIn": "Checked in",
|
|
51
|
+
"checkedOut": "Checked out",
|
|
52
|
+
"checkFilters": "Check the filters above",
|
|
53
|
+
"checkIn": "Check In",
|
|
54
|
+
"checkOut": "Check out",
|
|
55
|
+
"chooseAppointmentType": "Choose appointment type",
|
|
56
|
+
"chooseLocation": "Choose a location",
|
|
57
|
+
"chooseProvider": "Choose a provider",
|
|
58
|
+
"chooseService": "Select service",
|
|
59
|
+
"completed": "Completed",
|
|
60
|
+
"Contact": "Contact {{index}}",
|
|
61
|
+
"countMore_one": "{{count}} more",
|
|
62
|
+
"countMore_other": "{{count}} more",
|
|
63
|
+
"createAppointmentService": "Create appointment services",
|
|
64
|
+
"createNewAppointment": "Create new appointment",
|
|
65
|
+
"date": "Date",
|
|
66
|
+
"date&Time": "Date & time",
|
|
67
|
+
"dateAppointmentIssuedCannotBeAfterAppointmentDate": "Date appointment issued cannot be after the appointment date",
|
|
68
|
+
"dateOfBirth": "Date of birth",
|
|
69
|
+
"dateScheduled": "Date appointment issued",
|
|
70
|
+
"dateScheduledDetail": "Date appointment issued",
|
|
71
|
+
"dateTime": "Date & Time",
|
|
72
|
+
"day": "Day",
|
|
73
|
+
"daysOfWeek": "Days of the week",
|
|
74
|
+
"discard": "Discard",
|
|
75
|
+
"download": "Download",
|
|
76
|
+
"durationErrorMessage": "Duration should be greater than zero",
|
|
77
|
+
"durationInMinutes": "Duration (minutes)",
|
|
78
|
+
"durationMins": "Duration min",
|
|
79
|
+
"edit": "Edit",
|
|
80
|
+
"editAppointment": "Edit Appointment",
|
|
81
|
+
"editAppointments": "Edit Appointment",
|
|
82
|
+
"emptyStateText": "There are no <1>{{displayText}}</1> to display",
|
|
83
|
+
"encounters": "Encounters",
|
|
84
|
+
"encounterType": "Encounter type",
|
|
85
|
+
"endAppointmentAndVisitConfirmationMessage": "Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.",
|
|
86
|
+
"endAppointmentConfirmation": "Are you sure you want to check the patient out for this appointment?",
|
|
87
|
+
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
88
|
+
"endDate": "End date",
|
|
89
|
+
"endTime": "End Time",
|
|
90
|
+
"errorCreatingAppointmentService": "Error creating appointment service",
|
|
91
|
+
"expected": "Expected",
|
|
92
|
+
"filterTable": "Filter table",
|
|
93
|
+
"gender": "Gender",
|
|
94
|
+
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
95
|
+
"identifier": "Identifier",
|
|
96
|
+
"invalidNumber": "Number is not valid",
|
|
97
|
+
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
98
|
+
"itemsPerPage": "Items per page",
|
|
99
|
+
"loading": "Loading",
|
|
100
|
+
"location": "Location",
|
|
101
|
+
"medications": "Medications",
|
|
102
|
+
"missed": "Missed",
|
|
103
|
+
"next": "Next",
|
|
104
|
+
"nextMonth": "Next month",
|
|
105
|
+
"nextPage": "Next page",
|
|
106
|
+
"no": "No",
|
|
107
|
+
"noAppointmentsToDisplay": "No appointments to display",
|
|
108
|
+
"noContent": "No Content",
|
|
109
|
+
"noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
|
|
110
|
+
"noEncountersFound": "No encounters found",
|
|
111
|
+
"noPastAppointments": "There are no past appointments to display for this patient",
|
|
112
|
+
"noPreviousVisitFound": "No previous visit found",
|
|
113
|
+
"notArrived": "Not arrived",
|
|
114
|
+
"note": "Note",
|
|
115
|
+
"notes": "Notes",
|
|
116
|
+
"noUpcomingAppointments": "No upcoming appointments found",
|
|
117
|
+
"noUpcomingAppointmentsForPatient": "There are no upcoming appointments to display for this patient",
|
|
118
|
+
"pageNumber": "Page number",
|
|
119
|
+
"past": "Past",
|
|
120
|
+
"patientDetails": "Patient Details",
|
|
121
|
+
"patientDoubleBooking": "Patient already booked for an appointment at this time",
|
|
122
|
+
"patientName": "Patient name",
|
|
123
|
+
"patients": "Patients",
|
|
124
|
+
"period": "Period",
|
|
125
|
+
"prev": "Prev",
|
|
126
|
+
"previousMonth": "Previous month",
|
|
127
|
+
"previousPage": "Previous page",
|
|
128
|
+
"provider": "Provider",
|
|
129
|
+
"providers": "Providers",
|
|
130
|
+
"providersBooked": "Providers booked: {{time}}",
|
|
131
|
+
"recurringAppointment": "Recurring Appointment",
|
|
132
|
+
"recurringAppointmentShouldHaveEndDate": "A recurring appointment should have an end date",
|
|
133
|
+
"repeatEvery": "Repeat every",
|
|
134
|
+
"save": "Save",
|
|
135
|
+
"saveAndClose": "Save and close",
|
|
136
|
+
"scheduled": "Scheduled",
|
|
137
|
+
"scheduledAppointments": "Scheduled appointments",
|
|
138
|
+
"scheduledForToday": "Scheduled For Today",
|
|
139
|
+
"selectALocation": "Select a location",
|
|
140
|
+
"selectAppointmentStatus": "Select status",
|
|
141
|
+
"selectAppointmentType": "Select an appointment type",
|
|
142
|
+
"selectLocation": "Select location",
|
|
143
|
+
"selectOption": "Select an option",
|
|
144
|
+
"selectProvider": "Select a provider",
|
|
145
|
+
"selectService": "Select a service",
|
|
146
|
+
"selectServiceType": "Select service type",
|
|
147
|
+
"service": "Service",
|
|
148
|
+
"serviceName": "Service name",
|
|
149
|
+
"serviceType": "Service Type",
|
|
150
|
+
"serviceUnavailable": "Appointment time is outside of service hours",
|
|
151
|
+
"startDate": "Start date",
|
|
152
|
+
"startTime": "Start Time",
|
|
153
|
+
"status": "Status",
|
|
154
|
+
"time": "Time",
|
|
155
|
+
"today": "Today",
|
|
156
|
+
"todays": "Today's",
|
|
157
|
+
"type": "Type",
|
|
158
|
+
"unscheduled": "Unscheduled",
|
|
159
|
+
"unscheduledAppointments": "Unscheduled appointments",
|
|
160
|
+
"unscheduledAppointments_lower": "unscheduled appointments",
|
|
161
|
+
"upcoming": "Upcoming",
|
|
162
|
+
"upcomingAppointments": "Upcoming appointments",
|
|
163
|
+
"updateError": "Error updating upcoming appointment",
|
|
164
|
+
"view": "View",
|
|
165
|
+
"vitals": "Vitals",
|
|
166
|
+
"week": "Week",
|
|
167
|
+
"yes": "Yes"
|
|
168
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
{
|
|
2
|
+
"action": "Action",
|
|
3
|
+
"actions": "Actions",
|
|
4
|
+
"add": "Add",
|
|
5
|
+
"age": "Age",
|
|
6
|
+
"allDay": "All day",
|
|
7
|
+
"appointmentCancelError": "Error cancelling appointment",
|
|
8
|
+
"appointmentCancelled": "Appointment Cancelled",
|
|
9
|
+
"appointmentCancelledSuccessfully": "Appointment cancelled successfully",
|
|
10
|
+
"appointmentCheckedIn": "Appointment Checked In",
|
|
11
|
+
"appointmentColor": "Appointment color",
|
|
12
|
+
"appointmentConflict": "Appointment conflict",
|
|
13
|
+
"appointmentEdited": "Appointment edited",
|
|
14
|
+
"appointmentEditError": "Error editing appointment",
|
|
15
|
+
"appointmentEnded": "Appointment ended",
|
|
16
|
+
"appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed",
|
|
17
|
+
"appointmentEndedButVisitNotClosedError": "Appointment ended, but error closing visit",
|
|
18
|
+
"appointmentEndedSuccessfully": "Appointment successfully ended.",
|
|
19
|
+
"appointmentEndError": "Error ending appointment",
|
|
20
|
+
"appointmentFormError": "Error scheduling appointment",
|
|
21
|
+
"appointmentHistory": "Appointment History",
|
|
22
|
+
"appointmentMarkedChecked": "Appointment marked as Checked In",
|
|
23
|
+
"appointmentMetrics": "Appointment metrics",
|
|
24
|
+
"appointmentMetricsLoadError": "",
|
|
25
|
+
"appointmentNoteLabel": "Write an additional note",
|
|
26
|
+
"appointmentNotePlaceholder": "Write any additional points here",
|
|
27
|
+
"appointmentNotes": "Appointment Notes",
|
|
28
|
+
"appointmentNowVisible": "It is now visible on the Appointments page",
|
|
29
|
+
"appointments": "Appointments",
|
|
30
|
+
"Appointments": "Appointments",
|
|
31
|
+
"appointments_lower": "appointments",
|
|
32
|
+
"appointmentsCalendar": "Appointments calendar",
|
|
33
|
+
"appointmentScheduled": "Appointment scheduled",
|
|
34
|
+
"appointmentService": "Appointment service",
|
|
35
|
+
"appointmentServiceCreate": "Appointment service created successfully",
|
|
36
|
+
"appointmentServiceName": "Appointment service name",
|
|
37
|
+
"appointmentsScheduledForToday": "appointments scheduled for today",
|
|
38
|
+
"appointmentsTable": "Appointments table",
|
|
39
|
+
"appointmentStatus": "Appointment status",
|
|
40
|
+
"appointmentToFulfill": "Select appointment to fulfill",
|
|
41
|
+
"appointmentType": "Appointment type",
|
|
42
|
+
"appointmentType_title": "Appointment Type",
|
|
43
|
+
"back": "Back",
|
|
44
|
+
"calendar": "Calendar",
|
|
45
|
+
"cameEarly": "Came Early",
|
|
46
|
+
"cancel": "Cancel",
|
|
47
|
+
"cancelAppointment": "Cancel Appointment",
|
|
48
|
+
"cancelAppointmentModalConfirmationText": "Are you sure you want to cancel this appointment?",
|
|
49
|
+
"cancelled": "Cancelled",
|
|
50
|
+
"checkedIn": "Checked in",
|
|
51
|
+
"checkedOut": "Checked out",
|
|
52
|
+
"checkFilters": "Check the filters above",
|
|
53
|
+
"checkIn": "Check In",
|
|
54
|
+
"checkOut": "Check out",
|
|
55
|
+
"chooseAppointmentType": "Choose appointment type",
|
|
56
|
+
"chooseLocation": "Choose a location",
|
|
57
|
+
"chooseProvider": "Choose a provider",
|
|
58
|
+
"chooseService": "Select service",
|
|
59
|
+
"completed": "Completed",
|
|
60
|
+
"Contact": "Contact {{index}}",
|
|
61
|
+
"countMore_one": "{{count}} more",
|
|
62
|
+
"countMore_other": "{{count}} more",
|
|
63
|
+
"createAppointmentService": "Create appointment services",
|
|
64
|
+
"createNewAppointment": "Create new appointment",
|
|
65
|
+
"date": "Date",
|
|
66
|
+
"date&Time": "Date & time",
|
|
67
|
+
"dateAppointmentIssuedCannotBeAfterAppointmentDate": "Date appointment issued cannot be after the appointment date",
|
|
68
|
+
"dateOfBirth": "Date of birth",
|
|
69
|
+
"dateScheduled": "Date appointment issued",
|
|
70
|
+
"dateScheduledDetail": "Date appointment issued",
|
|
71
|
+
"dateTime": "Date & Time",
|
|
72
|
+
"day": "Day",
|
|
73
|
+
"daysOfWeek": "Days of the week",
|
|
74
|
+
"discard": "Discard",
|
|
75
|
+
"download": "Download",
|
|
76
|
+
"durationErrorMessage": "Duration should be greater than zero",
|
|
77
|
+
"durationInMinutes": "Duration (minutes)",
|
|
78
|
+
"durationMins": "Duration min",
|
|
79
|
+
"edit": "Edit",
|
|
80
|
+
"editAppointment": "Edit Appointment",
|
|
81
|
+
"editAppointments": "Edit Appointment",
|
|
82
|
+
"emptyStateText": "There are no <1>{{displayText}}</1> to display",
|
|
83
|
+
"encounters": "Encounters",
|
|
84
|
+
"encounterType": "Encounter type",
|
|
85
|
+
"endAppointmentAndVisitConfirmationMessage": "Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.",
|
|
86
|
+
"endAppointmentConfirmation": "Are you sure you want to check the patient out for this appointment?",
|
|
87
|
+
"endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
|
|
88
|
+
"endDate": "End date",
|
|
89
|
+
"endTime": "End Time",
|
|
90
|
+
"errorCreatingAppointmentService": "Error creating appointment service",
|
|
91
|
+
"expected": "Expected",
|
|
92
|
+
"filterTable": "Filter table",
|
|
93
|
+
"gender": "Gender",
|
|
94
|
+
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
95
|
+
"identifier": "Identifier",
|
|
96
|
+
"invalidNumber": "Number is not valid",
|
|
97
|
+
"isRecurringAppointment": "Is this a recurring appointment?",
|
|
98
|
+
"itemsPerPage": "Items per page",
|
|
99
|
+
"loading": "Loading",
|
|
100
|
+
"location": "Location",
|
|
101
|
+
"medications": "Medications",
|
|
102
|
+
"missed": "Missed",
|
|
103
|
+
"next": "Next",
|
|
104
|
+
"nextMonth": "Next month",
|
|
105
|
+
"nextPage": "Next page",
|
|
106
|
+
"no": "No",
|
|
107
|
+
"noAppointmentsToDisplay": "No appointments to display",
|
|
108
|
+
"noContent": "No Content",
|
|
109
|
+
"noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
|
|
110
|
+
"noEncountersFound": "No encounters found",
|
|
111
|
+
"noPastAppointments": "There are no past appointments to display for this patient",
|
|
112
|
+
"noPreviousVisitFound": "No previous visit found",
|
|
113
|
+
"notArrived": "Not arrived",
|
|
114
|
+
"note": "Note",
|
|
115
|
+
"notes": "Notes",
|
|
116
|
+
"noUpcomingAppointments": "No upcoming appointments found",
|
|
117
|
+
"noUpcomingAppointmentsForPatient": "There are no upcoming appointments to display for this patient",
|
|
118
|
+
"pageNumber": "Page number",
|
|
119
|
+
"past": "Past",
|
|
120
|
+
"patientDetails": "Patient Details",
|
|
121
|
+
"patientDoubleBooking": "Patient already booked for an appointment at this time",
|
|
122
|
+
"patientName": "Patient name",
|
|
123
|
+
"patients": "Patients",
|
|
124
|
+
"period": "Period",
|
|
125
|
+
"prev": "Prev",
|
|
126
|
+
"previousMonth": "Previous month",
|
|
127
|
+
"previousPage": "Previous page",
|
|
128
|
+
"provider": "Provider",
|
|
129
|
+
"providers": "Providers",
|
|
130
|
+
"providersBooked": "Providers booked: {{time}}",
|
|
131
|
+
"recurringAppointment": "Recurring Appointment",
|
|
132
|
+
"recurringAppointmentShouldHaveEndDate": "A recurring appointment should have an end date",
|
|
133
|
+
"repeatEvery": "Repeat every",
|
|
134
|
+
"save": "Save",
|
|
135
|
+
"saveAndClose": "Save and close",
|
|
136
|
+
"scheduled": "Scheduled",
|
|
137
|
+
"scheduledAppointments": "Scheduled appointments",
|
|
138
|
+
"scheduledForToday": "Scheduled For Today",
|
|
139
|
+
"selectALocation": "Select a location",
|
|
140
|
+
"selectAppointmentStatus": "Select status",
|
|
141
|
+
"selectAppointmentType": "Select an appointment type",
|
|
142
|
+
"selectLocation": "Select location",
|
|
143
|
+
"selectOption": "Select an option",
|
|
144
|
+
"selectProvider": "Select a provider",
|
|
145
|
+
"selectService": "Select a service",
|
|
146
|
+
"selectServiceType": "Select service type",
|
|
147
|
+
"service": "Service",
|
|
148
|
+
"serviceName": "Service name",
|
|
149
|
+
"serviceType": "Service Type",
|
|
150
|
+
"serviceUnavailable": "Appointment time is outside of service hours",
|
|
151
|
+
"startDate": "Start date",
|
|
152
|
+
"startTime": "Start Time",
|
|
153
|
+
"status": "Status",
|
|
154
|
+
"time": "Time",
|
|
155
|
+
"today": "Today",
|
|
156
|
+
"todays": "Today's",
|
|
157
|
+
"type": "Type",
|
|
158
|
+
"unscheduled": "Unscheduled",
|
|
159
|
+
"unscheduledAppointments": "Unscheduled appointments",
|
|
160
|
+
"unscheduledAppointments_lower": "unscheduled appointments",
|
|
161
|
+
"upcoming": "Upcoming",
|
|
162
|
+
"upcomingAppointments": "Upcoming appointments",
|
|
163
|
+
"updateError": "Error updating upcoming appointment",
|
|
164
|
+
"view": "View",
|
|
165
|
+
"vitals": "Vitals",
|
|
166
|
+
"week": "Week",
|
|
167
|
+
"yes": "Yes"
|
|
168
|
+
}
|