@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.
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/{787.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 +454 -102
  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/440.js +0 -2
  114. package/dist/440.js.map +0 -1
  115. package/dist/501.js +0 -1
  116. package/dist/501.js.map +0 -1
  117. package/dist/787.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
@@ -0,0 +1,168 @@
1
+ {
2
+ "action": "Ação",
3
+ "actions": "Ações",
4
+ "add": "Adicionar",
5
+ "age": "Idade",
6
+ "allDay": "Todo dia",
7
+ "appointmentCancelError": "Erro ao cancelar a marcação de consulta",
8
+ "appointmentCancelled": "Consulta Cancelada ",
9
+ "appointmentCancelledSuccessfully": "Consulta cancelada com sucesso",
10
+ "appointmentCheckedIn": "Marcação de consulta registada",
11
+ "appointmentColor": "Cor da consulta",
12
+ "appointmentConflict": "Conflito no agendamento da consulta",
13
+ "appointmentEdited": "Agendamento da consulta editado",
14
+ "appointmentEditError": "Erro ao editar o agendamento de consulta",
15
+ "appointmentEnded": "Agendamento encerrado",
16
+ "appointmentEndedAndVisitClosedSuccessfully": "Consulta finalizada com sucesso e a visita fechada com sucesso",
17
+ "appointmentEndedButVisitNotClosedError": "Consulta finalizada, mas houve erro ao fechar a visita",
18
+ "appointmentEndedSuccessfully": "Consulta fechada com sucesso.",
19
+ "appointmentEndError": "Erro ao encerrar a consulta",
20
+ "appointmentFormError": "Erro ao agendar a consulta",
21
+ "appointmentHistory": "Historico de Consultas",
22
+ "appointmentMarkedChecked": "Consulta marcada como registada.",
23
+ "appointmentMetrics": "Metricas de Consulta",
24
+ "appointmentMetricsLoadError": "",
25
+ "appointmentNoteLabel": "Escreva uma nota adicional",
26
+ "appointmentNotePlaceholder": "Providencie aqui quaisquer pontos adicionais",
27
+ "appointmentNotes": "Notas da Consulta",
28
+ "appointmentNowVisible": "Agora está visível na página de consultas",
29
+ "appointments": "Consultas",
30
+ "Appointments": "Consultas",
31
+ "appointments_lower": "consultas",
32
+ "appointmentsCalendar": "Calendário de Consultas",
33
+ "appointmentScheduled": "Consulta marcada",
34
+ "appointmentService": "Servico de consulta",
35
+ "appointmentServiceCreate": "Serviço de consulta criado com sucesso",
36
+ "appointmentServiceName": "Nome do serviço de consulta",
37
+ "appointmentsScheduledForToday": "consultas marcadas para hoje",
38
+ "appointmentsTable": "Tabela de consultas",
39
+ "appointmentStatus": "Estado da consulta",
40
+ "appointmentToFulfill": "Selecione a consulta para completar",
41
+ "appointmentType": "Tipo de consulta",
42
+ "appointmentType_title": "Tipo de Consulta",
43
+ "back": "Voltar",
44
+ "calendar": "Calendário",
45
+ "cameEarly": "Chegou Cedo",
46
+ "cancel": "Cancelar",
47
+ "cancelAppointment": "Cancelar Consulta",
48
+ "cancelAppointmentModalConfirmationText": "Tem certeza de que deseja cancelar esta consulta?",
49
+ "cancelled": "Cancelado",
50
+ "checkedIn": "Admitido",
51
+ "checkedOut": "Sair",
52
+ "checkFilters": "Verifique os filtros acima",
53
+ "checkIn": "Admitir",
54
+ "checkOut": "Sair",
55
+ "chooseAppointmentType": "Selecione o tipo de consulta",
56
+ "chooseLocation": "Selecione o local",
57
+ "chooseProvider": "Selecione o provedor",
58
+ "chooseService": "Selecione o serviço",
59
+ "completed": "Finalizado",
60
+ "Contact": "Contacto {{index}}",
61
+ "countMore_one": "{{count}} mais",
62
+ "countMore_other": "{{count}} mais",
63
+ "createAppointmentService": "Criar serviços de agendamento",
64
+ "createNewAppointment": "Criar nova consulta",
65
+ "date": "Data",
66
+ "date&Time": "Data e hora",
67
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "A data da emissão da consulta não pode ser posterior à data da consulta",
68
+ "dateOfBirth": "Data de nascimento",
69
+ "dateScheduled": "Data da emissão da consulta",
70
+ "dateScheduledDetail": "Data da emissão da consulta",
71
+ "dateTime": "Data e hora",
72
+ "day": "Dia",
73
+ "daysOfWeek": "Dias da semana",
74
+ "discard": "Descartar",
75
+ "download": "Baixar",
76
+ "durationErrorMessage": "A duração deve ser maior que zero",
77
+ "durationInMinutes": "Duração (minutos)",
78
+ "durationMins": "Duração min",
79
+ "edit": "Editar",
80
+ "editAppointment": "Editar Consulta",
81
+ "editAppointments": "Editar Consulta",
82
+ "emptyStateText": "Não tem <1> {{displayText}} </1> para mostrar",
83
+ "encounters": "Consultas",
84
+ "encounterType": "Tipo de consulta",
85
+ "endAppointmentAndVisitConfirmationMessage": "Ao retirar o utente marcará a consulta como concluída e encerrará a visita ativa desse utente.",
86
+ "endAppointmentConfirmation": "Tem certeza de que deseja retirar o utente desta consulta?",
87
+ "endAppointmentConfirmationMessage": "A retirada do utente marcará a consulta como concluída.",
88
+ "endDate": "Data Final",
89
+ "endTime": "Hora de Fim",
90
+ "errorCreatingAppointmentService": "Erro ao criar serviço de consulta",
91
+ "expected": "Esperado",
92
+ "filterTable": "Tabela de filtro",
93
+ "gender": "Sexo",
94
+ "highestServiceVolume": "Serviço de maior volume: {{time}}",
95
+ "identifier": "Identificador",
96
+ "invalidNumber": "Número não é válido",
97
+ "isRecurringAppointment": "Esta é uma consulta recorrente?",
98
+ "itemsPerPage": "Itens por página",
99
+ "loading": "Carregando",
100
+ "location": "Local",
101
+ "medications": "Medicamentos",
102
+ "missed": "Perdido",
103
+ "next": "Próximo",
104
+ "nextMonth": "Próximo mês",
105
+ "nextPage": "Próxima página",
106
+ "no": "Não",
107
+ "noAppointmentsToDisplay": "Nenhuma consulta para mostrar",
108
+ "noContent": "Sem Conteúdo",
109
+ "noCurrentAppointments": "Não há consultas marcadas para hoje por mostrar para este utente",
110
+ "noEncountersFound": "Nenhuma consulta encontrada",
111
+ "noPastAppointments": "Não há consultas anteriores por mostrar para este utente",
112
+ "noPreviousVisitFound": "Nenhuma visita anterior foi encontrada",
113
+ "notArrived": "Não chegou",
114
+ "note": "Nota",
115
+ "notes": "Notas",
116
+ "noUpcomingAppointments": "Nenhuma próxima consulta foi encontrada",
117
+ "noUpcomingAppointmentsForPatient": "Não há consultas marcadas por mostrar para este utente",
118
+ "pageNumber": "Número da página",
119
+ "past": "Passado",
120
+ "patientDetails": "Detalhes do utente",
121
+ "patientDoubleBooking": "Utente já tem uma consulta marcada nesta hora",
122
+ "patientName": "Nome do utente",
123
+ "patients": "Utentes",
124
+ "period": "Período",
125
+ "prev": "Anterior",
126
+ "previousMonth": "Mês anterior",
127
+ "previousPage": "Página anterior",
128
+ "provider": "Provedor",
129
+ "providers": "Provedores",
130
+ "providersBooked": "Provedores reservados: {{time}}",
131
+ "recurringAppointment": "Consulta recorrente",
132
+ "recurringAppointmentShouldHaveEndDate": "Uma consulta recorrente deve ter uma data de término",
133
+ "repeatEvery": "Repetir a cada",
134
+ "save": "Salvar",
135
+ "saveAndClose": "Salvar e fechar",
136
+ "scheduled": "Marcado",
137
+ "scheduledAppointments": "Consultas marcadas",
138
+ "scheduledForToday": "Marcada para hoje",
139
+ "selectALocation": "Selecione um local",
140
+ "selectAppointmentStatus": "Selecione estado",
141
+ "selectAppointmentType": "Selecione algum tipo de consulta",
142
+ "selectLocation": "Selecione o local",
143
+ "selectOption": "Selecione uma opção",
144
+ "selectProvider": "Selecione um provedor",
145
+ "selectService": "Selecione um serviço",
146
+ "selectServiceType": "Selecione tipo de serviço",
147
+ "service": "Serviço",
148
+ "serviceName": "Nome do serviço",
149
+ "serviceType": "Tipo de Serviço",
150
+ "serviceUnavailable": "A hora da consulta está fora do horário de atendimento",
151
+ "startDate": "Data inicial",
152
+ "startTime": "Tempo Inicial",
153
+ "status": "Estado",
154
+ "time": "Tempo",
155
+ "today": "Hoje",
156
+ "todays": "Hoje",
157
+ "type": "Tipo",
158
+ "unscheduled": "Não marcada",
159
+ "unscheduledAppointments": "Consultas não marcadas",
160
+ "unscheduledAppointments_lower": "consultas não marcadas",
161
+ "upcoming": "Por vir",
162
+ "upcomingAppointments": "Próximas consultas",
163
+ "updateError": "Error updating upcoming appointment",
164
+ "view": "Visualizar",
165
+ "vitals": "Sinais vitais",
166
+ "week": "Semana",
167
+ "yes": "Sim"
168
+ }
@@ -0,0 +1,168 @@
1
+ {
2
+ "action": "Ação",
3
+ "actions": "Ações",
4
+ "add": "Adicionar",
5
+ "age": "Idade",
6
+ "allDay": "Todo o dia",
7
+ "appointmentCancelError": "Erro ao cancelar consulta",
8
+ "appointmentCancelled": "Consulta cancelada",
9
+ "appointmentCancelledSuccessfully": "Consulta cancelado com sucesso",
10
+ "appointmentCheckedIn": "Check-in da Consulta Realizado",
11
+ "appointmentColor": "Cor da Consulta",
12
+ "appointmentConflict": "Conflito de Agendamento",
13
+ "appointmentEdited": "Agendamento editado",
14
+ "appointmentEditError": "Erro ao editar Consulta",
15
+ "appointmentEnded": "Consulta concluída",
16
+ "appointmentEndedAndVisitClosedSuccessfully": "Consulta concluída com sucesso e visita fechada com sucesso",
17
+ "appointmentEndedButVisitNotClosedError": "Consulta concluída, porém erro ao fechar visita",
18
+ "appointmentEndedSuccessfully": "Consulta concluída com sucesso.",
19
+ "appointmentEndError": "Erro ao encerrar consulta",
20
+ "appointmentFormError": "Erro ao marcar consulta",
21
+ "appointmentHistory": "Histórico de consulta",
22
+ "appointmentMarkedChecked": "Check-in da Consulta realizado",
23
+ "appointmentMetrics": "Métricas da consulta",
24
+ "appointmentMetricsLoadError": "",
25
+ "appointmentNoteLabel": "Escrever uma nota adicional",
26
+ "appointmentNotePlaceholder": "Escreva pontos adicionais aqui",
27
+ "appointmentNotes": "Notas de Consulta",
28
+ "appointmentNowVisible": "Está agora visível na página de Consultas",
29
+ "appointments": "Consultas",
30
+ "Appointments": "Consultas",
31
+ "appointments_lower": "consultas",
32
+ "appointmentsCalendar": "Calendário de marcação",
33
+ "appointmentScheduled": "Consulta agendada",
34
+ "appointmentService": "Serviço de Consulta",
35
+ "appointmentServiceCreate": "Serviço de COnsulta criado com sucesso",
36
+ "appointmentServiceName": "Nome do serviço de agendamento",
37
+ "appointmentsScheduledForToday": "Consultas agendadas para hoje",
38
+ "appointmentsTable": "Tabela de Consultas",
39
+ "appointmentStatus": "Status da Consulta",
40
+ "appointmentToFulfill": "Selecione uma consulta para realizar",
41
+ "appointmentType": "Tipo de consulta",
42
+ "appointmentType_title": "Tipo de COnsulta",
43
+ "back": "Voltar",
44
+ "calendar": "rio",
45
+ "cameEarly": "Chegou Cedo",
46
+ "cancel": "Cancelar",
47
+ "cancelAppointment": "ncelar Consulta",
48
+ "cancelAppointmentModalConfirmationText": "Tem certeza que deseja cancelar essa consulta?",
49
+ "cancelled": "elado",
50
+ "checkedIn": "Realizado Check-In",
51
+ "checkedOut": "Realizado Check-out",
52
+ "checkFilters": "Verifique os filtros acima",
53
+ "checkIn": "Check-In",
54
+ "checkOut": "Check-Out",
55
+ "chooseAppointmentType": "Escolha um tipo de consulta",
56
+ "chooseLocation": "Escolha um lugar",
57
+ "chooseProvider": "Escolha um profissional",
58
+ "chooseService": "Selecione um serviço",
59
+ "completed": "Concluído",
60
+ "Contact": "Contato {{index}}",
61
+ "countMore_one": "{{count}} mais",
62
+ "countMore_other": "{{count}} mais",
63
+ "createAppointmentService": "Criar serviço de Consulta",
64
+ "createNewAppointment": "Criar nova consulta",
65
+ "date": "Data",
66
+ "date&Time": "Data e hora",
67
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "A data da emissão da consulta não pode ser posterior à data da consulta",
68
+ "dateOfBirth": "Data de nascimento",
69
+ "dateScheduled": "Data da emissão da consulta",
70
+ "dateScheduledDetail": "Data da emissão da consulta",
71
+ "dateTime": "Data & Hora",
72
+ "day": "Dia",
73
+ "daysOfWeek": "Dias da semana",
74
+ "discard": "Descartar",
75
+ "download": "Baixar",
76
+ "durationErrorMessage": "A duração deve ser maior que zero",
77
+ "durationInMinutes": "Duração (minutos)",
78
+ "durationMins": "Duração mínima",
79
+ "edit": "Editar",
80
+ "editAppointment": "Editar Consulta",
81
+ "editAppointments": "Editar Consulta",
82
+ "emptyStateText": "Não tem <1> {{displayText}} </1> para mostrar",
83
+ "encounters": "Consultas",
84
+ "encounterType": "Tipo de consulta",
85
+ "endAppointmentAndVisitConfirmationMessage": "Encerrar o atendimento do paciente marcará a consulta como concluída e encerrará a visita ativa deste paciente.",
86
+ "endAppointmentConfirmation": "Tem certeza de que deseja retirar o paciente desta consulta?",
87
+ "endAppointmentConfirmationMessage": "A retirada do paciente marcará a consulta como concluída.",
88
+ "endDate": "Data de término",
89
+ "endTime": "Hora de término",
90
+ "errorCreatingAppointmentService": "Erro ao criar serviço de consulta",
91
+ "expected": "Esperado",
92
+ "filterTable": "Filtrar tabela",
93
+ "gender": "Sexo",
94
+ "highestServiceVolume": "Serviço de maior volume: {{time}}",
95
+ "identifier": "Identificador",
96
+ "invalidNumber": "Número não é válido",
97
+ "isRecurringAppointment": "Esta é uma consulta recorrente?",
98
+ "itemsPerPage": "Itens por página",
99
+ "loading": "Carregando",
100
+ "location": "Localização",
101
+ "medications": "Medicações",
102
+ "missed": "Perdido",
103
+ "next": "Próximo",
104
+ "nextMonth": "Próximo mês",
105
+ "nextPage": "Próxima página",
106
+ "no": "Não",
107
+ "noAppointmentsToDisplay": "Nenhuma consulta para mostrar",
108
+ "noContent": "Sem Conteúdo",
109
+ "noCurrentAppointments": "Não há consultas marcadas para hoje para esse paciente para mostrar",
110
+ "noEncountersFound": "Nenhuma consulta encontrada",
111
+ "noPastAppointments": "Não há consultas anteriores por mostrar deste paciente",
112
+ "noPreviousVisitFound": "Nenhuma visita anterior encontrada",
113
+ "notArrived": "Não chegou",
114
+ "note": "Nota",
115
+ "notes": "Notas",
116
+ "noUpcomingAppointments": "Nenhuma consulta futura encontrada",
117
+ "noUpcomingAppointmentsForPatient": "Não há consultas futuras deste paciente para mostrar",
118
+ "pageNumber": "Número da página",
119
+ "past": "Passado",
120
+ "patientDetails": "Detalhes do Paciente",
121
+ "patientDoubleBooking": "Paciente já tem uma consulta marcada nesta hora",
122
+ "patientName": "Nome do Paciente",
123
+ "patients": "Pacientes",
124
+ "period": "Período",
125
+ "prev": "Anterior",
126
+ "previousMonth": "Mês anterior",
127
+ "previousPage": "Página anterior",
128
+ "provider": "Profissional",
129
+ "providers": "Profissionais",
130
+ "providersBooked": "Profissionais reservados: {{time}}",
131
+ "recurringAppointment": "Consulta recorrente",
132
+ "recurringAppointmentShouldHaveEndDate": "Uma consulta recorrente deve ter uma data de término",
133
+ "repeatEvery": "Repetir a cada",
134
+ "save": "Salvar",
135
+ "saveAndClose": "Salvar e fechar",
136
+ "scheduled": "Marcado",
137
+ "scheduledAppointments": "Consultas marcadas",
138
+ "scheduledForToday": "Marcada para hoje",
139
+ "selectALocation": "Selecione um local",
140
+ "selectAppointmentStatus": "Selecione o status",
141
+ "selectAppointmentType": "Escolha um tipo de consulta",
142
+ "selectLocation": "Selecione o local",
143
+ "selectOption": "Selecione uma opção",
144
+ "selectProvider": "Selecione um profissional",
145
+ "selectService": "Selecione um serviço",
146
+ "selectServiceType": "Selecione o tipo de serviço",
147
+ "service": "Serviço",
148
+ "serviceName": "Nome do serviço",
149
+ "serviceType": "Tipo de Serviço",
150
+ "serviceUnavailable": "O horário da consulta está fora do horário de atendimento",
151
+ "startDate": "Data inicial",
152
+ "startTime": "Hora inicial",
153
+ "status": "Status",
154
+ "time": "Hora",
155
+ "today": "Hoje",
156
+ "todays": "De hoje",
157
+ "type": "Tipo",
158
+ "unscheduled": "Não marcada",
159
+ "unscheduledAppointments": "Consultas não marcadas",
160
+ "unscheduledAppointments_lower": "consultas não marcadas",
161
+ "upcoming": "Por vir",
162
+ "upcomingAppointments": "Próximas consultas",
163
+ "updateError": "Erro ao atualizar próxima consulta agendada",
164
+ "view": "Visualizar",
165
+ "vitals": "Sinais Vitais",
166
+ "week": "Semana",
167
+ "yes": "Sim"
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
+ }