@kenyaemr/esm-service-queues-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 (92) hide show
  1. package/.turbo/turbo-build.log +21 -22
  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/199.js +1 -1
  6. package/dist/199.js.map +1 -1
  7. package/dist/2.js +1 -0
  8. package/dist/2.js.map +1 -0
  9. package/dist/271.js +1 -1
  10. package/dist/319.js +1 -1
  11. package/dist/325.js +1 -0
  12. package/dist/325.js.map +1 -0
  13. package/dist/372.js +2 -0
  14. package/dist/372.js.map +1 -0
  15. package/dist/392.js +1 -1
  16. package/dist/460.js +1 -1
  17. package/dist/574.js +1 -1
  18. package/dist/60.js +1 -0
  19. package/dist/60.js.map +1 -0
  20. package/dist/644.js +1 -1
  21. package/dist/660.js +2 -0
  22. package/dist/{484.js.LICENSE.txt → 660.js.LICENSE.txt} +10 -0
  23. package/dist/660.js.map +1 -0
  24. package/dist/670.js +1 -1
  25. package/dist/670.js.map +1 -1
  26. package/dist/727.js +1 -1
  27. package/dist/748.js +1 -0
  28. package/dist/748.js.map +1 -0
  29. package/dist/757.js +1 -1
  30. package/dist/760.js +1 -1
  31. package/dist/760.js.map +1 -1
  32. package/dist/788.js +1 -1
  33. package/dist/807.js +1 -1
  34. package/dist/818.js +1 -1
  35. package/dist/833.js +1 -1
  36. package/dist/911.js +1 -1
  37. package/dist/kenyaemr-esm-service-queues-app.js +1 -1
  38. package/dist/kenyaemr-esm-service-queues-app.js.buildmanifest.json +171 -174
  39. package/dist/kenyaemr-esm-service-queues-app.js.map +1 -1
  40. package/dist/main.js +1 -1
  41. package/dist/main.js.map +1 -1
  42. package/dist/routes.json +1 -1
  43. package/package-lock.json +5892 -0
  44. package/package.json +2 -3
  45. package/src/active-visits/change-status-dialog.component.tsx +141 -138
  46. package/src/active-visits/change-status-dialog.test.tsx +5 -5
  47. package/src/config-schema.ts +4 -10
  48. package/src/index.ts +7 -0
  49. package/src/patient-queue-header/patient-queue-header.component.tsx +25 -38
  50. package/src/patient-queue-header/patient-queue-header.scss +3 -41
  51. package/src/patient-queue-metrics/clinic-metrics.component.tsx +4 -4
  52. package/src/patient-queue-metrics/metrics-header.component.tsx +16 -15
  53. package/src/patient-search/patient-scheduled-visits.component.tsx +43 -52
  54. package/src/patient-search/visit-form/visit-form.component.tsx +43 -50
  55. package/src/queue-screen/queue-screen.component.tsx +67 -11
  56. package/src/queue-screen/queue-screen.test.tsx +1 -1
  57. package/src/queue-screen/useActiveTickets.tsx +1 -1
  58. package/src/queue-table/cells/columns.resource.ts +2 -2
  59. package/src/queue-table/default-queue-table.component.tsx +17 -15
  60. package/src/queue-table/queue-entry-actions/transition-queue-entry.modal.tsx +7 -2
  61. package/src/queue-table/queue-table-by-status-menu.component.tsx +1 -1
  62. package/src/queue-table/queue-table-metrics.component.tsx +6 -1
  63. package/src/queue-table/queue-table.component.tsx +11 -8
  64. package/src/queue-table/queue-table.scss +5 -0
  65. package/src/remove-queue-entry-dialog/remove-queue-entry.component.tsx +16 -15
  66. package/src/remove-queue-entry-dialog/remove-queue-entry.resource.ts +20 -26
  67. package/src/routes.json +34 -27
  68. package/src/transition-latest-queue-entry/transition-latest-queue-entry.component.tsx +33 -0
  69. package/src/transition-latest-queue-entry/transition-latest-queue-entry.resource.ts +30 -0
  70. package/translations/am.json +4 -3
  71. package/translations/ar.json +5 -4
  72. package/translations/en.json +9 -6
  73. package/translations/es.json +81 -80
  74. package/translations/fr.json +255 -254
  75. package/translations/he.json +5 -4
  76. package/translations/km.json +5 -4
  77. package/translations/zh.json +5 -4
  78. package/translations/zh_CN.json +5 -4
  79. package/dist/152.js +0 -1
  80. package/dist/152.js.map +0 -1
  81. package/dist/255.js +0 -2
  82. package/dist/255.js.map +0 -1
  83. package/dist/265.js +0 -1
  84. package/dist/265.js.map +0 -1
  85. package/dist/303.js +0 -1
  86. package/dist/303.js.map +0 -1
  87. package/dist/484.js +0 -2
  88. package/dist/484.js.map +0 -1
  89. package/dist/729.js +0 -1
  90. package/dist/729.js.map +0 -1
  91. package/src/patient-queue-header/patient-queue-illustration.component.tsx +0 -22
  92. /package/dist/{255.js.LICENSE.txt → 372.js.LICENSE.txt} +0 -0
@@ -2,15 +2,15 @@
2
2
  "actions": "Actions",
3
3
  "activeVisits": "Active Visits",
4
4
  "activeVisitsNotInQueue": "Active visits not in queue",
5
- "addAProviderQueueRoom": "Add a provider queue room?",
5
+ "addAProviderQueueRoom": "¿Agregar una sala de espera para el proveedor?",
6
6
  "addEntry": "Add entry",
7
7
  "addisitToQueueTooltip": "Add to queue",
8
- "addNewQueueService": "Add New Queue Service",
8
+ "addNewQueueService": "Añadir Nuevo Servicio de Cola",
9
9
  "addNewQueueServiceRoom": "Add new queue service room",
10
10
  "addNewService": "Add new service",
11
11
  "addNewServiceRoom": "Add new service room",
12
12
  "addPatientToQueue": "Add patient to queue",
13
- "addProviderQueueRoom": "Add provider queue room",
13
+ "addProviderQueueRoom": "Añadir Sala de Espera del Proveedor",
14
14
  "addQueue": "Add queue",
15
15
  "addQueueName": "Please add a queue name",
16
16
  "addQueueRoom": "Add queue room",
@@ -26,10 +26,10 @@
26
26
  "and": "And",
27
27
  "anotherVisitType": "Start another visit type",
28
28
  "any": "Any",
29
- "applyFilters": "Apply filters",
29
+ "applyFilters": "Aplicar filtros",
30
30
  "averageWaitTime": "Average wait time today",
31
31
  "backToScheduledVisits": "Back to scheduled visits",
32
- "backToSearchResults": "Back to search results",
32
+ "backToSearchResults": "Volver a los resultados de búsqueda",
33
33
  "backToSimpleSearch": "Back to simple search",
34
34
  "between": "Between",
35
35
  "bmi": "Bmi",
@@ -41,50 +41,50 @@
41
41
  "chooseRoom": "Select a room",
42
42
  "chooseService": "Select a service",
43
43
  "clearAllQueueEntries": "Clear all queue entries?",
44
- "clearAllQueueEntriesWarningMessage": "Clearing all queue entries will remove all the patients from the queues",
44
+ "clearAllQueueEntriesWarningMessage": "Limpiar todas las entradas en la cola eliminará todos los pacientes de las colas",
45
45
  "clearQueue": "Clear queue",
46
46
  "clinicMetrics": "Clinic metrics",
47
47
  "configurePriorities": "Please configure priorities to continue.",
48
48
  "configureServices": "Please configure services to continue.",
49
49
  "configureStatus": "Please configure status to continue.",
50
- "confirmDeleteQueueEntry": "Are you sure you want to delete this queue entry?",
51
- "confirmMoveBackQueueAndStatus": "Are you sure you want to move patient back to queue \"{{queue}}\" with status \"{{status}}\"?",
52
- "confirmMoveBackStatus": "Are you sure you want to move patient back to status \"{{status}}\"?",
53
- "confirmRemovePatientFromQueue": "Are you sure you want to remove this patient from this queue?",
54
- "currentValueFormatted": "{{value}} (Current)",
50
+ "confirmDeleteQueueEntry": "¿Está seguro de que desea eliminar esta entrada de cola?",
51
+ "confirmMoveBackQueueAndStatus": "¿Está seguro de que desea mover el paciente atrás a la cola \"{{queue}}\" con el estado \"{{status}}\"?",
52
+ "confirmMoveBackStatus": "¿Está seguro de que desea mover el paciente de regreso al estado \"{{status}}\"?",
53
+ "confirmRemovePatientFromQueue": "¿Está seguro de que desea eliminar este paciente de esta cola?",
54
+ "currentValueFormatted": "{{value}} (Actual)",
55
55
  "currentVisit": "Current visit",
56
56
  "date": "Date",
57
57
  "date&Time": "Date & time",
58
58
  "dateAndTimeOfVisit": "Date and time of visit",
59
59
  "dateOfBirth": "Date of birth",
60
- "delete": "Delete",
61
- "deleteQueueEntry": "Delete queue entry",
60
+ "delete": "Eliminar",
61
+ "deleteQueueEntry": "Eliminar entrada de la cola",
62
62
  "discard": "Discard",
63
63
  "dose": "Dose",
64
- "edit": "Edit",
64
+ "edit": "Editar",
65
65
  "editPatientDetails": "Edit patient details",
66
- "editQueueEntry": "Edit queue entry",
67
- "editQueueEntryInstruction": "Edit fields of existing queue entry",
66
+ "editQueueEntry": "Editar entrada de la colaq",
67
+ "editQueueEntryInstruction": "Editar campos de la entrada de la cola existente",
68
68
  "encounterType": "Encounter type",
69
69
  "endAgeRangeInvalid": "End age range is not valid",
70
70
  "endDate": "End date",
71
71
  "endVisit": "End Visit",
72
72
  "endVisitWarningMessage": "Ending this visit will remove this patient from the queue and will not allow you to fill another encounter form for this patient",
73
- "enterCommentHere": "Enter Comment here",
73
+ "enterCommentHere": "Ingresar Comentario Aquí",
74
74
  "errorAddingQueue": "Error adding queue",
75
75
  "errorAddingQueueRoom": "Error adding queue room",
76
76
  "errorClearingQueues": "Error clearing queues",
77
- "errorFetchingAppointments": "Error fetching appointments",
78
- "errorLoadingQueueEntries": "Error loading queue entries",
77
+ "errorFetchingAppointments": "Error al obtener las citas",
78
+ "errorLoadingQueueEntries": "Error al cargar las entradas de la cola",
79
79
  "errorPostingToScreen": "Error posting to screen",
80
80
  "facility": "Facility",
81
- "failedToLoadRecommendedVisitTypes": "Failed to load recommended visit types",
81
+ "failedToLoadRecommendedVisitTypes": "Fallo al cargar tipos de visita recomendados",
82
82
  "female": "Female",
83
83
  "femaleLabelText": "Female",
84
84
  "fields": "of the following fields",
85
85
  "filter": "Filter (1)",
86
- "filterByService": "Filter by service :",
87
- "filterByStatus": "Filter by status :",
86
+ "filterByService": "Filtrar por servicio:",
87
+ "filterByStatus": "Filtrar por estado:",
88
88
  "filterTable": "Filter table",
89
89
  "firstName": "First name",
90
90
  "firstNameSort": "First name (a-z)",
@@ -93,25 +93,24 @@
93
93
  "gender": "Gender",
94
94
  "heartRate": "Heart rate",
95
95
  "height": "Height",
96
- "home": "Home",
97
- "hourAndMinuteFormatted": "{{hours}} hour(s) and {{minutes}} minute(s)",
96
+ "hourAndMinuteFormatted": "{{hours}} hora(s) y {{minutes}} minutos)",
98
97
  "idNumber": "ID Number",
99
98
  "indication": "Indication",
100
- "invalidQueue": "Invalid Queue",
101
- "invalidtableConfig": "Invalid table configuration",
99
+ "invalidQueue": "Cola Inválida",
100
+ "invalidtableConfig": "Tabla de configuración inválida",
102
101
  "lastEncounter": "Last encounter",
103
102
  "lastName": "Last name",
104
103
  "lastNameSort": "Last name (a-z)",
105
104
  "lastVisit": "Last visit",
106
105
  "lastVisitDate": "Date",
107
106
  "loading": "Loading...",
108
- "location": "Location",
107
+ "location": "Ubicación",
109
108
  "male": "Male",
110
109
  "maleLabelText": "Male",
111
110
  "match": "Match",
112
111
  "medications": "Medications",
113
112
  "middleName": "Middle name",
114
- "minuteFormatted": "{{minutes}} minute(s)",
113
+ "minuteFormatted": "{{minutes}} minuto(s)",
115
114
  "minutes": "Minutes",
116
115
  "missingLocation": "Missing location",
117
116
  "missingPriority": "Please select a priority",
@@ -119,16 +118,16 @@
119
118
  "missingQueueRoom": "Please select a queue room",
120
119
  "missingQueueRoomName": "Missing queue room name",
121
120
  "missingQueueRoomService": "Missing queue room service",
122
- "missingService": "Missing service",
121
+ "missingService": "Servicio faltante",
123
122
  "missingVisitType": "Missing visit type",
124
- "modifyDefaultValue": "Modify default value",
123
+ "modifyDefaultValue": "Modificar valor por defecto",
125
124
  "movePatientToNextService": "Move patient to the next service?",
126
125
  "moveToNextService": "Move to next service",
127
126
  "name": "Name",
128
- "nextPage": "Next page",
127
+ "nextPage": "Siguiente página",
129
128
  "noActiveVisitsForLocation": "There are no active visits to display for this location.",
130
129
  "noAppointmentsFound": "No appointments found",
131
- "noColumnsDefined": "No table columns defined. Check Configuration",
130
+ "noColumnsDefined": "No hay columnas de la tabla definidas. Revisar Configuración",
132
131
  "noEncountersFound": "No encounters found",
133
132
  "noLastEncounter": "There is no last encounter to display for this patient",
134
133
  "noLocationsAvailable": "No locations available",
@@ -138,18 +137,18 @@
138
137
  "noPatientsToDisplay": "No patients to display",
139
138
  "noPreviousVisitFound": "No previous visit found",
140
139
  "noPrioritiesConfigured": "No priorities configured",
141
- "noPrioritiesForService": "The selected service does not have any allowed priorities. This is an error in configuration. Please contact your system administrator.",
142
- "noPrioritiesForServiceTitle": "No priorities available",
140
+ "noPrioritiesForService": "El servicio seleccionado no tiene prioridades permitidas. Este es un error de configuración. Por favor, contacte a su administrador del sistema.",
141
+ "noPrioritiesForServiceTitle": "No hay prioridades disponibles",
143
142
  "noPriorityFound": "No priority found",
144
143
  "noResultsFound": "No results found",
145
144
  "noReturnDate": "There is no return date to display for this patient",
146
145
  "noServicesAvailable": "No services available",
147
146
  "noServicesConfigured": "No services configured",
148
147
  "noStatusConfigured": "No status configured",
149
- "notableConfig": "No table configuration",
148
+ "notableConfig": "No hay tabla de configuración",
150
149
  "notes": "Notes",
151
150
  "noVisitsNotInQueueFound": "No visits currently not in queue found",
152
- "noVisitTypesMatchingSearch": "There are no visit types matching this search text",
151
+ "noVisitTypesMatchingSearch": "No existen tipos de visita que coincidan con el texto a buscar",
153
152
  "noVitalsFound": "No vitals found",
154
153
  "oldest": "Oldest first",
155
154
  "onTime": "On time",
@@ -158,16 +157,17 @@
158
157
  "orderIndefiniteDuration": "Indefinite duration",
159
158
  "orInProperFormat": "Or",
160
159
  "orPatientName": "OR the patient's name(s)",
161
- "patientAge": "Age",
162
- "patientAlreadyInQueue": "Patient is already in the queue",
160
+ "patientAge": "Edad",
161
+ "patientAlreadyInQueue": "El paciente ya está en la cola",
163
162
  "patientAttendingService": "Patient attending service",
164
163
  "patientHasActiveVisit": "The patient already has an active visit",
164
+ "patientInfo": "{{name}}{{sexInfo}}{{ageInfo}}",
165
165
  "patientList": "Patient list",
166
166
  "patientName": "Patient name",
167
167
  "patientNotInQueue": "The patient is not in the queue",
168
- "patientRemoved": "Patient removed",
169
- "patientRemovedFailed": "Error removing patient from queue",
170
- "patientRemovedSuccessfully": "Paient removed from queue successfully",
168
+ "patientRemoved": "Paciente removido",
169
+ "patientRemovedFailed": "Error al eliminar el paciente de la cola",
170
+ "patientRemovedSuccessfully": "Paciente eliminado de la cola con éxito",
171
171
  "patientRequeued": "Patient has been requeued",
172
172
  "patients": "Patients",
173
173
  "patientsCurrentlyInQueue": "Patients currently in queue",
@@ -176,44 +176,44 @@
176
176
  "pleaseSelectLocation": "Please select a location",
177
177
  "pleaseSelectService": "Please select a service",
178
178
  "postCode": "Post code",
179
- "previousPage": "Previous page",
179
+ "previousPage": "Página anterior",
180
180
  "previousVisit": "Previous visit",
181
181
  "primaryHelperText": "Search for a patient",
182
182
  "priority": "Priority",
183
- "priorityComment": "Priority comment",
184
- "priorityIsRequired": "Priority is required",
183
+ "priorityComment": "Comentario de prioridad",
184
+ "priorityIsRequired": "La prioridad es obligatoria",
185
185
  "program": "Program",
186
186
  "provider": "Provider",
187
187
  "quantity": "Quantity",
188
- "queueAddedSuccessfully": "Queue added successfully",
189
- "queueEntryAddedSuccessfully": "Queue entry added successfully",
188
+ "queueAddedSuccessfully": "La cola fue añadida con éxito",
189
+ "queueEntryAddedSuccessfully": "La entrada en la cola fue añadida con éxito",
190
190
  "queueEntryAddFailed": "Error adding queue entry status",
191
- "queueEntryDeleteFailed": "Error deleting queue entry",
192
- "queueEntryDeleteSuccessful": "Queue entry deleted successfully",
193
- "queueEntryEdited": "Queue entry edited",
194
- "queueEntryEditedSuccessfully": "Queue entry edited successfully",
195
- "queueEntryEditingFailed": "Error editing queue entry",
191
+ "queueEntryDeleteFailed": "Error al eliminar la entrada de la cola",
192
+ "queueEntryDeleteSuccessful": "La entrada de la cola fue eliminada con éxito",
193
+ "queueEntryEdited": "Entrada de la cola editada",
194
+ "queueEntryEditedSuccessfully": "La entrada de la cola fue editada con éxito",
195
+ "queueEntryEditingFailed": "Error al editar entrada de la cola",
196
196
  "queueEntryError": "Error adding patient to the queue",
197
197
  "queueEntryRemoved": "Queue entry removed",
198
198
  "queueEntryRemovedSuccessfully": "",
199
199
  "queueEntryStatusUpdateFailed": "Error updating queue entry status",
200
- "queueEntryTransitioned": "Queue entry transitioned",
201
- "queueEntryTransitionedSuccessfully": "Queue entry transitioned successfully",
202
- "queueEntryTransitionFailed": "Error transitioning queue entry",
203
- "queueEntryTransitionUndoFailed": "Error undoing transition",
204
- "queueEntryTransitionUndoSuccessful": "Queue entry transition undo success",
200
+ "queueEntryTransitioned": "Entrada de la cola trasladada",
201
+ "queueEntryTransitionedSuccessfully": "Entrada de la cola trasladada exitosamente",
202
+ "queueEntryTransitionFailed": "Error al trasladar la entrada de la cola",
203
+ "queueEntryTransitionUndoFailed": "Error al deshacer el traslado",
204
+ "queueEntryTransitionUndoSuccessful": "Traslado de la entrada de la cola deshecho con éxito",
205
205
  "queueEntryUpdateFailed": "Error updating queue entry",
206
206
  "queueEntryUpdateSuccessfully": "Queue Entry Updated Successfully",
207
- "queueLocation": "Queue Location",
208
- "queueLocationRequired": "Queue location is required",
207
+ "queueLocation": "Ubicación de la cola",
208
+ "queueLocationRequired": "La ubicación de la cola es obligatoria",
209
209
  "queueName": "Queue name",
210
210
  "queuePriority": "Queue priority",
211
211
  "queueRoom": "Queue room",
212
- "queueRoomAddedSuccessfully": "Queue room added successfully",
212
+ "queueRoomAddedSuccessfully": "Sala de espera añadida con éxito",
213
213
  "queueRoomAddFailed": "Error adding queue room",
214
214
  "queueRoomName": "Queue room name",
215
215
  "queueRoomUpdatedSuccessfully": "Queue room updated successfully",
216
- "queuesClearedSuccessfully": "Queues cleared successfully",
216
+ "queuesClearedSuccessfully": "Colas limpiadas con éxito",
217
217
  "queueScreen": "Queue screen",
218
218
  "queueService": "Queue service",
219
219
  "queueStatus": "Queue status",
@@ -222,8 +222,8 @@
222
222
  "recommended": "Recommended",
223
223
  "refills": "Refills",
224
224
  "removeFromQueueAndEndVisit": "Remove patient from queue and end active visit?",
225
- "removePatient": "Remove patient",
226
- "removePatientFromQueue": "Remove patient from queue",
225
+ "removePatient": "Eliminar paciente",
226
+ "removePatientFromQueue": "Eliminar paciente de la cola",
227
227
  "removeQueueEntryError": "Error removing queue entry",
228
228
  "requeue": "Requeue",
229
229
  "retainLocation": "Retain location",
@@ -237,15 +237,15 @@
237
237
  "searchboxPlaceholder": "Search for a patient name or ID number",
238
238
  "searchForAVisitType": "Search for a visit type",
239
239
  "searchForPatient": "Search for a patient",
240
- "searchPatient": "Search Patient",
240
+ "searchPatient": "Buscar Paciente",
241
241
  "searchThisList": "Search this list",
242
242
  "secondaryHelperText": "Type the patient's name or unique ID number",
243
- "selectALocation": "Select a location",
243
+ "selectALocation": "Seleccionar una ubicación",
244
244
  "selectAVisitType": "Select visit type",
245
245
  "selectFacility": "Select a facility",
246
246
  "selectOption": "Select an option",
247
247
  "selectProgramType": "Select program type",
248
- "selectQueue": "Select a queue",
248
+ "selectQueue": "Seleccionar una cola",
249
249
  "selectQueueLocation": "Select a queue location",
250
250
  "selectQueueService": "Select a queue service",
251
251
  "selectRoom": "Select a room",
@@ -255,7 +255,7 @@
255
255
  "serve": "Serve",
256
256
  "servePatient": "Serve patient",
257
257
  "service": "Service",
258
- "serviceIsRequired": "Status is required",
258
+ "serviceIsRequired": "El servicio es obligatorio",
259
259
  "serviceQueue": "Service queue",
260
260
  "serviceQueues": "Service queues",
261
261
  "sex": "Sex",
@@ -268,34 +268,35 @@
268
268
  "startVisitError": "Error starting visit",
269
269
  "startVisitQueueSuccessfully": "Patient has been added to active visits list and queue.",
270
270
  "status": "Status",
271
- "statusIsRequired": "Status is required",
272
- "submitting": "Submitting...",
271
+ "statusIsRequired": "El estado es obligatorio",
272
+ "submitting": "Enviando...",
273
273
  "success": "Success",
274
274
  "temperature": "Temperature",
275
275
  "ticketNumber": "Ticket number",
276
276
  "time": "Time",
277
- "timeCannotBeInFuture": "Time cannot be in the future",
278
- "timeCannotBePriorToPreviousQueueEntry": "Time cannot be before start of previous queue entry: {{time}}",
279
- "timeOfTransition": "Time of transition",
277
+ "timeCannotBeInFuture": "La hora no puede estar en el futuro",
278
+ "timeCannotBePriorToPreviousQueueEntry": "La hora no puede estar antes del inicio de la anterior entrada de la cola: {{time}}",
279
+ "timeOfTransition": "Hora del traslado",
280
280
  "tirageNotYetCompleted": "Triage has not yet been completed",
281
281
  "today": "Today",
282
- "totalPatients": "Total Patients",
283
- "transition": "Transition",
284
- "transitionPatient": "Transition patient",
285
- "transitionPatientStatusOrQueue": "Select a new status or queue for patient to transition to.",
282
+ "totalPatients": "Total de Pacientes",
283
+ "transition": "Traslado",
284
+ "TransitionLatestQueueEntry": "Paciente trasladado a la última cola",
285
+ "transitionPatient": "Trasladar paciente",
286
+ "transitionPatientStatusOrQueue": "Seleccione un nuevo estado o cola para el paciente a trasladar",
286
287
  "triageForm": "Triage form",
287
288
  "triageNote": "Triage note",
288
289
  "trySearchWithPatientUniqueID": "Try searching with the patient's unique ID number",
289
- "undoQueueEntryTransitionSuccess": "Undo transition success",
290
- "undoTransition": "Undo transition",
291
- "unexpectedServerResponse": "Unexpected Server Response",
290
+ "undoQueueEntryTransitionSuccess": "Traslado deshecho con éxito",
291
+ "undoTransition": "Deshacer traslado",
292
+ "unexpectedServerResponse": "Respuesta del servidor no esperada",
292
293
  "unknown": "Unknown",
293
294
  "updateEntry": "Update entry",
294
295
  "updateRoom": "Update room",
295
296
  "useTodaysDate": "Use today's date",
296
- "visitQueueNumberAttributeUuid not configured": "visitQueueNumberAttributeUuid not configured",
297
+ "visitQueueNumberAttributeUuid not configured": "visitQueueNumberAttributeUuid no configurado",
297
298
  "visitStartTime": "Visit Time",
298
- "visitTabs": "Visit tabs",
299
+ "visitTabs": "Pestañas de visita",
299
300
  "visitType": "Visit Type",
300
301
  "vitals": "Vitals",
301
302
  "vitalsForm": "Vitals form",