@kenyaemr/esm-appointments-app 8.0.1-pre.95 → 8.0.2

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 (104) hide show
  1. package/.turbo/turbo-build.log +25 -26
  2. package/dist/130.js +1 -1
  3. package/dist/130.js.LICENSE.txt +2 -0
  4. package/dist/130.js.map +1 -1
  5. package/dist/171.js +1 -0
  6. package/dist/171.js.map +1 -0
  7. package/dist/198.js +2 -0
  8. package/dist/198.js.map +1 -0
  9. package/dist/2.js +1 -0
  10. package/dist/2.js.map +1 -0
  11. package/dist/269.js +1 -0
  12. package/dist/269.js.map +1 -0
  13. package/dist/271.js +1 -1
  14. package/dist/319.js +1 -1
  15. package/dist/325.js +1 -0
  16. package/dist/325.js.map +1 -0
  17. package/dist/372.js +2 -0
  18. package/dist/372.js.map +1 -0
  19. package/dist/440.js +2 -0
  20. package/dist/440.js.LICENSE.txt +15 -0
  21. package/dist/440.js.map +1 -0
  22. package/dist/460.js +1 -1
  23. package/dist/529.js +1 -1
  24. package/dist/529.js.map +1 -1
  25. package/dist/574.js +1 -1
  26. package/dist/581.js +1 -1
  27. package/dist/644.js +1 -1
  28. package/dist/711.js +1 -0
  29. package/dist/711.js.map +1 -0
  30. package/dist/757.js +1 -1
  31. package/dist/787.js +1 -0
  32. package/dist/787.js.map +1 -0
  33. package/dist/788.js +1 -1
  34. package/dist/807.js +1 -1
  35. package/dist/833.js +1 -1
  36. package/dist/kenyaemr-esm-appointments-app.js +1 -1
  37. package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +203 -182
  38. package/dist/kenyaemr-esm-appointments-app.js.map +1 -1
  39. package/dist/main.js +1 -1
  40. package/dist/main.js.map +1 -1
  41. package/dist/routes.json +1 -1
  42. package/package.json +3 -4
  43. package/src/appointments/appointment-tabs.component.tsx +1 -2
  44. package/src/appointments/common-components/appointments-table.component.tsx +2 -2
  45. package/src/appointments/common-components/appointments-table.test.tsx +3 -3
  46. package/src/appointments/common-components/end-appointment.modal.tsx +24 -27
  47. package/src/appointments/common-components/end-appointment.test.tsx +10 -4
  48. package/src/appointments/unscheduled/unscheduled-appointments.component.tsx +2 -2
  49. package/src/appointments/unscheduled/unscheduled-appointments.test.tsx +3 -3
  50. package/src/appointments.component.tsx +1 -1
  51. package/src/appointments.test.tsx +5 -5
  52. package/src/calendar/appointments-calendar-view.component.tsx +1 -1
  53. package/src/calendar/header/calendar-header.component.tsx +7 -5
  54. package/src/calendar/header/calendar-header.scss +12 -0
  55. package/src/calendar/monthly/days-of-week.component.tsx +6 -4
  56. package/src/calendar/monthly/days-of-week.scss +5 -0
  57. package/src/calendar/monthly/monthly-calendar-view.component.tsx +2 -2
  58. package/src/calendar/monthly/monthly-header.component.tsx +49 -0
  59. package/src/calendar/monthly/monthly-view-workload.scss +0 -4
  60. package/src/calendar/monthly/monthly-workload-view-expanded.component.tsx +6 -1
  61. package/src/calendar/monthly/monthly-workload-view.component.tsx +3 -3
  62. package/src/config-schema.ts +6 -0
  63. package/src/constants.ts +1 -1
  64. package/src/form/appointments-form.component.tsx +59 -30
  65. package/src/form/appointments-form.scss +9 -0
  66. package/src/header/appointments-header.component.tsx +38 -55
  67. package/src/header/appointments-header.scss +7 -56
  68. package/src/helpers/excel.ts +31 -15
  69. package/src/hooks/useClinicalMetrics.ts +7 -5
  70. package/src/index.ts +15 -13
  71. package/src/metrics/metrics-header.component.tsx +3 -4
  72. package/src/routes.json +14 -18
  73. package/src/types/index.ts +0 -1
  74. package/translations/am.json +7 -2
  75. package/translations/ar.json +7 -2
  76. package/translations/en.json +8 -3
  77. package/translations/es.json +69 -64
  78. package/translations/fr.json +71 -66
  79. package/translations/he.json +7 -2
  80. package/translations/km.json +7 -2
  81. package/translations/zh.json +7 -2
  82. package/translations/zh_CN.json +7 -2
  83. package/dist/152.js +0 -1
  84. package/dist/152.js.map +0 -1
  85. package/dist/23.js +0 -2
  86. package/dist/23.js.LICENSE.txt +0 -5
  87. package/dist/23.js.map +0 -1
  88. package/dist/255.js +0 -2
  89. package/dist/255.js.map +0 -1
  90. package/dist/303.js +0 -1
  91. package/dist/303.js.map +0 -1
  92. package/dist/646.js +0 -2
  93. package/dist/646.js.map +0 -1
  94. package/dist/729.js +0 -1
  95. package/dist/729.js.map +0 -1
  96. package/dist/85.js +0 -1
  97. package/dist/85.js.map +0 -1
  98. package/dist/89.js +0 -1
  99. package/dist/89.js.map +0 -1
  100. package/src/calendar/monthly/monthly-header.module.tsx +0 -40
  101. package/src/header/appointments-illustration.component.tsx +0 -22
  102. /package/dist/{646.js.LICENSE.txt → 198.js.LICENSE.txt} +0 -0
  103. /package/dist/{255.js.LICENSE.txt → 372.js.LICENSE.txt} +0 -0
  104. /package/src/calendar/monthly/{monthly-header.module.scss → monthly-header.scss} +0 -0
@@ -27,7 +27,7 @@
27
27
  "appointments": "موعد",
28
28
  "Appointments": "Appointments",
29
29
  "appointments_lower": "appointments",
30
- "appointmentsCalendar": "تقويم المواعيد",
30
+ "appointmentsCalendar": "Appointments calendar",
31
31
  "appointmentScheduled": "تم جدولة الموعد",
32
32
  "appointmentService": "خدمة الموعد",
33
33
  "appointmentServiceCreate": "تم إنشاء خدمة الموعد بنجاح",
@@ -62,6 +62,7 @@
62
62
  "createNewAppointment": "إنشاء موعد جديد",
63
63
  "date": "تاريخ",
64
64
  "date&Time": "Date & time",
65
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "Date appointment issued cannot be after the appointment date",
65
66
  "dateOfBirth": "Date of birth",
66
67
  "dateScheduled": "Date appointment issued",
67
68
  "dateScheduledDetail": "Date appointment issued",
@@ -89,7 +90,6 @@
89
90
  "filterTable": "Filter table",
90
91
  "gender": "الجنس",
91
92
  "highestServiceVolume": "Highest volume service: {{time}}",
92
- "home": "الرئيسية",
93
93
  "identifier": "معرف",
94
94
  "invalidNumber": "Number is not valid",
95
95
  "invalidTime": "Invalid time",
@@ -99,6 +99,8 @@
99
99
  "location": "الموقع",
100
100
  "medications": "الأدوية",
101
101
  "missed": "فائت",
102
+ "next": "Next",
103
+ "nextMonth": "Next month",
102
104
  "nextPage": "Next page",
103
105
  "no": "لا",
104
106
  "noAppointmentsToDisplay": "No appointments to display",
@@ -119,11 +121,14 @@
119
121
  "patientName": "اسم المريض",
120
122
  "patients": "المرضى",
121
123
  "period": "Period",
124
+ "prev": "Prev",
125
+ "previousMonth": "Previous month",
122
126
  "previousPage": "Previous page",
123
127
  "provider": "مقدم الخدمة",
124
128
  "providers": "مقدمي الخدمة",
125
129
  "providersBooked": "Providers booked: {{time}}",
126
130
  "recurringAppointment": "Recurring Appointment",
131
+ "recurringAppointmentShouldHaveEndDate": "A recurring appointment should have an end date",
127
132
  "repeatEvery": "Repeat every",
128
133
  "save": "حفظ",
129
134
  "saveAndClose": "Save and close",
@@ -12,7 +12,7 @@
12
12
  "appointmentEdited": "Appointment edited",
13
13
  "appointmentEditError": "Error editing appointment",
14
14
  "appointmentEnded": "Appointment ended",
15
- "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed.",
15
+ "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed",
16
16
  "appointmentEndedButVisitNotClosedError": "Appointment ended, but error closing visit",
17
17
  "appointmentEndedSuccessfully": "Appointment successfully ended.",
18
18
  "appointmentEndError": "Error ending appointment",
@@ -27,7 +27,7 @@
27
27
  "appointments": "Appointments",
28
28
  "Appointments": "Appointments",
29
29
  "appointments_lower": "appointments",
30
- "appointmentsCalendar": "Appointments Calendar",
30
+ "appointmentsCalendar": "Appointments calendar",
31
31
  "appointmentScheduled": "Appointment scheduled",
32
32
  "appointmentService": "Appointment service",
33
33
  "appointmentServiceCreate": "Appointment service created successfully",
@@ -62,6 +62,7 @@
62
62
  "createNewAppointment": "Create new appointment",
63
63
  "date": "Date",
64
64
  "date&Time": "Date & time",
65
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "Date appointment issued cannot be after the appointment date",
65
66
  "dateOfBirth": "Date of birth",
66
67
  "dateScheduled": "Date appointment issued",
67
68
  "dateScheduledDetail": "Date appointment issued",
@@ -89,7 +90,6 @@
89
90
  "filterTable": "Filter table",
90
91
  "gender": "Gender",
91
92
  "highestServiceVolume": "Highest volume service: {{time}}",
92
- "home": "Home",
93
93
  "identifier": "Identifier",
94
94
  "invalidNumber": "Number is not valid",
95
95
  "invalidTime": "Invalid time",
@@ -99,6 +99,8 @@
99
99
  "location": "Location",
100
100
  "medications": "Medications",
101
101
  "missed": "Missed",
102
+ "next": "Next",
103
+ "nextMonth": "Next month",
102
104
  "nextPage": "Next page",
103
105
  "no": "No",
104
106
  "noAppointmentsToDisplay": "No appointments to display",
@@ -119,11 +121,14 @@
119
121
  "patientName": "Patient name",
120
122
  "patients": "Patients",
121
123
  "period": "Period",
124
+ "prev": "Prev",
125
+ "previousMonth": "Previous month",
122
126
  "previousPage": "Previous page",
123
127
  "provider": "Provider",
124
128
  "providers": "Providers",
125
129
  "providersBooked": "Providers booked: {{time}}",
126
130
  "recurringAppointment": "Recurring Appointment",
131
+ "recurringAppointmentShouldHaveEndDate": "A recurring appointment should have an end date",
127
132
  "repeatEvery": "Repeat every",
128
133
  "save": "Save",
129
134
  "saveAndClose": "Save and close",
@@ -8,34 +8,34 @@
8
8
  "appointmentCancelled": "Cita cancelada",
9
9
  "appointmentCancelledSuccessfully": "Cita cancelada con éxito",
10
10
  "appointmentColor": "Color de la cita",
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",
11
+ "appointmentConflict": "Conflicto en las citas",
12
+ "appointmentEdited": "Cita editada",
13
+ "appointmentEditError": "Error al editar cita",
14
+ "appointmentEnded": "Cita finalizada",
15
+ "appointmentEndedAndVisitClosedSuccessfully": "Cita finalizada con éxito y visita cerrada con éxito ",
16
+ "appointmentEndedButVisitNotClosedError": "Cita finalizada, pero hubo un error al cerrar la visita",
17
+ "appointmentEndedSuccessfully": "Cita finalizada con éxito ",
18
+ "appointmentEndError": "Error al finalizar cita",
19
19
  "appointmentFormError": "Error al programar la cita",
20
20
  "appointmentHistory": "Historial de citas",
21
21
  "appointmentMetrics": "Métricas de citas",
22
22
  "appointmentMetricsLoadError": "",
23
- "appointmentNoteLabel": "Write an additional note",
24
- "appointmentNotePlaceholder": "Write any additional points here",
23
+ "appointmentNoteLabel": "Escriba una nota adicional",
24
+ "appointmentNotePlaceholder": "Escriba algún punto adicional aquí",
25
25
  "appointmentNotes": "Notas de cita",
26
26
  "appointmentNowVisible": "Ahora es visible en la página de Citas",
27
27
  "appointments": "Citas",
28
- "Appointments": "Appointments",
29
- "appointments_lower": "appointments",
30
- "appointmentsCalendar": "Calendario de Citas",
28
+ "Appointments": "Citas",
29
+ "appointments_lower": "citas",
30
+ "appointmentsCalendar": "Calendario de citas",
31
31
  "appointmentScheduled": "Cita programada",
32
32
  "appointmentService": "Servicio de citas",
33
33
  "appointmentServiceCreate": "Servicio de citas creado exitosamente",
34
34
  "appointmentServiceName": "Nombre del servicio de citas",
35
- "appointmentsScheduledForToday": "appointments scheduled for today",
36
- "appointmentsTable": "Appointments table",
35
+ "appointmentsScheduledForToday": "citas agendadas para hoy",
36
+ "appointmentsTable": "Tabla de citas",
37
37
  "appointmentStatus": "Appointment status",
38
- "appointmentToFulfill": "Select appointment to fulfill",
38
+ "appointmentToFulfill": "Seleccione cita para completar",
39
39
  "appointmentType": "Tipo de cita",
40
40
  "appointmentType_title": "Tipo de cita",
41
41
  "back": "Atrás",
@@ -47,108 +47,113 @@
47
47
  "cancelled": "Cancelada",
48
48
  "checkedIn": "Checked in",
49
49
  "checkedOut": "Completada",
50
- "checkFilters": "Check the filters above",
50
+ "checkFilters": "Compruebe los filtros anteriores",
51
51
  "checkIn": "Registrar",
52
52
  "checkOut": "Finalizar",
53
- "chooseAppointmentType": "Choose appointment type",
54
- "chooseLocation": "Choose a location",
55
- "chooseProvider": "Choose a provider",
53
+ "chooseAppointmentType": "Escoja un tipo de cita",
54
+ "chooseLocation": "Escoja una ubicación",
55
+ "chooseProvider": "Escoja un proveedor",
56
56
  "chooseService": "Seleccionar servicio",
57
57
  "completed": "Completado",
58
- "Contact": "Contact {{index}}",
59
- "countMore_one": "{{count}} more",
60
- "countMore_other": "{{count}} more",
58
+ "Contact": "Contacto {{index}}",
59
+ "countMore_one": "{{count}} más",
60
+ "countMore_other": "{{count}} más",
61
61
  "createAppointmentService": "Crear servicios de citas",
62
62
  "createNewAppointment": "Crear nueva cita",
63
63
  "date": "Fecha",
64
64
  "date&Time": "Date & time",
65
- "dateOfBirth": "Date of birth",
66
- "dateScheduled": "Date appointment issued",
67
- "dateScheduledDetail": "Date appointment issued",
68
- "dateTime": "Date & Time",
69
- "day": "Day",
70
- "daysOfWeek": "Days of the week",
65
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "La fecha en que se emitió la cita no puede ser posterior a la fecha de la cita",
66
+ "dateOfBirth": "Fecha de nacimiento",
67
+ "dateScheduled": "Fecha de emisión de la cita",
68
+ "dateScheduledDetail": "Fecha de emisión de la cita",
69
+ "dateTime": "Fecha y hora",
70
+ "day": "Día",
71
+ "daysOfWeek": "Días de la semana",
71
72
  "discard": "Descartar",
72
73
  "download": "Descargar",
73
- "durationErrorMessage": "Duration should be greater than zero",
74
- "durationInMinutes": "Duration (minutes)",
74
+ "durationErrorMessage": "La duración debería ser mayor a cero",
75
+ "durationInMinutes": "Duración (minutos)",
75
76
  "durationMins": "Duración (min)",
76
77
  "edit": "Editar",
77
78
  "editAppointment": "Editar cita",
78
79
  "editAppointments": "Editar cita",
79
- "emptyStateText": "There are no <1>{{displayText}}</1> to display",
80
+ "emptyStateText": "No hay <1>{{displayText}}</1> para mostrar",
80
81
  "encounters": "Encuentros",
81
82
  "encounterType": "Tipo de encuentro",
82
- "endAppointmentAndVisitConfirmationMessage": "Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.",
83
- "endAppointmentConfirmation": "Are you sure you want to check the patient out for this appointment?",
84
- "endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
85
- "endDate": "End date",
83
+ "endAppointmentAndVisitConfirmationMessage": "Marcar al paciente como dado de alta indicará que la cita está completa y cerrará la visita activa para este paciente.",
84
+ "endAppointmentConfirmation": "¿Está seguro de que desea marcar al paciente como dado de alta para esta cita?",
85
+ "endAppointmentConfirmationMessage": "Marcar al paciente como dado de alta indicará que la cita está completa.",
86
+ "endDate": "Fecha de finalización",
86
87
  "endTime": "Hora de finalización",
87
88
  "errorCreatingAppointmentService": "Error creating appointment service",
88
89
  "expected": "Expected",
89
- "filterTable": "Filter table",
90
+ "filterTable": "Filtrar tabla",
90
91
  "gender": "Género",
91
- "highestServiceVolume": "Highest volume service: {{time}}",
92
- "home": "Inicio",
92
+ "highestServiceVolume": "Servicio de mayor volumen: {{time}}",
93
93
  "identifier": "Identificador",
94
- "invalidNumber": "Number is not valid",
95
- "invalidTime": "Invalid time",
96
- "isRecurringAppointment": "Is this a recurring appointment?",
97
- "itemsPerPage": "Items per page",
94
+ "invalidNumber": "El número no es válido",
95
+ "invalidTime": "Hora inválida",
96
+ "isRecurringAppointment": "¿Esta es una cita recurrente?",
97
+ "itemsPerPage": "Elementos por página",
98
98
  "loading": "Loading",
99
99
  "location": "Ubicación",
100
100
  "medications": "Medicamentos",
101
101
  "missed": "Perdida",
102
- "nextPage": "Next page",
102
+ "next": "Siguiente",
103
+ "nextMonth": "Siguiente mes",
104
+ "nextPage": "Siguiente página",
103
105
  "no": "No",
104
- "noAppointmentsToDisplay": "No appointments to display",
105
- "noContent": "No Content",
106
+ "noAppointmentsToDisplay": "No hay citas para mostrar",
107
+ "noContent": "No hay contenido",
106
108
  "noCurrentAppointments": "No hay citas programadas que mostrar para hoy para este paciente",
107
109
  "noEncountersFound": "No se encontraron encuentros",
108
110
  "noPastAppointments": "No hay citas anteriores para mostrar para este paciente",
109
111
  "noPreviousVisitFound": "No se encontraron visitas anteriores",
110
112
  "notArrived": "No ha llegado",
111
- "note": "Note",
113
+ "note": "Nota",
112
114
  "notes": "Notas",
113
115
  "noUpcomingAppointments": "No hay próximas citas para mostrar para este paciente",
114
116
  "noUpcomingAppointmentsForPatient": "No hay próximas citas para mostrar para este paciente",
115
- "pageNumber": "Page number",
117
+ "pageNumber": "Número de página",
116
118
  "past": "Anterior",
117
119
  "patientDetails": "Detalles del paciente",
118
- "patientDoubleBooking": "Patient already booked for an appointment at this time",
120
+ "patientDoubleBooking": "El paciente ya agendó una cita para esta hora",
119
121
  "patientName": "Nombre del paciente",
120
122
  "patients": "Pacientes",
121
- "period": "Period",
122
- "previousPage": "Previous page",
123
+ "period": "Periodo",
124
+ "prev": "Ant",
125
+ "previousMonth": "Mes anterior",
126
+ "previousPage": "Página anterior",
123
127
  "provider": "Proveedor",
124
128
  "providers": "Proveedores",
125
- "providersBooked": "Providers booked: {{time}}",
126
- "recurringAppointment": "Recurring Appointment",
127
- "repeatEvery": "Repeat every",
129
+ "providersBooked": "Proveedores agendados: {{time}}",
130
+ "recurringAppointment": "Cita recurrente",
131
+ "recurringAppointmentShouldHaveEndDate": "Una cita recurrente debería tener una fecha de finalización",
132
+ "repeatEvery": "Repetir cada",
128
133
  "save": "Guardar",
129
- "saveAndClose": "Save and close",
134
+ "saveAndClose": "Guardar y cerrar",
130
135
  "scheduled": "Programada",
131
136
  "scheduledAppointments": "Citas programadas",
132
- "scheduledForToday": "Scheduled For Today",
133
- "selectALocation": "Select a location",
137
+ "scheduledForToday": "Agendada Para Hoy",
138
+ "selectALocation": "Seleccionar una ubicación",
134
139
  "selectAppointmentStatus": "Seleccionar estado",
135
140
  "selectAppointmentType": "Seleccionar tipo de cita",
136
141
  "selectLocation": "Seleccionar ubicación",
137
142
  "selectOption": "Seleccionar una opción",
138
- "selectProvider": "Select a provider",
143
+ "selectProvider": "Seleccionar un proveedor",
139
144
  "selectService": "Seleccionar servicio",
140
145
  "selectServiceType": "Seleccionar tipo de servicio",
141
146
  "service": "Servicio",
142
147
  "serviceName": "Nombre del servicio",
143
148
  "serviceType": "Tipo de servicio",
144
- "serviceUnavailable": "Appointment time is outside of service hours",
145
- "startDate": "Start date",
149
+ "serviceUnavailable": "La hora de la cita está fuera de las horas de servicio",
150
+ "startDate": "Fecha de inicio",
146
151
  "startTime": "Hora de inicio",
147
- "status": "Status",
152
+ "status": "Estado",
148
153
  "time": "Tiempo",
149
154
  "today": "Hoy",
150
- "todays": "Today's",
151
- "type": "Type",
155
+ "todays": "Hoy día es",
156
+ "type": "Tip",
152
157
  "unscheduled": "No programada",
153
158
  "unscheduledAppointments": "Citas no programadas",
154
159
  "unscheduledAppointments_lower": "citas no programadas",
@@ -156,6 +161,6 @@
156
161
  "upcomingAppointments": "Próximas citas",
157
162
  "view": "Ver",
158
163
  "vitals": "Signos vitales",
159
- "week": "Week",
164
+ "week": "Semana",
160
165
  "yes": "Sí"
161
166
  }
@@ -18,7 +18,7 @@
18
18
  "appointmentEndError": "Erreur lors de la clôture du rendez-vous",
19
19
  "appointmentFormError": "Erreur lors de la planification du rendez-vous",
20
20
  "appointmentHistory": "Historique de Rendez-vous",
21
- "appointmentMetrics": "Indicateurs de rendez-vous",
21
+ "appointmentMetrics": "Métriques de rendez-vous",
22
22
  "appointmentMetricsLoadError": "",
23
23
  "appointmentNoteLabel": "Écrire une note additionnelle",
24
24
  "appointmentNotePlaceholder": "Écrire une note additionnelle ici",
@@ -27,12 +27,12 @@
27
27
  "appointments": "Rendez-vous",
28
28
  "Appointments": "Rendez-vous",
29
29
  "appointments_lower": "rendez-vous",
30
- "appointmentsCalendar": "Calendrier des Rendez-vous",
31
- "appointmentScheduled": "Rendez-vous planifié",
30
+ "appointmentsCalendar": "Calendrier des rendez-vous",
31
+ "appointmentScheduled": "Rendez-vous programmé",
32
32
  "appointmentService": "Service du rendez-vous",
33
33
  "appointmentServiceCreate": "Service du rendez-vous créé avec succès",
34
34
  "appointmentServiceName": "Nom du service du rendez-vous",
35
- "appointmentsScheduledForToday": "rendez-vous planifiés aujourdhui",
35
+ "appointmentsScheduledForToday": "rendez-vous programmés pour aujourd'hui",
36
36
  "appointmentsTable": "Tableau des rendez-vous",
37
37
  "appointmentStatus": "Statut du rendez-vous",
38
38
  "appointmentToFulfill": "Sélectionner le rendez-vous à compléter",
@@ -45,69 +45,71 @@
45
45
  "cancelAppointment": "Annuler le rendez-vous",
46
46
  "cancelAppointmentModalConfirmationText": "Voulez-vous vraiment annuler ce rendez-vous?",
47
47
  "cancelled": "Annulé",
48
- "checkedIn": "Arrivé(e)",
49
- "checkedOut": "Parti(e)",
50
- "checkFilters": "Check the filters above",
51
- "checkIn": "Check In",
52
- "checkOut": "Check out",
53
- "chooseAppointmentType": "Choose appointment type",
54
- "chooseLocation": "Choose a location",
55
- "chooseProvider": "Choose a provider",
56
- "chooseService": "Select service",
48
+ "checkedIn": "Enregistré",
49
+ "checkedOut": "Sorti",
50
+ "checkFilters": "Vérifiez les filtres ci-dessus",
51
+ "checkIn": "Enregistrer",
52
+ "checkOut": "Sortie",
53
+ "chooseAppointmentType": "Choisir un type de rendez-vous",
54
+ "chooseLocation": "Choisir un emplacement",
55
+ "chooseProvider": "Choisir un prestataire",
56
+ "chooseService": "Sélectionner un service",
57
57
  "completed": "Complété",
58
58
  "Contact": "Contact {{index}}",
59
- "countMore_one": "{{count}} more",
60
- "countMore_other": "{{count}} more",
61
- "createAppointmentService": "Create appointment services",
59
+ "countMore_one": "{{count}} de plus",
60
+ "countMore_other": "{{count}} de plus",
61
+ "createAppointmentService": "Créer des services de rendez-vous",
62
62
  "createNewAppointment": "Créer un nouveau rendez-vous",
63
63
  "date": "Date",
64
- "date&Time": "Date & time",
65
- "dateOfBirth": "Date of birth",
66
- "dateScheduled": "Date appointment issued",
67
- "dateScheduledDetail": "Date appointment issued",
68
- "dateTime": "Date & Time",
69
- "day": "Day",
70
- "daysOfWeek": "Days of the week",
64
+ "date&Time": "Date et heure",
65
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "La date du rendez-vous ne peut pas être postérieure à la date du rendez-vous",
66
+ "dateOfBirth": "Date de naissance",
67
+ "dateScheduled": "Date de rendez vous émise",
68
+ "dateScheduledDetail": "Date de rendez vous émise",
69
+ "dateTime": "Date et heure",
70
+ "day": "Jour",
71
+ "daysOfWeek": "Jours de la semaine",
71
72
  "discard": "Abandonner",
72
- "download": "Download",
73
- "durationErrorMessage": "Duration should be greater than zero",
74
- "durationInMinutes": "Duration (minutes)",
73
+ "download": "Télécharger",
74
+ "durationErrorMessage": "La durée doit être supérieure à zéro",
75
+ "durationInMinutes": "Durée (minutes)",
75
76
  "durationMins": "Durée min",
76
- "edit": "Edit",
77
+ "edit": "Modifier",
77
78
  "editAppointment": "Modifier le rendez-vous",
78
79
  "editAppointments": "Modifier le rendez-vous",
79
80
  "emptyStateText": "Pas de <1>{{displayText}}</1> à afficher",
80
81
  "encounters": "Rencontres",
81
82
  "encounterType": "Type de rencontre",
82
- "endAppointmentAndVisitConfirmationMessage": "Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.",
83
- "endAppointmentConfirmation": "Are you sure you want to check the patient out for this appointment?",
84
- "endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
85
- "endDate": "End date",
83
+ "endAppointmentAndVisitConfirmationMessage": " La sortie du patient marquera le rendez-vous comme terminé et clôturera la visite active pour ce patient.",
84
+ "endAppointmentConfirmation": " Etes-vous sûr de vouloir enregistrer le patient pour ce rendez-vous ?",
85
+ "endAppointmentConfirmationMessage": " La sortie du patient marquera le rendez-vous comme terminé.",
86
+ "endDate": "Date de fin",
86
87
  "endTime": "Heure de fin",
87
- "errorCreatingAppointmentService": "Error creating appointment service",
88
- "expected": "Attendus",
89
- "filterTable": "Filter table",
88
+ "errorCreatingAppointmentService": " Erreur lors de la création du service de rendez-vous",
89
+ "expected": "Prévus:",
90
+ "filterTable": "Filtrer le tableau",
90
91
  "gender": "Genre",
91
- "highestServiceVolume": "Highest volume service: {{time}}",
92
- "home": "Accueil",
92
+ "highestServiceVolume": "Service le plus utilisé: {{time}}",
93
93
  "identifier": "Identifiant",
94
- "invalidNumber": "Number is not valid",
95
- "invalidTime": "Invalid time",
96
- "isRecurringAppointment": "Is this a recurring appointment?",
94
+ "invalidNumber": "Le numéro n'est pas valide",
95
+ "invalidTime": "Heure non valide",
96
+ "isRecurringAppointment": "S'agit-il d'un rendez-vous récurrent?",
97
97
  "itemsPerPage": "Eléments par page",
98
98
  "loading": "En cours de chargement",
99
99
  "location": "Emplacement",
100
100
  "medications": "Médicaments",
101
101
  "missed": "Manqué",
102
+ "next": "Suivant",
103
+ "nextMonth": "Le mois suivant",
102
104
  "nextPage": "Page suivante",
103
105
  "no": "Non",
104
- "noAppointmentsToDisplay": "No appointments to display",
105
- "noContent": "No Content",
106
+ "noAppointmentsToDisplay": "Pas de rendez-vous prévus à afficher",
107
+ "noContent": "Pas de Contenu",
106
108
  "noCurrentAppointments": "Il n'y a pas de rendez-vous à afficher aujourd'hui pour ce patient",
107
109
  "noEncountersFound": "Aucune rencontre trouvée",
108
110
  "noPastAppointments": "Il n'y a pas de rendez-vous passé à afficher pour ce patient",
109
111
  "noPreviousVisitFound": "Aucune visite précédente trouvée",
110
- "notArrived": "Not arrived",
112
+ "notArrived": "Pas arrivé(s)",
111
113
  "note": "Note",
112
114
  "notes": "Notes",
113
115
  "noUpcomingAppointments": "Il n'y a pas de rendez-vous à venir à afficher pour ce patient",
@@ -115,47 +117,50 @@
115
117
  "pageNumber": "Numéro de page",
116
118
  "past": "Passé",
117
119
  "patientDetails": "Détails du patient",
118
- "patientDoubleBooking": "Patient already booked for an appointment at this time",
120
+ "patientDoubleBooking": "Le patient a déjà un rendez vous à cette date",
119
121
  "patientName": "Nom du patient",
120
122
  "patients": "Patients",
121
- "period": "Period",
123
+ "period": "Période",
124
+ "prev": "Préc",
125
+ "previousMonth": "Mois précédent",
122
126
  "previousPage": "Page précédente",
123
- "provider": "Fournisseur",
124
- "providers": "Fournisseurs",
125
- "providersBooked": "Providers booked: {{time}}",
126
- "recurringAppointment": "Recurring Appointment",
127
- "repeatEvery": "Repeat every",
127
+ "provider": "Prestataire",
128
+ "providers": "Prestataires",
129
+ "providersBooked": "Prestataires reservés: {{time}}",
130
+ "recurringAppointment": "Rendez-vous Récurrent",
131
+ "recurringAppointmentShouldHaveEndDate": "Un rendez-vous récurrent doit avoir une date de fin",
132
+ "repeatEvery": "Répéter chaque",
128
133
  "save": "Sauvegarder",
129
- "saveAndClose": "Save and close",
134
+ "saveAndClose": "Sauvegarder et fermer",
130
135
  "scheduled": "Agendé",
131
136
  "scheduledAppointments": "Rendez-vous planifiés",
132
- "scheduledForToday": "Prévu pour aujourd'hui",
133
- "selectALocation": "Select a location",
134
- "selectAppointmentStatus": "Select status",
137
+ "scheduledForToday": "Programmé(s) Pour Aujourd'hui",
138
+ "selectALocation": "Sélectionner un emplacement",
139
+ "selectAppointmentStatus": "Sélectionner le statut",
135
140
  "selectAppointmentType": "Sélectionnez un type de rendez-vous",
136
141
  "selectLocation": "Sélectionnez un emplacement",
137
- "selectOption": "Select an option",
138
- "selectProvider": "Select a provider",
139
- "selectService": "Select a service",
140
- "selectServiceType": "Select service type",
142
+ "selectOption": "Sélectionner une option",
143
+ "selectProvider": "Sélectionnez un prestataire",
144
+ "selectService": "Sélectionner un service",
145
+ "selectServiceType": "Sélectionner un type de service",
141
146
  "service": "Service",
142
147
  "serviceName": "Nom du service",
143
148
  "serviceType": "Type de service",
144
- "serviceUnavailable": "Appointment time is outside of service hours",
149
+ "serviceUnavailable": "L'heure du rendez-vous est en dehors des heures de service",
145
150
  "startDate": "Date de début",
146
151
  "startTime": "Heure de début",
147
152
  "status": "Statut",
148
- "time": "Time",
153
+ "time": "Heure",
149
154
  "today": "Aujourd'hui",
150
- "todays": "Aujourd'hui",
155
+ "todays": "Aujourd'hui: ",
151
156
  "type": "Type",
152
- "unscheduled": "Unscheduled",
157
+ "unscheduled": "Non programmé",
153
158
  "unscheduledAppointments": "Rendez-vous non-planifiés",
154
159
  "unscheduledAppointments_lower": "rendez-vous non-planifiés",
155
- "upcoming": "Upcoming",
156
- "upcomingAppointments": "Upcoming appointments",
160
+ "upcoming": "À venir",
161
+ "upcomingAppointments": "À venir rendez-vous",
157
162
  "view": "Vue",
158
- "vitals": "Vitals",
159
- "week": "Week",
160
- "yes": "Yes"
163
+ "vitals": "Signes Vitaux",
164
+ "week": "Semaine",
165
+ "yes": "Oui"
161
166
  }
@@ -27,7 +27,7 @@
27
27
  "appointments": "תורים",
28
28
  "Appointments": "Appointments",
29
29
  "appointments_lower": "appointments",
30
- "appointmentsCalendar": "לוח שנה של התורים",
30
+ "appointmentsCalendar": "Appointments calendar",
31
31
  "appointmentScheduled": "התור נקבע",
32
32
  "appointmentService": "שירות התור",
33
33
  "appointmentServiceCreate": "שירות התור נוצר בהצלחה",
@@ -62,6 +62,7 @@
62
62
  "createNewAppointment": "יצירת תור חדש",
63
63
  "date": "תאריך",
64
64
  "date&Time": "תאריך ושעה",
65
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "Date appointment issued cannot be after the appointment date",
65
66
  "dateOfBirth": "Date of birth",
66
67
  "dateScheduled": "Date appointment issued",
67
68
  "dateScheduledDetail": "Date appointment issued",
@@ -89,7 +90,6 @@
89
90
  "filterTable": "Filter table",
90
91
  "gender": "מגדר",
91
92
  "highestServiceVolume": "Highest volume service: {{time}}",
92
- "home": "דף הבית",
93
93
  "identifier": "מזהה",
94
94
  "invalidNumber": "Number is not valid",
95
95
  "invalidTime": "Invalid time",
@@ -99,6 +99,8 @@
99
99
  "location": "מיקום",
100
100
  "medications": "תרופות",
101
101
  "missed": "לא התקיים",
102
+ "next": "Next",
103
+ "nextMonth": "Next month",
102
104
  "nextPage": "Next page",
103
105
  "no": "לא",
104
106
  "noAppointmentsToDisplay": "No appointments to display",
@@ -119,11 +121,14 @@
119
121
  "patientName": "שם המטופל",
120
122
  "patients": "מטופלים",
121
123
  "period": "Period",
124
+ "prev": "Prev",
125
+ "previousMonth": "Previous month",
122
126
  "previousPage": "Previous page",
123
127
  "provider": "ספק",
124
128
  "providers": "ספקים",
125
129
  "providersBooked": "Providers booked: {{time}}",
126
130
  "recurringAppointment": "Recurring Appointment",
131
+ "recurringAppointmentShouldHaveEndDate": "A recurring appointment should have an end date",
127
132
  "repeatEvery": "Repeat every",
128
133
  "save": "שמירה",
129
134
  "saveAndClose": "Save and close",