@kenyaemr/esm-appointments-app 8.1.1-pre.124 → 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.
Files changed (119) hide show
  1. package/.turbo/turbo-build.log +27 -25
  2. package/dist/111.js +2 -0
  3. package/dist/111.js.map +1 -0
  4. package/dist/123.js +2 -0
  5. package/dist/{198.js.LICENSE.txt → 123.js.LICENSE.txt} +0 -6
  6. package/dist/123.js.map +1 -0
  7. package/dist/130.js +1 -1
  8. package/dist/130.js.map +1 -1
  9. package/dist/{385.js → 139.js} +1 -1
  10. package/dist/139.js.map +1 -0
  11. package/dist/228.js +1 -0
  12. package/dist/236.js +1 -0
  13. package/dist/240.js +1 -0
  14. package/dist/261.js +1 -0
  15. package/dist/269.js +1 -1
  16. package/dist/269.js.map +1 -1
  17. package/dist/271.js +1 -1
  18. package/dist/272.js +1 -0
  19. package/dist/319.js +1 -1
  20. package/dist/336.js +1 -0
  21. package/dist/378.js +1 -0
  22. package/dist/443.js +1 -0
  23. package/dist/443.js.map +1 -0
  24. package/dist/460.js +1 -1
  25. package/dist/529.js +1 -1
  26. package/dist/529.js.map +1 -1
  27. package/dist/539.js +1 -0
  28. package/dist/566.js +1 -0
  29. package/dist/574.js +1 -1
  30. package/dist/581.js +1 -1
  31. package/dist/644.js +1 -1
  32. package/dist/652.js +1 -0
  33. package/dist/673.js +1 -0
  34. package/dist/705.js +1 -0
  35. package/dist/711.js +1 -1
  36. package/dist/711.js.map +1 -1
  37. package/dist/727.js +1 -0
  38. package/dist/737.js +1 -0
  39. package/dist/744.js +1 -0
  40. package/dist/757.js +1 -1
  41. package/dist/788.js +1 -1
  42. package/dist/807.js +1 -1
  43. package/dist/833.js +1 -1
  44. package/dist/899.js +1 -0
  45. package/dist/923.js +1 -0
  46. package/dist/923.js.map +1 -0
  47. package/dist/kenyaemr-esm-appointments-app.js +1 -1
  48. package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +448 -96
  49. package/dist/kenyaemr-esm-appointments-app.js.map +1 -1
  50. package/dist/main.js +1 -1
  51. package/dist/main.js.map +1 -1
  52. package/dist/routes.json +1 -1
  53. package/package-lock.json +6416 -0
  54. package/package.json +5 -5
  55. package/src/appointments/appointment-tabs.component.tsx +1 -1
  56. package/src/appointments/common-components/appointments-table.component.tsx +0 -1
  57. package/src/appointments/common-components/appointments-table.test.tsx +7 -3
  58. package/src/appointments/common-components/checkin-button.component.tsx +5 -1
  59. package/src/appointments/common-components/end-appointment.modal.tsx +2 -2
  60. package/src/appointments/scheduled/scheduled-appointments.component.tsx +1 -1
  61. package/src/appointments/unscheduled/unscheduled-appointments.component.tsx +6 -6
  62. package/src/appointments/unscheduled/unscheduled-appointments.test.tsx +19 -4
  63. package/src/appointments.component.tsx +7 -7
  64. package/src/appointments.test.tsx +11 -1
  65. package/src/calendar/appointments-calendar-view.component.tsx +2 -2
  66. package/src/calendar/monthly/monthly-workload-view.component.tsx +7 -7
  67. package/src/config-schema.ts +6 -70
  68. package/src/form/appointments-form.component.tsx +84 -73
  69. package/src/form/appointments-form.resource.ts +4 -4
  70. package/src/form/appointments-form.scss +1 -1
  71. package/src/form/appointments-form.test.tsx +142 -110
  72. package/src/patient-appointments/patient-appointments-action-menu.component.tsx +2 -4
  73. package/src/patient-appointments/patient-appointments-base.test.tsx +1 -1
  74. package/src/patient-appointments/patient-appointments-cancel.modal.tsx +6 -1
  75. package/src/patient-appointments/patient-appointments-cancel.scss +29 -0
  76. package/src/patient-appointments/patient-upcoming-appointments-card.component.tsx +64 -8
  77. package/src/routes.json +1 -1
  78. package/src/types/index.ts +1 -1
  79. package/src/workload/monthly-view-workload/monthly-view.component.tsx +8 -6
  80. package/src/workload/monthly-view-workload/monthlyWorkCard.tsx +3 -2
  81. package/src/workload/workload-card.component.tsx +5 -3
  82. package/src/workload/workload.component.tsx +13 -20
  83. package/src/workload/workload.resource.ts +3 -0
  84. package/translations/am.json +4 -2
  85. package/translations/ar.json +24 -22
  86. package/translations/de.json +168 -0
  87. package/translations/en.json +3 -1
  88. package/translations/es.json +58 -56
  89. package/translations/fr.json +4 -2
  90. package/translations/he.json +93 -91
  91. package/translations/hi.json +168 -0
  92. package/translations/hi_IN.json +168 -0
  93. package/translations/id.json +168 -0
  94. package/translations/it.json +168 -0
  95. package/translations/km.json +4 -2
  96. package/translations/ne.json +168 -0
  97. package/translations/pt.json +168 -0
  98. package/translations/pt_BR.json +168 -0
  99. package/translations/qu.json +168 -0
  100. package/translations/si.json +168 -0
  101. package/translations/sw.json +168 -0
  102. package/translations/sw_KE.json +168 -0
  103. package/translations/tr.json +168 -0
  104. package/translations/tr_TR.json +168 -0
  105. package/translations/uk.json +168 -0
  106. package/translations/vi.json +168 -0
  107. package/translations/zh.json +4 -2
  108. package/translations/zh_CN.json +4 -2
  109. package/dist/198.js +0 -2
  110. package/dist/198.js.map +0 -1
  111. package/dist/265.js +0 -1
  112. package/dist/265.js.map +0 -1
  113. package/dist/385.js.map +0 -1
  114. package/dist/440.js +0 -2
  115. package/dist/440.js.map +0 -1
  116. package/dist/501.js +0 -1
  117. package/dist/501.js.map +0 -1
  118. package/src/hooks/useDefaultLocation.ts +0 -14
  119. /package/dist/{440.js.LICENSE.txt → 111.js.LICENSE.txt} +0 -0
@@ -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": "Rendez-vous et visite terminés avec succès.",
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",
@@ -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": "Appointment conflict",
12
- "appointmentEdited": "Appointment edited",
13
- "appointmentEditError": "Error editing appointment",
14
- "appointmentEnded": "Appointment ended",
15
- "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed.",
16
- "appointmentEndedButVisitNotClosedError": "Appointment ended, but error closing visit",
17
- "appointmentEndedSuccessfully": "Appointment successfully ended.",
18
- "appointmentEndError": "Error ending appointment",
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": "Write an additional note",
24
- "appointmentNotePlaceholder": "Write any additional points here",
25
+ "appointmentNoteLabel": "הצגת הערה נוספ",
26
+ "appointmentNotePlaceholder": "כאן ניתן לכתוב נקודות נוספות",
25
27
  "appointmentNotes": "הערות לתור",
26
- "appointmentNowVisible": "התור כעת נראה בעמוד התורים",
28
+ "appointmentNowVisible": "התור מופיע כעת בעמוד התורים",
27
29
  "appointments": "תורים",
28
- "Appointments": "Appointments",
29
- "appointments_lower": "appointments",
30
- "appointmentsCalendar": "Appointments calendar",
30
+ "Appointments": "תורים",
31
+ "appointments_lower": "תורים",
32
+ "appointmentsCalendar": "לוח תורים",
31
33
  "appointmentScheduled": "התור נקבע",
32
- "appointmentService": "שירות התור",
33
- "appointmentServiceCreate": "שירות התור נוצר בהצלחה",
34
- "appointmentServiceName": "שם שירות התור",
35
- "appointmentsScheduledForToday": "appointments scheduled for today",
36
- "appointmentsTable": "Appointments table",
37
- "appointmentStatus": "סטטוס התור",
38
- "appointmentToFulfill": "Select appointment to fulfill",
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": "Check the filters above",
52
+ "checkFilters": "נא לסמן את המסננים לעיל",
51
53
  "checkIn": "הרשמה",
52
- "checkOut": "לראות",
53
- "chooseAppointmentType": "Choose appointment type",
54
- "chooseLocation": "Choose a location",
55
- "chooseProvider": "Choose a provider",
54
+ "checkOut": "סגירה",
55
+ "chooseAppointmentType": "בחירת סוג תור",
56
+ "chooseLocation": "נא לבחור מקום",
57
+ "chooseProvider": "נא לבחור ספק",
56
58
  "chooseService": "בחירת שירות",
57
59
  "completed": "הושלם",
58
- "Contact": "Contact {{index}}",
59
- "countMore_one": "{{count}} more",
60
- "countMore_other": "{{count}} more",
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": "Date appointment issued cannot be after the appointment date",
66
- "dateOfBirth": "Date of birth",
67
- "dateScheduled": "Date appointment issued",
68
- "dateScheduledDetail": "Date appointment issued",
69
- "dateTime": "Date & Time",
70
- "day": "Day",
71
- "daysOfWeek": "Days of the week",
67
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "תאריך התור שהונפק לא יכול להיות אחרי תאריך התור",
68
+ "dateOfBirth": "תאריך לידה",
69
+ "dateScheduled": "הונפק תאריך לתור",
70
+ "dateScheduledDetail": "הונפק תאריך לתור",
71
+ "dateTime": "תאריך ושעה",
72
+ "day": "יום",
73
+ "daysOfWeek": "ימי השבוע",
72
74
  "discard": "סגירה מבלי לשמור",
73
75
  "download": "הורדה",
74
- "durationErrorMessage": "Duration should be greater than zero",
75
- "durationInMinutes": "Duration (minutes)",
76
+ "durationErrorMessage": "המשך צריך להיות גדול מאפס",
77
+ "durationInMinutes": "משך (דקות)",
76
78
  "durationMins": "משך בדקות",
77
- "edit": "ערוך",
79
+ "edit": "עריכה",
78
80
  "editAppointment": "עריכת תור",
79
- "editAppointments": "עריכת תורים",
80
- "emptyStateText": "There are no <1>{{displayText}}</1> to display",
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": "End date",
88
+ "endDate": "תאריך סיום",
87
89
  "endTime": "שעת סיום",
88
90
  "errorCreatingAppointmentService": "שגיאה ביצירת שירות התור",
89
91
  "expected": "צפוי",
90
- "filterTable": "Filter table",
92
+ "filterTable": "סינון הטבלה",
91
93
  "gender": "מגדר",
92
- "highestServiceVolume": "Highest volume service: {{time}}",
94
+ "highestServiceVolume": "השירות הכי עמוס: {{time}}",
93
95
  "identifier": "מזהה",
94
- "invalidNumber": "Number is not valid",
95
- "invalidTime": "Invalid time",
96
- "isRecurringAppointment": "Is this a recurring appointment?",
97
- "itemsPerPage": "Items per page",
98
- "loading": "טוען",
99
- "location": "מיקום",
96
+ "invalidNumber": "המספר שגוי",
97
+ "isRecurringAppointment": "זה תור חוזר?",
98
+ "itemsPerPage": "פריטים בעמוד",
99
+ "loading": "בטעינה",
100
+ "location": "מקום",
100
101
  "medications": "תרופות",
101
- "missed": "לא התקיים",
102
- "next": "Next",
103
- "nextMonth": "Next month",
104
- "nextPage": "Next page",
102
+ "missed": "הוחמץ",
103
+ "next": "הבא",
104
+ "nextMonth": "חודש הבא",
105
+ "nextPage": "העמוד הבא",
105
106
  "no": "לא",
106
- "noAppointmentsToDisplay": "No appointments to display",
107
- "noContent": "No Content",
107
+ "noAppointmentsToDisplay": "אין תורים להצגה",
108
+ "noContent": "אין תוכן",
108
109
  "noCurrentAppointments": "אין תורים מתוזמנים להצגה עבור מטופל זה ליום הזה",
109
110
  "noEncountersFound": "לא נמצאו פגישות",
110
- "noPastAppointments": "אין תורים עבריים להצגה עבור מטופל זה",
111
+ "noPastAppointments": "אין תורי עבר להצגה עבור מטופל/ת אלה",
111
112
  "noPreviousVisitFound": "לא נמצא ביקור קודם",
112
- "notArrived": "לא הגיע",
113
- "note": "Note",
113
+ "notArrived": "לא הגיע/ה",
114
+ "note": "הערה",
114
115
  "notes": "הערות",
115
- "noUpcomingAppointments": "אין תורים עתידיים להצגה עבור מטופל זה",
116
- "noUpcomingAppointmentsForPatient": "אין תורים עתידיים להצגה עבור מטופל זה",
117
- "pageNumber": "Page number",
116
+ "noUpcomingAppointments": "לא נמצאו תורים עתידיים",
117
+ "noUpcomingAppointmentsForPatient": "לא נמצאו תורים עתידיים למטפל/ת האלה",
118
+ "pageNumber": "מספר עמוד",
118
119
  "past": "עבר",
119
120
  "patientDetails": "פרטי המטופל",
120
- "patientDoubleBooking": "Patient already booked for an appointment at this time",
121
+ "patientDoubleBooking": "למטופל/ת כבר הוזמן תור במועד הזה",
121
122
  "patientName": "שם המטופל",
122
123
  "patients": "מטופלים",
123
- "period": "Period",
124
- "prev": "Prev",
125
- "previousMonth": "Previous month",
126
- "previousPage": "Previous page",
124
+ "period": "תקופה",
125
+ "prev": "הקודם",
126
+ "previousMonth": "החודש הקודם",
127
+ "previousPage": "העמוד הקודם",
127
128
  "provider": "ספק",
128
129
  "providers": "ספקים",
129
- "providersBooked": "Providers booked: {{time}}",
130
- "recurringAppointment": "Recurring Appointment",
131
- "recurringAppointmentShouldHaveEndDate": "A recurring appointment should have an end date",
132
- "repeatEvery": "Repeat every",
130
+ "providersBooked": "ספקים שהוזמנו: {{time}}",
131
+ "recurringAppointment": "תור חוזר",
132
+ "recurringAppointmentShouldHaveEndDate": "לתור חוזר צריך להיות תאריך סיום",
133
+ "repeatEvery": "חוזר כל",
133
134
  "save": "שמירה",
134
- "saveAndClose": "Save and close",
135
+ "saveAndClose": "שמירה וסגירה",
135
136
  "scheduled": "מתוזמן",
136
137
  "scheduledAppointments": "תורים מתוזמנים",
137
- "scheduledForToday": "Scheduled For Today",
138
- "selectALocation": "Select a location",
139
- "selectAppointmentStatus": "בחר סטטוס",
140
- "selectAppointmentType": "בחר סוג תור",
141
- "selectLocation": "בחר מיקום",
142
- "selectOption": "בחר אפשרות",
143
- "selectProvider": "Select a provider",
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": "Appointment time is outside of service hours",
150
- "startDate": "Start date",
150
+ "serviceUnavailable": "זמן התור הוא מחוץ לשעות השירות",
151
+ "startDate": "תאריך התחלה",
151
152
  "startTime": "שעת התחלה",
152
- "status": "Status",
153
+ "status": "מצב",
153
154
  "time": "זמן",
154
155
  "today": "היום",
155
- "todays": "Today's",
156
- "type": "Type",
156
+ "todays": "להיום",
157
+ "type": "סוג",
157
158
  "unscheduled": "לא מתוזמן",
158
159
  "unscheduledAppointments": "תורים שאינם מתוזמנים",
159
160
  "unscheduledAppointments_lower": "תורים שאינם מתוזמנים",
160
161
  "upcoming": "בקרוב",
161
162
  "upcomingAppointments": "תורים עתידיים",
162
- "view": "הצג",
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
+ }