@kenyaemr/esm-service-queues-app 7.0.2-pre.67 → 7.0.2-pre.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +14 -13
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/199.js +1 -0
- package/dist/{738.js.map → 199.js.map} +1 -1
- package/dist/271.js +1 -1
- package/dist/276.js +1 -1
- package/dist/319.js +1 -1
- package/dist/401.js +1 -1
- package/dist/430.js +1 -2
- package/dist/430.js.map +1 -1
- package/dist/460.js +1 -1
- package/dist/490.js +2 -0
- package/dist/490.js.map +1 -0
- package/dist/574.js +1 -1
- package/dist/6.js +1 -0
- package/dist/6.js.map +1 -0
- package/dist/60.js +1 -0
- package/dist/60.js.map +1 -0
- package/dist/600.js +1 -0
- package/dist/600.js.map +1 -0
- package/dist/644.js +1 -1
- package/dist/647.js +1 -1
- package/dist/647.js.map +1 -1
- package/dist/650.js +1 -1
- package/dist/650.js.map +1 -1
- package/dist/669.js +1 -1
- package/dist/669.js.map +1 -1
- package/dist/{806.js → 752.js} +1 -1
- package/dist/{806.js.map → 752.js.map} +1 -1
- package/dist/757.js +1 -1
- package/dist/764.js +1 -1
- package/dist/764.js.map +1 -1
- package/dist/788.js +1 -1
- package/dist/{981.js → 800.js} +1 -1
- package/dist/{981.js.map → 800.js.map} +1 -1
- package/dist/807.js +1 -1
- package/dist/{696.js → 828.js} +1 -1
- package/dist/{696.js.map → 828.js.map} +1 -1
- package/dist/833.js +1 -1
- package/dist/877.js +1 -1
- package/dist/877.js.map +1 -1
- package/dist/917.js +1 -1
- package/dist/917.js.map +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js.buildmanifest.json +193 -193
- package/dist/kenyaemr-esm-service-queues-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/add-patient-toqueue/add-patient-toqueue-dialog.component.tsx +4 -4
- package/src/add-provider-queue-room/add-provider-queue-room.component.tsx +12 -15
- package/src/config-schema.ts +20 -0
- package/src/helpers/helpers.ts +42 -32
- package/src/home.component.tsx +1 -1
- package/src/hooks/useQueueEntries.ts +1 -1
- package/src/hooks/useQueueService.ts +21 -0
- package/src/hooks/useQueueStatuses.ts +40 -0
- package/src/index.ts +5 -5
- package/src/patient-info/patient-info.component.tsx +9 -9
- package/src/patient-queue-header/patient-queue-header.component.tsx +30 -24
- package/src/patient-queue-header/patient-queue-header.scss +1 -2
- package/src/patient-queue-metrics/clinic-metrics.component.tsx +16 -27
- package/src/patient-queue-metrics/queue-metrics.resource.ts +1 -2
- package/src/patient-search/patient-scheduled-visits.scss +1 -1
- package/src/patient-search/patient-search.scss +6 -0
- package/src/patient-search/patient-search.workspace.tsx +30 -30
- package/src/patient-search/visit-form/visit-form.component.tsx +8 -8
- package/src/patient-search/visit-form/visit-form.scss +5 -3
- package/src/patient-search/visit-form-queue-fields/visit-form-queue-fields.component.tsx +14 -7
- package/src/queue-patient-linelists/queue-linelist-filter.scss +2 -12
- package/src/queue-rooms/queue-room-form.scss +1 -1
- package/src/queue-screen/queue-screen.component.tsx +1 -1
- package/src/queue-services/queue-service-form.scss +2 -2
- package/src/queue-table/cells/queue-table-action-cell.component.tsx +6 -4
- package/src/queue-table/cells/queue-table-action-cell.scss +7 -0
- package/src/queue-table/default-queue-table.component.tsx +69 -38
- package/src/queue-table/queue-entry-actions/{edit-queue-entry-modal.component.tsx → edit-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{end-queue-entry-modal.component.tsx → end-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{queue-entry-actions-modal.test.tsx → queue-entry-actions.test.tsx} +2 -2
- package/src/queue-table/queue-entry-actions/{queue-entry-confirm-action-modal.test.tsx → queue-entry-confirm-action.test.tsx} +3 -3
- package/src/queue-table/queue-entry-actions/{queue-entry-undo-actions-modal.test.tsx → queue-entry-undo-actions.test.tsx} +2 -2
- package/src/queue-table/queue-entry-actions/{transition-queue-entry-modal.component.tsx → transition-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{undo-transition-queue-entry-modal.component.tsx → undo-transition-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{void-queue-entry-modal.component.tsx → void-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-table-by-status-skeleton.component.tsx +18 -18
- package/src/queue-table/queue-table-metrics-card.scss +1 -1
- package/src/queue-table/queue-table-metrics.scss +1 -1
- package/src/queue-table/queue-table.component.tsx +35 -18
- package/src/queue-table/queue-table.scss +12 -4
- package/src/types/index.ts +3 -1
- package/src/views/queue-table-by-status-view.component.tsx +2 -14
- package/src/views/queue-tables-for-all-statuses.component.tsx +81 -43
- package/translations/am.json +29 -19
- package/translations/ar.json +33 -23
- package/translations/en.json +3 -2
- package/translations/es.json +29 -19
- package/translations/fr.json +29 -19
- package/translations/he.json +33 -23
- package/translations/km.json +31 -21
- package/translations/zh.json +39 -29
- package/translations/zh_CN.json +38 -28
- package/dist/185.js +0 -1
- package/dist/185.js.map +0 -1
- package/dist/233.js +0 -1
- package/dist/233.js.map +0 -1
- package/dist/237.js +0 -1
- package/dist/237.js.map +0 -1
- package/dist/703.js +0 -1
- package/dist/703.js.map +0 -1
- package/dist/738.js +0 -1
- /package/dist/{430.js.LICENSE.txt → 490.js.LICENSE.txt} +0 -0
- /package/src/queue-table/queue-entry-actions/{queue-entry-actions-modal.component.tsx → queue-entry-actions.modal.tsx} +0 -0
- /package/src/queue-table/queue-entry-actions/{queue-entry-confirm-action-modal.component.tsx → queue-entry-confirm-action.modal.tsx} +0 -0
package/translations/km.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"actions": "សកម្មភាព",
|
|
3
3
|
"activeVisits": "Active Visits",
|
|
4
4
|
"activeVisitsNotInQueue": "Active visits not in queue",
|
|
5
|
+
"addAProviderQueueRoom": "Add a provider queue room?",
|
|
5
6
|
"addEntry": "Add entry",
|
|
6
7
|
"addisitToQueueTooltip": "Add to queue",
|
|
7
|
-
"addNewQueueService": "Add
|
|
8
|
+
"addNewQueueService": "Add New Queue Service",
|
|
8
9
|
"addNewQueueServiceRoom": "Add new queue service room",
|
|
9
10
|
"addNewService": "បន្ថែមសេវាថ្មី",
|
|
10
11
|
"addNewServiceRoom": "Add new service room",
|
|
11
|
-
"addPatientToList": "បន្ថែមអ្នកជំងឺទៅក្នុងបញ្ជី",
|
|
12
12
|
"addPatientToQueue": "បន្ថែមអ្នកជំងឺទៅក្នុងជួរ",
|
|
13
|
-
"addProviderQueueRoom": "Add provider queue room
|
|
13
|
+
"addProviderQueueRoom": "Add provider queue room",
|
|
14
14
|
"addQueue": "បន្ថែមជួរ ទិន្នន័យ",
|
|
15
15
|
"addQueueName": "Please add a queue name",
|
|
16
16
|
"addQueueRoom": "Add queue room",
|
|
@@ -26,9 +26,10 @@
|
|
|
26
26
|
"and": "និង",
|
|
27
27
|
"anotherVisitType": "ចាប់ផ្តើមប្រភេទនៃការមកពិនិត្យជំងឺផ្សេងទៀត",
|
|
28
28
|
"any": "ណាមួយ",
|
|
29
|
-
"applyFilters": "
|
|
29
|
+
"applyFilters": "Apply filters",
|
|
30
30
|
"averageWaitTime": "ពេលវេលារង់ចាំជាមធ្យមនៅថ្ងៃនេះ",
|
|
31
31
|
"backToScheduledVisits": "ត្រឡប់ទៅរកកាលណាត់ជួបពិនិត្យជំងឺ",
|
|
32
|
+
"backToSearchResults": "Back to search results",
|
|
32
33
|
"backToSimpleSearch": "ត្រលប់ទៅការស្វែងរកគម្រូ",
|
|
33
34
|
"between": "រវាង",
|
|
34
35
|
"bmi": "សន្ទស្សន៍ម៉ាសរាងកាយ BMI",
|
|
@@ -39,7 +40,6 @@
|
|
|
39
40
|
"checkFilters": "ពិនិត្យតម្រងខាងលើ",
|
|
40
41
|
"chooseRoom": "Select a room",
|
|
41
42
|
"chooseService": "ជ្រើសរើសសេវាកម្ម",
|
|
42
|
-
"chooseStatus": "Select a status",
|
|
43
43
|
"clearAllQueueEntries": "សម្អាតbធាតុbចូលទាំងអស់?",
|
|
44
44
|
"clearAllQueueEntriesWarningMessage": "Clearing all queue entries will remove all the patients from the queues",
|
|
45
45
|
"clearQueue": "ជម្រះជួរ",
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"confirmDeleteQueueEntry": "Are you sure you want to delete this queue entry?",
|
|
51
51
|
"confirmMoveBackQueueAndStatus": "Are you sure you want to move patient back to queue \"{{queue}}\" with status \"{{status}}\"?",
|
|
52
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?",
|
|
53
54
|
"currentValueFormatted": "{{value}} (Current)",
|
|
54
55
|
"currentVisit": "ការមកពិនិត្យជំងឺបច្ចុប្បន្ន",
|
|
55
56
|
"date": "កាលបរិច្ឆេទ",
|
|
@@ -73,15 +74,15 @@
|
|
|
73
74
|
"errorAddingQueue": "កំហុសក្នុងការបន្ថែមជួរ",
|
|
74
75
|
"errorAddingQueueRoom": "Error adding queue room",
|
|
75
76
|
"errorClearingQueues": "កំហុសក្នុងការសម្អាតជួរ",
|
|
76
|
-
"errorFetchingAppointments": "
|
|
77
|
+
"errorFetchingAppointments": "Error fetching appointments",
|
|
77
78
|
"errorLoadingQueueEntries": "Error loading queue entries",
|
|
78
79
|
"errorPostingToScreen": "Error posting to screen",
|
|
79
80
|
"facility": "Facility",
|
|
81
|
+
"failedToLoadRecommendedVisitTypes": "Failed to load recommended visit types",
|
|
80
82
|
"female": "ស្រី",
|
|
81
83
|
"femaleLabelText": "ស្រី",
|
|
82
84
|
"fields": "នៃផ្នែកខាងក្រោម",
|
|
83
85
|
"filter": "តម្រង",
|
|
84
|
-
"filters": "តម្រង",
|
|
85
86
|
"filterTable": "Filter table",
|
|
86
87
|
"firstName": "នាមខ្លួន",
|
|
87
88
|
"firstNameSort": "នាមខ្លួន (ពីa ដល់ z ) ",
|
|
@@ -94,15 +95,15 @@
|
|
|
94
95
|
"hourAndMinuteFormatted": "{{hours}} hour(s) and {{minutes}} minute(s)",
|
|
95
96
|
"idNumber": "ID Number",
|
|
96
97
|
"indication": "ការចង្អុលបង្ហាញ",
|
|
97
|
-
"InQueue": "In Queue",
|
|
98
98
|
"invalidQueue": "Invalid Queue",
|
|
99
|
-
"
|
|
99
|
+
"invalidtableConfig": "Invalid table configuration",
|
|
100
100
|
"lastEncounter": "ការជួបចុងក្រោយ",
|
|
101
101
|
"lastName": "នាមត្រកូល",
|
|
102
102
|
"lastNameSort": "នាមត្រកូល (ពីa ដល់ z)",
|
|
103
103
|
"lastVisit": "ការមកពិនិត្យជំងឺចុងក្រោយ",
|
|
104
104
|
"lastVisitDate": "កាលបរិច្ឆេទ",
|
|
105
105
|
"loading": "កំពុងbផ្ទុក...",
|
|
106
|
+
"location": "Location",
|
|
106
107
|
"male": "ប្រុស",
|
|
107
108
|
"maleLabelText": "ប្រុស",
|
|
108
109
|
"match": "ធ្វើឱ្យស៊ីគ្នា",
|
|
@@ -118,32 +119,35 @@
|
|
|
118
119
|
"missingQueueRoomService": "Missing queue room service",
|
|
119
120
|
"missingService": "Missing service",
|
|
120
121
|
"missingVisitType": "បាត់ប្រភេទនៃការមកពិនិត្យជំងឺ",
|
|
122
|
+
"modifyDefaultValue": "Modify default value",
|
|
121
123
|
"movePatientToNextService": "Move patient to the next service?",
|
|
122
124
|
"moveToNextService": "Move to next service",
|
|
123
125
|
"name": "នាមខ្លួន",
|
|
124
126
|
"nextPage": "Next page",
|
|
125
127
|
"noActiveVisitsForLocation": "There are no active visits to display for this location.",
|
|
126
128
|
"noAppointmentsFound": "រកមិនឃើញការណាត់ជួបទេ",
|
|
129
|
+
"noColumnsDefined": "No table columns defined. Check Configuration",
|
|
127
130
|
"noEncountersFound": "រកមិនឃើញការជួបគ្នាទេ",
|
|
128
131
|
"noLastEncounter": "មិនមានការជួបគ្នាចុងក្រោយដើម្បីបង្ហាញសម្រាប់អ្នកជំងឺនេះទេ",
|
|
129
132
|
"noLocationsAvailable": "មិនមានទីតាំងទេ",
|
|
130
133
|
"noMedicationsFound": "រកមិនឃើញឱ្យសថព្យាបាលទេ",
|
|
131
|
-
"none": "None",
|
|
132
134
|
"noNotesFound": "រកមិនឃើញកំណត់សម្គាល់ទេ",
|
|
133
135
|
"noPatientFoundMessage": "សូមទោស រកមិនឃើញអ្នកជំងឺទេ",
|
|
134
136
|
"noPatientsToDisplay": "គ្មានអ្នកជំងឺត្រូវបង្ហាញទេ",
|
|
135
137
|
"noPreviousVisitFound": "រកមិនឃើញការមកពិនិត្យជំងឺពីលើកមុនទេ",
|
|
136
138
|
"noPrioritiesConfigured": "No priorities configured",
|
|
139
|
+
"noPrioritiesForService": "The selected service does not have any allowed priorities. This is an error in configuration. Please contact your system administrator.",
|
|
140
|
+
"noPrioritiesForServiceTitle": "No priorities available",
|
|
137
141
|
"noPriorityFound": "រកមិនឃើញអាទិភាពទេ",
|
|
138
142
|
"noResultsFound": "រកមិនឃើញលទ្ធផលទេ",
|
|
139
143
|
"noReturnDate": "មិនមានកាលបរិច្ឆេទត្រឡប់មកជួបវិញដើម្បីបង្ហាញសម្រាប់អ្នកជំងឺនេះទេ",
|
|
140
144
|
"noServicesAvailable": "No services available",
|
|
141
145
|
"noServicesConfigured": "No services configured",
|
|
142
146
|
"noStatusConfigured": "No status configured",
|
|
147
|
+
"notableConfig": "No table configuration",
|
|
143
148
|
"notes": "កំណត់សម្គាល់",
|
|
144
|
-
"NotInQueue": "Not In Queue",
|
|
145
149
|
"noVisitsNotInQueueFound": "No visits currently not in queue found",
|
|
146
|
-
"
|
|
150
|
+
"noVisitTypesMatchingSearch": "There are no visit types matching this search text",
|
|
147
151
|
"noVitalsFound": "រកមិនឃើញសញ្ញាជីវិតទេ",
|
|
148
152
|
"oldest": "ចាស់ជាងគេដំបូង",
|
|
149
153
|
"onTime": "ទាន់bពេលវេលា",
|
|
@@ -152,12 +156,16 @@
|
|
|
152
156
|
"orderIndefiniteDuration": "រយៈពេលមិនកំណត់",
|
|
153
157
|
"orInProperFormat": "Or",
|
|
154
158
|
"orPatientName": "ឬឈ្មោះអ្នកជំងឺ",
|
|
159
|
+
"patientAge": "Age",
|
|
155
160
|
"patientAlreadyInQueue": "Patient is already in the queue",
|
|
156
161
|
"patientAttendingService": "Patient attending service",
|
|
157
162
|
"patientHasActiveVisit": "អ្នកជំងឺបានមកពិនិត្យជំងឺសកម្មរួចហើយ",
|
|
158
163
|
"patientList": "បញ្ជីអ្នកជំងឺ",
|
|
159
164
|
"patientName": "Patient name",
|
|
160
165
|
"patientNotInQueue": "The patient is not in the queue",
|
|
166
|
+
"patientRemoved": "Patient removed",
|
|
167
|
+
"patientRemovedFailed": "Error removing patient from queue",
|
|
168
|
+
"patientRemovedSuccessfully": "Paient removed from queue successfully",
|
|
161
169
|
"patientRequeued": "Patient has been requeued",
|
|
162
170
|
"patients": "អ្នកជំងឺ",
|
|
163
171
|
"patientsCurrentlyInQueue": "បច្ចុប្បន្នអ្នកជំងឺកំពុងស្ថិតក្នុងជួរ",
|
|
@@ -176,7 +184,6 @@
|
|
|
176
184
|
"provider": "អ្នកផ្តល់សេវា",
|
|
177
185
|
"quantity": "បរិមាណ",
|
|
178
186
|
"queueAddedSuccessfully": "Queue added successfully",
|
|
179
|
-
"queueComingFrom": "Coming from",
|
|
180
187
|
"queueEntryAddedSuccessfully": "Queue entry added successfully",
|
|
181
188
|
"queueEntryAddFailed": "Error adding queue entry status",
|
|
182
189
|
"queueEntryDeleteFailed": "Error deleting queue entry",
|
|
@@ -198,7 +205,6 @@
|
|
|
198
205
|
"queueLocation": "Queue Location",
|
|
199
206
|
"queueLocationRequired": "Queue location is required",
|
|
200
207
|
"queueName": "ឈ្មោះជួរ",
|
|
201
|
-
"queueNumber": "Queue Number",
|
|
202
208
|
"queuePriority": "អាទិភាពជួរ",
|
|
203
209
|
"queueRoom": "Queue room",
|
|
204
210
|
"queueRoomAddedSuccessfully": "Queue room added successfully",
|
|
@@ -214,6 +220,8 @@
|
|
|
214
220
|
"recommended": "អនុសាសន៏",
|
|
215
221
|
"refills": "ការបំពេញបន្ថែម",
|
|
216
222
|
"removeFromQueueAndEndVisit": "ដកអ្នកជំងឺចេញពីជួរ ហើយបញ្ចប់ការមកពិនិត្យសកម្ម",
|
|
223
|
+
"removePatient": "Remove patient",
|
|
224
|
+
"removePatientFromQueue": "Remove patient from queue",
|
|
217
225
|
"removeQueueEntryError": "មានbបញ្ហាbក្នុងbការbដកbធាតុbចូលbជួរ",
|
|
218
226
|
"requeue": "Requeue",
|
|
219
227
|
"retainLocation": "Retain location",
|
|
@@ -227,11 +235,12 @@
|
|
|
227
235
|
"searchboxPlaceholder": "ស្វែងរកឈ្មោះអ្នកជំងឺ ឬលេខសម្គាល់",
|
|
228
236
|
"searchForAVisitType": "ស្វែងរកប្រភេទជំងឺមកពិនិត្យ",
|
|
229
237
|
"searchForPatient": "ស្វែងរកអ្នកជំងឺ",
|
|
238
|
+
"searchPatient": "Search Patient",
|
|
230
239
|
"searchThisList": "ស្វែងរកបញ្ជីនេះ",
|
|
231
240
|
"secondaryHelperText": "វាយបញ្ចូលឈ្មោះអ្នកជំងឺ ឬលេខសម្គាល់តែមួយគត់",
|
|
241
|
+
"selectALocation": "Select a location",
|
|
232
242
|
"selectAVisitType": "ជ្រើសរើសប្រភេទការមកពិនិត្យជំងឺ",
|
|
233
243
|
"selectFacility": "Select a facility",
|
|
234
|
-
"selectLocation": "Select a location",
|
|
235
244
|
"selectOption": "Select an option",
|
|
236
245
|
"selectProgramType": "ជ្រើសរើសប្រភេទកម្មវិធី",
|
|
237
246
|
"selectQueue": "Select a queue",
|
|
@@ -240,7 +249,6 @@
|
|
|
240
249
|
"selectRoom": "Select a room",
|
|
241
250
|
"selectService": "ជ្រើសរើសសេវា",
|
|
242
251
|
"selectServiceType": "Select a service type",
|
|
243
|
-
"selectStatus": "Select a status",
|
|
244
252
|
"selectVisitType": "សូមជ្រើសរើសប្រភេទជំងឺសំរាប់ការពិនិត្យ",
|
|
245
253
|
"serve": "Serve",
|
|
246
254
|
"servePatient": "Serve patient",
|
|
@@ -259,28 +267,31 @@
|
|
|
259
267
|
"startVisitError": "កំហុសក្នុងការចាប់ផ្តើមការចូលមកពិនិត្យជំងឺ",
|
|
260
268
|
"startVisitQueueSuccessfully": "អ្នកជំងឺត្រូវបានបន្ថែមទៅបញ្ជីមកពិនិត្យជំងឺសកម្ម និងតាមជួរ",
|
|
261
269
|
"status": "ស្ថានភាព",
|
|
262
|
-
"
|
|
270
|
+
"statusIsRequired": "Status is required",
|
|
271
|
+
"submitting": "Submitting",
|
|
263
272
|
"success": "Success",
|
|
264
|
-
"tcaDate": "Tca date",
|
|
265
273
|
"temperature": "សីតុណ្ហភាព",
|
|
266
274
|
"ticketNumber": "Ticket number",
|
|
267
275
|
"time": "ពេលវេលា",
|
|
276
|
+
"timeCannotBeInFuture": "Time cannot be in the future",
|
|
277
|
+
"timeOfTransition": "Time of transition",
|
|
268
278
|
"tirageNotYetCompleted": "កន្លែងបែងចែកជំងឺដំបូងb មិនទាន់បានបញ្ចប់នៅឡើយ",
|
|
269
279
|
"today": "ថ្ងៃនេះ",
|
|
270
|
-
"
|
|
280
|
+
"totalPatients": "Total Patients",
|
|
271
281
|
"transition": "Transition",
|
|
272
282
|
"transitionPatient": "Transition patient",
|
|
273
283
|
"transitionPatientStatusOrQueue": "Select a new status or queue for patient to transition to.",
|
|
274
284
|
"triageForm": "ទម្រង់បែងចែកជំងឺដំបូង",
|
|
275
285
|
"triageNote": "កំណត់ចំណាំរបស់ការបែងចែកជំងឺដំបូង",
|
|
276
286
|
"trySearchWithPatientUniqueID": "ព្យាយាមស្វែងរកដោយប្រើលេខសំគាល់តែមួយគត់របស់អ្នកជំងឺ",
|
|
287
|
+
"undoQueueEntryTransitionSuccess": "Undo transition success",
|
|
277
288
|
"undoTransition": "Undo transition",
|
|
278
289
|
"unexpectedServerResponse": "Unexpected Server Response",
|
|
279
290
|
"unknown": "មិនស្គាល់",
|
|
280
291
|
"updateEntry": "ធ្វើបច្ចុប្បន្នភាពធាតុចូល",
|
|
281
292
|
"updateRoom": "Update room",
|
|
282
293
|
"useTodaysDate": "ប្រើកាលបរិច្ឆេទថ្ងៃនេះ",
|
|
283
|
-
"
|
|
294
|
+
"visitQueueNumberAttributeUuid not configured": "visitQueueNumberAttributeUuid not configured",
|
|
284
295
|
"visitStartTime": "Visit Time",
|
|
285
296
|
"visitTabs": "Visit tabs",
|
|
286
297
|
"visitType": "ប្រភេទជំងឺមកពិនិត្យ",
|
|
@@ -288,7 +299,6 @@
|
|
|
288
299
|
"vitalsForm": "ទម្រង់សញ្ញាជីវិត",
|
|
289
300
|
"vitalsNotRecordedForVisit": "សញ្ញាជីវិតមិនbបានbកត់ត្រាbសម្រាប់bអ្នកbជំងឺbនេះbសម្រាប់bការbមកbជួបពិនិត្យលើកbនេះbទេ",
|
|
290
301
|
"waitingFor": "កំពុងរង់ចាំ",
|
|
291
|
-
"waitTime": "ពេលវេលារង់ចាំ (នាទី)",
|
|
292
302
|
"weight": "ទម្ងន់",
|
|
293
303
|
"years": "ឆ្នាំ",
|
|
294
304
|
"youngest": "អាយុក្មេងជាងគេដំបូង"
|
package/translations/zh.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"actions": "操作",
|
|
3
3
|
"activeVisits": "活动就诊",
|
|
4
4
|
"activeVisitsNotInQueue": "活动就诊不在队列中",
|
|
5
|
+
"addAProviderQueueRoom": "Add a provider queue room?",
|
|
5
6
|
"addEntry": "添加条目",
|
|
6
7
|
"addisitToQueueTooltip": "添加",
|
|
7
8
|
"addNewQueueService": "添加新队列服务",
|
|
8
9
|
"addNewQueueServiceRoom": "添加新队列诊室",
|
|
9
10
|
"addNewService": "添加新服务",
|
|
10
11
|
"addNewServiceRoom": "添加新诊室",
|
|
11
|
-
"addPatientToList": "将患者添加到列表",
|
|
12
12
|
"addPatientToQueue": "将患者加入队列",
|
|
13
13
|
"addProviderQueueRoom": "添加提供者候诊室?",
|
|
14
14
|
"addQueue": "添加队列",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"applyFilters": "应用筛选条件",
|
|
30
30
|
"averageWaitTime": "今日平均等待时间。",
|
|
31
31
|
"backToScheduledVisits": "返回到已安排的就诊",
|
|
32
|
+
"backToSearchResults": "Back to search results",
|
|
32
33
|
"backToSimpleSearch": "返回到简单搜索",
|
|
33
34
|
"between": "Between",
|
|
34
35
|
"bmi": "BMI",
|
|
@@ -39,7 +40,6 @@
|
|
|
39
40
|
"checkFilters": "检查上方的筛选条件",
|
|
40
41
|
"chooseRoom": "选择一个诊室",
|
|
41
42
|
"chooseService": "选择一个服务",
|
|
42
|
-
"chooseStatus": "选择一个状态",
|
|
43
43
|
"clearAllQueueEntries": "清除所有队列条目?",
|
|
44
44
|
"clearAllQueueEntriesWarningMessage": "清空所有队列条目会将所有患者从队列中移除",
|
|
45
45
|
"clearQueue": "清除队列",
|
|
@@ -47,17 +47,18 @@
|
|
|
47
47
|
"configurePriorities": "请配置优先级以继续。",
|
|
48
48
|
"configureServices": "请配置服务以继续。",
|
|
49
49
|
"configureStatus": "请配置状态以继续。",
|
|
50
|
-
"confirmDeleteQueueEntry": "
|
|
50
|
+
"confirmDeleteQueueEntry": "您确定要删除这个队列条目吗?",
|
|
51
51
|
"confirmMoveBackQueueAndStatus": "Are you sure you want to move patient back to queue \"{{queue}}\" with status \"{{status}}\"?",
|
|
52
52
|
"confirmMoveBackStatus": "Are you sure you want to move patient back to status \"{{status}}\"?",
|
|
53
|
+
"confirmRemovePatientFromQueue": "您确定要将该患者从此队列中移除吗?",
|
|
53
54
|
"currentValueFormatted": "{{value}}(当前)",
|
|
54
55
|
"currentVisit": "当前就诊",
|
|
55
56
|
"date": "日期",
|
|
56
57
|
"date&Time": "日期&时间",
|
|
57
58
|
"dateAndTimeOfVisit": "就诊日期和时间",
|
|
58
59
|
"dateOfBirth": "出生日期",
|
|
59
|
-
"delete": "
|
|
60
|
-
"deleteQueueEntry": "
|
|
60
|
+
"delete": "删除",
|
|
61
|
+
"deleteQueueEntry": "删除队列条目",
|
|
61
62
|
"discard": "放弃",
|
|
62
63
|
"dose": "剂量",
|
|
63
64
|
"edit": "编辑",
|
|
@@ -73,15 +74,15 @@
|
|
|
73
74
|
"errorAddingQueue": "清除队列时出现错误",
|
|
74
75
|
"errorAddingQueueRoom": "添加候诊室时出现错误",
|
|
75
76
|
"errorClearingQueues": "清除队列时出现错误",
|
|
76
|
-
"errorFetchingAppointments": "
|
|
77
|
-
"errorLoadingQueueEntries": "
|
|
77
|
+
"errorFetchingAppointments": "Error fetching appointments",
|
|
78
|
+
"errorLoadingQueueEntries": "加载队列条目时出现错误",
|
|
78
79
|
"errorPostingToScreen": "发布至大屏时出现错误",
|
|
79
80
|
"facility": "机构",
|
|
81
|
+
"failedToLoadRecommendedVisitTypes": "无法加载推荐的就诊类型",
|
|
80
82
|
"female": "女性",
|
|
81
83
|
"femaleLabelText": "女性",
|
|
82
84
|
"fields": "of the following fields",
|
|
83
85
|
"filter": "筛选",
|
|
84
|
-
"filters": "筛选",
|
|
85
86
|
"filterTable": "筛选表格",
|
|
86
87
|
"firstName": "名字",
|
|
87
88
|
"firstNameSort": "名字(a-z)",
|
|
@@ -94,15 +95,15 @@
|
|
|
94
95
|
"hourAndMinuteFormatted": "{{hours}}小时{{minutes}}分钟",
|
|
95
96
|
"idNumber": "ID",
|
|
96
97
|
"indication": "适应症",
|
|
97
|
-
"InQueue": "排队中",
|
|
98
98
|
"invalidQueue": "无效队列",
|
|
99
|
-
"
|
|
99
|
+
"invalidtableConfig": "表格配置无效",
|
|
100
100
|
"lastEncounter": "上次问诊",
|
|
101
101
|
"lastName": "姓氏",
|
|
102
102
|
"lastNameSort": "姓氏(a-z)",
|
|
103
103
|
"lastVisit": "上次就诊",
|
|
104
104
|
"lastVisitDate": "日期",
|
|
105
105
|
"loading": "加载中...",
|
|
106
|
+
"location": "Location",
|
|
106
107
|
"male": "男性",
|
|
107
108
|
"maleLabelText": "男性",
|
|
108
109
|
"match": "匹配",
|
|
@@ -116,34 +117,37 @@
|
|
|
116
117
|
"missingQueueRoom": "请选择一个候诊室",
|
|
117
118
|
"missingQueueRoomName": "候诊室名称缺失",
|
|
118
119
|
"missingQueueRoomService": "候诊室服务缺失",
|
|
119
|
-
"missingService": "
|
|
120
|
+
"missingService": "服务缺失",
|
|
120
121
|
"missingVisitType": "就诊类型缺失",
|
|
122
|
+
"modifyDefaultValue": "修改默认值",
|
|
121
123
|
"movePatientToNextService": "将患者转移到下一个服务?",
|
|
122
124
|
"moveToNextService": "转移到下一个服务",
|
|
123
125
|
"name": "姓名",
|
|
124
126
|
"nextPage": "下一页",
|
|
125
127
|
"noActiveVisitsForLocation": "在这个地点没有活动的就诊记录可供显示。",
|
|
126
128
|
"noAppointmentsFound": "未找到预约",
|
|
129
|
+
"noColumnsDefined": "未定义表格列,请检查配置。",
|
|
127
130
|
"noEncountersFound": "未找到问诊记录",
|
|
128
131
|
"noLastEncounter": "该患者没有可显示的最近问诊记录",
|
|
129
132
|
"noLocationsAvailable": "没有可用的地点",
|
|
130
133
|
"noMedicationsFound": "未找到药物",
|
|
131
|
-
"none": "无",
|
|
132
134
|
"noNotesFound": "未找到备注",
|
|
133
135
|
"noPatientFoundMessage": "抱歉,未找到任何患者。",
|
|
134
136
|
"noPatientsToDisplay": "没有患者可显示",
|
|
135
137
|
"noPreviousVisitFound": "未找到先前的就诊",
|
|
136
138
|
"noPrioritiesConfigured": "未配置优先级",
|
|
139
|
+
"noPrioritiesForService": "The selected service does not have any allowed priorities. This is an error in configuration. Please contact your system administrator.",
|
|
140
|
+
"noPrioritiesForServiceTitle": "No priorities available",
|
|
137
141
|
"noPriorityFound": "未找到优先级",
|
|
138
142
|
"noResultsFound": "未找到结果",
|
|
139
143
|
"noReturnDate": "该患者没有可显示的最近回访日期",
|
|
140
144
|
"noServicesAvailable": "没有可用的服务",
|
|
141
145
|
"noServicesConfigured": "未配置服务",
|
|
142
146
|
"noStatusConfigured": "未配置状态",
|
|
147
|
+
"notableConfig": "没有表格配置",
|
|
143
148
|
"notes": "备注",
|
|
144
|
-
"NotInQueue": "不在队列中",
|
|
145
149
|
"noVisitsNotInQueueFound": "当前没有找到不在队列中的就诊",
|
|
146
|
-
"
|
|
150
|
+
"noVisitTypesMatchingSearch": "没有与此搜索文本匹配的就诊类型",
|
|
147
151
|
"noVitalsFound": "未找到就诊记录",
|
|
148
152
|
"oldest": "老人优先",
|
|
149
153
|
"onTime": "准时",
|
|
@@ -152,12 +156,16 @@
|
|
|
152
156
|
"orderIndefiniteDuration": "无限期",
|
|
153
157
|
"orInProperFormat": "或者",
|
|
154
158
|
"orPatientName": "或者患者的姓名",
|
|
159
|
+
"patientAge": "Age",
|
|
155
160
|
"patientAlreadyInQueue": "患者已在队列中",
|
|
156
161
|
"patientAttendingService": "患者就诊服务",
|
|
157
162
|
"patientHasActiveVisit": "该患者已经有一个进行中的就诊",
|
|
158
163
|
"patientList": "患者列表",
|
|
159
164
|
"patientName": "患者姓名",
|
|
160
165
|
"patientNotInQueue": "患者不在队列中",
|
|
166
|
+
"patientRemoved": "患者已移除",
|
|
167
|
+
"patientRemovedFailed": "将患者从队列中移除时出现错误",
|
|
168
|
+
"patientRemovedSuccessfully": "患者已成功从队列中移除",
|
|
161
169
|
"patientRequeued": "患者已重新加入队列",
|
|
162
170
|
"patients": "患者",
|
|
163
171
|
"patientsCurrentlyInQueue": "当前排队的患者",
|
|
@@ -171,16 +179,15 @@
|
|
|
171
179
|
"primaryHelperText": "搜索患者",
|
|
172
180
|
"priority": "优先级",
|
|
173
181
|
"priorityComment": "优先级注释",
|
|
174
|
-
"priorityIsRequired": "
|
|
182
|
+
"priorityIsRequired": "优先级是必填项",
|
|
175
183
|
"program": "项目",
|
|
176
184
|
"provider": "提供者",
|
|
177
185
|
"quantity": "数量",
|
|
178
186
|
"queueAddedSuccessfully": "队列成功添加",
|
|
179
|
-
"queueComingFrom": "来自",
|
|
180
187
|
"queueEntryAddedSuccessfully": "队列条目添加成功",
|
|
181
188
|
"queueEntryAddFailed": "添加队列条目状态时出现错误",
|
|
182
|
-
"queueEntryDeleteFailed": "
|
|
183
|
-
"queueEntryDeleteSuccessful": "
|
|
189
|
+
"queueEntryDeleteFailed": "删除队列条目时出现错误",
|
|
190
|
+
"queueEntryDeleteSuccessful": "队列条目删除成功",
|
|
184
191
|
"queueEntryEdited": "队列条目已编辑",
|
|
185
192
|
"queueEntryEditedSuccessfully": "队列条目编辑成功",
|
|
186
193
|
"queueEntryEditingFailed": "编辑队列条目时出现错误",
|
|
@@ -195,10 +202,9 @@
|
|
|
195
202
|
"queueEntryTransitionUndoSuccessful": "Queue entry transition undo success",
|
|
196
203
|
"queueEntryUpdateFailed": "更新队列条目状态时出现错误",
|
|
197
204
|
"queueEntryUpdateSuccessfully": "队列条目更新成功",
|
|
198
|
-
"queueLocation": "
|
|
199
|
-
"queueLocationRequired": "
|
|
205
|
+
"queueLocation": "候诊地点",
|
|
206
|
+
"queueLocationRequired": "候诊地点是必填项",
|
|
200
207
|
"queueName": "队列名称",
|
|
201
|
-
"queueNumber": "队列号",
|
|
202
208
|
"queuePriority": "队列优先级",
|
|
203
209
|
"queueRoom": "候诊室",
|
|
204
210
|
"queueRoomAddedSuccessfully": "候诊室添加成功",
|
|
@@ -214,6 +220,8 @@
|
|
|
214
220
|
"recommended": "推荐",
|
|
215
221
|
"refills": "补充处方",
|
|
216
222
|
"removeFromQueueAndEndVisit": "将患者从队列中移除并结束当前的就诊",
|
|
223
|
+
"removePatient": "移除患者",
|
|
224
|
+
"removePatientFromQueue": "将患者从队列中移除",
|
|
217
225
|
"removeQueueEntryError": "移除队列条目时出现错误",
|
|
218
226
|
"requeue": "重新排队",
|
|
219
227
|
"retainLocation": "保留地点",
|
|
@@ -227,11 +235,12 @@
|
|
|
227
235
|
"searchboxPlaceholder": "搜索患者姓名或ID标识",
|
|
228
236
|
"searchForAVisitType": "搜索就诊类型",
|
|
229
237
|
"searchForPatient": "搜索患者",
|
|
238
|
+
"searchPatient": "搜索患者",
|
|
230
239
|
"searchThisList": "搜索此列表",
|
|
231
240
|
"secondaryHelperText": "输入患者姓名或唯一ID编号",
|
|
241
|
+
"selectALocation": "Select a location",
|
|
232
242
|
"selectAVisitType": "选择就诊类型",
|
|
233
243
|
"selectFacility": "选择一个机构",
|
|
234
|
-
"selectLocation": "选择地点",
|
|
235
244
|
"selectOption": "选择一个选项",
|
|
236
245
|
"selectProgramType": "选择项目类型",
|
|
237
246
|
"selectQueue": "选择一个队列",
|
|
@@ -240,12 +249,11 @@
|
|
|
240
249
|
"selectRoom": "选择一个诊室",
|
|
241
250
|
"selectService": "选择一个服务",
|
|
242
251
|
"selectServiceType": "选择一个服务类型",
|
|
243
|
-
"selectStatus": "选择一个状态",
|
|
244
252
|
"selectVisitType": "请选择就诊类型",
|
|
245
253
|
"serve": "接待",
|
|
246
254
|
"servePatient": "接待患者",
|
|
247
255
|
"service": "服务",
|
|
248
|
-
"serviceIsRequired": "
|
|
256
|
+
"serviceIsRequired": "状态是必填项",
|
|
249
257
|
"serviceQueue": "服务队列",
|
|
250
258
|
"serviceQueues": "服务队列",
|
|
251
259
|
"sex": "性别",
|
|
@@ -259,28 +267,31 @@
|
|
|
259
267
|
"startVisitError": "开始就诊时出现错误",
|
|
260
268
|
"startVisitQueueSuccessfully": "患者已添加到活动就诊列表和队列中。",
|
|
261
269
|
"status": "状态",
|
|
262
|
-
"
|
|
270
|
+
"statusIsRequired": "Status is required",
|
|
271
|
+
"submitting": "Submitting",
|
|
263
272
|
"success": "成功",
|
|
264
|
-
"tcaDate": "Tca日期",
|
|
265
273
|
"temperature": "体温",
|
|
266
274
|
"ticketNumber": "序号",
|
|
267
275
|
"time": "时间",
|
|
276
|
+
"timeCannotBeInFuture": "Time cannot be in the future",
|
|
277
|
+
"timeOfTransition": "Time of transition",
|
|
268
278
|
"tirageNotYetCompleted": "分诊尚未完成",
|
|
269
279
|
"today": "今日",
|
|
270
|
-
"
|
|
280
|
+
"totalPatients": "Total Patients",
|
|
271
281
|
"transition": "转诊",
|
|
272
282
|
"transitionPatient": "转诊患者",
|
|
273
283
|
"transitionPatientStatusOrQueue": "选择一个新的状态或队列用于患者的转诊。",
|
|
274
284
|
"triageForm": "分诊表",
|
|
275
285
|
"triageNote": "分诊记录",
|
|
276
286
|
"trySearchWithPatientUniqueID": "尝试使用患者的唯一ID进行搜索",
|
|
287
|
+
"undoQueueEntryTransitionSuccess": "Undo transition success",
|
|
277
288
|
"undoTransition": "Undo transition",
|
|
278
289
|
"unexpectedServerResponse": "意外的服务器响应",
|
|
279
290
|
"unknown": "未知",
|
|
280
291
|
"updateEntry": "更新条目",
|
|
281
292
|
"updateRoom": "更新诊室",
|
|
282
293
|
"useTodaysDate": "使用今天的日期",
|
|
283
|
-
"
|
|
294
|
+
"visitQueueNumberAttributeUuid not configured": "visitQueueNumberAttributeUuid not configured",
|
|
284
295
|
"visitStartTime": "就诊时间",
|
|
285
296
|
"visitTabs": "Visit tabs",
|
|
286
297
|
"visitType": "就诊类型",
|
|
@@ -288,7 +299,6 @@
|
|
|
288
299
|
"vitalsForm": "生命体征表单",
|
|
289
300
|
"vitalsNotRecordedForVisit": "此次就诊未记录该患者的生命体征",
|
|
290
301
|
"waitingFor": "等待中",
|
|
291
|
-
"waitTime": "等待时间",
|
|
292
302
|
"weight": "体重",
|
|
293
303
|
"years": "Years",
|
|
294
304
|
"youngest": "儿童优先"
|